:root{--lp-text-primary:#18181b;--lp-text-primary-hover:#27272a;--lp-text-primary-subtle:#a1a1aa;--lp-text-primary-subtle-bold:#71717a;--lp-text-inverse:#fff;--lp-text-brand:#3b82f6;--lp-text-success:#16a34a;--lp-bg-primary:#fff;--lp-bg-hover:#f4f4f5;--lp-bg-brand-soft:#eff6ff;--lp-bg-page:#fafafa;--lp-border-subtle:#f4f4f5;--lp-border-warning:#fbbf24;--lp-border-danger:#f43f5e;--lp-border-success:#22c55e;--lp-icon-warning-disabled:#fef3c7;--lp-icon-warning-active:#f59e0b;--lp-icon-error-disabled:#fda4af;--lp-icon-error-hover:#e11d48;--lp-icon-success-active:#f0fdf4;--lp-icon-success-hover:#22c55e;--lp-icon-primary-disabled:#a1a1aa;--lp-icon-primary-hover:#27272a;--lp-blue-300:#93c5fd59;--lp-blue-400:#60a5fa;--lp-radius-l:16px;--lp-radius-m:12px;--lp-radius-s:8px;--lp-font-serif:var(--font-instrument-serif), serif;--lp-font-sans:var(--font-geist), system-ui, sans-serif}.landing-page{background:var(--lp-bg-page);flex-direction:column;width:100%;min-height:100vh;display:flex;overflow-x:hidden}.hero-section{background:#fafafa;width:100%;height:1436px;position:relative;overflow:hidden}.hero-top-gradient{pointer-events:none;z-index:1;background:linear-gradient(#93c5fd59 0%,#93c5fd33 20%,#f4f4f500 45%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-video-bg{z-index:0;width:100%;height:810px;position:absolute;bottom:0;left:0;-webkit-mask-image:linear-gradient(#0000 0%,#00000040 35%,#000000b3 55%,#000 70% 100%);mask-image:linear-gradient(#0000 0%,#00000040 35%,#000000b3 55%,#000 70% 100%)}.hero-video-bg img{object-fit:cover;object-position:center bottom;width:100%;height:100%}.hero-gradient-overlay{pointer-events:none;z-index:4;background:linear-gradient(#fafafa00 0%,#fafafa4d 40%,#fafafa 90%);width:100%;height:729px;position:absolute;bottom:0;left:0}.hero-content .tag,.hero-title,.hero-subtitle,.hero-buttons,.phone-mockups{opacity:0;transition:opacity .7s ease-out,transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(24px)}.nav-bar{opacity:0;transition:opacity .7s ease-out,transform .7s cubic-bezier(.22,1,.36,1);transform:translate(-50%)translateY(24px)}.hero-loaded .nav-bar{opacity:1;transition-delay:50ms;transform:translate(-50%)translateY(0)}.hero-loaded .hero-content .tag{opacity:1;transition-delay:.2s;transform:translateY(0)}.hero-loaded .hero-title{opacity:1;transition-delay:.32s;transform:translateY(0)}.hero-loaded .hero-subtitle{opacity:1;transition-delay:.44s;transform:translateY(0)}.hero-loaded .hero-buttons{opacity:1;transition-delay:.56s;transform:translateY(0)}.phone-mockups{transform:translateY(60px)}.hero-loaded .phone-mockups{opacity:1;transition:opacity .9s ease-out .5s,transform 1s cubic-bezier(.22,1,.36,1) .5s;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.hero-content .tag,.hero-title,.hero-subtitle,.hero-buttons,.phone-mockups{opacity:1;transition:none;transform:none}.hero-loaded .hero-content .tag{animation:none}.nav-bar{opacity:1;transition:none;transform:translate(-50%)}}.nav-bar{z-index:10;justify-content:space-between;align-items:center;width:1331px;max-width:calc(100% - 40px);display:flex;position:absolute;top:43px;left:50%;transform:translate(-50%)}.logo-icon{flex-shrink:0;width:36px;height:36px}.logo-text{width:auto;height:28px}.logo-full{width:auto;height:44px}.nav-links{align-items:center;gap:32px;display:flex}.nav-links a{font-family:var(--lp-font-sans);color:var(--lp-text-primary-hover);font-size:16px;font-weight:500;line-height:24px;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--lp-text-primary)}.nav-cta{border-radius:var(--lp-radius-m);font-family:var(--lp-font-sans);color:var(--lp-text-inverse);cursor:pointer;background:linear-gradient(#60a5fa 0%,#3b82f6 100%);border:none;justify-content:center;align-items:center;padding:12px 20px;font-size:16px;font-weight:500;line-height:24px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.hero-content{text-align:center;z-index:5;flex-direction:column;align-items:center;gap:16px;width:697px;max-width:calc(100% - 40px);display:flex;position:absolute;top:159px;left:50%;transform:translate(-50%)}@property --tag-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.tag{background:#fff6;border:1px solid #bfdbfe;border-radius:99px;justify-content:center;align-items:center;gap:4px;padding:8px;display:inline-flex;position:relative}.tag:before{content:"";border-radius:inherit;background:conic-gradient(from var(--tag-angle), transparent 0deg, transparent 200deg, #93c5fd 270deg, #3b82f6 320deg, #60a5fa 345deg, transparent 360deg);-webkit-mask-composite:xor;pointer-events:none;opacity:0;padding:1.5px;transition:opacity .4s ease-out;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.hero-loaded .hero-content .tag:before,.features-section.animate-in .tag:before{opacity:1;animation:3s linear infinite tag-border-loop}@keyframes tag-border-loop{to{--tag-angle:360deg}}.tag-icon{flex-shrink:0;width:24px;height:24px}.tag-icon.app-logo{width:auto;height:28px}.tag-text{font-family:var(--lp-font-sans);color:#000;text-align:center;white-space:nowrap;font-size:14px;font-weight:500;line-height:20px}.hero-title{font-family:var(--lp-font-serif);color:var(--lp-text-primary);margin:0;font-size:84px;font-weight:400;line-height:96px}.hero-subtitle{font-family:var(--lp-font-sans);color:var(--lp-text-primary-subtle-bold);margin:0;font-size:20px;font-weight:400;line-height:28px}.hero-buttons{align-items:center;gap:16px;display:flex}.join-beta-btn{cursor:pointer;color:#fff;background:radial-gradient(140% 220% at 50% 130%,#3a3a3d 0%,#2a2a2d 45%,#1c1c1f 100%);border-radius:12px;justify-content:center;align-items:center;gap:12px;padding:14px 16px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 2px 4px #4f4f4f45,inset 0 -4px 17px #ffffff40}.join-beta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #18181b59,inset 0 -4px 17px #ffffff4d}.join-beta-btn:hover .join-beta-arrow{transform:translate(3px)}.join-beta-label{font-family:var(--lp-font-sans);color:#fff;white-space:nowrap;font-size:16px;font-weight:500;line-height:24px}.join-beta-arrow{color:#fff;flex-shrink:0;width:24px;height:24px;transition:transform .2s}.phone-mockups{pointer-events:none;justify-content:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.phone-mockups-inner{width:1440px;height:100%;position:relative}.phone-device{position:absolute;overflow:visible}.phone-device.center{z-index:3;width:408px;height:835px;top:601px;left:50%;transform:translate(-50%)}.phone-device.left{z-index:2;width:385px;height:788px;top:701px;left:209px}.phone-device.left .phone-inner{transform:rotate(-8.55deg)}.phone-device.right{z-index:2;width:385px;height:788px;top:701px;left:auto;right:209px}.phone-device.right .phone-inner{transform:rotate(8.55deg)}.phone-inner{width:100%;height:100%;position:relative}.phone-shadow{opacity:.38;background:#000;border-radius:50px;position:absolute;inset:0 1%;box-shadow:0 0 64px #000c}.phone-device.center .phone-shadow{box-shadow:0 0 68px #000c}.phone-screen{z-index:1;border-radius:40px;position:absolute;inset:1.94% 4.44% 1.94% 4.67%;overflow:hidden}.phone-screen img{object-fit:cover;object-position:top;width:100%;height:103%}.phone-frame{object-fit:cover;z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.phone-side-left,.phone-side-right,.phone-bottom-fill{pointer-events:none;display:none}.features-section{background:var(--lp-bg-page);flex-direction:column;gap:84px;padding:84px 64px;display:flex}.section-header{flex-direction:column;align-items:center;gap:48px;width:100%;max-width:1312px;margin:0 auto;display:flex}.section-title-group{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:718px;display:flex}.section-title{font-family:var(--lp-font-serif);letter-spacing:-.5px;color:var(--lp-text-primary);margin:0;font-size:56px;font-weight:400;line-height:64px}.section-subtitle{font-family:var(--lp-font-sans);color:var(--lp-text-primary-subtle-bold);margin:0;font-size:20px;font-weight:400;line-height:28px}.feature-cards{grid-template-columns:repeat(4,1fr);gap:24px;width:100%;display:grid}.features-section .section-title-group{opacity:0;transition:opacity .7s ease-out,transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(30px)}.features-section.animate-in .section-title-group{opacity:1;transform:translateY(0)}.features-section .feature-card{opacity:0;transition:opacity .6s ease-out,transform .6s cubic-bezier(.22,1,.36,1),box-shadow .3s,border-color .3s;transform:translateY(36px)}.features-section.animate-in .feature-card{opacity:1;transform:translateY(0)}.features-section.animate-in .feature-card:first-child{transition-delay:.15s}.features-section.animate-in .feature-card:nth-child(2){transition-delay:.27s}.features-section.animate-in .feature-card:nth-child(3){transition-delay:.39s}.features-section.animate-in .feature-card:nth-child(4){transition-delay:.51s}@media (prefers-reduced-motion:reduce){.features-section .section-title-group,.features-section .feature-card{opacity:1;transition:none;transform:none}.features-section.animate-in .tag:before{animation:none}}.feature-card{background:var(--lp-bg-primary);border:1px solid var(--lp-border-subtle);border-radius:var(--lp-radius-l);cursor:pointer;flex-direction:column;gap:20px;padding:20px;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex}.features-section.animate-in .feature-card:hover,.feature-card:hover{border-color:#e4e4e7;transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.feature-icon{border-radius:var(--lp-radius-s);box-sizing:border-box;justify-content:center;align-items:center;width:40px;height:40px;padding:4px;transition:transform .3s;display:flex}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-icon.warning{background:linear-gradient(180deg, var(--lp-icon-warning-disabled) 0%, var(--lp-icon-warning-active) 100%);border:1px solid var(--lp-border-warning);box-shadow:0 42px 6px #f7cf9203,0 27px 5px #f7cf9212,0 15px 5px #f7cf923b,0 7px 3px #f7cf9261,0 2px 2px #f7cf9270}.feature-icon.danger{background:linear-gradient(180deg, var(--lp-icon-error-disabled) 0%, var(--lp-icon-error-hover) 100%);border:1px solid var(--lp-border-danger);box-shadow:0 42px 6px #f1edec03,0 27px 5px #f1edec12,0 15px 5px #f1edec3b,0 7px 3px #f1edec61,0 2px 2px #f1edec66}.feature-icon.success{background:linear-gradient(180deg, var(--lp-icon-success-active) 0%, var(--lp-icon-success-hover) 100%);border:1px solid var(--lp-border-success);box-shadow:0 42px 6px #dcfce761,0 27px 5px #dcfce712,0 15px 5px #dcfce73b,0 7px 3px #dcfce761,0 2px 2px #dcfce770}.feature-icon.pink{background:linear-gradient(#fec7fa 0%,#ed0bf5 100%);border:1px solid #fec7fa;box-shadow:0 42px 6px #fec7fa03,0 27px 5px #fec7fa12,0 15px 5px #fec7fa3b,0 7px 3px #fec7fa61,0 2px 2px #fec7fa70}.feature-icon img{width:24px;height:24px}.feature-content{flex-direction:column;gap:4px;display:flex}.feature-title{font-family:var(--lp-font-serif);color:var(--lp-text-primary);margin:0;font-size:24px;font-weight:500;line-height:32px;transition:color .3s}.feature-card:hover .feature-title{color:var(--lp-text-brand)}.feature-description{font-family:var(--lp-font-sans);color:var(--lp-text-primary-subtle-bold);margin:0;font-size:16px;font-weight:400;line-height:24px}.how-it-works{flex-direction:column;align-items:center;gap:48px;width:100%;display:flex}.step-cards{grid-template-columns:repeat(3,1fr);gap:24px;width:100%;min-width:0;max-width:1312px;margin:0 auto;display:grid}.step-card{opacity:0;cursor:pointer;flex-direction:column;gap:24px;width:100%;min-width:0;transition:opacity .6s ease-out,transform .6s ease-out;display:flex;transform:translateY(40px)}.step-card.animate-in{opacity:1;transform:translateY(0)}.step-card:first-child{transition-delay:0s}.step-card:nth-child(2){transition-delay:.15s}.step-card:nth-child(3){transition-delay:.3s}.step-screen{aspect-ratio:426/329;border-radius:var(--lp-radius-l);width:100%;transition:transform .4s cubic-bezier(.25,.46,.45,.94),box-shadow .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}.step-card:hover .step-screen{transform:translateY(-12px)scale(1.02);box-shadow:0 24px 48px #0000001f,0 8px 16px #00000014}.step-screen-live{box-sizing:border-box;isolation:isolate;background:linear-gradient(147.53deg,#c3e1ff 16.69%,#98caff 83.98%);justify-content:center;align-items:center;padding:24px;display:flex;position:relative;overflow:hidden}.live-clouds{pointer-events:none;z-index:0;border-radius:inherit;position:absolute;inset:0;overflow:hidden}.cloud{filter:brightness(0)invert()blur(3px);object-fit:fill;max-width:none;position:absolute}.cloud-bottom{opacity:.5;width:97%;height:45%;top:50%;left:3%}.cloud-top{opacity:.4;width:100%;height:34%;top:-16%;left:2%}.cloud-mid{opacity:.45;width:108%;height:45%;top:-6%;left:55%}.cloud-tr{opacity:.85;width:56%;height:47%;top:-16%;left:74%}.cloud-tl{opacity:.85;width:56%;height:47%;top:-16%;left:-18%}.live-item-list{filter:drop-shadow(0 4.878px 2.439px #fff3);transform-origin:50%;z-index:1;justify-content:center;align-items:center;width:100%;max-width:361px;transition:transform .5s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative}.live-item-list.zoomed{transform:scale(1.08)}.live-item-list-inner{flex-direction:column;gap:7.6px;width:100%;display:flex}.live-list-row{background:var(--lp-bg-primary);border:.95px solid var(--lp-border-subtle);box-sizing:border-box;opacity:1;border-radius:9.757px;align-items:center;gap:11.4px;width:100%;padding:11.4px;transition:opacity .35s ease-out,transform .35s cubic-bezier(.34,1.56,.64,1);display:flex;transform:translateY(0)scale(1)}.live-list-row.animating{opacity:0;transform:translateY(12px)scale(.96)}.live-list-row.animating.revealed{opacity:1;transform:translateY(0)scale(1)}.live-list-icon{background:var(--lp-bg-hover);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:45.6px;height:45.6px;font-size:22px;display:flex}.live-list-info{flex-direction:column;flex:1 0 0;gap:3.8px;min-width:0;display:flex}.live-list-title{font-family:var(--lp-font-sans);color:var(--lp-text-primary);white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:14.44px;font-weight:500;line-height:21.66px;overflow:hidden}.live-list-date{font-family:var(--lp-font-sans);letter-spacing:-.475px;color:var(--lp-text-primary-subtle-bold);font-size:10.83px;font-weight:400;line-height:14.44px}.live-list-amount{text-align:right;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:3.8px;display:flex}.live-list-price{font-family:var(--lp-font-sans);color:var(--lp-text-primary);white-space:nowrap;font-size:12.63px;font-weight:500;line-height:18.05px}.live-list-items{font-family:var(--lp-font-sans);letter-spacing:-.475px;color:var(--lp-text-primary-subtle-bold);font-size:10.83px;font-weight:400;line-height:14.44px}.live-payment-card{background:var(--lp-bg-primary);box-sizing:border-box;z-index:1;transform-origin:50%;border:3.5px solid #bfe3fe;border-radius:14px;width:100%;max-width:340px;padding:7px;transition:transform .5s cubic-bezier(.34,1.56,.64,1),box-shadow .5s;position:relative;box-shadow:0 3.5px 7px #fffc,0 -5px 9px #0000000d,0 18px 36px #0000001a}.live-payment-card.zoomed{transform:scale(1.06);box-shadow:0 3.5px 7px #fffc,0 -5px 9px #0000000d,0 26px 56px #3b82f638}.live-payment-card.zoomed .payment-row-total .payment-row-value{color:var(--lp-text-brand)}.payment-row-total .payment-row-value{transition:color .4s}.payment-header{background:var(--lp-bg-hover);border-radius:8.5px;align-items:center;gap:7px;margin-bottom:8px;padding:10.7px;display:flex}.payment-store-icon{background:var(--lp-bg-brand-soft);border-radius:890px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:36px;display:flex}.payment-store-icon img{width:28px;height:28px}.payment-store-info{flex-direction:column;justify-content:center;gap:4px;display:flex}.payment-store-name{font-family:var(--lp-font-sans);color:var(--lp-text-primary-subtle-bold);font-size:12.5px;font-weight:400;line-height:18px}.payment-store-amount{font-family:var(--lp-font-sans);color:var(--lp-text-primary);font-variant-numeric:tabular-nums;font-size:18px;font-weight:700;line-height:25px}.payment-body{flex-direction:column;gap:10.7px;padding:4px 4px 6px;display:flex}.payment-body-title{font-family:var(--lp-font-sans);color:var(--lp-text-primary);margin:0;font-size:14.3px;font-weight:500;line-height:21px}.payment-row{justify-content:space-between;align-items:center;display:flex}.payment-row-label{font-family:var(--lp-font-sans);letter-spacing:-.45px;color:var(--lp-text-primary-subtle);font-size:10.7px;font-weight:400;line-height:14.3px}.payment-row-value{font-family:var(--lp-font-sans);letter-spacing:-.45px;color:var(--lp-text-primary);font-variant-numeric:tabular-nums;font-size:10.7px;font-weight:500;line-height:14.3px}.payment-row-total{border-top:.9px dashed var(--lp-border-subtle);padding-top:10.7px}.live-summary-card{background:var(--lp-bg-primary);border:1px solid var(--lp-border-subtle);z-index:1;transform-origin:50%;border-radius:8.3px;width:100%;max-width:356px;transition:transform .5s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden;box-shadow:0 4px 7px #fff9,0 18px 40px #0000001f}.live-summary-card.zoomed{transform:scale(1.06);box-shadow:0 4px 7px #fff9,0 26px 56px #16a34a29}.summary-top{opacity:0;transition:opacity .4s ease-out,transform .4s cubic-bezier(.34,1.56,.64,1);transform:translateY(-10px)}.summary-top.in{opacity:1;transform:translateY(0)}.summary-top{align-items:flex-start;gap:12px;padding:12px;display:flex}.summary-top-icon{background:var(--lp-bg-hover);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.summary-top-info{flex-direction:column;flex-shrink:0;justify-content:center;gap:4px;width:176px;display:flex}.summary-top-title{font-family:var(--lp-font-sans);color:var(--lp-text-primary);white-space:nowrap;font-size:15px;font-weight:500;line-height:22.5px}.summary-top-meta{font-family:var(--lp-font-sans);letter-spacing:-.47px;color:var(--lp-text-primary-subtle-bold);white-space:nowrap;font-size:11.26px;font-weight:400;line-height:15px}.summary-top-amount{flex-direction:column;flex:1;align-items:flex-end;gap:4px;min-width:0;display:flex}.summary-top-price{font-family:var(--lp-font-sans);color:var(--lp-text-primary);white-space:nowrap;font-size:13.14px;font-weight:500;line-height:18.77px}.summary-top-items{font-family:var(--lp-font-sans);letter-spacing:-.47px;color:var(--lp-text-primary-subtle-bold);font-size:11.26px;font-weight:400;line-height:15px}.summary-bottom{background:var(--lp-bg-hover);justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.summary-receivable{flex-direction:column;gap:4px;display:flex}.summary-receivable-label{font-family:var(--lp-font-sans);letter-spacing:-.47px;color:var(--lp-text-primary-subtle-bold);font-size:11.26px;font-weight:400;line-height:15px}.summary-receivable-amount{font-family:var(--lp-font-sans);color:var(--lp-text-success);font-variant-numeric:tabular-nums;font-size:13.14px;font-weight:500;line-height:18.77px}.summary-avatars{align-items:center;display:flex}.summary-avatar{border:2px solid var(--lp-border-subtle);object-fit:cover;opacity:0;border-radius:50%;width:24px;height:24px;margin-right:-8px;transition:opacity .3s ease-out,transform .4s cubic-bezier(.34,1.7,.5,1);transform:scale(.3)}.summary-avatar.in{opacity:1;transform:scale(1)}.summary-avatar-more{border:2px solid var(--lp-border-subtle);background:var(--lp-bg-brand-soft);box-sizing:border-box;width:24px;height:24px;font-family:var(--lp-font-sans);letter-spacing:-.07px;color:var(--lp-text-brand);opacity:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:800;line-height:16px;transition:opacity .3s ease-out,transform .4s cubic-bezier(.34,1.7,.5,1);display:flex;transform:scale(.3)}.summary-avatar-more.in{opacity:1;transform:scale(1)}.step-info{flex-direction:column;gap:4px;transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:flex}.step-card:hover .step-info{transform:translateY(-4px)}.step-header{align-items:center;gap:8px;display:flex}.step-number{background:linear-gradient(180deg, var(--lp-icon-primary-disabled) 0%, var(--lp-icon-primary-hover) 100%);width:24px;height:24px;font-family:var(--lp-font-sans);color:var(--lp-text-inverse);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:500;line-height:20px;transition:transform .4s cubic-bezier(.25,.46,.45,.94),background .4s;display:flex;box-shadow:0 42px 6px #dcfce703,0 27px 5px #dcfce712,0 15px 5px #dcfce73b,0 7px 3px #dcfce761,0 2px 2px #dcfce770}.step-card:hover .step-number{background:linear-gradient(#93c5fd 0%,#3b82f6 100%);transform:scale(1.15)}.step-title{font-family:var(--lp-font-serif);color:var(--lp-text-primary);margin:0;font-size:24px;font-weight:500;line-height:32px;transition:color .4s}.step-card:hover .step-title{color:var(--lp-text-brand)}.step-description{font-family:var(--lp-font-sans);color:var(--lp-text-primary-subtle-bold);margin:0;font-size:16px;font-weight:400;line-height:24px}.footer{background:var(--lp-bg-page);padding:40px}.footer-content{border-top:1px solid var(--lp-border-subtle);justify-content:space-between;align-items:center;max-width:1340px;margin:0 auto;padding-top:40px;display:flex}.footer-brand{flex-direction:column;gap:12px;max-width:485px;display:flex}.footer-tagline{font-family:var(--lp-font-sans);color:var(--lp-text-primary-subtle-bold);margin:0;font-size:20px;font-weight:400;line-height:28px}.footer-links{gap:32px;display:flex}.footer-links a{font-family:var(--lp-font-sans);color:var(--lp-text-primary-hover);white-space:nowrap;font-size:16px;font-weight:500;line-height:24px;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--lp-text-primary)}@media (max-width:1440px){.phone-mockups-inner{width:100%}.phone-device.left{left:5%}.phone-device.right{right:5%}}@media (max-width:1200px){.feature-cards{grid-template-columns:repeat(2,1fr)}.step-cards{grid-template-columns:1fr;max-width:426px;margin:0 auto}.hero-section{box-sizing:border-box;flex-direction:column;align-items:center;height:auto;min-height:0;padding:110px 24px 0;display:flex}.hero-content{z-index:6;width:100%;max-width:640px;margin:0 auto;position:relative;top:auto;left:auto;transform:none}.phone-mockups{z-index:5;width:100%;height:auto;margin-top:40px;display:block;position:relative;top:auto;left:auto}.phone-mockups-inner{aspect-ratio:520/560;width:100%;max-width:520px;height:auto;margin:0 auto;display:block;position:relative}.phone-device.left,.phone-device.right{display:block}.phone-device.center{aspect-ratio:185/378;z-index:3;width:52%;height:auto;margin:0;position:absolute;inset:0 auto auto 50%;transform:translate(-50%)}.phone-device.left{aspect-ratio:185/378;z-index:2;width:44%;height:auto;position:absolute;top:6%;left:2%;right:auto}.phone-device.right{aspect-ratio:185/378;z-index:2;width:44%;height:auto;position:absolute;top:3%;left:auto;right:2%}.phone-device.left .phone-inner{transform:rotate(-5deg)}.phone-device.right .phone-inner{transform:rotate(5deg)}.hero-loaded .phone-mockups{transform:translateY(0)}.hero-video-bg,.hero-gradient-overlay{height:680px}}@media (max-width:768px){.hero-section{box-sizing:border-box;flex-direction:column;height:auto;min-height:0;padding:100px 20px 0;display:flex}.nav-bar{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;width:100%;max-width:calc(100% - 32px);top:24px}.nav-links{display:none}.logo-icon{width:28px;height:28px}.logo-text{height:22px}.logo-full{height:32px}.nav-cta{padding:8px 14px;font-size:14px;line-height:20px}.hero-content{z-index:6;text-align:center;align-items:center;gap:20px;width:100%;max-width:520px;margin:0 auto;position:relative;top:auto;left:auto;transform:none}.hero-content .tag{align-self:center;max-width:100%;padding:8px}.tag-icon{width:24px;height:24px}.tag-icon.app-logo{height:24px}.tag-text{white-space:normal;font-size:14px;line-height:20px}.hero-title{letter-spacing:-1px;text-align:center;font-size:56px;line-height:64px}.hero-subtitle{text-align:center;max-width:379px;font-size:16px;line-height:24px}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:12px}.join-beta-btn{padding:12px 16px}.join-beta-label{font-size:14px;line-height:20px}.phone-mockups{z-index:5;width:100%;height:auto;margin-top:32px;display:block;position:relative;top:auto;left:auto}.phone-mockups-inner{aspect-ratio:420/470;width:100%;max-width:420px;height:auto;margin:0 auto;display:block;position:relative}.phone-device.center{aspect-ratio:185/378;z-index:3;width:58%;height:auto;margin:0;position:absolute;inset:0 auto auto 50%;transform:translate(-50%)}.phone-device.left{aspect-ratio:185/378;z-index:2;width:48%;height:auto;position:absolute;top:8%;left:2%;right:auto}.phone-device.right{aspect-ratio:185/378;z-index:2;width:48%;height:auto;position:absolute;top:5%;left:auto;right:2%}.phone-device.left .phone-inner{transform:rotate(-5deg)}.phone-device.right .phone-inner{transform:rotate(5deg)}.hero-loaded .phone-mockups{transform:translateY(0)}.phone-screen{border-radius:22px}.step-screen-live{padding:16px}.live-item-list.zoomed,.live-payment-card.zoomed,.live-summary-card.zoomed{transform:scale(1.02)}.features-section{gap:48px;padding:48px 20px}.section-title{font-size:36px;line-height:44px}.feature-cards{grid-template-columns:1fr}.footer-content{text-align:center;flex-direction:column;gap:32px}.footer-brand{align-items:center}.footer{padding:32px 20px}.footer-tagline{font-size:16px;line-height:24px}.footer-links{flex-wrap:wrap;justify-content:center;gap:20px 24px}.hero-video-bg{height:640px;-webkit-mask-image:linear-gradient(#0000 0%,#000 22% 100%);mask-image:linear-gradient(#0000 0%,#000 22% 100%)}.hero-gradient-overlay{height:640px}.phone-side-left,.phone-side-right{display:none}.phone-bottom-fill{pointer-events:none;z-index:10;background:linear-gradient(#fafafa00 0%,#fafafa33 55%,#fafafa 95%);width:100%;height:30%;display:block;position:absolute;bottom:0;left:0;right:0}}@media (max-width:480px){.hero-section{padding:88px 16px 0}.nav-bar{max-width:calc(100% - 24px);top:20px}.nav-cta{padding:7px 12px;font-size:13px;line-height:18px}.logo-icon{width:24px;height:24px}.logo-text{height:19px}.logo-full{height:28px}.hero-content{gap:16px;max-width:100%}.hero-content .tag{padding:8px}.tag-icon{width:24px;height:24px}.tag-icon.app-logo{height:22px}.tag-text{font-size:14px;line-height:20px}.hero-title{letter-spacing:-.5px;font-size:48px;line-height:56px}.hero-subtitle{max-width:340px;font-size:16px;line-height:24px}.hero-buttons{gap:10px}.join-beta-btn{gap:8px;padding:11px 14px}.join-beta-label{font-size:13px;line-height:18px}.join-beta-arrow{width:20px;height:20px}.phone-mockups{margin-top:24px}.phone-mockups-inner{aspect-ratio:360/400;max-width:360px}.phone-device.center{aspect-ratio:185/378;width:58%;top:0}.phone-device.left{aspect-ratio:185/378;width:50%;top:10%;left:0}.phone-device.right{aspect-ratio:185/378;width:50%;top:7%;right:0}.phone-device.left .phone-inner{transform:rotate(-5deg)}.phone-device.right .phone-inner{transform:rotate(5deg)}.phone-screen{border-radius:18px}.phone-side-left,.phone-side-right{display:none}.phone-bottom-fill{background:linear-gradient(#fafafa00 0%,#fafafa33 55%,#fafafa 95%);height:28%}.hero-video-bg,.hero-gradient-overlay{height:520px}}
