html,body{font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;overflow-x:hidden;max-width:100vw}@keyframes lpFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes lpFadeIn{0%{opacity:0}to{opacity:1}}@keyframes lpScaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes lpFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes lpShimmer{0%{background-position:-200% center}to{background-position:200% center}}.lp{--lp-text: #17243A;--lp-muted: #64748B;--lp-dim: #86868b;--lp-subtle: #94a3b8;--lp-accent: #185EE0;--lp-accent-strong: #1552C5;--lp-accent-bg: #EEF4FF;--lp-green: #10B981;--lp-red: #EF4444;--lp-surface: #f8fafc;--lp-surface-soft: #f1f5f9;--lp-section-divider: rgba(23, 36, 58, .09);--lp-section-divider-glow: rgba(24, 94, 224, .24);--lp-divider: #E2E8F0;--lp-border: #E2E8F0;--lp-border-light: #EDF2F7;--lp-radius: 20px;--lp-radius-md: 16px;--lp-radius-sm: 12px;--lp-radius-xs: 10px;--lp-shadow-sm: 0 1px 3px rgba(23, 36, 58, .04);--lp-shadow: 0 4px 24px rgba(23, 36, 58, .06), 0 1px 4px rgba(23, 36, 58, .04);--lp-shadow-lg: 0 20px 50px rgba(23, 36, 58, .1), 0 4px 12px rgba(23, 36, 58, .05);--lp-shadow-float: 0 24px 60px rgba(23, 36, 58, .12), 0 8px 20px rgba(23, 36, 58, .06);--lp-shadow-hover: 0 16px 48px rgba(23, 36, 58, .12);min-height:100vh;background:radial-gradient(130% 72% at 12% -8%,#185ee01a,#185ee000 60%),radial-gradient(120% 78% at 88% 78%,#185ee014,#185ee000 62%),linear-gradient(180deg,#fff,#f7faff 40%,#f2f7ff,#f8fbff 76%,#fff);overflow-x:hidden}*,*:before,*:after{box-sizing:border-box}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:10px;border:1px solid transparent;font-family:inherit;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;transition:transform .16s,background-color .2s,border-color .2s,box-shadow .2s}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--lp-accent);color:#fff;box-shadow:0 1px 2px #185ee040}.btn-primary:hover{background:var(--lp-accent-strong);box-shadow:0 6px 14px #185ee03d;color:#fff}.btn-secondary{background:#f1f5f9;color:var(--lp-text);border-color:var(--lp-border)}.btn-secondary:hover{background:#e2e8f0;color:var(--lp-text)}.btn-lg{padding:13px 28px;font-size:16px;border-radius:12px}.btn-full{width:100%}.lp-nav{position:fixed;top:0;left:0;right:0;background:#ffffffe0;-webkit-backdrop-filter:blur(24px) saturate(1.6);backdrop-filter:blur(24px) saturate(1.6);border-bottom:1px solid rgba(23,36,58,.07);box-shadow:0 1px #fff9,0 4px 16px #17243a0d;z-index:100;animation:lpFadeIn .6s ease}.lp-nav-inner{max-width:1400px;margin:0 auto;padding:0 28px;height:60px;display:flex;justify-content:space-between;align-items:center;gap:24px}.lp-logo{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:var(--lp-text);flex-shrink:0}.lp-logo img{height:36px;width:auto;max-width:130px}.lp-nav-links{display:flex;gap:0;align-items:center;flex:1;justify-content:center}.lp-nav-btns{display:flex;gap:8px;align-items:center;flex-shrink:0;padding-left:20px;border-left:1px solid var(--lp-border)}.lp-nav-btn{background:none;border:none;color:var(--lp-muted);font-size:13.5px;font-weight:500;cursor:pointer;padding:6px 16px;border-radius:0;display:inline-flex;align-items:center;text-decoration:none;position:relative;transition:color .18s ease;letter-spacing:.01em}.lp-nav-links .lp-nav-btn:after{content:"";position:absolute;bottom:-1px;left:16px;right:16px;height:2px;background:var(--lp-accent);border-radius:2px;transform:scaleX(0);transition:transform .2s ease;transform-origin:center}.lp-nav-links .lp-nav-btn:hover{color:var(--lp-text)}.lp-nav-links .lp-nav-btn:hover:after{transform:scaleX(1)}.lp-nav-btn:hover{color:var(--lp-text)}.lp-nav-btns .lp-nav-btn{color:var(--lp-text);font-weight:500;border-radius:8px;padding:6px 14px}.lp-nav-btns .lp-nav-btn:hover{background:#17243a0d}.lp-nav-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:4px;border-radius:8px;flex-shrink:0;transition:background .15s ease}.lp-nav-hamburger:hover{background:#17243a0f}.lp-nav-hamburger span{display:block;width:20px;height:2px;background:var(--lp-text);border-radius:2px;transition:transform .22s ease,opacity .22s ease}.lp-nav-hamburger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.lp-nav-hamburger.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.lp-nav-hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.lp-nav-mobile{display:none;flex-direction:column;padding:4px 16px 12px;border-top:1px solid var(--lp-border)}.lp-nav-mobile.is-open{display:flex}.lp-nav-mobile-link{padding:13px 8px;font-size:15px;font-weight:500;color:var(--lp-text);text-decoration:none;border-bottom:1px solid var(--lp-border);transition:color .15s ease}.lp-nav-mobile-link:last-child{border-bottom:none}.lp-nav-mobile-link:hover,.lp-nav-mobile-link--active{color:var(--lp-accent)}.lp-hero{padding:120px 24px 80px;max-width:1400px;margin:0 auto}.lp-hero-split{display:flex;align-items:center;gap:64px}.lp-hero-text{flex:1;min-width:0}.lp-hero-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 16px;background:var(--lp-accent-bg);color:var(--lp-text);border-radius:var(--lp-radius);font-size:13px;font-weight:600;margin-bottom:24px}.lp-hero-title{font-size:clamp(36px,5vw,56px);font-weight:800;line-height:1.1;margin:0 0 20px;letter-spacing:-.03em;color:var(--lp-text)}.lp-hero-desc{font-size:18px;line-height:1.65;color:var(--lp-muted);margin:0 0 32px;max-width:480px}.lp-hero-btns{display:flex;gap:12px;margin-bottom:20px}.lp-hero-android-badge{display:block;text-decoration:none;margin-top:24px;margin-bottom:0;opacity:.9;transition:opacity .15s;line-height:0}.lp-hero-android-badge:hover{opacity:1}.lp-hero-tertiary{border:none;background:transparent;color:var(--lp-accent);padding:0;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.lp-hero-tertiary:hover{text-decoration:underline}.lp-hero-trust{display:flex;gap:20px;font-size:13px;color:var(--lp-muted);font-weight:500}.lp-hero-trust span{display:flex;align-items:center;gap:4px}.lp-hero-visual{flex:1;min-width:0;position:relative;max-width:560px}.lp-faux{background:#ffffffeb;border-radius:var(--lp-radius-md);border:1px solid rgba(255,255,255,.6);box-shadow:var(--lp-shadow-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:hidden;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s ease}.lp-faux-header{display:flex;align-items:center;gap:8px;padding:14px 18px;border-bottom:1px solid var(--lp-border-light);font-weight:600;font-size:14px;color:var(--lp-text)}.lp-faux-header-icon{font-size:16px}.lp-icon-cart{display:inline-block;width:16px;height:16px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E") center/contain no-repeat}.lp-faux-header-title{flex:1}.lp-faux-badge-count{background:var(--lp-accent);color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:var(--lp-radius-xs)}.lp-faux-cart{position:relative;width:72%;z-index:2;transform:rotate(-1.5deg);box-shadow:var(--lp-shadow-float);animation:lpFadeInUp .7s ease .3s both}.lp-hero-visual:hover .lp-faux-cart{transform:rotate(-.5deg) translateY(-4px)}.lp-faux-rows{padding:6px 0}.lp-faux-row{display:flex;align-items:center;justify-content:space-between;padding:10px 18px;border-bottom:1px solid var(--lp-border-light)}.lp-faux-row:last-child{border-bottom:none}.lp-faux-row-info{display:flex;flex-direction:column;gap:2px}.lp-faux-row-name{font-size:13px;font-weight:600;color:var(--lp-text)}.lp-faux-row-capster{font-size:11px;color:var(--lp-subtle);font-weight:500}.lp-faux-row-price{font-size:13px;font-weight:700;color:var(--lp-accent)}.lp-faux-summary{padding:12px 18px;border-top:1px solid var(--lp-border);display:flex;flex-direction:column;gap:6px}.lp-faux-summary-line{display:flex;justify-content:space-between;font-size:12px;color:var(--lp-muted)}.lp-faux-summary-tax{font-size:12px}.lp-faux-summary-total{font-size:14px;font-weight:700;color:var(--lp-text);padding-top:6px;border-top:1px solid var(--lp-border-light)}.lp-faux-pay{margin:0 18px 18px;padding:12px;background:var(--lp-green);color:#052e16;font-size:14px;font-weight:700;text-align:center;border-radius:var(--lp-radius-xs)}.lp-faux-komisi{position:absolute;top:6px;right:0;width:48%;max-width:220px;z-index:3;transform:rotate(2deg);box-shadow:var(--lp-shadow-float);animation:lpFadeInUp .7s ease .55s both}.lp-hero-visual:hover .lp-faux-komisi{transform:rotate(1deg) translateY(-6px)}.lp-faux-komisi-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:8px 10px 10px}.lp-faux-komisi-card{display:flex;flex-direction:column;gap:1px;padding:6px 8px;background:var(--lp-surface);border-radius:var(--lp-radius-xs);border:1px solid var(--lp-border-light)}.lp-faux-komisi-label{font-size:10px;font-weight:600;color:var(--lp-subtle);text-transform:uppercase;letter-spacing:.3px}.lp-faux-komisi-value{font-size:15px;font-weight:800;color:var(--lp-text)}.lp-faux-komisi-value.green{color:var(--lp-green)}.lp-faux-delta{font-size:11px;font-weight:600;display:inline-flex;align-items:center;gap:2px}.lp-faux-report{position:absolute;bottom:-40px;left:16%;width:62%;max-width:280px;z-index:4;transform:rotate(1deg);box-shadow:var(--lp-shadow-float);animation:lpFadeInUp .7s ease .8s both}.lp-hero-visual:hover .lp-faux-report{transform:rotate(.5deg) translateY(-5px)}.lp-faux-report-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:8px 10px 10px}.lp-faux-report-stat{display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 4px;background:var(--lp-surface);border-radius:var(--lp-radius-xs);border:1px solid var(--lp-border-light)}.lp-faux-report-stat-value{font-size:14px;font-weight:700;color:var(--lp-text);letter-spacing:-.01em}.lp-faux-report-stat-value.green{color:var(--lp-green)}.lp-faux-report-stat-label{font-size:10px;font-weight:600;text-transform:uppercase;color:var(--lp-subtle);letter-spacing:.04em}.lp-faux-delta.green{color:var(--lp-green)}.lp-caret{display:inline-block;width:0;height:0;border-style:solid}.lp-caret--up{border-width:0 3.5px 5px 3.5px;border-color:transparent transparent currentColor transparent}.lp-caret--down{border-width:5px 3.5px 0 3.5px;border-color:currentColor transparent transparent transparent}.lp-caret--right{border-width:3.5px 0 3.5px 5px;border-color:transparent transparent transparent currentColor}.lp-caret--left{border-width:3.5px 5px 3.5px 0;border-color:transparent currentColor transparent transparent}.lp-trust{padding:32px 24px;background:#fff;border-top:1px solid var(--lp-divider);border-bottom:1px solid var(--lp-border)}.lp-trust-row{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}.lp-trust-badge{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid var(--lp-border-light);font-size:14px;font-weight:500;color:#475569}.lp-checklist-item{display:flex;align-items:flex-start;gap:8px}.lp-check-icon{display:inline-block;width:16px;height:16px;flex-shrink:0;border-radius:999px;background:linear-gradient(135deg,var(--lp-accent) 0%,#4F8FFF 100%);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat}.lp-showcase{padding:100px 24px;background:transparent}.lp-showcase--tinted{background:transparent}.lp-showcase,.lp-how,.lp-pricing,.lp-cta{position:relative}.lp-showcase:before,.lp-how:before,.lp-pricing:before,.lp-cta:before{content:"";position:absolute;top:0;left:clamp(24px,6vw,96px);right:clamp(24px,6vw,96px);height:1px;background:linear-gradient(90deg,rgba(23,36,58,0) 0%,var(--lp-section-divider) 12%,var(--lp-section-divider-glow) 50%,var(--lp-section-divider) 88%,rgba(23,36,58,0) 100%);box-shadow:0 1px #fffc,0 0 20px #185ee01f;pointer-events:none}.lp-showcase-inner{display:flex;align-items:center;justify-content:space-between;gap:clamp(40px,6vw,88px)}.lp-showcase--reverse{flex-direction:row-reverse}.lp-showcase-text{flex:0 1 520px;max-width:520px;min-width:0}.lp-showcase-title{font-size:36px;font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--lp-text);margin:0 0 16px}.lp-showcase-desc{font-size:16px;line-height:1.65;color:var(--lp-muted);margin:0 0 24px;max-width:440px}.lp-showcase-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.lp-showcase-bullets li{font-size:14px;font-weight:500;color:#334155;display:flex;align-items:flex-start;gap:8px}.lp-showcase-bullet-text{display:block}.lp-showcase-visual{flex:0 1 560px;min-width:0;display:flex;justify-content:center;width:100%}.lp-showcase-pos-cluster,.lp-showcase-komisi-stack,.lp-showcase-finance-cluster{position:relative;width:100%;max-width:540px;--lp-showcase-main-width: 344px;--lp-showcase-side-width: 212px;filter:drop-shadow(0 18px 30px rgba(23,36,58,.08))}.lp-showcase-pos-cluster{min-height:452px}.lp-showcase-komisi-stack{min-height:438px}.lp-showcase-finance-cluster{min-height:428px}.lp-faux-showcase-pos-main,.lp-faux-ledger-main,.lp-faux-finance-table-card{position:absolute;width:min(100%,var(--lp-showcase-main-width));box-shadow:0 24px 54px #17243a24;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease}.lp-faux-showcase-pos-mini,.lp-faux-ledger-mini,.lp-faux-finance-summary{position:absolute;width:var(--lp-showcase-side-width);box-shadow:var(--lp-shadow-float);transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease}.lp-faux-showcase-pos-main{top:34px;right:0;z-index:3}.lp-faux-showcase-pos-mini--queue{top:10px;left:0;z-index:2;transform:rotate(-3deg)}.lp-faux-showcase-pos-mini--checkout{left:8px;bottom:6px;z-index:2;transform:rotate(2deg)}.lp-showcase-pos-cluster:hover .lp-faux-showcase-pos-mini--queue{transform:rotate(-2deg) translateY(-4px)}.lp-showcase-pos-cluster:hover .lp-faux-showcase-pos-mini--checkout{transform:rotate(1deg) translateY(-4px)}.lp-showcase-pos-cluster:hover .lp-faux-showcase-pos-main{transform:translateY(-4px)}.lp-faux-pos-queue-list{display:flex;flex-direction:column;gap:10px;padding:0 14px 14px}.lp-faux-pos-queue-row{display:flex;align-items:flex-start;gap:10px}.lp-faux-pos-queue-number{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:var(--lp-accent-bg);color:var(--lp-accent);font-size:11px;font-weight:800;flex-shrink:0}.lp-faux-pos-queue-name{display:block;font-size:12px;font-weight:700;color:var(--lp-text)}.lp-faux-pos-queue-meta{display:block;margin-top:2px;font-size:11px;color:var(--lp-subtle)}.lp-faux-pos-checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 14px 14px}.lp-faux-pos-checkout-card{display:flex;flex-direction:column;gap:3px;padding:10px;border-radius:12px;background:var(--lp-surface);border:1px solid var(--lp-border-light)}.lp-faux-pos-checkout-card--wide{grid-column:1 / -1}.lp-faux-pos-checkout-label{font-size:10px;font-weight:700;color:var(--lp-subtle);text-transform:uppercase;letter-spacing:.3px}.lp-faux-pos-checkout-card strong{font-size:14px;font-weight:800;color:var(--lp-text)}.lp-faux-pos-checkout-card strong.green{color:var(--lp-green)}.lp-faux-ledger-main{left:0;bottom:8px;z-index:2}.lp-faux-ledger-mini{z-index:3}.lp-faux-ledger-mini--rules{top:10px;right:0;transform:rotate(2deg)}.lp-faux-ledger-mini--settlement{right:0;bottom:12px;transform:rotate(-2deg)}.lp-showcase-komisi-stack:hover .lp-faux-ledger-mini--rules{transform:rotate(1deg) translateY(-4px)}.lp-showcase-komisi-stack:hover .lp-faux-ledger-mini--settlement{transform:rotate(-1deg) translateY(-4px)}.lp-showcase-komisi-stack:hover .lp-faux-ledger-main{transform:translateY(-4px)}.lp-faux-finance-summary{top:-6px;right:-10px;z-index:2;transform:rotate(1.5deg)}.lp-faux-finance-table-card{left:0;bottom:0;z-index:3;transform:rotate(-2deg)}.lp-showcase-finance-cluster:hover .lp-faux-finance-summary{transform:rotate(1deg) translateY(-4px)}.lp-showcase-finance-cluster:hover .lp-faux-finance-table-card{transform:rotate(-1deg) translateY(-4px)}.lp-faux-ledger-period{margin-left:auto;font-size:11px;font-weight:700;color:var(--lp-subtle)}.lp-faux-ledger-body{padding:0 18px 18px}.lp-faux-ledger-balance{display:flex;flex-direction:column;gap:4px;padding:14px 14px 12px;background:linear-gradient(180deg,#eff7f1,#fff);border:1px solid rgba(22,163,74,.14);border-radius:14px}.lp-faux-ledger-balance-label{font-size:11px;font-weight:600;color:var(--lp-subtle);text-transform:uppercase;letter-spacing:.3px}.lp-faux-ledger-balance-value{font-size:28px;font-weight:800;line-height:1;color:var(--lp-text)}.lp-faux-ledger-list{margin-top:12px;border:1px solid var(--lp-border-light);border-radius:14px;background:#fff;overflow:hidden}.lp-faux-ledger-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid var(--lp-border-light)}.lp-faux-ledger-row:last-child{border-bottom:0}.lp-faux-ledger-row-title{display:block;font-size:13px;font-weight:700;color:var(--lp-text)}.lp-faux-ledger-row-meta{display:block;margin-top:2px;font-size:11px;color:var(--lp-subtle)}.lp-faux-ledger-amount{flex-shrink:0;font-size:13px;font-weight:800;white-space:nowrap}.lp-faux-ledger-amount.green{color:var(--lp-green)}.lp-faux-ledger-amount.red{color:var(--lp-red)}.lp-faux-ledger-tags{display:flex;flex-wrap:wrap;gap:6px;padding:0 14px 8px}.lp-faux-ledger-tag{padding:5px 9px;border-radius:999px;background:var(--lp-surface);border:1px solid var(--lp-border-light);font-size:10px;font-weight:700;color:var(--lp-subtle)}.lp-faux-ledger-settlement{display:flex;flex-direction:column;gap:8px;padding:0 14px 14px}.lp-faux-ledger-settlement-row,.lp-faux-ledger-settlement-total{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px}.lp-faux-ledger-settlement-row strong,.lp-faux-ledger-settlement-total strong{font-size:12px;font-weight:800;color:var(--lp-text)}.lp-faux-ledger-settlement-row strong.green{color:var(--lp-green)}.lp-faux-ledger-settlement-row strong.red{color:var(--lp-red)}.lp-faux-ledger-settlement-total{padding-top:10px;border-top:1px solid var(--lp-border-light);font-size:13px;color:var(--lp-text)}.lp-faux-komisi-grid--4{grid-template-columns:repeat(2,1fr);padding:14px;gap:10px}.lp-faux-komisi-value.red,.lp-faux-delta.red{color:var(--lp-red)}.lp-faux-emp{border-top:1px solid var(--lp-border)}.lp-faux-emp-row{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;border-bottom:1px solid var(--lp-border-light)}.lp-faux-emp-head{display:flex;flex-direction:column;gap:2px}.lp-faux-emp-name{font-size:13px;font-weight:600;color:var(--lp-text)}.lp-faux-emp-meta{font-size:11px;color:var(--lp-subtle)}.lp-faux-emp-total{font-size:14px;font-weight:700}.lp-faux-emp-total.green{color:var(--lp-green)}.lp-faux-emp-detail{padding:8px 18px 12px 32px;background:var(--lp-surface);border-bottom:1px solid var(--lp-border-light)}.lp-faux-emp-date{font-size:11px;font-weight:600;color:var(--lp-subtle);margin-bottom:6px}.lp-faux-emp-line{display:flex;justify-content:space-between;font-size:12px;color:#475569;padding:3px 0}.lp-faux-tabs{display:flex;border-bottom:1px solid var(--lp-border)}.lp-faux-tab{flex:1;text-align:center;padding:9px 8px;font-size:11px;font-weight:600;line-height:1.2;white-space:nowrap;color:var(--lp-subtle);cursor:default;border-bottom:2px solid transparent}.lp-faux-tab--active{color:var(--lp-accent);border-bottom-color:var(--lp-accent)}.lp-faux-table{padding:0 18px 18px}.lp-faux-table-head{display:grid;grid-template-columns:48px 1fr auto;gap:8px;padding:8px 0;font-size:10px;font-weight:700;color:var(--lp-subtle);text-transform:uppercase;letter-spacing:.3px;border-bottom:1px solid var(--lp-border)}.lp-faux-table-group{font-size:10px;font-weight:700;color:var(--lp-muted);text-transform:uppercase;letter-spacing:.4px;padding:10px 0 4px}.lp-faux-table-row{display:grid;grid-template-columns:48px 1fr auto;gap:8px;padding:5px 0;font-size:12px;color:#475569}.lp-faux-table-subtotal{display:grid;grid-template-columns:48px 1fr auto;gap:8px;padding:6px 0;font-size:12px;font-weight:600;color:#334155;border-top:1px solid var(--lp-border)}.lp-faux-table-net{display:grid;grid-template-columns:48px 1fr auto;gap:8px;padding:8px 0 0;font-size:13px;font-weight:700;color:var(--lp-text);border-top:2px solid var(--lp-text)}.lp-faux-table-net .green{color:var(--lp-green)}.lp-how{padding:100px 24px;background:transparent}.lp-how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;position:relative}.lp-how-grid:before{content:"";position:absolute;top:28px;left:calc(16.666% + 16px);right:calc(16.666% + 16px);height:2px;background:linear-gradient(90deg,#185ee0,#4f8fff,#185ee0);opacity:.2;z-index:0}.lp-how-step{text-align:left;padding:36px 20px 22px;min-height:188px;background:linear-gradient(180deg,#fff,#f7fbff);border:1px solid var(--lp-border);border-radius:var(--lp-radius-md);box-shadow:0 8px 26px #17243a14,inset 0 1px #ffffffe6;position:relative;z-index:1;animation:lpFadeInUp .6s ease both}.lp-how-step:nth-child(1){animation-delay:.1s}.lp-how-step:nth-child(2){animation-delay:.2s}.lp-how-step:nth-child(3){animation-delay:.3s}.lp-how-num{position:absolute;top:-22px;left:50%;width:44px;height:44px;border-radius:999px;background:linear-gradient(180deg,#fff,#f3f7ff);color:var(--lp-accent-strong);font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1;padding-top:0;margin:0;transform:translate(-50%);border:1px solid rgba(24,94,224,.24);box-shadow:0 8px 18px #185ee029,0 1px #ffffffe6 inset;z-index:2;transition:transform .3s ease}.lp-how-step:hover .lp-how-num{transform:translate(-50%) translateY(-1px)}.lp-how-step h3{font-size:22px;font-weight:600;color:var(--lp-text);margin:10px 0 12px}.lp-how-step p{font-size:16px;line-height:1.65;color:var(--lp-dim);margin:0}.lp-features{padding:100px 24px;background:#fff}.lp-container{max-width:1400px;margin:0 auto}.lp-section-header{text-align:center;margin-bottom:64px}.lp-badge{display:none}.lp-section-header h2{font-size:48px;font-weight:700;letter-spacing:-.02em;margin:0 0 16px;color:var(--lp-text)}.lp-section-header p{font-size:18px;color:var(--lp-dim);margin:0 auto;max-width:680px}.lp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.lp-card{background:#fafafa;border-radius:var(--lp-radius);padding:32px;border:1px solid var(--lp-border-light);transition:all .4s cubic-bezier(.4,0,.2,1);animation:lpFadeInUp .6s ease both}.lp-card:nth-child(1){animation-delay:.1s}.lp-card:nth-child(2){animation-delay:.15s}.lp-card:nth-child(3){animation-delay:.2s}.lp-card:nth-child(4){animation-delay:.25s}.lp-card:nth-child(5){animation-delay:.3s}.lp-card:nth-child(6){animation-delay:.35s}.lp-card:hover{transform:translateY(-6px);box-shadow:var(--lp-shadow-hover);border-color:#185ee026}.lp-card-icon{width:52px;height:52px;background:linear-gradient(135deg,#185ee0,#4f8fff);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:transform .4s cubic-bezier(.4,0,.2,1)}.lp-card:hover .lp-card-icon{transform:scale(1.1) rotate(3deg)}.lp-card-icon svg{width:26px;height:26px;color:#fff}.lp-card h3{font-size:20px;font-weight:600;margin:0 0 10px;color:var(--lp-text)}.lp-card p{font-size:15px;line-height:1.6;color:var(--lp-dim);margin:0}.lp-pricing{padding:100px 24px;background:transparent}.lp-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.lp-pricing-card{position:relative;background:#fff;border:1px solid var(--lp-border);border-radius:var(--lp-radius);padding:28px;box-shadow:0 10px 30px #17243a0f;display:flex;flex-direction:column;gap:10px;min-height:420px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.lp-pricing-card:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--lp-accent) 0%,#4F8FFF 100%);opacity:.16}.lp-pricing-card-badge{position:absolute;top:16px;right:16px;display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--lp-accent-strong);background:linear-gradient(140deg,#fffffff5,#e3eefffa);border:1px solid rgba(24,94,224,.3);box-shadow:0 8px 18px #185ee029}.lp-pricing-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px #17243a1f}.lp-pricing-card--highlight{border-color:#185ee073;background:linear-gradient(160deg,#eaf2ff,#fff 58%,#f7fbff);box-shadow:0 18px 38px #185ee02e}.lp-pricing-card--highlight:before{opacity:1}.lp-pricing-card--highlight .lp-pricing-card-badge{color:#fff;background:linear-gradient(135deg,#185ee0,#2f74f0 55%,#4f8fff);border-color:#fff6;box-shadow:0 10px 24px #185ee052}.lp-pricing-card--highlight .lp-pricing-annual{color:var(--lp-accent-strong)}.lp-pricing-card h3{margin:0;font-size:30px;line-height:1.1;color:var(--lp-text)}.lp-pricing-emp{margin:8px 0 0;font-size:14px;color:var(--lp-muted)}.lp-pricing-label{margin:6px 0 0;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--lp-muted)}.lp-pricing-annual{margin:0 0 4px;font-size:22px;font-weight:700;color:var(--lp-accent)}.lp-pricing-tagline{margin:0;font-size:15px;line-height:1.45;color:#475569}.lp-pricing-card .btn{margin-top:auto}.lp-pricing-note{margin-top:20px;text-align:center}.lp-pricing-note p{margin:6px 0;font-size:14px;color:var(--lp-muted)}.lp-pricing-affiliate{margin-top:48px;padding:32px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#ffffff08;text-align:center}.lp-pricing-affiliate h3{font-size:18px;font-weight:700;margin-bottom:8px;color:var(--lp-text)}.lp-pricing-affiliate>p{font-size:14px;color:var(--lp-muted);margin-bottom:24px}.lp-pricing-affiliate-grid{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:20px}.lp-pricing-affiliate-item{display:flex;flex-direction:column;gap:4px;padding:16px 24px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0a;min-width:160px}.lp-pricing-affiliate-tier{font-size:13px;font-weight:600;color:var(--lp-muted);text-transform:uppercase;letter-spacing:.05em}.lp-pricing-affiliate-amount{font-size:15px;font-weight:700;color:var(--lp-text)}.lp-pricing-affiliate-cta{font-size:13px;color:var(--lp-muted);margin:0}.lp-stats{padding:80px 24px;background:linear-gradient(180deg,#17243a,#132033);border-top:1px solid rgba(255,255,255,.08);color:#fff}.lp-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;text-align:center}.lp-stat{animation:lpFadeInUp .6s ease both}.lp-stat:nth-child(1){animation-delay:.1s}.lp-stat:nth-child(2){animation-delay:.2s}.lp-stat:nth-child(3){animation-delay:.3s}.lp-stat:nth-child(4){animation-delay:.4s}.lp-stat-value{font-size:52px;font-weight:800;margin-bottom:8px;background:linear-gradient(135deg,#185ee0,#4f8fff,#185ee0);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:lpShimmer 3s ease-in-out infinite}.lp-stat-label{font-size:15px;color:var(--lp-dim);font-weight:500}.lp-cta{padding:100px 24px;background:radial-gradient(ellipse 80% 60% at 50% 100%,rgba(24,94,224,.1) 0%,transparent 70%),transparent}.lp-cta-shell{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);overflow:hidden;border:1px solid rgba(138,164,210,.16);border-radius:34px;background:radial-gradient(circle at left bottom,#d6e3ff8c,#d6e3ff00 32%),linear-gradient(90deg,#0a111ef5,#0c172ff5 52%,#121e3afa 52% 100%);box-shadow:0 28px 70px #02061761}.lp-cta-shell--centered{display:flex;flex-direction:column;align-items:center;gap:32px;background:none;border:none;box-shadow:none}.lp-cta-shell--centered:before{display:none}.lp-cta-form-above{text-align:center;max-width:560px}.lp-cta-form-above h2{margin:0 0 14px;font-size:clamp(36px,5vw,56px);font-weight:800;line-height:1.05;letter-spacing:-.03em;color:var(--lp-text)}.lp-cta-accent{color:var(--lp-accent)}.lp-cta-form-above>p{margin:0 0 18px;font-size:18px;line-height:1.6;color:var(--lp-dim);max-width:400px;margin-inline:auto}.lp-cta-social-proof{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--lp-muted);letter-spacing:.01em;margin:0!important}.lp-cta-shell--centered .lp-cta-form-card{max-width:560px;width:100%}.lp-cta-shell:before{content:"";position:absolute;inset:0 auto 0 0;width:min(58%,680px);background:linear-gradient(90deg,rgba(255,255,255,.04) 0,rgba(255,255,255,.04) 9%,transparent 9%,transparent 21%),linear-gradient(180deg,#5983ff00,#5983ff1f 48%,#487bffd9);opacity:.95;pointer-events:none}.lp-cta-copy,.lp-cta-form-card{position:relative;z-index:1}.lp-cta-copy{padding:68px 58px 58px;color:#f8fbff}.lp-cta-copy .lp-badge{margin-bottom:22px;background:#ffffff14;border-color:#ffffff1f;color:#ffffffeb}.lp-cta-copy h2{max-width:12ch;margin:0 0 20px;font-size:clamp(42px,5vw,64px);line-height:.96;letter-spacing:-.05em;color:#fff}.lp-cta-copy>p{max-width:500px;margin:0 0 28px;font-size:22px;line-height:1.55;color:#eef4ffe6}.lp-cta-points{display:grid;gap:14px;max-width:520px;margin:0 0 30px;padding:0;list-style:none}.lp-cta-points .lp-checklist-item{align-items:flex-start}.lp-cta-points .lp-check-icon{margin-top:4px}.lp-cta-points .lp-showcase-bullet-text{color:#f5f8fff5}.lp-cta-trustline{display:flex;flex-wrap:wrap;gap:10px}.lp-cta-trust-pill{display:inline-flex;align-items:center;min-height:36px;padding:8px 14px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0d;color:#f0f6ffd1;font-size:13px;font-weight:600;line-height:1.4}.lp-cta-form-card{padding:40px 40px 36px;border:1px solid var(--lp-border);border-radius:var(--lp-radius);background:#fff;box-shadow:0 0 0 1px #185ee00f,0 4px 8px #17243a0a,0 20px 48px #17243a1a,0 0 80px #185ee012;overflow:hidden;position:relative}.lp-cta-form-card:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--lp-accent) 0%,#4F8FFF 100%)}.lp-cta-form-head{margin-bottom:28px}.lp-cta-form-kicker{margin:0 0 10px;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#88a4dd}.lp-cta-form-head h3{margin:0 0 10px;font-size:34px;line-height:1.05;color:#fff}.lp-cta-form-head p{margin:0;font-size:15px;line-height:1.55;color:#d6e0f7c7}.lp-lead-form{display:grid;gap:18px}.lp-lead-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 14px}.lp-lead-field{display:grid;gap:8px}.lp-lead-field--full{grid-column:1 / -1}.lp-lead-field span{font-size:13px;font-weight:600;color:var(--lp-text)}.lp-lead-field input,.lp-lead-field select,.lp-lead-field textarea{width:100%;border:1px solid var(--lp-border);border-radius:var(--lp-radius-sm);background:var(--lp-surface);padding:11px 14px;font:inherit;font-size:15px;color:var(--lp-text);outline:none;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.lp-lead-field input::placeholder,.lp-lead-field textarea::placeholder{color:var(--lp-subtle)}.lp-lead-field textarea{min-height:96px;resize:vertical}.lp-lead-field select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--lp-muted) 50%),linear-gradient(135deg,var(--lp-muted) 50%,transparent 50%);background-position:calc(100% - 20px) calc(50% - 2px),calc(100% - 14px) calc(50% - 2px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;background-color:var(--lp-surface)}.lp-lead-field select option{color:var(--lp-text)}.lp-lead-field input:focus,.lp-lead-field select:focus,.lp-lead-field textarea:focus{border-color:var(--lp-accent);background:#fff;box-shadow:0 0 0 3px #185ee01a}.lp-lead-form .btn{min-height:52px;font-size:17px;font-weight:700;border-radius:var(--lp-radius-xs)}.lp-lead-disclaimer{margin:0;text-align:center;font-size:12px;line-height:1.6;color:var(--lp-subtle)}@keyframes lp-success-pop{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.lp-success-state{animation:lp-success-pop .4s cubic-bezier(.34,1.56,.64,1)!important;white-space:normal;line-height:1.5;padding:16px 24px!important}.lp-advisor-band{padding:8px 24px 24px;background:var(--lp-surface)}.lp-advisor-band .lp-advisor-cta{margin-top:0}.lp-cta-content h2{font-size:48px;font-weight:700;margin:0 0 16px;color:var(--lp-text)}.lp-cta-content p{font-size:20px;color:var(--lp-dim);margin:0 0 40px}.lp-advisor-cta{margin-top:40px;max-width:560px;margin-left:auto;margin-right:auto;cursor:pointer;position:relative;border:0;background:transparent;padding:0;width:100%;text-align:left;font:inherit;animation:lpFadeInUp .6s ease .5s both}.lp-advisor-cta-glow{position:absolute;inset:-2px;background:linear-gradient(135deg,#185ee0,#2f74f0,#4f8fff,#185ee0);background-size:300% 300%;border-radius:22px;animation:lpShimmer 4s ease-in-out infinite;opacity:.6;filter:blur(1px);transition:opacity .3s ease}.lp-advisor-cta:hover .lp-advisor-cta-glow{opacity:1}.lp-advisor-cta-content{position:relative;display:flex;align-items:center;gap:16px;padding:20px 24px;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.lp-advisor-cta:hover .lp-advisor-cta-content{transform:translateY(-2px);box-shadow:0 12px 40px #185ee033}.lp-advisor-cta-icon{font-size:36px;flex-shrink:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eef4ff,#dbeafe);border-radius:16px}.lp-advisor-cta-text{flex:1;text-align:left}.lp-advisor-cta-badge{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#17243a;background:#eef3ff;padding:2px 10px;border-radius:6px;margin-bottom:4px}.lp-advisor-cta-title{font-size:17px;font-weight:700;color:#17243a;margin:2px 0;line-height:1.3}.lp-advisor-cta-desc{font-size:13px;color:#86868b;margin:0;line-height:1.5}.lp-advisor-cta-arrow{font-size:22px;font-weight:300;color:var(--lp-accent);flex-shrink:0;transition:transform .3s ease}.lp-advisor-cta:hover .lp-advisor-cta-arrow{transform:translate(4px)}.lp-footer{padding:60px 24px 32px;background:#17243a;color:#fff}.lp-footer-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.1)}.lp-footer-brand{max-width:280px}.lp-footer-logo{height:28px;filter:brightness(0) invert(1);margin-bottom:12px}.lp-footer-tagline{margin:0 0 14px;font-size:14px;color:#ffffff80;line-height:1.5}.lp-footer-android-badge{display:inline-block;opacity:.75;transition:opacity .15s}.lp-footer-android-badge:hover{opacity:1}.lp-footer-links{display:flex;flex-direction:column;gap:10px}.lp-footer-links-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#fff6;margin-bottom:2px}.lp-footer-link{background:none;border:none;padding:0;font:inherit;font-size:14px;color:#ffffffb3;cursor:pointer;text-align:left;transition:color .2s ease}.lp-footer-link:hover{color:#fff}.lp-footer-bottom{padding-top:24px;text-align:center}.lp-footer-bottom p{margin:0;font-size:13px;color:#ffffff59}.lp-subpage-wrapper{min-height:100vh;display:flex;flex-direction:column;background:var(--lp-surface)}.lp-subpage-wrapper .lp-nav{background:#f8f9fcd9;border-bottom-color:var(--lp-border)}.lp-subpage{flex:1;padding:120px 0 60px}.lp-subpage-container{width:100%;max-width:860px;margin:0 auto;padding:0 24px;animation:lpFadeInUp .5s ease}.lp-subpage-card{width:100%;max-width:680px;background:#fff;border-radius:var(--lp-radius);padding:48px 52px;box-shadow:var(--lp-shadow-sm),0 8px 32px #17243a0f;border:1px solid var(--lp-border-light);animation:lpFadeInUp .5s ease}.lp-subpage-back{display:inline-flex;align-items:center;gap:6px;background:none;border:none;font:inherit;font-size:14px;font-weight:500;color:var(--lp-accent);cursor:pointer;padding:8px 16px;margin:0;border-radius:8px;transition:all .2s ease}.lp-subpage-back:hover{background:#185ee00f;transform:translate(-2px)}.lp-subpage-card h1,.lp-subpage-container h1{font-size:30px;font-weight:700;color:var(--lp-text);margin:0 0 8px;letter-spacing:-.02em}.lp-subpage-updated{font-size:13px;color:var(--lp-subtle);margin:0 0 32px}.lp-subpage-desc{font-size:16px;color:var(--lp-muted);line-height:1.6;margin:0 0 32px}.lp-subpage-body{display:flex;flex-direction:column;gap:0}.lp-subpage-section{padding:24px 0;border-bottom:1px solid var(--lp-border)}.lp-subpage-section:first-child{padding-top:0}.lp-subpage-section:last-child{padding-bottom:0;border-bottom:none}.lp-subpage-section h2{font-size:16px;font-weight:600;color:var(--lp-text);margin:0 0 10px}.lp-subpage-body p{font-size:15px;line-height:1.7;color:#475569;margin:0}.lp-contact-grid{display:flex;flex-direction:column;gap:12px}.lp-contact-card{display:flex;align-items:center;gap:16px;padding:20px 24px;background:var(--lp-surface);border-radius:var(--lp-radius-sm);border:1px solid var(--lp-border);text-decoration:none;transition:all .2s ease;cursor:pointer}.lp-contact-card:hover{background:#f1f5f9;border-color:#185ee026;box-shadow:0 2px 12px #185ee014;transform:translateY(-1px)}.lp-contact-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--lp-accent-bg);border-radius:var(--lp-radius-sm);color:var(--lp-text);flex-shrink:0}.lp-contact-info{flex:1;display:flex;flex-direction:column;gap:2px}.lp-contact-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--lp-subtle)}.lp-contact-value{font-size:15px;font-weight:500;color:var(--lp-text);text-decoration:none}.lp-contact-card:hover .lp-contact-value{color:var(--lp-accent)}.lp-contact-arrow{color:#c4cdd5;transition:all .2s ease;flex-shrink:0}.lp-contact-card:hover .lp-contact-arrow{color:var(--lp-accent);transform:translate(2px)}.lp-fitur-page{min-height:100vh}.lp-fitur-hero{padding:120px 24px 72px;text-align:center;background:radial-gradient(100% 60% at 50% 0%,rgba(24,94,224,.08) 0%,transparent 70%)}.lp-fitur-hero-inner{max-width:680px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px;animation:lpFadeInUp .5s ease}.lp-fitur-hero-inner h1{font-size:clamp(32px,4vw,48px);font-weight:800;color:var(--lp-text);line-height:1.15;letter-spacing:-.03em;margin:0}.lp-fitur-hero-inner p{font-size:17px;color:var(--lp-muted);line-height:1.65;margin:0;max-width:520px}.lp-fitur-section{padding:72px 24px;border-top:1px solid var(--lp-section-divider)}.lp-fitur-section:nth-of-type(2n){background:#f8fafc99}.lp-fitur-section-inner{max-width:1160px;margin:0 auto}.lp-fitur-layout{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr);gap:28px;align-items:start;min-width:0}.lp-fitur-section-header{position:static;padding:14px 0}.lp-fitur-section-index{display:inline-flex;align-items:center;justify-content:center;width:44px;height:26px;border-radius:999px;border:1px solid currentColor;color:inherit;font-size:11px;letter-spacing:.14em;font-weight:700;margin-bottom:14px;opacity:.72}.lp-fitur-section-header h2{font-size:clamp(28px,2.8vw,38px);font-weight:800;color:var(--lp-text);letter-spacing:-.03em;line-height:1.12;margin:0 0 12px}.lp-fitur-section-header p{font-size:15.5px;color:var(--lp-muted);margin:0;max-width:700px;line-height:1.7}.lp-fitur-narrative{display:grid;grid-template-columns:1fr;gap:12px;min-width:0;align-items:start}.lp-fitur-section-header,.lp-fitur-primary,.lp-fitur-support-item{opacity:0;transform:translateY(10px);transition:opacity .44s cubic-bezier(.22,1,.36,1),transform .44s cubic-bezier(.22,1,.36,1)}.lp-fitur-reveal.is-visible .lp-fitur-section-header,.lp-fitur-reveal.is-visible .lp-fitur-primary,.lp-fitur-reveal.is-visible .lp-fitur-support-item{opacity:1;transform:translateY(0)}.lp-fitur-reveal.is-visible .lp-fitur-primary{transition-delay:80ms}.lp-fitur-reveal.is-visible .lp-fitur-support-item{transition-delay:calc(.13s + var(--reveal-delay, 0ms))}.lp-fitur-primary{border:1px solid var(--lp-border);border-radius:20px;background:radial-gradient(140% 140% at 0% 0%,#fffffffa,#f8fafcd1 46%,#fffffff2);box-shadow:0 14px 34px #0f172a0f;padding:24px;min-width:0;height:fit-content;transition:border-color .2s ease,box-shadow .2s ease}.lp-fitur-primary-label{display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;background:#17243a0f;color:currentColor}.lp-fitur-primary:hover{border-color:currentColor;box-shadow:0 18px 42px #0f172a1a}.lp-fitur-support-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-width:0;align-content:start}.lp-fitur-support-item{border:1px solid var(--lp-border);border-radius:14px;padding:14px 16px;background:#ffffffd6;min-width:0;height:100%;transition:border-color .2s ease,transform .2s ease}.lp-fitur-support-item:hover{border-color:currentColor;transform:translateY(-1px);box-shadow:0 10px 24px #0f172a14}.lp-fitur-section:nth-of-type(1) .lp-fitur-primary,.lp-fitur-section:nth-of-type(1) .lp-fitur-support-item,.lp-fitur-section:nth-of-type(1) .lp-fitur-section-index{color:#185ee0}.lp-fitur-section:nth-of-type(1) .lp-fitur-shot{--shot-accent-rgb: 24, 94, 224;--shot-accent: #185EE0;--shot-bg: rgba(24, 94, 224, .1)}.lp-fitur-section:nth-of-type(2) .lp-fitur-primary,.lp-fitur-section:nth-of-type(2) .lp-fitur-support-item,.lp-fitur-section:nth-of-type(2) .lp-fitur-section-index{color:#10b981}.lp-fitur-section:nth-of-type(2) .lp-fitur-shot{--shot-accent-rgb: 16, 185, 129;--shot-accent: #10B981;--shot-bg: rgba(16, 185, 129, .1)}.lp-fitur-section:nth-of-type(3) .lp-fitur-primary,.lp-fitur-section:nth-of-type(3) .lp-fitur-support-item,.lp-fitur-section:nth-of-type(3) .lp-fitur-section-index{color:#06b6d4}.lp-fitur-section:nth-of-type(3) .lp-fitur-shot{--shot-accent-rgb: 6, 182, 212;--shot-accent: #06B6D4;--shot-bg: rgba(6, 182, 212, .1)}.lp-fitur-section:nth-of-type(4) .lp-fitur-primary,.lp-fitur-section:nth-of-type(4) .lp-fitur-support-item,.lp-fitur-section:nth-of-type(4) .lp-fitur-section-index{color:#f59e0b}.lp-fitur-section:nth-of-type(4) .lp-fitur-shot{--shot-accent-rgb: 245, 158, 11;--shot-accent: #F59E0B;--shot-bg: rgba(245, 158, 11, .1)}.lp-fitur-section:nth-of-type(5) .lp-fitur-primary,.lp-fitur-section:nth-of-type(5) .lp-fitur-support-item,.lp-fitur-section:nth-of-type(5) .lp-fitur-section-index{color:#ef4444}.lp-fitur-section:nth-of-type(5) .lp-fitur-shot{--shot-accent-rgb: 239, 68, 68;--shot-accent: #EF4444;--shot-bg: rgba(239, 68, 68, .1)}.lp-fitur-shot{width:56px;height:44px;border-radius:12px;border:1px solid rgba(148,163,184,.28);background:linear-gradient(180deg,#fffffffa,#f8fafcfa);display:flex;align-items:center;justify-content:flex-start;flex-shrink:0;position:relative;overflow:hidden;box-shadow:0 6px 14px #0f172a14;transition:transform .22s ease,box-shadow .22s ease}.lp-fitur-shot::selection{background:transparent}.lp-fitur-shot:before,.lp-fitur-shot:after{content:"";position:absolute;pointer-events:none}.lp-fitur-shot span{position:absolute;left:8px;background:#94a3b894}.lp-fitur-shot--mini{width:48px;height:38px}.lp-fitur-primary .lp-fitur-shot{width:92px;height:64px;border-radius:16px;box-shadow:0 10px 24px #0f172a1a}.lp-fitur-primary .lp-fitur-shot span{left:11px}.lp-fitur-shot--pos,.lp-fitur-shot--cashcount,.lp-fitur-shot--financial,.lp-fitur-shot--ledger{background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,var(--shot-bg, rgba(59, 130, 246, .1)) 100%)}.lp-fitur-shot--pos span:nth-child(1),.lp-fitur-shot--cashcount span:nth-child(1),.lp-fitur-shot--financial span:nth-child(1),.lp-fitur-shot--ledger span:nth-child(1){left:8px;right:8px;top:8px;height:6px;border-radius:999px;background:rgba(var(--shot-accent-rgb, 59, 130, 246),.34)}.lp-fitur-shot--pos span:nth-child(2),.lp-fitur-shot--cashcount span:nth-child(2),.lp-fitur-shot--financial span:nth-child(2),.lp-fitur-shot--ledger span:nth-child(2){top:20px;width:18px;height:12px;border-radius:4px;background:#fffffff0;box-shadow:inset 0 0 0 1px rgba(var(--shot-accent-rgb, 59, 130, 246),.14)}.lp-fitur-shot--pos span:nth-child(3),.lp-fitur-shot--cashcount span:nth-child(3),.lp-fitur-shot--financial span:nth-child(3),.lp-fitur-shot--ledger span:nth-child(3){top:20px;left:30px;width:18px;height:12px;border-radius:4px;background:#fffffff0;box-shadow:inset 0 0 0 1px rgba(var(--shot-accent-rgb, 59, 130, 246),.14)}.lp-fitur-shot--pos:after,.lp-fitur-shot--cashcount:after,.lp-fitur-shot--financial:after,.lp-fitur-shot--ledger:after{left:8px;right:8px;bottom:7px;height:4px;border-radius:999px;background:#94a3b880;box-shadow:0 -9px #94a3b82e}.lp-fitur-primary .lp-fitur-shot--pos span:nth-child(2),.lp-fitur-primary .lp-fitur-shot--cashcount span:nth-child(2),.lp-fitur-primary .lp-fitur-shot--financial span:nth-child(2),.lp-fitur-primary .lp-fitur-shot--ledger span:nth-child(2),.lp-fitur-primary .lp-fitur-shot--pos span:nth-child(3),.lp-fitur-primary .lp-fitur-shot--cashcount span:nth-child(3),.lp-fitur-primary .lp-fitur-shot--financial span:nth-child(3),.lp-fitur-primary .lp-fitur-shot--ledger span:nth-child(3){top:24px;width:28px;height:18px}.lp-fitur-primary .lp-fitur-shot--pos span:nth-child(3),.lp-fitur-primary .lp-fitur-shot--cashcount span:nth-child(3),.lp-fitur-primary .lp-fitur-shot--financial span:nth-child(3),.lp-fitur-primary .lp-fitur-shot--ledger span:nth-child(3){left:48px}.lp-fitur-shot--booking,.lp-fitur-shot--attendance,.lp-fitur-shot--period{background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,var(--shot-bg, rgba(59, 130, 246, .08)) 100%),repeating-linear-gradient(90deg,transparent 0,transparent 10px,rgba(var(--shot-accent-rgb, 59, 130, 246),.12) 10px,rgba(var(--shot-accent-rgb, 59, 130, 246),.12) 11px)}.lp-fitur-shot--booking span:nth-child(1),.lp-fitur-shot--attendance span:nth-child(1),.lp-fitur-shot--period span:nth-child(1){left:8px;right:8px;top:8px;height:6px;border-radius:999px;background:rgba(var(--shot-accent-rgb, 59, 130, 246),.34)}.lp-fitur-shot--booking span:nth-child(2),.lp-fitur-shot--attendance span:nth-child(2),.lp-fitur-shot--period span:nth-child(2){top:21px;width:6px;height:6px;border-radius:50%;background:rgba(var(--shot-accent-rgb, 59, 130, 246),.54)}.lp-fitur-shot--booking span:nth-child(3),.lp-fitur-shot--attendance span:nth-child(3),.lp-fitur-shot--period span:nth-child(3){top:21px;left:20px;width:22px;height:5px;border-radius:999px;background:#94a3b88c}.lp-fitur-shot--booking:after,.lp-fitur-shot--attendance:after,.lp-fitur-shot--period:after{left:8px;right:8px;bottom:8px;height:6px;border-radius:6px;background:#fffffff0;box-shadow:inset 0 0 0 1px rgba(var(--shot-accent-rgb, 59, 130, 246),.12)}.lp-fitur-primary .lp-fitur-shot--booking span:nth-child(2),.lp-fitur-primary .lp-fitur-shot--attendance span:nth-child(2),.lp-fitur-primary .lp-fitur-shot--period span:nth-child(2){top:27px;width:8px;height:8px}.lp-fitur-primary .lp-fitur-shot--booking span:nth-child(3),.lp-fitur-primary .lp-fitur-shot--attendance span:nth-child(3),.lp-fitur-primary .lp-fitur-shot--period span:nth-child(3){top:28px;left:24px;width:42px}.lp-fitur-primary .lp-fitur-shot--booking:after,.lp-fitur-primary .lp-fitur-shot--attendance:after,.lp-fitur-primary .lp-fitur-shot--period:after{bottom:10px;height:10px}.lp-fitur-shot--items,.lp-fitur-shot--discount,.lp-fitur-shot--compensation,.lp-fitur-shot--commission,.lp-fitur-shot--customers,.lp-fitur-shot--loyalty,.lp-fitur-shot--broadcast,.lp-fitur-shot--multioutlet,.lp-fitur-shot--roles{background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,var(--shot-bg, rgba(59, 130, 246, .1)) 100%)}.lp-fitur-shot--items span:nth-child(1),.lp-fitur-shot--discount span:nth-child(1),.lp-fitur-shot--compensation span:nth-child(1),.lp-fitur-shot--commission span:nth-child(1),.lp-fitur-shot--customers span:nth-child(1),.lp-fitur-shot--loyalty span:nth-child(1),.lp-fitur-shot--broadcast span:nth-child(1),.lp-fitur-shot--multioutlet span:nth-child(1),.lp-fitur-shot--roles span:nth-child(1){top:8px;width:24px;height:12px;border-radius:5px;background:rgba(var(--shot-accent-rgb, 59, 130, 246),.28)}.lp-fitur-shot--items span:nth-child(2),.lp-fitur-shot--discount span:nth-child(2),.lp-fitur-shot--compensation span:nth-child(2),.lp-fitur-shot--commission span:nth-child(2),.lp-fitur-shot--customers span:nth-child(2),.lp-fitur-shot--loyalty span:nth-child(2),.lp-fitur-shot--broadcast span:nth-child(2),.lp-fitur-shot--multioutlet span:nth-child(2),.lp-fitur-shot--roles span:nth-child(2){top:24px;width:70%;height:5px;border-radius:999px}.lp-fitur-shot--items span:nth-child(3),.lp-fitur-shot--discount span:nth-child(3),.lp-fitur-shot--compensation span:nth-child(3),.lp-fitur-shot--commission span:nth-child(3),.lp-fitur-shot--customers span:nth-child(3),.lp-fitur-shot--loyalty span:nth-child(3),.lp-fitur-shot--broadcast span:nth-child(3),.lp-fitur-shot--multioutlet span:nth-child(3),.lp-fitur-shot--roles span:nth-child(3){top:32px;width:42%;height:5px;border-radius:999px}.lp-fitur-shot--items:after,.lp-fitur-shot--discount:after,.lp-fitur-shot--compensation:after,.lp-fitur-shot--commission:after,.lp-fitur-shot--customers:after,.lp-fitur-shot--loyalty:after,.lp-fitur-shot--broadcast:after,.lp-fitur-shot--multioutlet:after,.lp-fitur-shot--roles:after{right:8px;top:8px;width:12px;height:12px;border-radius:50%;background:rgba(var(--shot-accent-rgb, 59, 130, 246),.18)}.lp-fitur-primary .lp-fitur-shot--items span:nth-child(1),.lp-fitur-primary .lp-fitur-shot--discount span:nth-child(1),.lp-fitur-primary .lp-fitur-shot--compensation span:nth-child(1),.lp-fitur-primary .lp-fitur-shot--commission span:nth-child(1),.lp-fitur-primary .lp-fitur-shot--customers span:nth-child(1),.lp-fitur-primary .lp-fitur-shot--loyalty span:nth-child(1),.lp-fitur-primary .lp-fitur-shot--broadcast span:nth-child(1),.lp-fitur-primary .lp-fitur-shot--multioutlet span:nth-child(1),.lp-fitur-primary .lp-fitur-shot--roles span:nth-child(1){width:38px;height:16px}.lp-fitur-primary .lp-fitur-shot--items span:nth-child(2),.lp-fitur-primary .lp-fitur-shot--discount span:nth-child(2),.lp-fitur-primary .lp-fitur-shot--compensation span:nth-child(2),.lp-fitur-primary .lp-fitur-shot--commission span:nth-child(2),.lp-fitur-primary .lp-fitur-shot--customers span:nth-child(2),.lp-fitur-primary .lp-fitur-shot--loyalty span:nth-child(2),.lp-fitur-primary .lp-fitur-shot--broadcast span:nth-child(2),.lp-fitur-primary .lp-fitur-shot--multioutlet span:nth-child(2),.lp-fitur-primary .lp-fitur-shot--roles span:nth-child(2){top:28px;width:58px;height:6px}.lp-fitur-primary .lp-fitur-shot--items span:nth-child(3),.lp-fitur-primary .lp-fitur-shot--discount span:nth-child(3),.lp-fitur-primary .lp-fitur-shot--compensation span:nth-child(3),.lp-fitur-primary .lp-fitur-shot--commission span:nth-child(3),.lp-fitur-primary .lp-fitur-shot--customers span:nth-child(3),.lp-fitur-primary .lp-fitur-shot--loyalty span:nth-child(3),.lp-fitur-primary .lp-fitur-shot--broadcast span:nth-child(3),.lp-fitur-primary .lp-fitur-shot--multioutlet span:nth-child(3),.lp-fitur-primary .lp-fitur-shot--roles span:nth-child(3){top:39px;width:34px;height:6px}.lp-fitur-primary .lp-fitur-shot--items:after,.lp-fitur-primary .lp-fitur-shot--discount:after,.lp-fitur-primary .lp-fitur-shot--compensation:after,.lp-fitur-primary .lp-fitur-shot--commission:after,.lp-fitur-primary .lp-fitur-shot--customers:after,.lp-fitur-primary .lp-fitur-shot--loyalty:after,.lp-fitur-primary .lp-fitur-shot--broadcast:after,.lp-fitur-primary .lp-fitur-shot--multioutlet:after,.lp-fitur-primary .lp-fitur-shot--roles:after{width:16px;height:16px}.lp-fitur-shot--payroll,.lp-fitur-shot--coa{background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,var(--shot-bg, rgba(59, 130, 246, .08)) 100%)}.lp-fitur-shot--payroll span:nth-child(1),.lp-fitur-shot--coa span:nth-child(1){left:8px;right:8px;top:8px;height:5px;border-radius:999px;background:rgba(var(--shot-accent-rgb, 59, 130, 246),.3)}.lp-fitur-shot--payroll span:nth-child(2),.lp-fitur-shot--coa span:nth-child(2){top:18px;left:8px;width:74%;height:4px;border-radius:999px}.lp-fitur-shot--payroll span:nth-child(3),.lp-fitur-shot--coa span:nth-child(3){top:25px;left:8px;width:74%;height:4px;border-radius:999px}.lp-fitur-shot--payroll:after,.lp-fitur-shot--coa:after{top:32px;left:8px;width:56%;height:4px;border-radius:999px;background:#94a3b88c}.lp-fitur-primary .lp-fitur-shot--payroll span:nth-child(1),.lp-fitur-primary .lp-fitur-shot--coa span:nth-child(1){height:6px}.lp-fitur-primary .lp-fitur-shot--payroll span:nth-child(2),.lp-fitur-primary .lp-fitur-shot--coa span:nth-child(2){top:22px;width:66px;height:5px}.lp-fitur-primary .lp-fitur-shot--payroll span:nth-child(3),.lp-fitur-primary .lp-fitur-shot--coa span:nth-child(3){top:31px;width:66px;height:5px}.lp-fitur-primary .lp-fitur-shot--payroll:after,.lp-fitur-primary .lp-fitur-shot--coa:after{top:40px;width:48px;height:5px}.lp-fitur-shot--mini span:nth-child(2){top:18px}.lp-fitur-shot--mini span:nth-child(3){top:26px}.lp-fitur-item-head{display:flex;align-items:center;gap:12px;margin-bottom:10px;min-width:0}.lp-fitur-primary:hover .lp-fitur-shot,.lp-fitur-support-item:hover .lp-fitur-shot{transform:scale(1.06);box-shadow:0 10px 22px #0f172a1f}.lp-fitur-primary:hover .lp-fitur-shot{transform:scale(1.08)}.lp-fitur-primary h3{font-size:23px;font-weight:750;color:var(--lp-text);margin:0;letter-spacing:-.02em;line-height:1.25;overflow-wrap:anywhere}.lp-fitur-primary p{font-size:15px;color:var(--lp-muted);line-height:1.74;margin:0}.lp-fitur-support-item h4{font-size:17px;font-weight:700;color:var(--lp-text);margin:0;letter-spacing:-.015em;line-height:1.32;overflow-wrap:anywhere}.lp-fitur-support-item p{font-size:14px;color:var(--lp-muted);line-height:1.64;margin:0;overflow-wrap:anywhere}@media(max-width:1100px){.lp-fitur-layout{grid-template-columns:1fr;gap:16px}.lp-fitur-section-header{padding:0}}.lp-fitur-cta{padding:80px 24px;text-align:center;border-top:1px solid var(--lp-section-divider);background:radial-gradient(100% 80% at 50% 100%,rgba(24,94,224,.06) 0%,transparent 70%)}.lp-fitur-cta-inner{max-width:520px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:12px}.lp-fitur-cta-inner h2{font-size:32px;font-weight:800;color:var(--lp-text);letter-spacing:-.03em;margin:0}.lp-fitur-cta-inner p{font-size:16px;color:var(--lp-muted);margin:0;line-height:1.6}.lp-fitur-cta-btns{display:flex;gap:10px;margin-top:8px;flex-wrap:wrap;justify-content:center}.lp-nav-btn--active{color:var(--lp-accent)!important;font-weight:600!important}.lp-nav-btn--active:after{transform:scaleX(1)!important}@media(max-width:768px){.lp-fitur-hero{padding:96px 16px 48px}.lp-fitur-section{padding:40px 16px}.lp-fitur-layout{grid-template-columns:1fr;gap:16px}.lp-fitur-section-header{position:static;padding:0}.lp-fitur-section-header h2{font-size:clamp(26px,6vw,34px);margin-bottom:8px}.lp-fitur-narrative{grid-template-columns:1fr;gap:12px}.lp-fitur-support-list{grid-template-columns:1fr;gap:10px}.lp-fitur-primary,.lp-fitur-support-item{padding:14px}.lp-fitur-primary-label{margin-bottom:10px}.lp-fitur-item-head{gap:10px;margin-bottom:8px}.lp-fitur-primary h3{font-size:20px}.lp-fitur-support-item h4{font-size:16px}.lp-fitur-shot{width:48px;height:38px;border-radius:11px}.lp-fitur-shot--mini{width:44px;height:34px}.lp-fitur-cta{padding:56px 16px}}@media(max-width:480px){.lp-fitur-primary,.lp-fitur-support-item{padding:12px}.lp-fitur-primary-label{font-size:10px;padding:4px 8px}.lp-fitur-primary h3{font-size:18px}.lp-fitur-support-item h4{font-size:15px}.lp-fitur-item-head{align-items:flex-start}.lp-fitur-cta-btns{flex-direction:column;width:100%}.lp-fitur-cta-btns .btn{width:100%}}@media(prefers-reduced-motion:reduce){.lp-fitur-section-header,.lp-fitur-primary,.lp-fitur-support-item{opacity:1;transform:none;transition:none}}.lp-subpage-card--wide{max-width:740px}.lp-faq-list{display:flex;flex-direction:column;gap:0}.lp-faq-item{border-bottom:1px solid var(--lp-border)}.lp-faq-item:last-child{border-bottom:none}.lp-faq-question{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:20px 0;background:none;border:none;font:inherit;font-size:15px;font-weight:600;color:var(--lp-text);text-align:left;cursor:pointer;line-height:1.5;transition:color .2s ease}.lp-faq-question:hover{color:var(--lp-accent)}.lp-faq-chevron{display:inline-block;width:10px;height:10px;border-right:2px solid var(--lp-subtle);border-bottom:2px solid var(--lp-subtle);transform:rotate(45deg);flex-shrink:0;transition:transform .3s ease,border-color .2s ease}.lp-faq-chevron--open{transform:rotate(-135deg)}.lp-faq-question:hover .lp-faq-chevron{border-color:var(--lp-accent)}.lp-faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.lp-faq-answer>*{overflow:hidden}.lp-faq-item--open .lp-faq-answer{grid-template-rows:1fr}.lp-faq-item--open .lp-faq-answer>*{padding-bottom:20px}.lp-faq-answer p{font-size:15px;line-height:1.7;color:#475569;margin:0}.lp-affiliate-hero{display:grid;gap:24px;padding:32px;background:radial-gradient(140% 120% at 0% 0%,#185ee01a,#185ee000 58%),linear-gradient(180deg,#fffffffa,#f7fafffa);border:1px solid rgba(24,94,224,.14);border-radius:24px;box-shadow:var(--lp-shadow-sm),0 18px 44px #17243a14;margin-bottom:28px}.lp-affiliate-kicker{display:inline-flex;align-items:center;width:fit-content;padding:8px 12px;border-radius:999px;background:#185ee014;color:var(--lp-accent);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.lp-affiliate-hero p{margin:0}.lp-affiliate-lead{font-size:18px;line-height:1.7;color:#334155;max-width:760px}.lp-affiliate-highlight{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.lp-affiliate-highlight-card{padding:16px 18px;border-radius:18px;background:#ffffffeb;border:1px solid rgba(24,94,224,.12)}.lp-affiliate-highlight-value{display:block;font-size:22px;font-weight:700;color:var(--lp-text);margin-bottom:4px}.lp-affiliate-highlight-label{display:block;font-size:13px;line-height:1.5;color:#64748b}.lp-affiliate-cta-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.lp-affiliate-cta-row--final{margin-top:8px}.lp-affiliate-note{font-size:13px;line-height:1.6;color:#64748b}.lp-affiliate-step-grid,.lp-affiliate-rule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.lp-affiliate-carousel-shell{position:relative}.lp-affiliate-carousel-outer{position:relative;margin:0 20px}.lp-affiliate-carousel-outer:before,.lp-affiliate-carousel-outer:after{content:"";position:absolute;top:0;bottom:10px;width:72px;z-index:2;pointer-events:none}.lp-affiliate-carousel-outer:before{left:0;background:linear-gradient(to right,rgba(248,250,255,.97) 0%,transparent 100%)}.lp-affiliate-carousel-outer:after{right:0;background:linear-gradient(to left,rgba(248,250,255,.97) 0%,transparent 100%)}.lp-affiliate-carousel-btn{position:absolute;top:50%;transform:translateY(-60%);z-index:4;border:1px solid rgba(23,36,58,.16);background:#fffffff7;color:#17243a;border-radius:50%;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 6px 18px #0f172a1f;padding:0}.lp-affiliate-carousel-btn--prev{left:-16px}.lp-affiliate-carousel-btn--next{right:-16px}.lp-affiliate-carousel-btn:hover{transform:translateY(-62%);border-color:#17243a47;box-shadow:0 8px 24px #0f172a2e}.lp-affiliate-carousel-track{display:flex;gap:14px;overflow-x:auto;padding:4px 8px 10px;-ms-overflow-style:none}.lp-affiliate-carousel-track::-webkit-scrollbar{display:none}.lp-affiliate-card{flex:0 0 calc(50% - 7px);min-height:180px}.lp-affiliate-card-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:#185ee014;color:var(--lp-accent);margin-bottom:14px}.lp-affiliate-step,.lp-affiliate-persona,.lp-affiliate-kit,.lp-affiliate-rule{position:relative;padding:22px;border-radius:20px;background:linear-gradient(180deg,#fffffff5,#fafcfff5);border:1px solid rgba(24,94,224,.14);box-shadow:0 10px 24px #0f172a0f}.lp-affiliate-step-number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#185ee01a;color:var(--lp-accent);font-size:14px;font-weight:700;margin-bottom:12px}.lp-affiliate-step h3,.lp-affiliate-rule h3,.lp-affiliate-table-card h3,.lp-affiliate-callout h3{font-size:17px;line-height:1.4;color:var(--lp-text);margin:0 0 8px}.lp-affiliate-persona h3,.lp-affiliate-kit h3{font-size:23px;line-height:1.25;letter-spacing:-.01em;color:#17243a;margin:0 0 12px}.lp-affiliate-step p,.lp-affiliate-rule p,.lp-affiliate-callout p{margin:0;font-size:15px;line-height:1.7;color:#475569}.lp-affiliate-persona p,.lp-affiliate-kit p{margin:0;font-size:17px;line-height:1.65;color:#334155}.lp-affiliate-table-card,.lp-affiliate-callout{padding:24px;border-radius:20px;background:#fff;border:1px solid var(--lp-border);box-shadow:0 8px 24px #0f172a0a}.lp-affiliate-table{width:100%;border-collapse:collapse;margin-top:16px}.lp-affiliate-table th,.lp-affiliate-table td{text-align:left;padding:14px 12px;border-bottom:1px solid var(--lp-border);font-size:14px}.lp-affiliate-table th{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.06em}.lp-affiliate-table td{color:var(--lp-text)}.lp-affiliate-table tr:last-child td{border-bottom:none}.lp-affiliate-table td strong{font-size:15px}.lp-affiliate-callout{margin-top:16px;background:linear-gradient(180deg,#185ee00f,#fffffff5)}.lp-affiliate-list{margin:14px 0 0;padding-left:18px;color:#475569}.lp-affiliate-list li{margin-bottom:8px;line-height:1.7}@media(max-width:768px){.lp{background:radial-gradient(130% 72% at 12% -8%,#185ee01a,#185ee000 60%),radial-gradient(120% 78% at 88% 78%,#185ee014,#185ee000 62%),linear-gradient(180deg,#fff,#f7faff 40%,#f2f7ff,#f8fbff 76%,#fff)}.lp-nav{background:#fffffff0}.lp-nav-inner{padding:12px 14px}.lp-logo img{height:34px;max-width:118px}.lp-container{padding-left:16px;padding-right:16px}.lp-hero{padding:92px 14px 44px}.lp-hero-split{flex-direction:column;gap:22px}.lp-hero-text{text-align:center}.lp-hero-title{font-size:clamp(30px,8vw,40px);margin-bottom:14px}.lp-hero-desc{font-size:16px;margin:0 auto 22px;max-width:560px}.lp-hero-btns{flex-direction:row;gap:10px;margin-bottom:0;max-width:520px;margin-left:auto;margin-right:auto}.lp-hero-btns .btn{width:auto;flex:1 1 0;border-radius:12px;min-height:44px}.lp-hero-trust{flex-direction:column;gap:8px}.lp-hero-visual{width:100%;max-width:420px;margin:0 auto;overflow:visible}.lp-faux-cart{width:100%;transform:none;margin:0 auto}.lp-showcase-inner,.lp-showcase--reverse{flex-direction:column;gap:22px}.lp-trust{padding:22px 0}.lp-trust-row{gap:10px;justify-content:center}.lp-trust-badge{font-size:12px}.lp-trust-row,.lp-showcase-bullets{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px 12px}.lp-checklist-item{gap:6px;font-size:12px;line-height:1.35;white-space:nowrap}.lp-checklist-item .lp-check-icon{width:14px;height:14px}.lp-showcase{padding:48px 0}.lp-affiliate-highlight,.lp-affiliate-step-grid,.lp-affiliate-rule-grid{grid-template-columns:1fr}.lp-affiliate-carousel-btn--prev{left:2px}.lp-affiliate-carousel-btn--next{right:2px}.lp-affiliate-carousel-track{padding:4px 44px 10px}.lp-affiliate-card{flex-basis:82%;min-height:156px}.lp-affiliate-persona h3,.lp-affiliate-kit h3{font-size:19px}.lp-affiliate-persona p,.lp-affiliate-kit p{font-size:15px}.lp-affiliate-hero,.lp-affiliate-table-card,.lp-affiliate-callout,.lp-affiliate-step,.lp-affiliate-persona,.lp-affiliate-kit,.lp-affiliate-rule{padding:18px;border-radius:18px}.lp-affiliate-table{display:block;overflow-x:auto;white-space:nowrap}.lp-showcase--tinted{background:transparent}.lp-showcase-inner{align-items:stretch;border-radius:0;border:0;background:transparent;box-shadow:none;padding:0}.lp-showcase--tinted .lp-showcase-inner{background:transparent}.lp-showcase-text{max-width:100%;flex:0 1 auto}.lp-showcase-title{font-size:32px;margin-bottom:12px}.lp-showcase-desc{font-size:15px;margin-bottom:18px;max-width:100%}.lp-showcase-bullets{justify-content:flex-start}.lp-showcase-bullets li{font-size:12px;align-items:flex-start;line-height:1.35;gap:6px}.lp-showcase-bullets li:last-child:nth-child(odd){grid-column:auto}.lp-showcase-visual{width:100%;flex:0 1 auto;padding:2px 0 0}.lp-faux-showcase-card{border-radius:16px;box-shadow:0 14px 30px #17243a1a}.lp-showcase-pos-cluster{width:560px;max-width:none;margin:0 auto -34px;transform:scale(.84);transform-origin:top center}.lp-showcase-komisi-stack,.lp-showcase-finance-cluster{width:560px;max-width:none;margin:0 auto;transform:scale(.84);transform-origin:top center}.lp-showcase-komisi-stack{margin-bottom:-30px}.lp-showcase-finance-cluster{margin-bottom:-42px}.lp-how{padding:48px 0}.lp-how .lp-container{border-radius:0;border:0;background:transparent;box-shadow:none;padding-top:0;padding-bottom:0}.lp-how-grid{grid-template-columns:1fr;gap:14px}.lp-how-grid:before{display:none}.lp-section-header h2{font-size:32px}.lp-section-header{margin-bottom:36px}.lp-section-header p{font-size:16px}.lp-how-step{text-align:left;padding:30px 16px 18px;min-height:0;background:linear-gradient(180deg,#fff,#f7fbff);border:1px solid rgba(23,36,58,.08);border-radius:16px;box-shadow:0 8px 22px #17243a14}.lp-how-num{top:-18px;left:50%;width:38px;height:38px;font-size:18px;padding-top:0}.lp-how-step h3{font-size:18px;margin:8px 0 6px}.lp-how-step p{font-size:14px;line-height:1.55}.lp-grid{grid-template-columns:1fr}.lp-pricing-grid{grid-template-columns:1fr;gap:14px}.lp-pricing-card{min-height:0;border-radius:16px;padding:22px}.lp-pricing-card-badge{top:14px;right:14px;font-size:10px;padding:5px 10px}.lp-pricing-card h3{font-size:26px}.lp-pricing{padding:48px 0}.lp-pricing .lp-container{border-radius:0;border:0;background:transparent;box-shadow:none;padding-top:0;padding-bottom:0}.lp-pricing-note{margin-top:14px}.lp-pricing-note p{font-size:13px}.lp-stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.lp-stats{padding:48px 0}.lp-stats .lp-container{border-radius:0;border:0;background:transparent;padding-top:0;padding-bottom:0}.lp-stat{text-align:left;padding:14px;border-radius:14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.lp-cta-copy h2{font-size:40px}.lp-cta-copy>p{font-size:18px}.lp-cta-shell{grid-template-columns:1fr}.lp-cta-shell:before{width:100%;inset:0 0 auto;height:48%}.lp-cta-copy,.lp-cta-form-card{padding-left:26px;padding-right:26px}.lp-cta-copy{padding-top:34px;padding-bottom:26px}.lp-cta-form-card{padding-top:24px;padding-bottom:28px;border-left:0;border-top:1px solid rgba(255,255,255,.08)}.lp-cta-form-head h3{font-size:28px}.lp-lead-grid{grid-template-columns:1fr}.lp-nav-links{display:none}.lp-nav-hamburger{display:flex}.lp-nav-btn--masuk{display:none}.lp-nav-btns{border-left:none;padding-left:8px;gap:6px}.lp-how:before,.lp-pricing:before,.lp-cta:before{left:14px;right:14px}.lp-nav-btn{padding:6px 12px;font-size:14px}.lp-nav-btns .btn{padding:8px 16px;font-size:14px}.lp-logo span{display:none}.lp-stat-value{font-size:34px;margin-bottom:4px}.lp-stat-label{font-size:13px;line-height:1.45}.lp-advisor-cta-content{padding:16px 18px;gap:12px}.lp-advisor-band{padding:8px 0 24px}.lp-advisor-cta-icon{width:48px;height:48px;font-size:28px;border-radius:14px}.lp-advisor-cta-title{font-size:15px}.lp-advisor-cta-desc{font-size:12px}.lp-advisor-cta-arrow{display:none}.lp-footer-inner{flex-direction:column;gap:22px;align-items:flex-start}.lp-footer{padding:46px 0 24px}.lp-footer .lp-container{border-radius:18px;border:1px solid rgba(255,255,255,.08);padding-top:20px;padding-bottom:14px}.lp-footer-brand{max-width:100%}.lp-footer-tagline{max-width:300px}.lp-footer-links{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px 12px}.lp-footer-links-title{grid-column:1 / -1}.lp-subpage-card{padding:32px 24px}.lp-subpage-card h1,.lp-subpage-container h1{font-size:24px}.lp-subpage{padding:100px 0 40px}.lp-contact-card{padding:16px 18px}.lp-contact-icon{width:40px;height:40px}.lp-cta{padding:48px 0}}@media(max-width:480px){.lp-hero{padding:82px 14px 30px}.lp-hero-title{font-size:30px}.lp-hero-desc{font-size:15px;line-height:1.55}.lp-hero-btns{flex-direction:column;max-width:100%}.lp-hero-btns .btn{width:100%}.lp-hero-visual{width:100%;max-width:420px;transform:none;margin-bottom:0}.lp-faux-report-stats{gap:6px;padding:10px}.lp-faux-report-stat{padding:8px 4px}.lp-faux-report-stat-value{font-size:14px}.lp-faux-header{padding:12px 14px}.lp-faux-header-icon{width:22px;height:22px;border-radius:7px}.lp-icon-cart{width:13px;height:13px}.lp-faux-row{padding:9px 14px}.lp-faux-summary{padding:10px 14px}.lp-faux-pay{margin:0 14px 14px;padding:11px;font-size:13px}.lp-faux-komisi-grid{grid-template-columns:1fr;padding:10px}.lp-faux-komisi-value{font-size:26px;line-height:1.05}.lp-how-grid{grid-template-columns:1fr;gap:12px}.lp-stats-grid{grid-template-columns:1fr;gap:10px}.lp-section-header h2{font-size:28px}.lp-section-header p{font-size:15px}.lp-cta-copy h2{font-size:34px}.lp-cta-copy>p{font-size:16px}.lp-cta-points{gap:10px}.lp-cta-trustline{gap:8px}.lp-cta-trust-pill{font-size:12px;padding:8px 12px}.lp-stat-value{font-size:34px}.lp-pricing-card h3{font-size:22px}.lp-badge{display:none}.lp-section-header{margin-bottom:22px}.lp-showcase,.lp-how,.lp-pricing,.lp-stats,.lp-cta{padding-top:32px;padding-bottom:32px}.lp-trust{padding-top:14px;padding-bottom:14px}.lp-trust-row{flex-wrap:wrap;gap:6px 10px;justify-content:center}.lp-trust-badge{font-size:12px}.lp-showcase-visual{flex:0 1 auto;padding:0}.lp-faux-showcase-card{border-radius:14px}.lp-showcase-pos-cluster,.lp-showcase-komisi-stack,.lp-showcase-finance-cluster{width:560px;max-width:none;margin:0 auto;transform:scale(.68);transform-origin:top center}.lp-showcase-pos-cluster{margin-bottom:-146px}.lp-showcase-komisi-stack{margin-bottom:-136px}.lp-showcase-finance-cluster{margin-bottom:-142px}.lp-showcase-title{font-size:30px}.lp-showcase-bullets{gap:6px 10px}.lp-showcase-bullets li{gap:6px;font-size:12px;line-height:1.35}.lp-checklist-item .lp-check-icon{width:12px;height:12px}.lp-showcase-bullets li:last-child:nth-child(odd){grid-column:auto}.lp-trust,.lp-showcase,.lp-how,.lp-pricing,.lp-stats,.lp-cta,.lp-footer,.lp-advisor-band{padding-left:14px;padding-right:14px}.lp-showcase:before,.lp-how:before,.lp-pricing:before,.lp-cta:before{left:10px;right:10px}.lp-how-step{border-radius:14px;padding:28px 14px 16px}.lp-how-num{top:-16px;left:50%;width:34px;height:34px;font-size:16px;border-radius:999px;padding-top:0}.lp-pricing-card{padding:20px 16px}.lp-pricing-card-badge{top:12px;right:12px}.lp-cta-shell{border-radius:24px}.lp-cta-copy,.lp-cta-form-card{padding-left:18px;padding-right:18px}.lp-cta-copy{padding-top:28px}.lp-cta-form-card{padding-bottom:22px}.lp-cta-form-head h3{font-size:26px}.lp-lead-field input,.lp-lead-field select,.lp-lead-field textarea{padding:14px 15px;border-radius:14px}.lp-lead-form .btn{min-height:54px;font-size:20px}.lp-footer-links{grid-template-columns:1fr}.lp-container{padding-left:14px;padding-right:14px}.lp-showcase-inner,.lp-how .lp-container,.lp-pricing .lp-container,.lp-stats .lp-container,.lp-cta-shell{border-radius:0}.lp-showcase-inner,.lp-how .lp-container,.lp-pricing .lp-container,.lp-stats .lp-container{padding:0}}.lp-back-button{background:none;border:none;color:var(--lp-muted);font-size:14px;cursor:pointer;padding:8px 0;margin-bottom:16px;display:flex;align-items:center;gap:4px;transition:all .3s ease}.lp-back-button:hover{color:var(--lp-text);transform:translate(-4px)}.lp-blog-grid{margin-top:28px;display:grid;gap:16px}.lp-blog-card{border:1px solid var(--lp-border-light);border-radius:14px;background:#ffffffdb;padding:18px;box-shadow:var(--lp-shadow-sm)}.lp-blog-card-kicker{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:var(--lp-accent);margin-bottom:8px}.lp-blog-card h2{font-size:22px;line-height:1.25;margin:0 0 8px}.lp-blog-card h2 a{color:var(--lp-text);text-decoration:none}.lp-blog-card h2 a:hover{color:var(--lp-accent)}.lp-blog-card p{margin:0 0 10px;color:var(--lp-muted)}.lp-blog-card time{font-size:13px;color:var(--lp-subtle)}.lp-blog-article h1{font-size:clamp(32px,5vw,46px);line-height:1.15;margin:0 0 12px}.lp-blog-overline{font-size:12px;text-transform:uppercase;letter-spacing:.4px;color:var(--lp-accent);font-weight:700;margin-bottom:12px}.lp-blog-meta{display:flex;align-items:center;gap:8px;color:var(--lp-subtle);font-size:14px;margin-bottom:18px}.lp-blog-content{color:var(--lp-text);line-height:1.75}.lp-blog-content h2,.lp-blog-content h3{margin-top:24px;margin-bottom:10px;line-height:1.3}.lp-blog-content p,.lp-blog-content ul,.lp-blog-content ol{margin-bottom:12px}.lp-blog-content img{width:100%;height:auto;border-radius:12px;margin:10px 0 16px}.lp-blog-content a{color:var(--lp-accent)}
