*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:110%;background:linear-gradient(180deg,#FCFBFF,#FFF8ED 35%,#FCFBFF 55%,#FFF8ED 80%,#FCFBFF)}body{font-family:Lato,-apple-system,BlinkMacSystemFont,sans-serif;color:#1D1D24;background:transparent;-webkit-font-smoothing:antialiased;overflow-x:hidden;min-height:100vh;display:flex;flex-direction:column}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;display:block}:root{--brand:#090C9B;--brand-light:#4B6BFF;--brand-10:rgba(9,12,155,0.10);--brand-20:rgba(9,12,155,0.20);--brand-30:rgba(9,12,155,0.30);--brand-90:rgba(9,12,155,0.90);--bg:#FCFBFF;--surface:#FFFFFF;--border-color:#ECEBF7;--text-primary:#1D1D24;--glass-bg:rgba(255,255,255,0.38);--glass-border:rgba(255,255,255,0.55);--border:#ECEBF7;--border-light:rgba(29,29,36,0.18);--text-secondary:rgba(29,29,36,0.6);--text-muted:rgba(29,29,36,0.45);--success:#22C55E;--warning:#F59E0B;--error:#EF4444;--amber:#D4A63A;--amber-surface:#FFF8ED;--content-narrow:680px}html{scrollbar-width:thin;scrollbar-color:var(--brand-30) rgba(9,12,155,.06)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:rgba(9,12,155,.06)}::-webkit-scrollbar-thumb{background:var(--brand-30);border-radius:999px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:var(--brand);border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-corner{background:transparent}.section{padding:120px 24px;position:relative;scroll-margin-top:40px}.section-inner{max-width:1200px;margin:0 auto}.section-label{display:inline-flex;align-items:center;gap:8px;font-size:12.1px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--brand);margin-bottom:4px}.section-label .dot{width:6px;height:6px;border-radius:50%;background:var(--brand)}.section-title{font-size:clamp(2rem,4.4vw,3rem);font-weight:900;letter-spacing:-.02em;line-height:1.15;margin-bottom:6px}.section-desc{font-size:clamp(1rem,1.65vw,1.15rem);font-weight:400;line-height:1.7;color:var(--text-secondary);max-width:600px}.section-center{text-align:center}.section-center .section-desc{margin:0 auto}.hero{position:relative;min-height:100vh;width:100%;overflow:hidden;display:flex;flex-direction:column;padding-top:60px}.bg-layer{position:fixed;inset:-20%;z-index:-1;pointer-events:none;overflow:hidden}.bg-layer:after,.bg-layer:before{content:"";position:absolute;top:50%;left:50%;width:200%;height:200%;transform:translate(-50%,-50%);filter:blur(100px);opacity:.45}.bg-layer:before{background:radial-gradient(42% 46% at 26% 30%,#090C9B 0,rgba(9,12,155,0) 62%),radial-gradient(40% 44% at 78% 32%,#4B6BFF 0,rgba(75,107,255,0) 60%),radial-gradient(44% 48% at 60% 76%,#1a2dcc 0,rgba(26,45,204,0) 62%);animation:bg-drift-a 24s ease-in-out infinite}.bg-layer:after{background:radial-gradient(42% 46% at 70% 38%,#4B6BFF 0,rgba(75,107,255,0) 60%),radial-gradient(46% 50% at 30% 62%,#090C9B 0,rgba(9,12,155,0) 62%);opacity:.3;filter:blur(100px);animation:bg-drift-b 30s ease-in-out infinite}@keyframes bg-drift-a{0%{transform:translate(-50%,-50%) rotate(0deg) scale(1)}22%{transform:translate(-46%,-54%) rotate(14deg) scale(1.12)}44%{transform:translate(-55%,-47%) rotate(-8deg) scale(1.05)}68%{transform:translate(-48%,-52%) rotate(20deg) scale(1.16)}86%{transform:translate(-53%,-49%) rotate(6deg) scale(1.08)}to{transform:translate(-50%,-50%) rotate(0deg) scale(1)}}@keyframes bg-drift-b{0%{transform:translate(-50%,-50%) rotate(0deg) scale(1.1)}26%{transform:translate(-54%,-46%) rotate(-16deg) scale(1.02)}50%{transform:translate(-45%,-53%) rotate(10deg) scale(1.18)}72%{transform:translate(-52%,-48%) rotate(-22deg) scale(1.06)}90%{transform:translate(-47%,-51%) rotate(-6deg) scale(1.12)}to{transform:translate(-50%,-50%) rotate(0deg) scale(1.1)}}.grain{inset:0;z-index:1;pointer-events:none;opacity:.06;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.1' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:120px 120px}.grain,.nav{position:fixed}.nav{top:0;left:0;right:0;z-index:100;padding:14px 20px;transition:background .4s,-webkit-backdrop-filter .4s;transition:background .4s,backdrop-filter .4s;transition:background .4s,backdrop-filter .4s,-webkit-backdrop-filter .4s}.nav.scrolled{background:rgba(255,255,255,.6);backdrop-filter:blur(30px) saturate(130%);-webkit-backdrop-filter:blur(30px) saturate(130%);border-bottom:1px solid rgba(29,29,36,.06);box-shadow:0 4px 20px rgba(29,29,36,.04)}.nav-inner{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.nav-logo{font-size:1.2rem;font-weight:900;letter-spacing:-.02em;display:flex;align-items:center;gap:8px;color:#000}.nav-logo .logo-icon{width:32px;height:32px;border-radius:12px;overflow:hidden}.nav-logo .logo-icon img{width:100%;height:100%;object-fit:cover}.footer-logo span,.lutra-logo-text,.nav-logo span{font-family:Comfortaa,sans-serif;font-weight:700;letter-spacing:-.02em}.footer-logo span,.nav-logo span{color:#090C9B}.nav-links{display:flex;align-items:center;justify-content:space-between;gap:2px;width:var(--content-narrow);max-width:calc(100vw - 260px);background:var(--surface);border:1px solid var(--glass-border);padding:6px}.nav-link,.nav-links{position:relative;border-radius:999px}.nav-link{z-index:1;flex:1 1;text-align:center;color:var(--text-muted);font-size:1rem;font-weight:500;padding:11px 10px;transition:color .3s;cursor:pointer;white-space:nowrap}.nav-link:hover{color:#1D1D24}.nav-link.active{color:#1D1D24;font-weight:600;background:rgba(255,255,255,.85);border:1px solid rgba(255,255,255,.6);box-shadow:0 2px 8px rgba(29,29,36,.06)}.nav-tab-bg{position:absolute;top:6px;left:0;height:calc(100% - 12px);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:999px;pointer-events:none;opacity:0}.nav-cta{justify-content:flex-end;gap:10px}.nav-cta,.nav-cta-btn{display:flex;align-items:center}.nav-cta-btn{font-size:.82rem;font-weight:600;color:#fff;white-space:nowrap;border:none;background:linear-gradient(135deg,#4B6BFF,#090C9B);padding:10px 20px 10px 12px;border-radius:999px;transition:background .25s,transform .2s;cursor:pointer;gap:8px}.nav-cta-btn:hover{background:linear-gradient(135deg,#6B85FF,#4B6BFF);transform:translateY(-1px)}.nav-cta-icon{width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;font-size:15.4px}.hero-btn-icon svg,.nav-cta-icon svg{stroke:#fff}.nav-hamburger{display:none;width:36px;height:36px;border:none;background:none;cursor:pointer;padding:6px;position:relative;flex-shrink:0}.nav-hamburger span{display:block;width:100%;height:2px;background:#1D1D24;border-radius:2px;transition:all .3s ease;position:absolute;left:6px;right:6px;width:calc(100% - 12px)}.nav-hamburger span:first-child{top:8px}.nav-hamburger span:nth-child(2){top:16px}.nav-hamburger span:nth-child(3){top:24px}.nav-hamburger.open span:first-child{top:16px;transform:rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){top:16px;transform:rotate(-45deg)}.nav-mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:99;background:rgba(255,255,255,.85);backdrop-filter:blur(30px) saturate(140%);-webkit-backdrop-filter:blur(30px) saturate(140%);flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:80px 24px 40px;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.nav-mobile-menu.open{display:flex;opacity:1;transform:translateY(0);pointer-events:auto}.nav-mobile-link{font-size:1.1rem;font-weight:600;color:#1D1D24;padding:12px 20px;border-radius:12px;transition:background .2s;text-align:center}.nav-mobile-link:hover{background:rgba(9,12,155,.1)}.nav-mobile-cta{display:none;margin-top:20px;width:100%;max-width:320px;justify-content:center;font-size:.95rem;font-weight:600;color:#fff;border:none;background:linear-gradient(135deg,#4B6BFF,#090C9B);padding:14px 24px 14px 16px;border-radius:999px;transition:background .25s,transform .2s;cursor:pointer;align-items:center;gap:8px;text-decoration:none}.nav-mobile-cta:hover{background:linear-gradient(135deg,#6B85FF,#4B6BFF);transform:translateY(-1px)}.nav-mobile-menu.open .nav-mobile-cta{display:inline-flex}@media (max-width:1024px){.nav-hamburger{display:flex;align-items:center;justify-content:center}.nav-links{display:none}.nav-inner{grid-template-columns:1fr auto}.nav-cta{gap:8px}.nav-cta-btn{display:none}}.lang-switch{position:relative}.lang-current{display:flex;align-items:center;gap:4px;font-size:.78rem;font-weight:600;color:var(--text-muted);background:none;border:none;cursor:pointer;padding:6px 10px;border-radius:8px;transition:background .25s}.lang-current:hover{background:rgba(255,255,255,.3)}.lang-current svg{width:12px;height:12px;transition:transform .25s}.lang-switch.open .lang-current svg{transform:rotate(180deg)}.lang-dropdown{position:absolute;top:calc(100% + 6px);right:0;background:rgba(255,255,255,.95);border:1px solid rgba(255,255,255,.6);border-radius:12px;padding:4px;box-shadow:0 8px 24px rgba(29,29,36,.1);opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .2s,transform .2s;min-width:80px}.lang-switch.open .lang-dropdown{opacity:1;transform:translateY(0);pointer-events:auto}.lang-option{display:block;width:100%;text-align:left;font-size:.78rem;font-weight:500;color:var(--text-muted);background:none;border:none;cursor:pointer;padding:7px 12px;border-radius:6px;transition:background .2s,color .2s}.lang-option:hover{background:rgba(29,29,36,.05)}.lang-option.active{color:#1D1D24;font-weight:700}.hero-content{position:relative;z-index:2;flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 24px;gap:16px}.hero-content:before{content:"";position:absolute;top:35%;left:50%;transform:translate(-50%,-50%);width:800px;height:500px;background:radial-gradient(ellipse at center,rgba(212,166,58,.12) 0,transparent 70%);filter:blur(60px);pointer-events:none;z-index:-1}.hero-badge{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--glass-border);background:rgba(255,255,255,.75);box-shadow:inset 0 1px 0 rgba(255,255,255,.4),0 8px 28px rgba(29,29,36,.1);padding:6px 16px;border-radius:999px;animation:badge-pulse 3s ease-in-out infinite}@keyframes badge-pulse{0%,to{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),0 8px 28px rgba(29,29,36,.1),0 0 0 0 rgba(212,166,58,0)}50%{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),0 8px 28px rgba(29,29,36,.1),0 0 0 8px rgba(212,166,58,.1)}}.hero-badge .pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--amber);position:relative}.hero-badge .pulse-dot:after{content:"";position:absolute;inset:-3px;border-radius:50%;border:1px solid var(--amber);animation:pulse-ring 2s ease-out infinite}@keyframes pulse-ring{0%{transform:scale(1);opacity:.6}to{transform:scale(2);opacity:0}}.hero-badge .badge-text{font-size:13.2px;font-weight:400;color:var(--text-secondary)}.hero-title{font-size:clamp(3.5rem,9.9vw,6.5rem);font-weight:900;letter-spacing:-.03em;line-height:.95;max-width:900px}.hero-title .green{color:#88A1F9}.text-rotate-container{display:inline-flex;position:relative;overflow:hidden;height:1.15em;vertical-align:bottom}.text-rotate-word{display:inline-flex;position:absolute;left:0;top:0;color:var(--brand);white-space:nowrap}.text-rotate-word .rotate-char{display:inline-block;overflow:hidden}.text-rotate-word .rotate-char-inner{display:inline-block;transform:translateY(110%);transition:transform .5s cubic-bezier(.16,1,.3,1)}.text-rotate-word.active .rotate-char-inner{transform:translateY(0)}.text-rotate-word.exit .rotate-char-inner{transform:translateY(-120%)}.hero-desc{font-size:clamp(1.05rem,1.98vw,1.25rem);font-weight:400;line-height:1.65;color:var(--text-secondary);max-width:none;min-height:auto;white-space:nowrap}@media (max-width:900px){.hero-desc{white-space:normal;max-width:100%}}.hero-email-wrap{display:flex;align-items:stretch;gap:6px;max-width:500px;margin:0 auto;background:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.5);border-radius:999px;padding:5px}.hero-email-input{flex:1 1;border:2px solid transparent;outline:none;padding:14px 24px;border-radius:999px;background:rgba(255,255,255,.7);color:#1D1D24;font-size:.95rem;font-family:inherit;text-align:center;transition:border-color .3s,box-shadow .3s}.hero-email-input::placeholder{color:rgba(29,29,36,.4)}.hero-email-input.error{border-color:rgba(220,38,38,.6);box-shadow:0 0 0 3px rgba(220,38,38,.12)}.hero-email-btn{border:none;cursor:pointer;padding:14px 24px;border-radius:999px;background:linear-gradient(135deg,#4B6BFF,#090C9B);color:#fff;font-size:.95rem;font-weight:700;font-family:inherit;white-space:nowrap;transition:background .3s;display:flex;align-items:center;gap:10px}.hero-email-btn:hover{background:linear-gradient(135deg,#6B85FF,#4B6BFF)}.hero-email-btn:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80%;height:20px;background:radial-gradient(ellipse at center,rgba(212,166,58,.25) 0,transparent 80%);filter:blur(8px);pointer-events:none}.hero-email-btn{position:relative}.hero-btn-icon{width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;font-size:17.6px;flex-shrink:0}.hero-btn-arrow{font-size:1.1rem;margin-left:4px}.hero-cta-group{transform:scale(.9);transform-origin:top center}.waitlist-count{margin-top:10px;padding-top:0;color:var(--text-muted);font-weight:400}.waitlist-number{font-weight:700;color:#88A1F9}.hero-stores{gap:14px;margin-top:16px}.hero-store-btn,.hero-stores{display:flex;justify-content:center}.hero-store-btn{align-items:center;gap:10px;min-width:172px;padding:12px 24px;border-radius:999px;background:rgba(255,255,255,.35);border:1px solid rgba(255,255,255,.5);color:rgba(29,29,36,.55);transition:all .3s;cursor:pointer}.hero-store-btn:hover{background:rgba(255,255,255,.7)}.hero-store-btn svg{width:22px;height:22px}.hero-store-text{display:flex;flex-direction:column;line-height:1.2}.hero-store-text small{font-size:.65rem;font-weight:400}.hero-store-text strong{font-size:.85rem;font-weight:700}.cta-row{display:flex;flex-wrap:wrap;gap:16px;padding-top:8px}.btn-primary,.cta-row{align-items:center;justify-content:center}.btn-primary{display:inline-flex;background-image:linear-gradient(144deg,#090C9B,#2A45CC 50%,#4B6BFF);border:0;border-radius:999px;box-shadow:0 15px 30px -5px rgba(9,12,155,.2);color:#fff;font-size:.95rem;font-weight:600;padding:3px;cursor:pointer;transition:all .3s;text-decoration:none}.btn-primary:hover{outline:0;box-shadow:0 20px 40px -5px rgba(9,12,155,.3)}.btn-primary:active{transform:scale(.95)}.btn-primary span{display:inline-flex;align-items:center;gap:10px;background-color:rgba(252,251,255,.9);color:#1D1D24;padding:14px 32px;border-radius:12px;width:100%;height:100%;transition:background .3s}.btn-primary:hover span{background:none;color:#fff}.btn-primary .btn-icon{font-size:1.1em}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 32px;border:0;position:relative;overflow:hidden;border-radius:999px;font-size:.95rem;font-weight:700;cursor:pointer;color:#1D1D24;z-index:0;background:rgba(255,255,255,.34);border:1px solid rgba(255,255,255,.55);box-shadow:0 0 7px -5px rgba(0,0,0,.2);transition:all .02s;text-decoration:none}.btn-ghost:hover{background:rgba(255,255,255,.45);color:#1D1D24}.btn-ghost:active{transform:scale(.97)}.btn-ghost .hover-effect{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:-1}.btn-ghost .hover-effect div{background:linear-gradient(90deg,rgba(75,107,255,.4),rgba(9,12,155,.3) 49%,rgba(75,107,255,.4));border-radius:50%;width:10rem;height:10rem;transition:.4s;filter:blur(20px);animation:blur-rotate 3s linear infinite;opacity:.5}.btn-ghost:hover .hover-effect div{width:8rem;height:8rem}@keyframes blur-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hero-micro{display:flex;flex-wrap:wrap;justify-content:center;gap:28px;font-size:14.3px;font-weight:300;color:var(--text-muted)}.hero-micro li{display:flex;align-items:center;gap:8px}.hero-micro .mdot{width:5px;height:5px;border-radius:50%;background:var(--brand-20)}.ticker-section{padding:30px 0;overflow:hidden;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface)}.ticker-track{display:flex;animation:ticker-scroll 30s linear infinite;width:max-content}.ticker-item{display:flex;align-items:center;gap:20px;padding:0 40px;font-size:1rem;font-weight:300;color:var(--text-muted);white-space:nowrap}.ticker-item .ticker-dot{width:6px;height:6px;border-radius:50%;background:var(--brand);flex-shrink:0}.ticker-item .ticker-emoji{font-size:1.3em}@keyframes ticker-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.features-section{background:transparent;padding-top:60px;padding-bottom:80px}.feat-layout{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:72px;gap:72px;align-items:center;margin-top:20px}.feat-acc{border-top:1px solid rgba(29,29,36,.1);text-align:left}.feat-acc-item{border-bottom:1px solid rgba(29,29,36,.1)}.feat-acc-head{gap:16px;width:100%;padding:22px 4px;background:none;border:none;cursor:pointer;font-family:inherit;text-align:left}.feat-acc-head,.feat-acc-icon{display:flex;align-items:center}.feat-acc-icon{position:relative;width:26px;height:26px;flex-shrink:0;justify-content:center}.feat-acc-icon svg{width:23px;height:23px;fill:var(--brand)}.feat-acc-badge{position:absolute;top:-6px;right:-8px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--brand);color:#fff;font-size:9.9px;font-weight:800;line-height:16px;text-align:center}.feat-acc-title{font-size:1.25rem;font-weight:700;letter-spacing:-.01em;color:var(--text-primary);transition:color .25s}.feat-acc-item:not(.active) .feat-acc-head:hover .feat-acc-title{color:var(--brand)}.feat-acc-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .55s cubic-bezier(.4,0,.2,1)}.feat-acc-item.active .feat-acc-body{grid-template-rows:1fr}.feat-acc-body-inner{overflow:hidden;min-height:0}.feat-acc-desc{font-size:.98rem;font-weight:400;line-height:1.7;color:var(--text-secondary);max-width:480px;padding:0 4px}.feat-acc-progress{width:56px;height:3px;border-radius:999px;overflow:hidden;background:rgba(29,29,36,.1);margin:18px 4px 26px}.feat-acc-progress span{display:block;height:100%;width:0;border-radius:999px;background:var(--text-primary)}.feat-phone-wrap{position:relative;display:flex;justify-content:center;align-items:center}.feat-phone-glow{position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(75,107,255,.16),transparent 65%);filter:blur(30px);pointer-events:none}.feat-phone{position:relative;width:302px;height:618px;border-radius:50px;background:linear-gradient(160deg,#45454e,#1b1b22 25%,#0b0b10 70%,#26262e);padding:8px;box-shadow:0 60px 120px -30px rgba(29,29,36,.4),0 30px 60px -20px rgba(9,12,155,.18),inset 0 1px 1px rgba(255,255,255,.15)}.feat-phone:before{content:"";position:absolute;inset:2px;border-radius:48px;border:1px solid rgba(255,255,255,.08);pointer-events:none}.feat-phone-screen{position:relative;width:100%;height:100%;border-radius:42px;overflow:hidden;background:#FBFBFE;display:flex;flex-direction:column}.feat-phone-island{position:absolute;top:12px;left:50%;transform:translateX(-50%);width:84px;height:23px;border-radius:999px;background:#08080d;z-index:6}.feat-phone-island:after{content:"";position:absolute;right:7px;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#2a2a45,#0a0a12 70%)}.feat-statusbar{display:flex;align-items:center;justify-content:space-between;padding:15px 26px 6px;flex-shrink:0;position:relative;z-index:5}.fsb-time{font-size:14.3px;font-weight:700;color:#1D1D24;letter-spacing:.02em}.fsb-icons{display:flex;align-items:center;gap:5px}.fsb-icons svg{display:block}.feat-screens{position:relative;flex:1 1;min-height:0}.feat-screen{position:absolute;inset:0;padding:6px 14px 10px;display:flex;flex-direction:column;gap:8px;opacity:0;transform:translateX(26px);transition:opacity .4s ease,transform .55s cubic-bezier(.16,1,.3,1);pointer-events:none;overflow:hidden}.feat-screen.active{opacity:1;transform:translateX(0);pointer-events:auto}.feat-home-bar{width:108px;height:4px;border-radius:999px;background:rgba(29,29,36,.28);margin:2px auto 8px;flex-shrink:0}.scr-back{width:28px;height:28px;border-radius:50%;background:#EFEFF7;display:flex;align-items:center;justify-content:center;flex-shrink:0}.scr-back svg{width:13px;height:13px;stroke:#1D1D24;stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.scr-title{font-size:18.7px;font-weight:800;letter-spacing:-.01em;color:#14141c}.scr-sub{font-size:11.55px;color:rgba(29,29,36,.45);margin-top:2px}.scr-share{padding:9px 12px;border-radius:999px;background:rgba(75,107,255,.13);color:#2A45CC;font-size:12.1px;font-weight:700;text-align:center}.scr-card{background:#F1F2FA;border:1px solid rgba(29,29,36,.04);border-radius:14px;padding:9px 10px;display:flex;flex-direction:column;gap:7px}.scr-card-top{gap:8px}.scr-card-top,.scr-emoji{display:flex;align-items:center}.scr-emoji{width:26px;height:26px;border-radius:8px;background:#fff;border:1px solid rgba(29,29,36,.05);justify-content:center;font-size:14.3px;flex-shrink:0}.scr-when{display:flex;flex-direction:column;line-height:1.25;flex:1 1;min-width:0}.scr-when b{font-size:13.2px;font-weight:800;color:#14141c}.scr-when small{font-size:11px;color:rgba(29,29,36,.45);font-weight:500}.scr-meta{align-items:center;gap:6px}.scr-avs,.scr-meta{display:flex}.scr-av-more,.scr-avs img{width:18px;height:18px;border-radius:50%;object-fit:cover;border:1.5px solid #f1f2fa;margin-left:-6px}.scr-avs img:first-child{margin-left:0}.scr-av-more{background:var(--brand);color:#fff;font-size:8.8px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.scr-score{font-size:11px;font-weight:700;color:rgba(29,29,36,.55);white-space:nowrap}.scr-score .star{color:var(--amber)}.scr-bar{height:5px;border-radius:999px;background:rgba(29,29,36,.07);overflow:hidden}.scr-bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#4B6BFF,#2A45CC)}.scr-bar span.amber{background:linear-gradient(90deg,#E8C46A,#D4A63A)}.scr-bar span.dim{background:rgba(75,107,255,.4)}.scr-btns{display:flex;gap:6px}.scr-btn{flex:1 1;border:1px solid rgba(29,29,36,.08);border-radius:999px;background:#fff;color:#3a3a45;font-size:11.55px;font-weight:700;padding:6px 0;text-align:center}.scr-btn.on-yes{background:linear-gradient(135deg,#4B6BFF,#2A45CC);border-color:transparent;color:#fff;box-shadow:0 3px 8px rgba(42,69,204,.3)}.scr-btn.on-maybe{background:linear-gradient(135deg,#EBCB79,#D9AC44);border-color:transparent;color:#4a3a10;box-shadow:0 3px 8px rgba(212,166,58,.3)}.scr-summary{margin-top:auto;background:#fff;border:1px solid rgba(29,29,36,.06);border-radius:14px;padding:9px 10px;display:flex;align-items:center;gap:8px;box-shadow:0 6px 18px rgba(29,29,36,.06)}.scr-summary-check{width:24px;height:24px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,#EBCB79,#D4A63A);display:flex;align-items:center;justify-content:center}.scr-summary-check svg{width:11px;height:11px;stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round}.scr-summary-text{flex:1 1;min-width:0;line-height:1.3}.scr-summary-text b{display:block;font-size:11.55px;font-weight:800;color:#14141c}.scr-summary-text span{font-size:11px;font-weight:700;color:#2A45CC}.scr-chip{font-size:10.45px;font-weight:700;color:#2A45CC;background:rgba(75,107,255,.12);padding:4px 8px;border-radius:999px;white-space:nowrap}.scr-footnote{text-align:center;font-size:10.45px;color:rgba(29,29,36,.35);font-weight:600}.scr-label{font-size:9.9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:rgba(29,29,36,.4);margin-bottom:-3px}.scr-field{background:#F1F2FA;border:1px solid rgba(29,29,36,.05);border-radius:11px;padding:9px 11px;font-size:13.2px;font-weight:600;color:#14141c}.scr-chips{display:flex;flex-wrap:wrap;gap:5px}.scr-chip-date{background:#fff;border:1px solid rgba(29,29,36,.09);border-radius:999px;font-size:11px;font-weight:700;color:#3a3a45;padding:6px 10px}.scr-chip-date.sel{background:rgba(75,107,255,.12);border-color:rgba(75,107,255,.3);color:#2A45CC}.scr-chip-add{background:transparent;border:1px dashed rgba(29,29,36,.2);border-radius:999px;font-size:11px;font-weight:700;color:rgba(29,29,36,.4);padding:6px 10px}.scr-invite{display:flex;align-items:center;justify-content:space-between;background:#F1F2FA;border:1px solid rgba(29,29,36,.04);border-radius:12px;padding:8px 10px}.scr-avs.big img{width:26px;height:26px;border-color:#F1F2FA;margin-left:-8px}.scr-avs.big img:first-child{margin-left:0}.scr-invite-add{font-size:11px;font-weight:800;color:#2A45CC}.scr-cta{margin-top:auto;padding:11px;border-radius:999px;background:linear-gradient(135deg,#4B6BFF,#090C9B);color:#fff;font-size:13.2px;font-weight:800;text-align:center;box-shadow:0 6px 16px rgba(9,12,155,.25)}.scr-linkrow{justify-content:center;gap:5px;font-size:10.45px;font-weight:700;color:rgba(29,29,36,.4)}.scr-linkrow,.scr-live-row{display:flex;align-items:center}.scr-live-row{gap:6px}.scr-live-dot{width:7px;height:7px;border-radius:50%;background:#E4572E;animation:live-pulse 1.6s ease-out infinite}@keyframes live-pulse{0%{box-shadow:0 0 0 0 rgba(228,87,46,.45)}to{box-shadow:0 0 0 7px rgba(228,87,46,0)}}.scr-live-label{font-size:9.9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#E4572E}.scr-live-count{margin-left:auto;font-size:11px;font-weight:700;color:rgba(29,29,36,.55)}.scr-person{display:flex;align-items:center;gap:8px;background:#F1F2FA;border:1px solid rgba(29,29,36,.04);border-radius:12px;padding:8px 10px}.scr-person img{width:26px;height:26px;border-radius:50%;object-fit:cover;flex-shrink:0}.scr-person-name{flex:1 1;min-width:0;font-size:12.65px;font-weight:700;color:#14141c}.scr-status{font-size:9.9px;font-weight:800;padding:4px 8px;border-radius:999px;white-space:nowrap}.scr-status.yes{background:rgba(75,107,255,.13);color:#2A45CC}.scr-status.maybe{background:rgba(212,166,58,.18);color:#8a6a1a}.scr-status.wait{background:rgba(29,29,36,.06);color:rgba(29,29,36,.45)}.scr-remind{font-size:9.9px;font-weight:800;color:#fff;white-space:nowrap;background:linear-gradient(135deg,#4B6BFF,#2A45CC);padding:5px 9px;border-radius:999px}.scr-lock{background:linear-gradient(180deg,#ECEEFB,#FBFBFE 62%)}.scr-lock-date{text-align:center;font-size:11px;font-weight:600;color:rgba(29,29,36,.5);margin-top:8px}.scr-lock-time{text-align:center;font-size:50.6px;font-weight:300;letter-spacing:-.02em;color:#14141c;line-height:1;margin-bottom:10px}.scr-notif{background:rgba(255,255,255,.85);border:1px solid rgba(29,29,36,.06);border-radius:14px;padding:9px 10px;display:flex;gap:8px;align-items:flex-start;box-shadow:0 4px 14px rgba(29,29,36,.05)}.scr-notif-icon{width:26px;height:26px;border-radius:7px;overflow:hidden;flex-shrink:0}.scr-notif-icon img{width:100%;height:100%;object-fit:cover}.scr-notif-body{flex:1 1;min-width:0;line-height:1.35;display:flex;flex-direction:column}.scr-notif-app{display:flex;justify-content:space-between;font-size:8.8px;font-weight:800;letter-spacing:.06em;color:rgba(29,29,36,.4);text-transform:uppercase}.scr-notif-app em{font-style:normal;color:rgba(29,29,36,.3)}.scr-notif-title{font-size:11.55px;font-weight:800;color:#14141c}.scr-notif-text{font-size:11px;color:rgba(29,29,36,.6)}.steps-section{background:transparent;position:relative;z-index:2;scroll-margin-top:40px}.steps-carousel{position:relative;margin:24px auto 0;padding:40px 0;overflow:visible}.steps-grid{position:relative;align-items:center;justify-content:center;transform:scale(1);transform-origin:center center;max-width:680px;margin:0 auto}.step-card,.steps-grid{height:576px;display:flex}.step-card{background:#FCFBFF;border-radius:12px;padding:22px 20px;flex-direction:row;gap:16px;position:absolute;width:680px;overflow:visible;box-shadow:0 0 40px rgba(9,12,155,.12),0 20px 60px rgba(29,29,36,.08);border:1px solid rgba(29,29,36,.08);isolation:isolate;transition:transform .6s cubic-bezier(.4,0,.2,1),opacity .6s cubic-bezier(.4,0,.2,1),filter .6s cubic-bezier(.4,0,.2,1);will-change:transform,opacity,filter;backface-visibility:hidden;-webkit-backface-visibility:hidden;opacity:0;transform:translateX(120%) scale(.85) translateZ(0);pointer-events:none;z-index:1}.step-card[data-pos="-1"]{opacity:.7;transform:translateX(-55%) scale(.85) translateZ(0);filter:blur(1.5px) brightness(.9) saturate(.7);z-index:2;pointer-events:none;box-shadow:none;border:none}.step-card[data-pos="0"]{opacity:1;transform:translateX(0) scale(1) translateZ(0);filter:none;z-index:10;pointer-events:auto}.step-card[data-pos="0"]:before{content:"";position:absolute;inset:-60px;background:radial-gradient(ellipse at center,rgba(9,12,155,.2) 0,rgba(9,12,155,.08) 40%,transparent 70%);z-index:-1;border-radius:60px;pointer-events:none}.step-card[data-pos="1"]{opacity:.7;transform:translateX(55%) scale(.85) translateZ(0);filter:blur(1.5px) brightness(.9) saturate(.7);z-index:2;pointer-events:none;box-shadow:none;border:none}@media (max-width:768px){.steps-section .section-inner{padding:0 4px}.steps-section .section-title{font-size:clamp(2rem,8.25vw,2.6rem)}.steps-section .section-desc{font-size:1.05rem;max-width:100%;padding:0 8px}.steps-carousel{padding:12px 0 0;overflow:hidden;margin-top:12px}.steps-grid{position:relative;height:auto;min-height:0;display:flex;align-items:center;justify-content:center;transform:none;max-width:100%;width:100%}.step-card{position:absolute;top:0;left:0;right:0;width:auto!important;height:auto!important;flex-direction:column;gap:20px;padding:28px 22px;border-radius:16px;transform:translateX(100%);transition:opacity .4s ease,transform .4s ease;box-shadow:0 0 40px rgba(9,12,155,.12),0 16px 40px rgba(29,29,36,.08)}.step-card,.step-card[data-pos="-1"]{opacity:0;pointer-events:none;filter:none}.step-card[data-pos="-1"]{transform:translateX(-100%)}.step-card[data-pos="1"]{filter:none;transform:translateX(100%)}.step-card:not([data-pos]),.step-card[data-pos="1"]{opacity:0;pointer-events:none}.step-card[data-pos="0"]{position:relative;opacity:1;pointer-events:auto;transform:translateX(0);filter:none;z-index:10}.step-card-info{width:100%!important;display:flex!important;flex-direction:column!important;align-items:center;gap:4px;padding-left:0}.step-card-info-top{display:flex;align-items:center;gap:10px}.step-watermark{font-size:2rem;margin-bottom:0;line-height:1}.step-icon-box{width:40px;height:40px;border-radius:50%}.step-icon-box svg{width:22px;height:22px}.step-card-title{font-size:1.3rem;white-space:normal;text-align:center}.step-card-desc{font-size:.95rem;line-height:1.5;color:var(--text-secondary);text-align:center}.step-phone{width:100%;min-height:340px;flex-shrink:0;border-radius:16px;overflow:hidden;margin-right:0}.step-card .chatui,.step-card .homeui,.step-card .pollui,.step-card .voteui{zoom:1}.step-card .chatui{padding:16px 20px 14px}.step-card .chatui-time{font-size:.8rem}.step-card .chatui-name{font-size:.95rem}.step-card .chatui-bubble{font-size:.88rem;padding:10px 14px}.step-card .chatui-av{width:26px;height:26px}.step-card .pollui-title{font-size:1.15rem}.step-card .pollui-sub{font-size:.78rem}.step-mockup{padding:14px 16px 16px;font-size:.92em;gap:6px}.mockup-time{font-size:.65rem}.mockup-nav{margin-bottom:4px}.mockup-nav-title{font-size:.78rem}.form-field{font-size:.8rem;padding:8px 12px}.form-label{font-size:.72rem}.form-add-chip,.form-date-chip{font-size:.75rem;padding:6px 12px}.step-mockup-title{font-size:.9rem}.event-detail{font-size:.8rem;gap:6px;padding:7px 10px}.event-detail svg{width:14px;height:14px}.event-btn{font-size:.78rem;padding:8px 14px;border-radius:999px;margin-top:6px}.lutra-logo-row{margin-bottom:2px}.lutra-logo-sm{width:22px;height:22px}.lutra-logo-sm img{width:100%;height:100%}.lutra-logo-text{font-size:.78rem}.steps-controls{margin-top:24px;gap:16px}.steps-btn{width:48px;height:48px}.steps-btn svg{width:22px;height:22px}.steps-dot{width:10px;height:10px}.steps-dot.active{width:32px}}.steps-stepper{display:flex;align-items:flex-start;max-width:800px;margin:30px auto}.steps-stepper-item{flex:1 1;display:flex;flex-direction:column;align-items:center;cursor:pointer;position:relative;border:none;background:none;padding:0}.steps-stepper-bar{width:100%;height:3px;background:rgba(29,29,36,.1);margin-bottom:12px;border-radius:2px;overflow:hidden}.steps-stepper-item:first-child .steps-stepper-bar{border-radius:2px 0 0 2px}.steps-stepper-item:last-child .steps-stepper-bar{border-radius:0 2px 2px 0}.steps-stepper-fill{height:100%;width:0;background:#090C9B;border-radius:2px;transition:width .4s ease}.steps-stepper-item.active .steps-stepper-fill,.steps-stepper-item.done .steps-stepper-fill{width:100%}.steps-stepper-label{font-size:.72rem;color:rgba(29,29,36,.4);font-weight:600;transition:color .3s}.steps-stepper-title{font-size:.88rem;font-weight:700;color:rgba(29,29,36,.35);margin-top:2px;transition:color .3s}.steps-stepper-item.active .steps-stepper-label,.steps-stepper-item.done .steps-stepper-label{color:#090C9B}.steps-stepper-item.active .steps-stepper-title{color:#1D1D24}.steps-stepper-item.done .steps-stepper-title{color:#090C9B}@media (max-width:768px){.steps-stepper{display:none}}.steps-controls{display:none;align-items:center;justify-content:center;gap:16px;margin-top:40px}.steps-arrows{position:absolute;top:50%;left:0;right:0;display:flex;justify-content:space-between;align-items:center;pointer-events:none;transform:translateY(-50%);padding:0 20px;z-index:20}.steps-arrows .steps-btn{pointer-events:auto}@media (max-width:768px){.steps-controls{display:flex}.steps-arrows{display:none}}.steps-btn{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.85);border:1px solid rgba(29,29,36,.08);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease;color:#1D1D24;box-shadow:none}.steps-btn:hover{background:rgba(255,255,255,.75)}.steps-dot{box-shadow:none}.steps-btn:disabled{opacity:.3;cursor:default}.steps-btn svg{width:18px;height:18px}.steps-dots{display:flex;align-items:center;gap:6px}.steps-dot{width:12px;height:12px;border-radius:50%;background:rgba(29,29,36,.15);transition:all .35s ease;cursor:pointer;border:none}.steps-dot.active{background:#090C9B;width:28px;border-radius:999px}.step-card-info{position:relative;z-index:1;display:flex;flex-direction:column;gap:12px;flex:1 1;min-width:0;justify-content:center;padding-left:44px}.step-card-info-top{display:flex;align-items:center;gap:12px}.step-watermark{font-size:3.5rem;font-weight:900;color:rgba(9,12,155,.15);line-height:.85;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-bottom:4px;letter-spacing:-.04em}.step-icon-box{width:36px;height:36px;border-radius:50%;background:#ECEBF7;border:1px solid rgba(29,29,36,.08);display:flex;align-items:center;justify-content:center}.step-icon-box svg{width:20px;height:20px}.step-card-title{color:#1D1D24;font-size:1.5rem;font-weight:800;line-height:1.1;letter-spacing:-.03em}.step-card-desc{color:var(--text-secondary);font-size:.92rem;line-height:1.4;font-weight:400}.step-phone{position:relative;width:276px;flex-shrink:0;align-self:center;height:96%;margin-right:44px;background:linear-gradient(170deg,#1a1a2e,#0f0f1c);border-radius:12px;border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 40px rgba(0,0,0,.4),inset 0 0 0 1px rgba(255,255,255,.05);padding:0;display:flex;flex-direction:column;overflow:hidden}.step-phone-notch{display:none}.step-mockup{flex:1 1;background:transparent;border-radius:0;padding:14px 16px 16px;display:flex;flex-direction:column;gap:6px;min-height:0;overflow:hidden;font-size:1em}.mockup-time{font-size:.7rem;color:rgba(255,255,255,.35);font-weight:500;margin-bottom:0}.mockup-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.mockup-nav-title{font-size:1.15rem;font-weight:800;color:#fff}.mockup-nav-icon{color:rgba(255,255,255,.4)}.step-mockup-title{font-size:.95rem;font-weight:800;color:#fff;margin-bottom:3px}.chatui,.homeui,.pollui,.voteui{zoom:1.15}.step-phone.chatlight{background:#fff;border:1px solid rgba(29,29,36,.12);box-shadow:0 12px 40px rgba(29,29,36,.14)}.chatui{flex:1 1;display:flex;flex-direction:column;padding:12px 18px 10px;min-height:0;overflow:hidden}.chatui-time{font-size:.7rem;font-weight:700;color:#1D1D24;margin:0 0 8px 4px}.chatui-header{display:flex;align-items:center;gap:8px;margin:0 -18px;padding:0 18px 10px;border-bottom:1px solid rgba(29,29,36,.08)}.chatui-back{flex-shrink:0}.chatui-avatar{width:30px;height:30px;border-radius:50%;overflow:hidden;flex-shrink:0}.chatui-avatar img{width:100%;height:100%;object-fit:cover}.chatui-header-info{flex:1 1;min-width:0;line-height:1.25}.chatui-name{font-size:.8rem;font-weight:800;color:#14141c}.chatui-active{font-size:.65rem;color:rgba(29,29,36,.45)}.chatui-hicons{display:flex;align-items:center;gap:12px}.chatui-hicons svg{width:16px;height:16px}.chatui-msgs{flex:1 1;display:flex;flex-direction:column;justify-content:flex-end;gap:5px;padding-top:10px;min-height:0;overflow:hidden}.chatui-date{text-align:center;font-size:.62rem;color:rgba(29,29,36,.4);margin:4px 0}.chatui-row{display:flex;align-items:flex-end;gap:6px}.chatui-row.me{justify-content:flex-end}.chatui-row.them.noav{padding-left:26px}.chatui-av{width:20px;height:20px;border-radius:50%;overflow:hidden;flex-shrink:0}.chatui-av img{width:100%;height:100%;object-fit:cover}.chatui-bubble{max-width:78%;padding:7px 11px;border-radius:16px;font-size:.76rem;line-height:1.35;color:#1D1D24;background:#ECECEE}.chatui-row.me .chatui-bubble{background:#111114;color:#fff}.chatui-input{display:flex;align-items:center;gap:10px;border:1px solid rgba(29,29,36,.12);border-radius:999px;padding:8px 12px;margin-top:10px;flex-shrink:0}.chatui-input span{flex:1 1;font-size:.72rem;color:rgba(29,29,36,.35)}.chatui-input svg{width:14px;height:14px;flex-shrink:0}.pollui{flex:1 1;display:flex;flex-direction:column;gap:5px;padding:10px 18px;min-height:0;overflow:hidden}.pollui-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.pollui-title{font-size:1.05rem;font-weight:900;letter-spacing:-.02em;color:#14141c;line-height:1.1}.pollui-sub{font-size:.66rem;color:rgba(29,29,36,.45);margin-top:2px}.pollui-close{width:24px;height:24px;border-radius:50%;flex-shrink:0;background:#fff;border:1px solid rgba(29,29,36,.1);box-shadow:0 2px 6px rgba(29,29,36,.08);display:flex;align-items:center;justify-content:center}.pollui-close svg{width:10px;height:10px}.pollui-tabs{display:flex;align-items:center;gap:2px;background:#EEF0FB;border-radius:999px;padding:3px;width:-moz-fit-content;width:fit-content}.pollui-tab{font-size:.68rem;font-weight:700;color:rgba(29,29,36,.55);padding:4px 12px;border-radius:999px}.pollui-tab.on{background:#fff;color:#2A45CC;box-shadow:0 1px 3px rgba(29,29,36,.1)}.pollui-label{font-size:.7rem;font-weight:800;color:#14141c;margin-top:2px}.pollui-field{padding:7px 12px;font-size:.74rem;font-weight:600;color:#14141c}.pollui-field,.pollui-term{background:#EEF0FB;border-radius:12px}.pollui-term{padding:6px 10px;display:flex;align-items:center;gap:8px}.pollui-term .clock{width:14px;height:14px;flex-shrink:0}.pollui-term-info{flex:1 1;min-width:0;line-height:1.25}.pollui-term-info b{display:block;font-size:.74rem;font-weight:800;color:#14141c}.pollui-term-info small{font-size:.66rem;color:rgba(29,29,36,.45)}.pollui-term .x{width:10px;height:10px;flex-shrink:0}.pollui-add{background:#E7EBFC;color:#2A45CC;font-size:.74rem;padding:7px}.pollui-add,.pollui-cta{border-radius:999px;text-align:center;font-weight:800}.pollui-cta{margin-top:auto;background:linear-gradient(135deg,#4B6BFF,#090C9B);color:#fff;font-size:.76rem;padding:8px;box-shadow:0 6px 16px rgba(9,12,155,.25)}.voteui{flex:1 1;display:flex;flex-direction:column;gap:9px;padding:10px 18px 12px;min-height:0;overflow:hidden}.voteui .chatui-time{margin:0 0 0 2px}.voteui-head{display:flex;align-items:center;gap:8px}.voteui .scr-back{width:22px;height:22px}.voteui .scr-back svg{width:10px;height:10px}.voteui .scr-title{font-size:14.3px}.voteui .scr-sub{font-size:9.9px;margin-top:1px}.voteui .scr-share{padding:7px 10px;font-size:10.45px}.voteui .scr-card{padding:8px 9px;gap:6px;border-radius:12px}.voteui .scr-emoji{width:20px;height:20px;font-size:11px;border-radius:6px}.voteui .scr-when b{font-size:11.55px}.voteui .scr-when small{font-size:9.35px}.voteui .scr-av-more,.voteui .scr-avs img{width:15px;height:15px}.voteui .scr-score{font-size:9.35px}.voteui .scr-bar{height:3px}.voteui .scr-btn{font-size:9.9px;padding:4px 0}.voteui .scr-summary{padding:8px 9px;border-radius:12px}.voteui .scr-summary-check{width:18px;height:18px}.voteui .scr-summary-check svg{width:8px;height:8px}.voteui .scr-summary-text b{font-size:9.9px}.voteui .scr-summary-text span{font-size:9.35px}.voteui .scr-chip{font-size:8.8px;padding:3px 7px}.voteui .scr-footnote{font-size:9.35px}.homeui{flex:1 1;display:flex;flex-direction:column;gap:6px;padding:8px 18px;min-height:0;overflow:hidden}.homeui .chatui-time{margin:0 0 2px 2px}.homeui-head{display:flex;align-items:center;justify-content:space-between}.homeui-hello{font-size:16.5px;font-weight:800;color:#14141c}.homeui-bell{position:relative;margin-right:4px}.homeui-bell svg{width:16px;height:16px;display:block}.homeui-bell-badge{position:absolute;top:-6px;right:-8px;min-width:13px;height:13px;padding:0 3px;border-radius:999px;background:var(--brand-light);color:#fff;font-size:8.8px;font-weight:800;line-height:13px;text-align:center}.homeui-tabs{display:flex;background:#EEF0FB;border-radius:999px;padding:3px}.homeui-tab{flex:1 1;text-align:center;font-size:10.45px;font-weight:700;color:rgba(29,29,36,.45);padding:4px 0;border-radius:999px}.homeui-tab.on{background:#fff;color:#14141c;box-shadow:0 1px 3px rgba(29,29,36,.1)}.homeui-filters{display:flex;gap:4px}.homeui-filter{font-size:9.35px;font-weight:700;padding:4px 9px;border-radius:999px;background:#fff;border:1px solid rgba(29,29,36,.08);color:#3a3a45;box-shadow:0 1px 2px rgba(29,29,36,.05)}.homeui-filter.on{background:linear-gradient(135deg,#4B6BFF,#2A45CC);color:#fff;border-color:transparent}.homeui-card{background:#F4F5FC;border:1px solid rgba(29,29,36,.05);border-radius:12px;overflow:hidden}.homeui-card-img{height:54px;background-size:cover;background-position:50%;position:relative}.homeui-today{position:absolute;top:5px;right:5px;background:rgba(255,255,255,.88);color:#2A45CC;font-size:8.25px;font-weight:800;letter-spacing:.05em;padding:3px 7px;border-radius:999px}.homeui-card-body{padding:6px 9px 7px;display:flex;flex-direction:column;gap:2px}.homeui-date{font-size:8.8px;font-weight:800;letter-spacing:.06em;color:#2A45CC;text-transform:uppercase}.homeui-title{font-size:13.2px;font-weight:800;color:#14141c}.homeui-loc{display:flex;align-items:center;gap:3px;font-size:9.35px;color:rgba(29,29,36,.55)}.homeui-loc svg{width:9px;height:9px;flex-shrink:0}.homeui-org{justify-content:space-between;margin-top:3px}.homeui-org,.homeui-org-left{display:flex;align-items:center}.homeui-org-left{gap:4px;font-size:8.8px;font-weight:700;color:#3a3a45;background:#fff;border-radius:999px;padding:2px 7px 2px 2px}.homeui-org-left img{width:14px;height:14px;border-radius:50%;object-fit:cover}.homeui-going{font-size:8.8px;font-weight:700;color:#3a3a45;background:#fff;border-radius:999px;padding:4px 8px;box-shadow:0 1px 3px rgba(29,29,36,.08)}.homeui-row{display:flex;align-items:center;gap:8px;background:#F4F5FC;border:1px solid rgba(29,29,36,.05);border-radius:12px;padding:5px 8px}.homeui-row-img{width:32px;height:32px;border-radius:8px;flex-shrink:0;background-size:cover;background-position:50%}.homeui-row-info{flex:1 1;min-width:0;line-height:1.3}.homeui-row-info .homeui-title{font-size:11px}.homeui-nav{margin-top:auto;display:flex;align-items:center;justify-content:space-around;border-top:1px solid rgba(29,29,36,.06);padding-top:5px}.homeui-nav>svg{width:16px;height:16px}.homeui-plus{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#4B6BFF,#2A45CC);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px rgba(42,69,204,.35);margin-top:-6px}.homeui-plus svg{width:13px;height:13px}.homeui-nav-av{width:20px;height:20px;border-radius:50%;overflow:hidden}.homeui-nav-av img{width:100%;height:100%;object-fit:cover}.form-label{font-size:.6rem;font-weight:700;color:rgba(255,255,255,.3);text-transform:uppercase;letter-spacing:.08em;margin-bottom:2px}.form-label.green{color:#090C9B;font-weight:800}.form-field{background:rgba(30,30,50,.7);border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:6px 10px;color:rgba(255,255,255,.82);font-size:.95rem;margin-bottom:6px}.form-dates{display:flex;flex-direction:column;gap:4px}.form-date-chip{background:rgba(30,30,50,.7);border:1px solid rgba(255,255,255,.06);border-radius:8px;color:rgba(255,255,255,.82)}.form-add-chip,.form-date-chip{padding:6px 10px;font-size:.95rem}.form-add-chip{background:transparent;border:1px dashed rgba(255,255,255,.1);border-radius:8px;color:rgba(255,255,255,.3);gap:4px}.event-detail,.form-add-chip{display:flex;align-items:center}.event-detail{gap:6px;font-size:.82rem;color:rgba(255,255,255,.85);padding:2px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-detail svg{width:12px;height:12px;flex-shrink:0}.event-btn{background:linear-gradient(135deg,#4B6BFF,#090C9B);border:none;border-radius:999px;padding:8px 14px;color:#fff;font-size:.82rem;font-weight:700;text-align:center;cursor:default;margin-top:6px;display:flex;align-items:center;justify-content:center;gap:6px}.event-btn svg{width:12px;height:12px}.lutra-logo-row{display:flex;align-items:center;gap:5px;margin-bottom:4px}.lutra-logo-sm{width:20px;height:20px;border-radius:6px;overflow:hidden;flex-shrink:0}.lutra-logo-sm img{width:100%;height:100%;object-fit:cover}.lutra-logo-text{font-size:.68rem;font-weight:800;color:#fff}.mockup-vote-list{margin-top:8px;display:flex;flex-direction:column;gap:8px}.mockup-vote-row{padding:7px 10px;border-radius:8px;background:rgba(255,255,255,.06);border:1px solid transparent}.mockup-vote-row.winner{border-color:rgba(75,107,255,.35);background:rgba(75,107,255,.08)}.mockup-vote-info{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.mockup-vote-label{font-size:.7rem;color:rgba(255,255,255,.7);font-weight:500}.mockup-vote-row.winner .mockup-vote-label{color:#fff;font-weight:600}.mockup-vote-right{display:flex;align-items:center;gap:5px}.mockup-vote-avatars{display:flex}.mockup-vote-avatars img{width:22px;height:22px;border-radius:50%;object-fit:cover;border:1.5px solid rgba(20,20,35,.8);margin-left:-6px}.mockup-vote-avatars img:first-child{margin-left:0}.mockup-vote-num{font-size:.65rem;color:rgba(255,255,255,.5);font-weight:600}.mockup-vote-row.winner .mockup-vote-num{color:#4B6BFF}.mockup-vote-bar{height:4px;border-radius:999px;background:rgba(255,255,255,.1);overflow:hidden}.mockup-vote-fill{height:100%;border-radius:999px;background:rgba(9,12,155,.35)}.mockup-vote-row.winner .mockup-vote-fill{background:var(--brand)}.showcase-section{background:transparent}.showcase-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center;margin-top:40px}.showcase-visual{position:relative;display:flex;justify-content:center}.phone-mockup{width:280px;height:570px;border-radius:40px;position:relative;background:linear-gradient(145deg,#1a1a1a,#222);border:2px solid var(--border-light);box-shadow:0 40px 80px rgba(29,29,36,.2),0 0 60px rgba(9,12,155,.08);overflow:hidden}.phone-notch{position:absolute;top:0;left:50%;transform:translateX(-50%);width:120px;height:28px;background:#000;border-radius:0 0 18px 18px;z-index:2}.phone-screen{position:absolute;inset:4px;border-radius:36px;overflow:hidden;background:linear-gradient(180deg,#0f0f1c,#0a0a14);color:#fff}.phone-screen-content{padding:52px 20px 20px;height:100%;display:flex;flex-direction:column}.ps-header{text-align:center;margin-bottom:20px}.ps-header h3{font-size:19.8px;font-weight:700;color:#fff}.ps-header p{font-size:12.1px;color:rgba(255,255,255,.55);margin-top:4px}.ps-event{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px;margin-bottom:12px}.ps-event-title{font-size:14.3px;font-weight:700;margin-bottom:6px;color:#fff}.ps-event-meta{font-size:11px;color:rgba(255,255,255,.55);display:flex;gap:12px}.ps-poll{background:rgba(9,12,155,.15);border:1px solid rgba(9,12,155,.3);border-radius:12px;padding:10px 14px;margin-top:8px}.ps-poll-title{font-size:11px;color:#090C9B;font-weight:700;margin-bottom:6px;text-transform:uppercase;letter-spacing:.05em}.ps-poll-option{display:flex;align-items:center;justify-content:space-between;padding:5px 0;font-size:12.1px;color:rgba(255,255,255,.7)}.ps-poll-bar{height:3px;border-radius:2px;background:rgba(255,255,255,.1);margin-top:2px}.ps-poll-fill{height:100%;border-radius:2px;background:#090C9B}.ps-avatars{display:flex;margin-top:12px}.ps-avatar{width:28px;height:28px;border-radius:50%;border:2px solid #0f0f1c;margin-left:-8px;display:flex;align-items:center;justify-content:center;font-size:13.2px;color:#fff}.ps-avatar:first-child{margin-left:0}.ps-avatar.a1{background:linear-gradient(135deg,#4B6BFF,#090C9B)}.ps-avatar.a2{background:linear-gradient(135deg,#60a5fa,#3b82f6)}.ps-avatar.a3{background:linear-gradient(135deg,#f97316,#ea580c)}.ps-avatar.a4{background:linear-gradient(135deg,#a78bfa,#7c3aed)}.ps-avatar.a5{background:rgba(255,255,255,.15);font-size:9.9px;color:rgba(255,255,255,.55)}.phone-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(9,12,155,.1),transparent 70%);z-index:-1}.showcase-stats{display:flex;gap:32px;margin-top:32px;flex-wrap:wrap}.stat-value{font-size:2rem;font-weight:900;color:var(--brand);letter-spacing:-.02em}.stat-label{font-size:.85rem;color:var(--text-muted);margin-top:4px}.download-btns{display:flex;gap:14px;margin-top:32px;flex-wrap:wrap}.download-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.55);border-radius:9999px;background-color:rgba(255,255,255,.75);padding:.625rem 1.5rem;text-align:center;color:#1D1D24;outline:0;transition:all .2s ease;text-decoration:none;cursor:pointer}.download-btn:hover{background-color:rgba(255,255,255,.5);transform:translateY(-2px);box-shadow:0 8px 25px rgba(29,29,36,.1)}.download-btn svg{width:1.5rem;height:1.5rem;fill:#1D1D24;flex-shrink:0}.download-btn-text{margin-left:1rem;display:flex;flex-direction:column;align-items:flex-start;line-height:1}.download-btn-label{margin-bottom:.25rem;font-size:.75rem;line-height:1rem;color:var(--text-muted)}.download-btn-store{font-weight:600;font-size:.95rem}.download-btn.coming-soon{opacity:.5;cursor:default}.download-btn.coming-soon:hover{background-color:rgba(255,255,255,.34);transform:none;box-shadow:none}.proof-section{background:transparent;scroll-margin-top:40px;position:relative}.proof-stats{display:flex;align-items:baseline;justify-content:center;gap:8px;margin-top:24px}.proof-stat-number{font-size:2rem;font-weight:800;color:#88A1F9}.proof-stat-label{font-size:.85rem;color:var(--text-secondary)}.proof-grid{display:flex;flex-wrap:wrap;gap:20px;margin-top:40px;justify-content:center}.proof-card{width:calc(33.333% - 14px);background:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.5);border-radius:12px;padding:28px;box-shadow:0 2px 16px rgba(29,29,36,.03);transition:transform .4s ease,box-shadow .4s ease;display:flex;flex-direction:column}.proof-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(29,29,36,.05)}.proof-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.proof-card-tag{display:inline-block;padding:5px 14px;border-radius:999px;font-size:.78rem;font-weight:600;background:rgba(29,29,36,.06);color:var(--text-primary);border:1px solid rgba(29,29,36,.1)}.proof-stars{color:var(--amber);font-size:1.1rem;letter-spacing:2px}.proof-stars span{display:inline-block}.proof-card-quote{font-size:.92rem;line-height:1.6;color:var(--text-primary);margin-bottom:20px}.proof-card-author{display:flex;align-items:center;gap:10px;margin-top:auto;text-align:left}.proof-avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0;background-size:cover;background-position:50%;background-color:rgba(9,12,155,.15)}.proof-card-author strong{display:block;font-size:.85rem;font-weight:700;color:var(--text-primary)}.proof-card-author span{font-size:.78rem;color:var(--text-secondary)}@media (max-width:900px){.proof-card{width:100%}}.faq-section{background:transparent;scroll-margin-top:40px}.faq-list{max-width:var(--content-narrow);margin:32px auto 0;text-align:left}.faq-item{border-bottom:1px solid rgba(29,29,36,.08)}.faq-item summary{padding:18px 0;font-size:1rem;font-weight:600;color:var(--text-primary);cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.4rem;font-weight:300;color:var(--text-muted);transition:transform .3s}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{padding:0 0 18px;font-size:.9rem;line-height:1.7;color:var(--text-secondary)}.cta-section{background:transparent;text-align:center}.cta-box{position:relative;padding:64px 40px;border-radius:12px;overflow:hidden;background:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.6);box-shadow:0 4px 20px rgba(29,29,36,.04);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.cta-box:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0,rgba(75,107,255,.06),transparent 60%),radial-gradient(ellipse at 50% 80%,rgba(212,166,58,.08),transparent 50%)}.cta-box .cta-row,.cta-box .section-desc,.cta-box .section-title{position:relative;z-index:1}.cta-box .section-desc{margin:0 auto 32px}.waitlist-count{text-align:center;margin-top:12px;font-size:.85rem;color:var(--text-secondary)}.waitlist-count strong{color:#88A1F9}.email-input-wrap{max-width:500px;margin:24px auto 0;display:flex;align-items:stretch;gap:6px;background:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.5);padding:5px;border-radius:999px;position:relative;z-index:1}.email-input-wrap:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;filter:blur(30px);border-radius:12px;background-color:rgba(212,166,58,.12);background-image:radial-gradient(at 20% 50%,rgba(75,107,255,.15) 0,transparent 50%),radial-gradient(at 80% 50%,rgba(212,166,58,.1) 0,transparent 50%)}.email-input{flex:1 1;border:2px solid transparent;outline:none;padding:14px 24px;border-radius:999px;background:rgba(255,255,255,.7);color:#1D1D24;font-size:.95rem;font-family:inherit;text-align:center;transition:border-color .3s,box-shadow .3s}.email-input::placeholder{color:rgba(29,29,36,.4);text-align:center}.email-input:focus,.email-input:hover{background:rgba(255,255,255,.85)}.email-submit{border:none;cursor:pointer;padding:14px 24px;border-radius:999px;background:linear-gradient(135deg,#4B6BFF,#090C9B);color:#fff;font-size:.95rem;font-weight:700;font-family:inherit;transition:background .3s;white-space:nowrap;display:flex;align-items:center;gap:10px;position:relative}.email-submit:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80%;height:20px;background:radial-gradient(ellipse at center,rgba(212,166,58,.25) 0,transparent 80%);filter:blur(8px);pointer-events:none}.email-submit:hover{background:linear-gradient(135deg,#6B85FF,#4B6BFF)}.social-proof{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:32px;position:relative;z-index:1}.sp-avatar,.sp-avatars{display:flex}.sp-avatar{width:36px;height:36px;border-radius:50%;border:2px solid #fcfbff;margin-left:-10px;align-items:center;justify-content:center;font-size:15.4px}.sp-avatar:first-child{margin-left:0}.sp-text{font-size:.85rem;color:var(--text-muted)}.sp-text strong{color:#1D1D24}.footer{background:transparent;padding:20px 24px 12px;margin-top:auto}.footer-inner{max-width:1200px;margin:0 auto}.footer-top{justify-content:space-between;padding-bottom:8px}.footer-logo,.footer-top{display:flex;align-items:center}.footer-logo{font-size:1.2rem;font-weight:900;gap:8px}.footer-logo-icon{width:32px;height:32px;border-radius:12px;overflow:hidden}.footer-logo-icon img{width:100%;height:100%;object-fit:cover}.footer-brand p{font-size:.88rem;line-height:1.6;color:var(--text-muted);max-width:300px}.footer-brand .footer-download{display:flex;gap:12px;margin-top:20px}.footer-download-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(29,29,36,.12);border-radius:9999px;background-color:rgba(255,255,255,.34);padding:.5rem 1.2rem;color:#1D1D24;font-size:.85rem;font-weight:600;outline:0;transition:all .2s ease;text-decoration:none;gap:8px}.footer-download-btn:hover{background-color:rgba(255,255,255,.5);transform:translateY(-2px)}.footer-download-btn svg{width:1.2rem;height:1.2rem;fill:#1D1D24}.footer-col h4{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:10px}.footer-col ul{display:flex;flex-direction:column;gap:6px}.footer-col a{font-size:.9rem;color:var(--text-secondary);transition:color .25s}.footer-col a:hover{color:var(--brand)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-top:6px}.footer-copy{font-size:.82rem;color:var(--text-muted)}.footer-socials{display:flex;gap:16px}.footer-social{cursor:pointer;height:40px;width:40px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;transition:width .4s,border-radius .4s;overflow:hidden;position:relative;background:rgba(29,29,36,.06)}.footer-social:hover{width:110px;border-radius:20px}.footer-social svg{width:18px;height:18px;fill:#1D1D24;flex-shrink:0;transition:opacity .3s,fill .3s}.footer-social:hover svg{opacity:0;fill:#fff}.footer-social .social-name{position:absolute;color:#fff;font-size:.78rem;font-weight:600;width:90px;text-align:center;opacity:0;transition:opacity .4s}.footer-social:hover .social-name{opacity:1}.footer-social.ig:hover{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888)}.footer-social.tt:hover{background:linear-gradient(135deg,#25f4ee,#fe2c55)}.footer-social.li:hover{background:#0274b3}.footer-social.ss:hover{background:#ff6719}.cookie-notice{position:fixed;right:18px;bottom:18px;max-width:415px;width:calc(100% - 48px);padding:26px;z-index:50;transform-origin:bottom right;background:rgba(255,255,255,.55);border:1px solid rgba(255,255,255,.6);border-radius:12px;backdrop-filter:blur(30px) saturate(140%);-webkit-backdrop-filter:blur(30px) saturate(140%);box-shadow:0 16px 50px rgba(29,29,36,.12);transform:scale(.7);opacity:1;transition:transform .5s,opacity .5s}.cookie-notice.hidden{transform:scale(.7) translateY(120%);opacity:0;pointer-events:none}.cookie-notice h3{font-size:1.17rem;font-weight:700;display:flex;align-items:center;gap:8px}.cookie-notice p{font-size:.85rem;line-height:1.55;color:var(--text-muted);margin-top:13px}.cookie-notice a{color:var(--brand)}.cookie-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}.cookie-manage{background:none;border:none;cursor:pointer;font-size:.75rem;color:var(--text-secondary);text-decoration:underline;transition:color .2s}.cookie-manage:hover{color:#1D1D24}.cookie-reject{font-size:.75rem;font-weight:600;color:var(--text-muted);cursor:pointer;background:none;border:none;border-radius:999px;padding:8px 20px;transition:background .25s,transform .2s}.cookie-reject:hover{background:rgba(29,29,36,.06);transform:translateY(-1px)}.cookie-accept{font-size:.75rem;font-weight:600;color:var(--text-muted);cursor:pointer;background:rgba(29,29,36,.06);border:1px solid rgba(29,29,36,.12);border-radius:999px;padding:8px 20px;transition:background .25s,transform .2s}.cookie-accept:hover{background:rgba(29,29,36,.1);transform:translateY(-1px)}.confetti-particle{position:fixed;pointer-events:none;z-index:9999;font-size:1.5rem;animation:confetti-fall 2.5s ease-out forwards}@keyframes confetti-fall{0%{opacity:1;transform:translateY(0) rotate(0deg) scale(1)}to{opacity:0;transform:translateY(600px) rotate(2turn) scale(.3)}}.reveal-text{overflow:hidden}.reveal-text .reveal-word{display:inline-flex;overflow:hidden;padding-bottom:.15em}.reveal-text .reveal-char{display:inline-block;transform:translateY(120%);animation:cut-reveal .7s cubic-bezier(.16,1,.3,1) forwards}@keyframes cut-reveal{0%{transform:translateY(120%)}to{transform:translateY(0)}}.float-bubbles{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:0;transform:scale(.95);transform-origin:center center}.fbubble{position:absolute;gap:10px;background:rgba(20,20,36,.9);color:#fff;padding:10px 18px 10px 10px;border-radius:24px 24px 6px 24px;font-size:.75rem;font-weight:500;white-space:nowrap;box-shadow:0 6px 20px rgba(29,29,36,.15);opacity:0;animation:fbubble-in .8s ease-out forwards,fbubble-float 6s ease-in-out infinite}.fbubble,.fbubble-avatar{display:flex;align-items:center}.fbubble-avatar{width:28px;height:28px;border-radius:50%;flex-shrink:0;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.2);justify-content:center}.fbubble-avatar img{width:100%;height:100%;object-fit:cover;display:block}.fbubble-avatar.cal{background:#ECEBF7;border:1px solid rgba(29,29,36,.08);font-size:12.1px}.fbubble:first-child{top:18%;left:1%;animation-delay:.5s,.5s;border-radius:24px 24px 24px 6px}.fbubble:nth-child(2){top:42%;right:1%;animation-delay:3s,3s}.fbubble:nth-child(3){top:42%;left:5%;animation-delay:1.2s,1.2s;border-radius:24px 24px 24px 6px}.fbubble:nth-child(4){top:18%;right:2%;animation-delay:1.8s,1.8s}.fbubble:nth-child(5){top:70%;right:5%;animation-delay:3.6s,3.6s}.fbubble:nth-child(6){top:70%;left:1%;animation-delay:2.4s,2.4s;border-radius:24px 24px 24px 6px}@keyframes fbubble-in{0%{opacity:0;transform:translateY(20px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fbubble-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.fbubble-warm{background:rgba(212,166,58,.15);color:#1D1D24;border:1px solid rgba(212,166,58,.25)}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .7s ease-out,transform .7s ease-out}.fade-up.visible{opacity:1;transform:translateY(0)}@media (max-width:960px){.feat-layout{grid-template-columns:1fr;gap:48px;justify-items:center}.feat-acc{width:100%;max-width:560px}.showcase-grid{grid-template-columns:1fr;text-align:center}.showcase-visual{order:-1}.download-btns,.showcase-stats{justify-content:center}.footer-top{grid-template-columns:1fr 1fr}}@media (max-width:680px){.section{padding:60px 16px}.nav-cta-btn{font-size:.75rem;padding:8px 14px 8px 8px}.nav-cta-icon{width:24px;height:24px}.hero-content{padding:100px 20px 48px;gap:24px}.hero-title{font-size:clamp(2.5rem,11.55vw,3.75rem);line-height:1.05}.hero-desc{font-size:1.05rem;line-height:1.6;min-height:auto;max-width:100%;padding:0 4px}.hero-cta-group,.hero-email-wrap{width:100%;max-width:100%}.hero-email-wrap{flex-direction:column;gap:10px}.hero-email-input{padding:16px 20px;font-size:1rem}.hero-email-btn{width:100%;justify-content:center;padding:16px 24px;font-size:1rem}.float-bubbles{display:none}.feat-layout{gap:36px;margin-top:16px}.feat-acc-head{padding:18px 2px;gap:14px}.feat-acc-title{font-size:1.05rem}.feat-acc-desc{font-size:.9rem;padding:0 2px}.feat-acc-progress{margin:14px 2px 22px}.steps-controls{margin-top:20px}.proof-grid{flex-direction:column}.proof-card{width:100%!important}.cta-box{padding:32px 16px;border-radius:12px}.cta-box .section-title{font-size:1.5rem}.cta-box .section-desc{font-size:.88rem;margin-bottom:20px!important}.email-input-wrap{flex-direction:column;max-width:100%;padding:6px;gap:6px}.email-input{padding:12px 14px;font-size:.88rem;text-align:center}.email-submit{width:100%;justify-content:center;padding:12px 18px;font-size:.88rem}.waitlist-count{margin-top:8px}.footer-top{align-items:center;padding-bottom:4px}.footer-bottom,.footer-top{flex-direction:row;justify-content:space-between}.footer-bottom{flex-wrap:wrap;align-items:flex-start;gap:12px;margin-top:4px}.footer-copy{flex:1 1;min-width:0;text-align:left}.footer-links{flex-direction:column;gap:6px;margin-left:0!important;align-items:flex-end!important}.footer{padding:24px 16px 12px}.phone-mockup{width:240px;height:490px}.showcase-stats{gap:20px}.download-btns{flex-direction:column;align-items:center}.cookie-notice{right:auto;left:50%;bottom:12px;transform:translateX(-50%) scale(.7);max-width:calc(100% - 24px);padding:18px;transform-origin:bottom center}.cookie-notice.hidden{transform:translateX(-50%) scale(.7) translateY(120%)}.section-desc{white-space:normal!important}.faq-list{margin-top:20px}.faq-item summary{font-size:.9rem;padding:14px 0}.waitlist-count{font-size:.9rem;margin-top:12px}.social-proof{flex-direction:column;gap:8px}.hero-stores{flex-direction:column;align-items:stretch;gap:12px;width:100%;margin-top:20px}.hero-store-btn{width:100%;max-width:none;justify-content:center;padding:16px 24px;min-width:unset}.hero-store-btn svg{width:26px;height:26px}.hero-store-text small{font-size:.72rem}.hero-store-text strong{font-size:1rem}.hero-cta-group{transform:none}.page-hero{padding:104px 16px 12px}.subpage-main>.section{padding:20px 16px 40px}.subpage-main>.section.cta-section{padding:28px 16px 48px}.subpage-main .proof-grid{margin-top:8px;gap:12px}}@media (max-width:400px){.hero-title{font-size:clamp(2.3rem,12.1vw,3.15rem)}.section-title{font-size:1.75rem}.steps-section .section-title{font-size:clamp(1.85rem,8.8vw,2.25rem)}.nav{padding:10px 12px}.nav-logo{font-size:1rem}.feat-phone{transform:scale(.9);transform-origin:top center;margin-bottom:-62px}.proof-card{padding:18px}.proof-card-quote{font-size:.85rem}}.float-1,.float-2,.float-3{position:absolute;border-radius:50%;pointer-events:none;background:radial-gradient(circle,rgba(9,12,155,.06),transparent 70%)}.float-1{width:500px;height:500px;top:-100px;right:-100px;animation:float-bob 8s ease-in-out infinite}.float-2{width:400px;height:400px;bottom:-50px;left:-100px;animation:float-bob 10s ease-in-out infinite reverse}.float-3{width:300px;height:300px;top:40%;right:10%;animation:float-bob 12s ease-in-out 2s infinite}@keyframes float-bob{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-30px) scale(1.05)}}.subpage-main{flex:1 1;width:100%}.page-hero{padding:118px 24px 16px;text-align:center;position:relative}.page-hero .section-label{justify-content:center;margin-bottom:2px}.page-hero .section-title{margin-bottom:0}.subpage-main>.section{padding:24px 24px 48px}.subpage-main>.section.cta-section{padding:36px 24px 64px}.subpage-main .proof-grid{margin-top:12px;gap:16px}.subpage-main .proof-card{padding:22px}.subpage-main .proof-card-header{margin-bottom:10px}.subpage-main .proof-card-quote{margin-bottom:12px}.subpage-main .cta-section .section-desc{margin-bottom:12px!important}.subpage-main .cta-box{padding:36px 28px}.subpage-main .email-input-wrap{margin-top:12px}.page-email-display{display:flex;align-items:center;cursor:default;-webkit-user-select:all;-moz-user-select:all;user-select:all}.proof-card-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgba(9,12,155,.08);color:var(--brand);font-size:.72rem;font-weight:800;text-decoration:none;transition:background .2s,transform .2s}.proof-card-link:hover{background:rgba(9,12,155,.14);transform:translateY(-1px)}.partner-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:rgba(9,12,155,.08);color:var(--brand)}.partner-icon svg{width:20px;height:20px}.partner-cta{display:inline-flex;align-items:center;gap:6px;margin-top:auto;font-size:.88rem;font-weight:700;color:var(--brand);text-decoration:none;transition:gap .2s,color .2s}.partner-cta svg{width:16px;height:16px}.partner-cta:hover{color:var(--brand-light);gap:10px}.partner-card-wrap{width:calc(33.333% - 14px)}.partner-card-wrap .proof-card{width:100%}.team-grid{justify-content:center}.team-grid .proof-card{width:calc(50% - 10px);max-width:520px}.proof-card-spacer{width:36px;height:36px;flex-shrink:0}@media (max-width:900px){.team-grid .proof-card{width:100%;max-width:none}.partner-card-wrap{width:100%}}.story-section{overflow:hidden}.htl{max-width:1100px;margin:32px auto 0;padding:0 24px;position:relative}.htl-row{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:16px;gap:16px}.htl-col{min-height:120px;display:flex;align-items:flex-end}.htl-row--top .htl-col{align-items:flex-end;padding-bottom:20px}.htl-row--bottom .htl-col{align-items:flex-start;padding-top:20px}.htl-card{width:100%;background:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.5);border-radius:12px;padding:20px;box-shadow:0 2px 16px rgba(29,29,36,.03);position:relative}.htl-card--finale{background:linear-gradient(135deg,rgba(75,107,255,.08),rgba(212,166,58,.1));border-color:rgba(75,107,255,.15)}.htl-date{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--brand);margin-bottom:8px}.htl-title{font-size:1rem;font-weight:800;margin-bottom:6px;color:var(--text-primary)}.htl-text{font-size:.88rem;line-height:1.55;color:var(--text-secondary)}.htl-confetti{position:absolute;top:12px;right:12px;font-size:1.2rem}.htl-line{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:16px;gap:16px;align-items:center;margin:4px 0;position:relative}.htl-line:before{content:"";position:absolute;left:10%;right:10%;top:50%;height:2px;background:linear-gradient(90deg,transparent,rgba(9,12,155,.2),transparent);transform:translateY(-50%)}.htl-node{position:relative;z-index:1}.htl-emoji,.htl-node{display:flex;justify-content:center}.htl-emoji{align-items:center;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.9);border:2px solid rgba(9,12,155,.15);box-shadow:0 4px 12px rgba(29,29,36,.06);font-size:1.1rem}.htl-mobile{display:none}@media (max-width:900px){.htl-line,.htl-row--bottom,.htl-row--top{display:none}.htl-mobile{display:flex;flex-direction:column;gap:20px}.htl-mob-item{display:grid;grid-template-columns:44px 1fr;grid-gap:14px;gap:14px;align-items:start}.htl-mob-node{padding-top:4px}}.legal-section-wrap{padding-top:0}.legal-card{max-width:var(--content-narrow);margin:0 auto;background:rgba(255,255,255,.85);border:1px solid rgba(255,255,255,.6);border-radius:16px;padding:36px 40px;box-shadow:0 4px 24px rgba(29,29,36,.05)}.legal-document{color:var(--text-primary)}.legal-updated{font-size:.88rem;color:var(--text-muted);margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid rgba(29,29,36,.08)}.legal-section{margin-bottom:32px;scroll-margin-top:100px}.legal-section:last-child{margin-bottom:0}.legal-section h2{font-size:1.15rem;font-weight:800;letter-spacing:-.02em;color:var(--brand);margin-bottom:14px;line-height:1.3}.legal-section p,.legal-subsection p{font-size:.95rem;line-height:1.75;color:var(--text-secondary);margin-bottom:12px}.legal-section p:last-child,.legal-subsection p:last-child{margin-bottom:0}.legal-section ul,.legal-subsection ul{margin:12px 0 0;padding-left:1.25rem;list-style:disc}.legal-section li,.legal-subsection li{font-size:.95rem;line-height:1.7;color:var(--text-secondary);margin-bottom:8px}.legal-subsection{margin-top:20px}.legal-subsection h3{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:10px}@media (max-width:680px){.legal-card{padding:24px 20px;border-radius:12px}.legal-section h2{font-size:1.05rem}.legal-section li,.legal-section p,.legal-subsection li,.legal-subsection p{font-size:.9rem}}