:root{--lp-accent:#9bc3ea;--lp-text:#111827;--lp-text-2:#6b7280;--lp-text-3:#9ca3af;--lp-border:#e5e7eb;--lp-bg:#f3f4f6;--lp-white:#fff;--lp-dark:#111827}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--lp-white);color:var(--lp-text);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif}.lp-header{z-index:50;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--lp-border);background:#fffffff2;align-items:center;height:60px;padding:0 2rem;display:flex;position:sticky;top:0}.lp-header-inner{justify-content:space-between;align-items:center;width:100%;max-width:1100px;margin:0 auto;display:flex}.lp-logo{letter-spacing:.07em;text-transform:uppercase;color:var(--lp-text);font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;text-decoration:none}.lp-logo span{color:var(--lp-accent)}.lp-nav{align-items:center;gap:.5rem;display:flex}.lp-nav-link{color:var(--lp-text-2);border-radius:5px;padding:.4rem .85rem;font-size:.845rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s}.lp-nav-link:hover{color:var(--lp-text);background:var(--lp-bg)}.lp-nav-login{color:var(--lp-text-2);background:0 0;border:none;border-radius:5px;margin-left:1rem;padding:.4rem .5rem;font-size:.845rem;font-weight:500;text-decoration:none;transition:color .15s}.lp-nav-login:hover{color:var(--lp-text)}.lp-hamburger{cursor:pointer;background:0 0;border:none;border-radius:6px;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:4px;transition:background .15s;display:none}.lp-hamburger:hover{background:var(--lp-bg)}.lp-hamburger span{background:var(--lp-text);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .25s;display:block}.lp-hamburger--open span:first-child{transform:translateY(7px)rotate(45deg)}.lp-hamburger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.lp-hamburger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.lp-mobile-menu{background:var(--lp-white);border-bottom:1px solid var(--lp-border);z-index:49;flex-direction:column;gap:.25rem;padding:1rem 1.5rem 1.5rem;display:flex;position:absolute;top:60px;left:0;right:0;box-shadow:0 8px 24px #00000014}.lp-mobile-link{color:var(--lp-text-2);border-radius:6px;padding:.65rem .5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s}.lp-mobile-link:hover{color:var(--lp-text);background:var(--lp-bg)}.lp-mobile-divider{background:var(--lp-border);height:1px;margin:.5rem 0}.lp-mobile-login{color:#fff;background:var(--lp-dark);text-align:center;border-radius:6px;margin-top:.25rem;padding:.75rem 1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:opacity .15s}.lp-mobile-login:hover{opacity:.85}.sticky-bar{z-index:40;-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--lp-border);opacity:0;pointer-events:none;background:#ffffffeb;transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .32s;position:fixed;top:60px;left:0;right:0;transform:translateY(-100%);box-shadow:0 4px 24px #0000000f}.sticky-bar--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.sticky-bar-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1100px;margin:0 auto;padding:.6rem 2rem;display:flex}.sticky-bar-text{color:var(--lp-text-2);font-size:.875rem;font-weight:500;line-height:1.4}.sticky-bar-cta{color:#fff;white-space:nowrap;background:#0f1729;border-radius:100px;flex-shrink:0;padding:.45rem 1.25rem;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;text-decoration:none;transition:opacity .15s,transform .15s}.sticky-bar-cta:hover{opacity:.82;transform:translateY(-1px)}@media (max-width:600px){.sticky-bar-inner{gap:.75rem;padding:.6rem 1.25rem}.sticky-bar-text{font-size:.8rem}}.lp-btn-primary{color:#fff;background:var(--lp-dark);cursor:pointer;border:none;border-radius:5px;padding:.8rem 1.75rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-block}.lp-btn-primary:hover{opacity:.82}.lp-btn-white{color:var(--lp-dark);background:#fff}.lp-btn-white:hover{opacity:.92}.lp-btn-hero-cta{color:#fff;cursor:pointer;background:#0f1729;border:none;border-radius:100px;padding:.9rem 2.25rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:opacity .18s,transform .18s;display:inline-block}.lp-btn-hero-cta:hover{opacity:.85;transform:translateY(-1px)}.lp-btn-ghost{color:var(--lp-text-2);border:1px solid var(--lp-border);cursor:pointer;background:0 0;border-radius:5px;padding:.8rem 1.75rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:border-color .15s,color .15s;display:inline-block}.lp-btn-ghost:hover{color:var(--lp-text);border-color:#9ca3af}.lp-btn-link-light{color:var(--lp-text-2);align-items:center;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s;display:inline-flex}.lp-btn-link-light:hover{color:var(--lp-text)}.lp-section{background:#fff;padding:7rem 2rem}.lp-section-alt{background:#fff}.lp-section--steps{padding-top:3.5rem}.lp-section-inner{max-width:1100px;margin:0 auto}.lp-section-header{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-bottom:4.5rem;display:flex}.lp-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--lp-text-3);font-size:.68rem;font-weight:700}.lp-eyebrow--dim{color:var(--lp-text-3)}.lp-section-title{letter-spacing:-.04em;color:var(--lp-text);font-family:Inter,sans-serif;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;line-height:1.15}.lp-section-sub{color:var(--lp-text-2);max-width:460px;font-size:1rem;line-height:1.8}.lp-hero{background:#fff;padding:7rem 2rem 5rem}.lp-hero-inner{text-align:center;flex-direction:column;align-items:center;max-width:860px;margin:0 auto;display:flex}.lp-badge{letter-spacing:.08em;text-transform:uppercase;color:#ffffffbf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:1px solid #fff3;border-radius:100px;align-items:center;margin-bottom:2.25rem;padding:.35rem 1rem;font-size:.72rem;font-weight:600;display:inline-flex}.lp-hero-title{letter-spacing:-.045em;color:#0f1729;min-height:4.5em;margin-bottom:2rem;font-family:Inter,sans-serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:700;line-height:1.1}.lp-hero-light{color:#0f172961;font-weight:400}.lp-hero-strong{color:#0f1729;font-weight:700}.lp-hero-sub{color:#4b5563;max-width:500px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.75}.lp-hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.lp-hero-note{color:#9ca3af;margin-bottom:3rem;font-size:.78rem}.lp-typewriter-span{display:block}@keyframes cursor-blink{0%,to{opacity:1}50%{opacity:0}}.lp-typewriter-cursor{vertical-align:middle;background:#0f1729;border-radius:2px;width:3px;height:.85em;margin-left:2px;animation:.65s step-end infinite cursor-blink;display:inline-block}.lp-trust-pills{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.lp-trust-pill{color:#ffffffa6;border:1px solid #fff3;border-radius:100px;padding:.3rem .8rem;font-size:.72rem;font-weight:500}.lp-steps{border-top:1px solid var(--lp-border);flex-direction:column;margin-top:1rem;display:flex}.lp-step{border-bottom:1px solid var(--lp-border);align-items:center;gap:2.25rem;padding:2.5rem 0;display:flex}.lp-step-rule{display:none}.lp-step-num{color:#fff;letter-spacing:0;background:#0f1729;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;display:flex}.lp-step-title{letter-spacing:-.03em;color:#0f1729;font-family:Inter,sans-serif;font-size:clamp(1.25rem,2.2vw,1.75rem);font-weight:700;line-height:1.25}.lp-step-body{display:none}.lp-benefits-section{background:#fff;padding:6rem 2rem}.lp-benefits-inner{max-width:1100px;margin:0 auto}.lp-benefits-heading{letter-spacing:-.04em;color:#0f1729;max-width:780px;margin-bottom:3.5rem;font-family:Inter,sans-serif;font-size:clamp(2.4rem,4.5vw,3.75rem);font-weight:700;line-height:1.1}.lp-benefits-underline{text-underline-offset:6px;-webkit-text-decoration:underline #0f172940;text-decoration:underline #0f172940;text-decoration-thickness:2px}.lp-benefits-list{border-top:1px solid var(--lp-border);flex-direction:column;list-style:none;display:flex}.lp-benefit-item{border-bottom:1px solid var(--lp-border);align-items:center;gap:1.75rem;padding:1.75rem 0;display:flex}.lp-benefit-icon{background:#0f1729;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.lp-benefit-text{letter-spacing:-.025em;color:#0f1729;font-family:Inter,sans-serif;font-size:clamp(1.05rem,1.8vw,1.35rem);font-weight:600;line-height:1.3}.lp-integration-section{background:#fff;border-bottom:none;padding:6rem 2rem}.lp-integration-header{max-width:640px;margin-bottom:4rem}.lp-int-rows{flex-direction:column;display:flex}.lp-int-row{grid-template-columns:52px 1fr auto;align-items:start;gap:0 2rem;padding:2.25rem 0;display:grid}.lp-int-divider{background:var(--lp-border);height:1px}.lp-int-icon-wrap{background:var(--lp-bg);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;margin-top:2px;display:flex}.lp-int-text{flex-direction:column;gap:.5rem;display:flex}.lp-int-title{color:var(--lp-text);letter-spacing:-.02em;margin:0;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.3}.lp-int-body{color:var(--lp-text-2);max-width:620px;margin:0;font-size:.9375rem;line-height:1.72}.lp-int-badge{letter-spacing:.08em;text-transform:uppercase;color:#374151;background:var(--lp-bg);border:1px solid var(--lp-border);white-space:nowrap;border-radius:100px;flex-shrink:0;align-items:center;margin-top:4px;padding:.3rem .8rem;font-size:.6875rem;font-weight:700;display:inline-flex}.lp-stats-strip{background:var(--lp-bg);border-top:1px solid var(--lp-border);border-bottom:1px solid var(--lp-border);padding:5.5rem 2rem 6.5rem}.lp-stats-header{border-bottom:1px solid var(--lp-border);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:2rem;max-width:1100px;margin:0 auto 3rem;padding-bottom:2.5rem;display:flex}.lp-stats-header h2{letter-spacing:-.04em;color:var(--lp-text);font-family:Inter,sans-serif;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;line-height:1.25}.lp-stats-header p{color:var(--lp-text-2);max-width:340px;font-size:.9rem;line-height:1.7}.lp-stats-inner{align-items:flex-start;max-width:1100px;margin:0 auto;display:flex}.lp-stat{flex-direction:column;flex:1;gap:.65rem;padding:0 3rem 0 0;display:flex}.lp-stat:first-child{padding-left:0}.lp-stat-sep{background:var(--lp-border);flex-shrink:0;align-self:stretch;width:1px;margin:0 3rem 0 0}.lp-pay-tag{letter-spacing:.12em;text-transform:uppercase;color:var(--lp-text-3);border:1px solid var(--lp-border);border-radius:100px;align-items:center;margin-bottom:1rem;padding:.25rem .75rem;font-size:.65rem;font-weight:700;display:inline-flex}.lp-stat-number{letter-spacing:-.06em;color:var(--lp-text);margin-bottom:.5rem;font-family:Inter,sans-serif;font-size:clamp(4rem,7vw,6rem);font-weight:700;line-height:1}.lp-stat-title{color:var(--lp-text);font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;line-height:1.35}.lp-stat-text{color:var(--lp-text-2);font-size:.845rem;line-height:1.7}.lp-bento{grid-template-columns:1.15fr .85fr;align-items:stretch;gap:1.5rem;display:grid}.lp-bento-tag{letter-spacing:.14em;text-transform:uppercase;color:var(--lp-text-3);font-size:.67rem;font-weight:700}.lp-bento-tag--dim{color:#ffffff4d}.lp-bento-dark{background:var(--lp-dark);border-radius:16px;flex-direction:column;gap:1.25rem;padding:2.75rem;display:flex}.lp-bento-map{justify-content:center;align-items:center;display:flex;padding:2rem!important}.lp-map-svg{filter:drop-shadow(0 8px 24px #0000001a);width:100%;max-width:260px;height:auto}.lp-bento-light{background:var(--lp-bg);border:1px solid var(--lp-border);border-radius:16px;flex-direction:column;gap:1.25rem;padding:2.75rem;display:flex}.lp-bento-title{letter-spacing:-.04em;color:#fff;font-family:Inter,sans-serif;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;line-height:1.2}.lp-bento-title--dark{color:var(--lp-text)}.lp-bento-text{color:#ffffff73;font-size:.9rem;line-height:1.75}.lp-bento-text--dark{color:var(--lp-text-2)}.lp-bento-merged{border:1px solid var(--lp-border);background:#fff;border-radius:16px;align-items:center;padding:3rem;display:flex;position:relative;overflow:hidden}.lp-bento-merged-map{opacity:.18;pointer-events:none;flex-shrink:0;width:340px;position:absolute;top:50%;left:-60px;transform:translateY(-50%)}.lp-bento-merged-map svg{width:100%;height:auto}.lp-bento-merged-content{z-index:1;flex-direction:column;gap:1.25rem;max-width:560px;margin-left:auto;display:flex;position:relative}.lp-cta-section{border-top:1px solid var(--lp-border);text-align:center;background:#fff;padding:9rem 2rem}.lp-cta-inner{flex-direction:column;align-items:center;gap:1.5rem;max-width:640px;margin:0 auto;display:flex}.lp-cta-heading{letter-spacing:-.045em;color:#0f1729;font-family:Inter,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1}.lp-cta-desc{color:var(--lp-text-2);font-size:1rem;line-height:1.75}.lp-cta-login{color:var(--lp-text-2);font-size:.9rem;text-decoration:none;transition:color .15s}.lp-cta-login:hover{color:var(--lp-text)}.lp-cta-actions{flex-direction:column;align-items:center;gap:1.25rem;margin-top:.5rem;display:flex}.lp-footer{border-top:1px solid var(--lp-border);background:var(--lp-white);align-items:center;height:56px;padding:0 2rem;display:flex}.lp-footer-inner{justify-content:space-between;align-items:center;width:100%;max-width:1100px;margin:0 auto;display:flex}.lp-footer-copy{color:var(--lp-text-3);letter-spacing:.05em;text-transform:uppercase;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700}.lp-footer-links{gap:1.5rem;display:flex}.lp-footer-link{color:var(--lp-text-3);font-size:.75rem;text-decoration:none;transition:color .15s}.lp-footer-link:hover{color:var(--lp-text-2)}@media (max-width:900px){.lp-step{gap:1.5rem;padding:2rem 0}.lp-step-rule{display:none}.lp-stats-inner{flex-direction:column;gap:3rem}.lp-stat{padding:0}.lp-stat-sep{width:100%;height:1px;margin:0}.lp-bento{grid-template-columns:1fr}.lp-stats-header{flex-direction:column;gap:.75rem}.lp-int-row{grid-template-columns:44px 1fr}.lp-int-badge{display:none}}@media (max-width:600px){.lp-header{padding:0 1.25rem}.lp-nav--desktop{display:none}.lp-hamburger{display:flex}.lp-hero{align-items:center;min-height:calc(100dvh - 60px);padding:4rem 1.25rem;display:flex}.lp-section{padding:5rem 1.25rem}.lp-integration-section,.lp-benefits-section{padding:4rem 1.25rem}.lp-benefits-heading{margin-bottom:2.5rem;font-size:clamp(2rem,7vw,2.75rem)}.lp-stats-strip{padding:4rem 1.25rem 5rem}.lp-cta-section{padding:6rem 1.25rem}.lp-footer{padding:0 1.25rem}.lp-bento-dark,.lp-bento-light{padding:2rem}.lp-section-header{margin-bottom:3rem}.lp-int-row{grid-template-columns:1fr;gap:1rem}.lp-int-icon-wrap{width:44px;height:44px}}@keyframes sr-fade-up{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translate(0,0)}}@keyframes sr-fade-in{0%{opacity:0}to{opacity:1}}@keyframes sr-scale-up{0%{opacity:0;transform:scale(.96)translateY(16px)}to{opacity:1;transform:scale(1)translate(0,0)}}.sr{opacity:0;will-change:transform, opacity;backface-visibility:hidden}.sr-visible{animation-duration:.65s;animation-timing-function:cubic-bezier(.22,1,.36,1);animation-fill-mode:both}.sr.sr-up{transform:translateY(28px)}.sr.sr-scale{transform:scale(.96)translateY(16px)}.sr-visible.sr-up{animation-name:sr-fade-up}.sr-visible.sr-scale{animation-name:sr-scale-up}.sr-visible.sr-fade{animation-name:sr-fade-in}.sr-d1{animation-delay:80ms}.sr-d2{animation-delay:.16s}.sr-d3{animation-delay:.24s}.sr-d4{animation-delay:.32s}.sr-d5{animation-delay:.4s}@keyframes hero-title-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-actions-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.lp-hero-title{animation:.75s cubic-bezier(.22,1,.36,1) .1s both hero-title-in}.lp-hero-actions{animation:.65s cubic-bezier(.22,1,.36,1) .4s both hero-actions-in}@media (prefers-reduced-motion:reduce){.sr,.sr-visible,.lp-hero-title,.lp-hero-actions{opacity:1!important;animation:none!important;transform:none!important}}@keyframes uc-scroll{0%{transform:translate(0)}to{transform:translateX(var(--uc-shift,-50%))}}.uc-wrap{width:100%;padding:1.25rem 0;overflow:hidden}.uc-track{align-items:center;width:max-content;animation:35s linear infinite paused uc-scroll;display:flex}.uc-item{white-space:nowrap;align-items:center;gap:.55rem;padding-right:2rem;display:flex}.uc-item-label{letter-spacing:0;color:#0f172961;font-size:.82rem;font-weight:500}.uc-item-feature{letter-spacing:0;color:#0f1729cc;font-family:Inter,sans-serif;font-size:.82rem;font-weight:500}@keyframes ft-scroll{0%{transform:translate(0)}to{transform:translateX(var(--ft-shift,-50%))}}.ft-wrap{border-top:1px solid var(--lp-border);border-bottom:1px solid var(--lp-border);background:var(--lp-white);width:100%;padding:1rem 0;overflow:hidden}.ft-track{gap:2.5rem;width:max-content;animation:16s linear infinite paused ft-scroll;display:flex}.ft-item{white-space:nowrap;letter-spacing:.04em;color:var(--lp-text-2);align-items:center;gap:.7rem;font-size:.71rem;font-weight:500;display:flex}.ft-dot{background:var(--lp-text-3);border-radius:50%;flex-shrink:0;width:3px;height:3px}@media (prefers-reduced-motion:reduce){.ft-track{animation-play-state:paused}.uc-track{transition:none}}
