:root{--red:#e8351a;--red-deep:#c92a12;--red-ink:#7a1f0a;--red-soft:#fff3f0;--orange:#f26b4f;--cream:#faf6ee;--paper:#f5efe0;--bg:#fafaf8;--ink:#161412;--ink-2:#403d38;--ink-3:#8a8580;--line:#e6e1d4;--line-2:#1a1a1a;--navy:#0f1729;--mustard:#e8b23b;--sage:#5c7f4a;--shadow:0 20px 40px -20px #140c082e, 0 6px 16px -10px #140c081a}.landing-root{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;font-family:Plus Jakarta Sans,system-ui,sans-serif;line-height:1.5;position:relative;overflow-x:hidden}.landing-root .display{letter-spacing:-.035em;font-family:Bricolage Grotesque,Plus Jakarta Sans,sans-serif;font-weight:800;line-height:.96}.landing-root .mono{font-family:JetBrains Mono,ui-monospace,monospace}.landing-root .wrap{max-width:1240px;margin:0 auto;padding:0 28px}.landing-root a{color:inherit;text-decoration:none}.landing-root .underline{text-decoration:none}.landing-root button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}.landing-root img{max-width:100%;display:block}.landing-root:before{content:"";pointer-events:none;z-index:1;opacity:.55;mix-blend-mode:multiply;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .04 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");position:fixed;inset:0}.landing-root .ticker{background:var(--ink);color:#fff1a8;letter-spacing:.06em;text-transform:uppercase;border-bottom:2px solid var(--red);z-index:60;padding:10px 0;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:700;position:relative;overflow:hidden}.landing-root .ticker-track{white-space:nowrap;gap:48px;width:max-content;animation:36s linear infinite ldScroll;display:flex}.landing-root .ticker-track>span{align-items:center;gap:48px;display:inline-flex}.landing-root .ticker-track i{color:var(--red);margin:0 -28px;font-style:normal}@keyframes ldScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.landing-root .nav{z-index:50;-webkit-backdrop-filter:saturate(160%)blur(14px);background:#fafaf8c7;border-bottom:1px solid #0000;transition:border-color .25s,background .25s;position:sticky;top:0}.landing-root .nav.scrolled{border-bottom-color:var(--line);background:#fafaf8eb}.landing-root .nav-inner{justify-content:space-between;align-items:center;padding:14px 0;display:flex}.landing-root .brand{align-items:center;gap:10px;display:flex}.landing-root .seal{background:var(--red);color:#fff;letter-spacing:-.04em;width:36px;height:36px;box-shadow:0 0 0 2px var(--red), 0 0 0 4px #fff, 0 0 0 5px var(--red);border-radius:50%;place-items:center;font-family:Bricolage Grotesque,sans-serif;font-size:18px;font-weight:800;display:grid;transform:rotate(-6deg)}.landing-root .logo{letter-spacing:-.035em;font-family:Bricolage Grotesque,sans-serif;font-size:22px;font-weight:800}.landing-root .logo .bite{color:var(--red)}.landing-root .nav-actions{align-items:center;gap:10px;display:flex}.landing-root .btn{letter-spacing:-.01em;white-space:nowrap;border:2px solid #0000;border-radius:999px;align-items:center;gap:8px;padding:11px 18px;font-size:14px;font-weight:700;transition:transform .15s,box-shadow .2s,background .2s;display:inline-flex}.landing-root .btn-ghost{color:var(--ink-3);position:relative}.landing-root .btn-ghost[disabled]{cursor:not-allowed}.landing-root .btn-ghost .tip{background:var(--ink);color:#fff;white-space:nowrap;opacity:0;pointer-events:none;border-radius:8px;padding:6px 10px;font-size:11px;font-weight:600;transition:opacity .2s,transform .2s;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(-4px)}.landing-root .btn-ghost:hover .tip{opacity:1;transform:translate(-50%)translateY(0)}.landing-root .btn-primary{background:var(--red);color:#fff;box-shadow:4px 4px 0 var(--ink)}.landing-root .btn-primary:hover{box-shadow:6px 6px 0 var(--ink);background:var(--red-deep);transform:translate(-2px,-2px)}.landing-root .btn-primary:active{box-shadow:2px 2px 0 var(--ink);transform:translate(2px,2px)}.landing-root .btn-dark{background:var(--ink);color:#fff;box-shadow:4px 4px 0 var(--red)}.landing-root .btn-dark:hover{box-shadow:6px 6px 0 var(--red);transform:translate(-2px,-2px)}.landing-root .hero{background:radial-gradient(900px 380px at 78% 12%,#e8351a1a,#0000 60%),radial-gradient(700px 300px at 12% 30%,#e8b23b21,#0000 60%);padding:60px 0 40px;position:relative;overflow:hidden}.landing-root .hero-grid{z-index:2;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px;display:grid;position:relative}.landing-root .pill{color:var(--ink);letter-spacing:.08em;text-transform:uppercase;border:1.5px solid var(--ink);box-shadow:3px 3px 0 var(--red);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:7px 13px;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:700;display:inline-flex}.landing-root .pill .dot{background:var(--red);border-radius:50%;width:8px;height:8px;animation:1.6s infinite ldPulse}@keyframes ldPulse{0%,to{box-shadow:0 0 #e8351a80}50%{box-shadow:0 0 0 6px #e8351a00}}.landing-root .hero h1{letter-spacing:-.045em;margin:24px 0 0;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(52px,7.5vw,96px);font-weight:800;line-height:.92}.landing-root .hero h1 .punch{color:var(--red);display:inline-block;position:relative}.landing-root .hero h1 .strike{text-decoration:line-through;-webkit-text-decoration-color:var(--red);text-decoration-color:var(--red);color:var(--ink-3);font-weight:700;text-decoration-thickness:5px}.landing-root .hero h1 .underline{display:inline-block;position:relative}.landing-root .hero h1 .underline svg{width:104%;height:18px;position:absolute;bottom:-12px;left:-2%;right:-2%}.landing-root .hero-sub{color:var(--ink-2);text-wrap:pretty;max-width:540px;margin:28px 0 32px;font-size:19px;line-height:1.55}.landing-root .hero-sub b{color:var(--ink);-webkit-box-decoration-break:clone;box-decoration-break:clone;background:#fff1a8;padding:0 4px;font-weight:700}.landing-root .wl-form{border:2px solid var(--ink);max-width:520px;box-shadow:5px 5px 0 var(--ink);background:#fff;border-radius:14px;gap:0;padding:6px;display:flex}.landing-root .wl-form input{font:inherit;color:var(--ink);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:12px 16px;font-size:15px;font-weight:500}.landing-root .wl-form input::placeholder{color:var(--ink-3)}.landing-root .wl-form button{border-radius:10px;padding:12px 18px}.landing-root .hero-meta{color:var(--ink-2);flex-direction:column;gap:8px;max-width:520px;margin-top:18px;font-size:13.5px;display:flex}.landing-root .hero-meta .row{align-items:center;gap:10px;display:flex}.landing-root .hero-meta .check-mini{background:var(--ink);color:#fff1a8;border-radius:50%;flex-shrink:0;place-items:center;width:18px;height:18px;font-size:11px;font-weight:800;display:grid}.landing-root .hero-meta b{color:var(--ink)}.landing-root .hero-visual{justify-content:center;align-items:center;min-height:680px;display:flex;position:relative}.landing-root .hero-phone{z-index:2;animation:7s ease-in-out infinite ldFloatA;position:relative}@keyframes ldFloatA{0%,to{transform:translateY(0)rotate(-3deg)}50%{transform:translateY(-10px)rotate(-3deg)}}.landing-root .stamp{border:2.5px solid var(--red);width:130px;height:130px;color:var(--red);text-align:center;letter-spacing:.1em;background:#ffffff1a;border-radius:50%;place-items:center;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700;line-height:1.2;display:grid;position:absolute;transform:rotate(-12deg)}.landing-root .stamp:before,.landing-root .stamp:after{content:"";border:1.5px dashed var(--red);border-radius:50%;position:absolute}.landing-root .stamp:before{inset:6px}.landing-root .stamp:after{opacity:.25;border-style:solid;inset:-12px}.landing-root .stamp-1{top:30px;right:-30px;transform:rotate(14deg)}.landing-root .stamp-1 b{letter-spacing:.04em;font-size:14px;display:block}.landing-root .sticker{color:var(--ink);border:2px solid var(--ink);letter-spacing:-.01em;box-shadow:3px 3px 0 var(--ink);z-index:3;background:#fff1a8;border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-family:Bricolage Grotesque,sans-serif;font-size:13px;font-weight:700;display:flex;position:absolute;transform:rotate(-4deg)}.landing-root .sticker.alt{background:var(--red);color:#fff;border-color:var(--ink)}.landing-root .sticker.lime{background:#d8f26a}.landing-root .sticker .arrow{font-family:Bricolage Grotesque,sans-serif;font-size:18px}.landing-root .sticker-1{top:40px;left:-20px;transform:rotate(-7deg)}.landing-root .sticker-2{bottom:160px;right:-30px;transform:rotate(5deg)}.landing-root .sticker-3{bottom:50px;left:40px;transform:rotate(-3deg)}.landing-root .iphone{background:#0a0a0a;border-radius:50px;width:330px;height:680px;padding:9px;position:relative;box-shadow:0 50px 100px -30px #0006,0 30px 60px -20px #e8351a33}.landing-root .iphone .screen{background:#fff;border-radius:42px;width:100%;height:100%;position:relative;overflow:hidden}.landing-root .iphone .island{z-index:5;background:#000;border-radius:20px;width:100px;height:30px;position:absolute;top:11px;left:50%;transform:translate(-50%)}.landing-root .scr{color:var(--ink);background:#fff;flex-direction:column;height:100%;font-size:12px;display:flex;overflow:hidden}.landing-root .scr-status{letter-spacing:-.01em;justify-content:space-between;align-items:center;padding:14px 22px 4px;font-size:13px;font-weight:700;display:flex}.landing-root .scr-status .rt{align-items:center;gap:5px;display:flex}.landing-root .bar{border:1.4px solid #000;border-radius:3px;width:18px;height:10px;display:inline-block;position:relative}.landing-root .bar:after{content:"";background:#000;border-radius:1px;position:absolute;inset:1.5px}.landing-root .qr-chrome{z-index:10;justify-content:space-between;align-items:center;padding:0 14px;display:flex;position:absolute;top:46px;left:0;right:0}.landing-root .qr-logo{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffffff2;border-radius:999px;align-items:center;gap:7px;padding:6px 10px 6px 6px;display:flex;box-shadow:0 4px 12px #0000002e}.landing-root .qr-logo .lg{color:#ffd89a;background:#3d2914;border-radius:50%;place-items:center;width:26px;height:26px;font-size:11px;font-weight:800;display:grid}.landing-root .qr-logo .nm{letter-spacing:-.01em;color:var(--ink);font-size:11.5px;font-weight:800}.landing-root .qr-cart{background:#fff;border-radius:50%;place-items:center;width:36px;height:36px;display:grid;position:relative;box-shadow:0 4px 12px #0000002e}.landing-root .qr-cart svg{width:16px;height:16px}.landing-root .qr-cart .ct{background:var(--red);color:#fff;border:1.5px solid #fff;border-radius:50%;place-items:center;width:16px;height:16px;font-size:9px;font-weight:800;display:grid;position:absolute;top:-2px;right:-2px}.landing-root .qr-hero{color:#fff;background:linear-gradient(#0000 40%,#0000008c 100%),linear-gradient(135deg,#3d2914 0%,#8b5a2b 50%,#d4a574 100%);flex-direction:column;justify-content:flex-end;height:240px;padding:14px;display:flex;position:relative}.landing-root .qr-hero .play{background:#ffffffeb;border-radius:50%;place-items:center;width:54px;height:54px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-root .qr-hero .play:before{content:"";border:9px solid #0000;border-left:14px solid #1a1a1a;border-right-width:0;margin-left:3px}.landing-root .qr-hero .vtag{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0000008c;border-radius:7px;padding:5px 9px;font-size:10.5px;font-weight:700;position:absolute;top:14px;right:14px}.landing-root .qr-hero h3{letter-spacing:-.02em;margin:0 0 4px;font-family:Bricolage Grotesque,sans-serif;font-size:22px;font-weight:800}.landing-root .qr-hero .meta{opacity:.9;font-size:11px}.landing-root .qr-promo{color:#fff;background:linear-gradient(95deg,#e8351a,#f26b4f);border-radius:11px;align-items:center;gap:10px;margin:10px 12px 0;padding:10px 12px;display:flex;position:relative;overflow:hidden}.landing-root .qr-promo:after{content:"";background:radial-gradient(circle,#ffffff40,#0000 60%);width:80px;height:80px;position:absolute;top:-20px;right:-30px}.landing-root .qr-promo .ic{background:#ffffff2e;border-radius:8px;flex-shrink:0;place-items:center;width:30px;height:30px;font-size:14px;display:grid}.landing-root .qr-promo .t1{letter-spacing:-.01em;font-size:12px;font-weight:800}.landing-root .qr-promo .t2{opacity:.95;margin-top:1px;font-size:10.5px}.landing-root .qr-promo .arr{margin-left:auto;font-weight:800}.landing-root .qr-tabs{scrollbar-width:none;gap:4px;padding:14px 12px 6px;display:flex;overflow-x:auto}.landing-root .qr-tabs::-webkit-scrollbar{display:none}.landing-root .qr-tab{color:var(--ink-3);border:1.5px solid var(--line);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:7px 12px;font-size:11.5px;font-weight:700}.landing-root .qr-tab.active{color:#fff;background:#3d2914;border-color:#3d2914}.landing-root .qr-feat{border:2px solid var(--ink);background:#fff;border-radius:14px;flex-direction:column;margin:6px 12px 12px;display:flex;overflow:hidden;box-shadow:3px 3px #3d2914}.landing-root .qr-feat .img{background:linear-gradient(135deg,#8b4513,#d4a574);height:90px;position:relative}.landing-root .qr-feat .badge{background:var(--ink);color:#fff1a8;letter-spacing:.08em;text-transform:uppercase;border-radius:5px;padding:3px 8px;font-family:JetBrains Mono,monospace;font-size:9px;font-weight:700;position:absolute;top:8px;left:8px}.landing-root .qr-feat .body{justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;display:flex}.landing-root .qr-feat .nm{letter-spacing:-.01em;font-size:13px;font-weight:800}.landing-root .qr-feat .dsc{color:var(--ink-3);margin-top:2px;font-size:10.5px}.landing-root .qr-feat .pr{color:#3d2914;font-size:13.5px;font-weight:800}.landing-root .qr-list{flex-direction:column;flex:1;gap:8px;padding:0 12px 14px;display:flex;overflow:hidden}.landing-root .qr-card{border:1px solid var(--line);background:#fff;border-radius:11px;align-items:center;gap:10px;padding:8px;display:flex}.landing-root .qr-thumb{background:linear-gradient(135deg,#8b4513,#c68b4a);border-radius:9px;flex-shrink:0;width:54px;height:54px;position:relative}.landing-root .qr-thumb.b{background:linear-gradient(135deg,#3a6b3f,#86c28e)}.landing-root .qr-thumb.c{background:linear-gradient(135deg,#b0522d,#eaa86e)}.landing-root .qr-thumb .pl{background:#ffffffeb;border-radius:50%;place-items:center;width:16px;height:16px;display:grid;position:absolute;bottom:5px;right:5px}.landing-root .qr-thumb .pl:before{content:"";border:3.5px solid #0000;border-left:5.5px solid #1a1a1a;border-right-width:0;margin-left:1px}.landing-root .qr-info{flex:1;min-width:0}.landing-root .qr-info .n{letter-spacing:-.01em;font-size:12px;font-weight:700}.landing-root .qr-info .t{color:var(--ink-3);white-space:nowrap;text-overflow:ellipsis;margin:1px 0 3px;font-size:10.5px;overflow:hidden}.landing-root .qr-info .p{color:#3d2914;font-size:12px;font-weight:800}.landing-root .qr-add{color:#ffd89a;background:#3d2914;border-radius:8px;flex-shrink:0;place-items:center;width:26px;height:26px;font-size:14px;font-weight:800;display:grid}.landing-root .marquee2{background:var(--cream);border-top:2px solid var(--ink);border-bottom:2px solid var(--ink);align-items:center;gap:48px;padding:18px 0;display:flex;overflow:hidden}.landing-root .marquee2-track{white-space:nowrap;align-items:center;gap:40px;width:max-content;animation:28s linear infinite ldScroll;display:flex}.landing-root .marquee2-track .item{color:var(--ink);letter-spacing:-.02em;align-items:center;gap:14px;font-family:Bricolage Grotesque,sans-serif;font-size:24px;font-weight:800;display:inline-flex}.landing-root .marquee2-track .star{color:var(--red);font-size:20px}.landing-root .cafe-logo{letter-spacing:-.04em;border:2px solid var(--ink);width:52px;height:52px;box-shadow:2px 2px 0 var(--red);background:#fff;border-radius:50%;place-items:center;font-family:Bricolage Grotesque,sans-serif;font-size:14px;font-weight:800;display:grid}.landing-root section.feat{padding:110px 0;position:relative;overflow:hidden}.landing-root section.feat.cream{background:var(--cream);border-top:2px solid var(--ink);border-bottom:2px solid var(--ink)}.landing-root .sec-eyebrow{letter-spacing:.15em;text-transform:uppercase;color:var(--red);align-items:center;gap:10px;font-family:JetBrains Mono,monospace;font-size:11.5px;font-weight:700;display:inline-flex}.landing-root .sec-eyebrow:before{content:"";background:var(--red);width:24px;height:2px}.landing-root .sec-h{letter-spacing:-.035em;text-wrap:balance;margin:18px 0 22px;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(38px,4.6vw,60px);font-weight:800;line-height:1}.landing-root .sec-h .underline{display:inline-block;position:relative}.landing-root .sec-h .underline svg{width:104%;height:14px;position:absolute;bottom:-8px;left:-2%;right:-2%}.landing-root .sec-body{color:var(--ink-2);text-wrap:pretty;max-width:540px;margin-bottom:24px;font-size:17.5px;line-height:1.55}.landing-root .sec-body b{color:var(--ink);background:#fff1a8;padding:0 4px;font-weight:700}.landing-root .feat-grid{grid-template-columns:1fr 1fr;align-items:center;gap:90px;display:grid}.landing-root .feat-grid.reverse .feat-text{order:2}.landing-root .feat-grid.reverse .feat-visual{order:1}.landing-root .bullets{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.landing-root .bullets li{color:var(--ink);align-items:flex-start;gap:12px;font-size:15.5px;display:flex}.landing-root .bullets .check{background:var(--ink);color:#fff1a8;border-radius:6px;flex-shrink:0;place-items:center;width:22px;height:22px;margin-top:1px;font-size:13px;font-weight:800;display:grid}.landing-root .feat-visual{justify-content:center;display:flex;position:relative}.landing-root .upsell-row{grid-template-columns:repeat(3,1fr);align-items:flex-start;gap:30px;margin-top:50px;display:grid}.landing-root .step{flex-direction:column;align-items:center;gap:18px;display:flex;position:relative}.landing-root .step:before{content:"";background-image:linear-gradient(90deg,var(--red) 50%, transparent 50%);background-size:8px 2px;width:60px;height:2px;position:absolute;top:90px;right:-30px}.landing-root .step:last-child:before{display:none}.landing-root .step-num{background:var(--ink);color:#fff1a8;border-radius:50%;place-items:center;width:38px;height:38px;font-family:Bricolage Grotesque,sans-serif;font-size:18px;font-weight:800;display:grid}.landing-root .mini-phone{width:100%;max-width:240px;height:440px;box-shadow:var(--shadow);background:#0a0a0a;border-radius:34px;padding:7px;position:relative}.landing-root .mini-phone .screen{background:#fff;border-radius:28px;width:100%;height:100%;position:relative;overflow:hidden}.landing-root .mini-phone .island{z-index:5;background:#000;border-radius:16px;width:70px;height:22px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.landing-root .step-label{text-align:center;max-width:240px}.landing-root .step-label .lbl-h{letter-spacing:-.015em;margin-bottom:4px;font-family:Bricolage Grotesque,sans-serif;font-size:18px;font-weight:800}.landing-root .step-label .lbl-s{color:var(--ink-2);font-size:13px;line-height:1.45}.landing-root .step-label .tag{letter-spacing:.1em;text-transform:uppercase;color:var(--red);margin-bottom:6px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700;display:inline-block}.landing-root .mp-status{justify-content:space-between;padding:10px 16px 4px;font-size:11px;font-weight:700;display:flex}.landing-root .mp-pad{padding:6px 14px}.landing-root .mp-h{letter-spacing:-.01em;margin:4px 0 8px;font-family:Bricolage Grotesque,sans-serif;font-size:12px;font-weight:800}.landing-root .mp-item{border:1px solid var(--line);background:#fff;border-radius:11px;gap:10px;margin-bottom:8px;padding:8px;display:flex}.landing-root .mp-thumb{background:linear-gradient(135deg,#8b4513,#c68b4a);border-radius:9px;flex-shrink:0;width:48px;height:48px}.landing-root .mp-thumb.g{background:linear-gradient(135deg,#3a6b3f,#86c28e)}.landing-root .mp-thumb.o{background:linear-gradient(135deg,#b0522d,#eaa86e)}.landing-root .mp-info .n{font-size:11.5px;font-weight:700}.landing-root .mp-info .p{color:#3d2914;margin-top:2px;font-size:11px;font-weight:700}.landing-root .reco-strip{background:linear-gradient(135deg,#fff7ec,#ffe5c8);border:1px solid #f0d7a8;border-radius:11px;align-items:center;gap:8px;margin-top:6px;padding:8px 10px;font-size:10.5px;display:flex}.landing-root .reco-strip .add{color:#ffd89a;background:#3d2914;border-radius:6px;margin-left:auto;padding:4px 9px;font-size:10px;font-weight:700}.landing-root .reco-strip .recoi{background:linear-gradient(135deg,#d4a574,#e8c99a);border-radius:7px;width:26px;height:26px}.landing-root .cart-hd{padding:10px 14px 6px;font-family:Bricolage Grotesque,sans-serif;font-size:13px;font-weight:800}.landing-root .cart-line{border-bottom:1px solid var(--line);justify-content:space-between;padding:7px 14px;font-size:11.5px;display:flex}.landing-root .cart-line .qx{color:var(--ink-3);margin-right:6px}.landing-root .cart-line .pp{font-weight:700}.landing-root .soft-card{background:linear-gradient(135deg,#fff3f0,#ffe5dd);border:1px solid #f4cec2;border-radius:11px;margin:10px 12px;padding:10px}.landing-root .soft-card .t{color:var(--red-deep);letter-spacing:.07em;text-transform:uppercase;margin-bottom:6px;font-family:JetBrains Mono,monospace;font-size:10.5px;font-weight:800}.landing-root .soft-card .opts{gap:6px;display:flex}.landing-root .soft-card .opt{background:#fff;border:1px solid #f4cec2;border-radius:8px;flex-direction:column;flex:1;gap:2px;padding:6px 8px;font-size:10.5px;font-weight:600;display:flex}.landing-root .soft-card .opt .pl{color:var(--red);font-size:10px;font-weight:700}.landing-root .cart-total{border-top:1px solid var(--line);justify-content:space-between;align-items:center;margin-top:auto;padding:12px 14px;display:flex}.landing-root .cart-total .lbl{color:var(--ink-3);font-size:11px}.landing-root .cart-total .amt{font-size:14px;font-weight:800}.landing-root .sheet-back{z-index:3;background:#0006;align-items:flex-end;display:flex;position:absolute;inset:0}.landing-root .sheet{background:#fff;border-radius:20px 20px 0 0;width:100%;padding:18px 14px 14px}.landing-root .sheet-grab{background:var(--line);border-radius:2px;width:36px;height:4px;margin:0 auto 12px}.landing-root .sheet h4{letter-spacing:-.01em;margin:0 0 10px;font-family:Bricolage Grotesque,sans-serif;font-size:13px;font-weight:800}.landing-root .sheet-items{gap:8px;margin-bottom:12px;display:flex}.landing-root .sheet-item{border:1px solid var(--line);text-align:center;border-radius:11px;flex:1;padding:8px}.landing-root .sheet-item .ph{background:linear-gradient(135deg,#8b4513,#c68b4a);border-radius:8px;width:100%;height:48px;margin-bottom:6px}.landing-root .sheet-item .ph.g{background:linear-gradient(135deg,#3a6b3f,#86c28e)}.landing-root .sheet-item .nm{font-size:10.5px;font-weight:700}.landing-root .sheet-item .pr{color:var(--red);margin-top:2px;font-size:10px;font-weight:700}.landing-root .sheet-row{gap:6px;display:flex}.landing-root .sheet-row .skip{color:var(--ink-2);text-align:center;background:#f2f1ec;border-radius:10px;flex:1;padding:9px;font-size:11px;font-weight:700}.landing-root .sheet-row .add{background:var(--red);color:#fff;text-align:center;border-radius:10px;flex:2;padding:9px;font-size:11px;font-weight:700}.landing-root .checkout-bg{opacity:.6;filter:blur(.5px);padding:10px 14px}.landing-root .upsell-stat{border:2px solid var(--ink);max-width:680px;box-shadow:6px 6px 0 var(--red);background:#fff;border-radius:18px;align-items:center;gap:24px;margin:60px auto 0;padding:24px 32px;display:flex}.landing-root .upsell-stat .num{color:var(--red);letter-spacing:-.04em;font-family:Bricolage Grotesque,sans-serif;font-size:64px;font-weight:800;line-height:1}.landing-root .upsell-stat .lbl{color:var(--ink-2);font-size:15px;line-height:1.45}.landing-root .upsell-stat .lbl b{color:var(--ink);font-weight:800}.landing-root .dash-frame{border:2px solid var(--ink);width:100%;max-width:720px;box-shadow:8px 8px 0 var(--red);background:#fff;border-radius:14px;position:relative;overflow:hidden}.landing-root .dash-bar{border-bottom:1.5px solid var(--ink);background:#f2f1ec;align-items:center;gap:10px;padding:9px 14px;display:flex}.landing-root .dash-bar .dots{gap:6px;display:flex}.landing-root .dash-bar .dot{background:#d9d5c9;border:1px solid #bbb6a6;border-radius:50%;width:11px;height:11px}.landing-root .dash-bar .url{color:var(--ink-2);background:#fff;border:1px solid #d9d5c9;border-radius:6px;flex:1;align-items:center;gap:8px;padding:4px 10px;font-family:JetBrains Mono,monospace;font-size:11px;display:flex}.landing-root .dash-bar .url:before{content:"🔒";opacity:.6;font-size:9px}.landing-root .dash-body{background:#fafaf7;grid-template-columns:170px 1fr;min-height:540px;display:grid}.landing-root .dash-side{border-right:1.5px solid var(--ink);background:#fffcf4;flex-direction:column;gap:4px;padding:18px 12px;display:flex}.landing-root .dash-side .brand{letter-spacing:-.02em;color:var(--ink);align-items:center;gap:8px;padding:4px 8px 14px;font-family:Bricolage Grotesque,sans-serif;font-size:17px;font-weight:800;display:flex}.landing-root .dash-side .brand .dot{background:var(--red);border-radius:50%;width:10px;height:10px;display:inline-block}.landing-root .dash-side .nav-i{color:var(--ink-2);cursor:default;border-radius:8px;align-items:center;gap:9px;padding:7px 10px;font-size:13px;font-weight:600;display:flex}.landing-root .dash-side .nav-i .ic{opacity:.7;place-items:center;width:16px;height:16px;font-size:13px;display:grid}.landing-root .dash-side .nav-i.active{background:var(--ink);color:#fff1a8}.landing-root .dash-side .nav-i.active .ic{opacity:1}.landing-root .dash-side .nav-sec{color:var(--ink-3);letter-spacing:.12em;text-transform:uppercase;padding:14px 10px 4px;font-family:JetBrains Mono,monospace;font-size:9.5px}.landing-root .dash-side .cafe-card{border:1.5px solid var(--line);background:#fff;border-radius:9px;align-items:center;gap:9px;margin-top:auto;padding:10px;display:flex}.landing-root .dash-side .cafe-card .av{background:linear-gradient(135deg,var(--red),var(--orange));color:#fff;border-radius:50%;place-items:center;width:30px;height:30px;font-family:Bricolage Grotesque,sans-serif;font-size:12px;font-weight:800;display:grid}.landing-root .dash-side .cafe-card .nn{letter-spacing:-.01em;font-size:11.5px;font-weight:800}.landing-root .dash-side .cafe-card .ss{color:var(--ink-3);font-size:9.5px}.landing-root .dash-main{padding:18px 22px;overflow:hidden}.landing-root .dash-head{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.landing-root .dash-head h3{letter-spacing:-.02em;margin:0 0 2px;font-family:Bricolage Grotesque,sans-serif;font-size:20px;font-weight:800}.landing-root .dash-head .sub{color:var(--ink-3);font-size:11.5px}.landing-root .dash-head .live{color:#1f8a4c;letter-spacing:.04em;background:#e8f7ee;border-radius:18px;align-items:center;gap:6px;padding:5px 9px;font-family:JetBrains Mono,monospace;font-size:10.5px;font-weight:700;display:flex}.landing-root .dash-head .live:before{content:"";background:#1f8a4c;border-radius:50%;width:7px;height:7px;animation:1.6s ease-in-out infinite ldLivePulse}@keyframes ldLivePulse{0%,to{opacity:1}50%{opacity:.35}}.landing-root .dash-stats{grid-template-columns:repeat(4,1fr);gap:9px;margin-bottom:16px;display:grid}.landing-root .dstat{border:1.5px solid var(--line);background:#fff;border-radius:10px;padding:11px 12px;position:relative}.landing-root .dstat .lb{color:var(--ink-3);letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:700}.landing-root .dstat .vl{letter-spacing:-.02em;color:var(--ink);font-family:Bricolage Grotesque,sans-serif;font-size:18px;font-weight:800}.landing-root .dstat .dl{color:#1f8a4c;align-items:center;gap:3px;margin-top:3px;font-size:10px;font-weight:700;display:flex}.landing-root .dstat .dl.r{color:var(--red)}.landing-root .dstat.feat{border-color:var(--ink);box-shadow:2px 2px 0 var(--ink);background:#fff1a8}.landing-root .dash-mid{grid-template-columns:1.5fr 1fr;gap:12px;margin-bottom:14px;display:grid}.landing-root .dpanel{border:1.5px solid var(--line);background:#fff;border-radius:10px;padding:14px}.landing-root .dpanel .ph{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.landing-root .dpanel .ph .pt{letter-spacing:-.01em;font-family:Bricolage Grotesque,sans-serif;font-size:13.5px;font-weight:800}.landing-root .dpanel .ph .pm{color:var(--ink-3);letter-spacing:.04em;font-family:JetBrains Mono,monospace;font-size:10px}.landing-root .dpanel .ph .seg{background:#f2f1ec;border-radius:6px;padding:2px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700;display:flex}.landing-root .dpanel .ph .seg span{color:var(--ink-3);letter-spacing:.04em;border-radius:4px;padding:3px 7px}.landing-root .dpanel .ph .seg span.on{color:var(--ink);background:#fff;box-shadow:0 1px 2px #0000000f}.landing-root .dchart{border-bottom:1px solid var(--line);align-items:flex-end;gap:5px;height:120px;padding-bottom:6px;display:flex;position:relative}.landing-root .dchart .b{background:var(--ink);border-radius:3px 3px 0 0;flex:1;min-height:4px;transition:height 1s cubic-bezier(.2,.8,.2,1);position:relative}.landing-root .dchart .b.peak{background:var(--red)}.landing-root .dchart .b.muted{background:#d9d5c9}.landing-root .dchart-x{color:var(--ink-3);letter-spacing:.03em;justify-content:space-between;margin-top:5px;font-family:JetBrains Mono,monospace;font-size:9px;display:flex}.landing-root .dpie{align-items:center;gap:14px;margin-top:8px;display:flex}.landing-root .dring{background:conic-gradient(var(--red) 0 62%, var(--orange) 62% 84%, #2f4858 84% 100%);border-radius:50%;flex-shrink:0;width:96px;height:96px;position:relative}.landing-root .dring:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:18px}.landing-root .dring .center{z-index:2;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.landing-root .dring .center .n{letter-spacing:-.02em;color:var(--ink);font-family:Bricolage Grotesque,sans-serif;font-size:18px;font-weight:800}.landing-root .dring .center .l{color:var(--ink-3);letter-spacing:.06em;text-transform:uppercase;margin-top:-1px;font-family:JetBrains Mono,monospace;font-size:8.5px}.landing-root .dleg{flex-direction:column;flex:1;gap:7px;font-size:11px;display:flex}.landing-root .dleg .row{justify-content:space-between;align-items:center;gap:7px;display:flex}.landing-root .dleg .l{color:var(--ink-2);align-items:center;gap:6px;display:flex}.landing-root .dleg .sw{border-radius:2px;width:9px;height:9px}.landing-root .dleg .vv{font-family:JetBrains Mono,monospace;font-size:10.5px;font-weight:700}.landing-root .dord-tbl{border:1.5px solid var(--line);background:#fff;border-radius:10px;overflow:hidden}.landing-root .dord-tbl .hr{border-bottom:1px solid var(--line);color:var(--ink-3);letter-spacing:.08em;text-transform:uppercase;background:#fafaf7;grid-template-columns:60px 1fr 90px 70px;padding:9px 14px;font-family:JetBrains Mono,monospace;font-size:9.5px;font-weight:700;display:grid}.landing-root .dord-tbl .row{border-bottom:1px solid var(--line);grid-template-columns:60px 1fr 90px 70px;align-items:center;padding:10px 14px;font-size:11.5px;display:grid}.landing-root .dord-tbl .row:last-child{border-bottom:none}.landing-root .dord-tbl .row .id{font-family:JetBrains Mono,monospace;font-weight:800}.landing-root .dord-tbl .row .it{color:var(--ink-2)}.landing-root .dord-tbl .row .pr{text-align:right;font-weight:700}.landing-root .dord-tbl .row .st{letter-spacing:.05em;text-align:center;border-radius:5px;justify-self:end;padding:3px 7px;font-family:JetBrains Mono,monospace;font-size:9.5px;font-weight:700}.landing-root .dord-tbl .row .st.done{color:#1f8a4c;background:#e8f7ee}.landing-root .dord-tbl .row .st.cook{color:#b6772e;background:#fff3e0}.landing-root .dord-tbl .row .st.new{color:var(--red);background:#ffe5dd;animation:2s ease-in-out infinite ldNewPulse}@keyframes ldNewPulse{0%,to{background:#ffe5dd}50%{background:#ffccbe}}.landing-root .dord-tbl .ph{justify-content:space-between;align-items:center;padding:11px 14px 0;display:flex}.landing-root .dord-tbl .ph .pt{letter-spacing:-.01em;font-family:Bricolage Grotesque,sans-serif;font-size:13.5px;font-weight:800}.landing-root .dord-tbl .ph .ct{background:var(--red);color:#fff;letter-spacing:.04em;border-radius:10px;padding:2px 7px;font-family:JetBrains Mono,monospace;font-size:9.5px;font-weight:700}.landing-root .clipboard{border:2px solid var(--ink);box-shadow:6px 6px 0 var(--red);background:#fffcf4;border-radius:14px;width:100%;max-width:680px;padding:30px;position:relative;transform:rotate(.6deg)}.landing-root .clipboard:before{content:"";border:2px solid var(--ink);background:#9b8b65;border-bottom:none;border-radius:6px 6px 0 0;width:90px;height:36px;position:absolute;top:-22px;left:50%;transform:translate(-50%)}.landing-root .clipboard:after{content:"";background:var(--ink);border-radius:50%;width:14px;height:14px;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.landing-root .ana-grid{grid-template-columns:1.4fr 1fr;gap:22px;margin-top:6px;display:grid}.landing-root .clip-card{border:1.5px solid var(--ink);background:#fff;border-radius:11px;padding:16px}.landing-root .clip-card .h{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.landing-root .clip-card .h .t{letter-spacing:-.015em;font-family:Bricolage Grotesque,sans-serif;font-size:15px;font-weight:800}.landing-root .clip-card .h .meta{color:var(--ink-3);letter-spacing:.04em;font-family:JetBrains Mono,monospace;font-size:10.5px}.landing-root .h-bars{flex-direction:column;gap:11px;display:flex}.landing-root .h-bar-row{align-items:center;gap:10px;font-size:12px;display:flex}.landing-root .h-bar-row .name{width:130px;font-weight:600}.landing-root .h-bar-row .track{border:1px solid var(--ink);background:#f1ebdd;border-radius:5px;flex:1;height:18px;overflow:hidden}.landing-root .h-bar-row .fill{background:var(--red);border-radius:0;width:0;height:100%;transition:width 1.1s cubic-bezier(.2,.8,.2,1)}.landing-root .reveal.in .h-bar-row .fill{width:var(--w,0%)}.landing-root .h-bar-row .num{text-align:right;width:64px;font-family:JetBrains Mono,monospace;font-size:11.5px;font-weight:700}.landing-root .heat{grid-template-columns:auto repeat(7,1fr);gap:3px;display:grid}.landing-root .heat .lab{color:var(--ink-3);align-items:center;padding-right:4px;font-family:JetBrains Mono,monospace;font-size:9.5px;font-weight:600;display:flex}.landing-root .heat .cell{aspect-ratio:1;background:#f1ebdd;border:1px solid #e6e1d4;border-radius:3px}.landing-root .heat .cell.l1{background:#fce2dc}.landing-root .heat .cell.l2{background:#f8b6a4}.landing-root .heat .cell.l3{background:#ee7e5f}.landing-root .heat .cell.l4{background:#e8351a}.landing-root .heat-axis{color:var(--ink-3);grid-template-columns:auto repeat(7,1fr);gap:3px;margin-top:4px;font-family:JetBrains Mono,monospace;font-size:9.5px;font-weight:600;display:grid}.landing-root .heat-axis div:first-child{visibility:hidden}.landing-root .insight{border:2px solid var(--ink);color:var(--ink);background:#fff1a8;border-radius:11px;align-items:flex-start;gap:12px;margin-top:18px;padding:14px 16px;font-size:13px;display:flex}.landing-root .insight b{font-weight:800}.landing-root .insight .ic{font-size:20px}.landing-root .vision{background:var(--navy);color:#fff;padding:120px 0;position:relative;overflow:hidden}.landing-root .vision:before{content:"";pointer-events:none;background:radial-gradient(800px 320px at 80% 0,#e8351a2e,#0000 65%),radial-gradient(700px 320px at 10% 100%,#e8351a1a,#0000 65%);position:absolute;inset:0}.landing-root .vision .wrap{z-index:1;position:relative}.landing-root .vision-h{letter-spacing:-.04em;text-wrap:balance;margin:0 0 24px;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(46px,5.6vw,76px);font-weight:800;line-height:.98}.landing-root .vision-h .strike{text-decoration:line-through;-webkit-text-decoration-color:var(--red);text-decoration-color:var(--red);color:#5c6580;font-weight:700;text-decoration-thickness:5px}.landing-root .vision-sub{color:#b7bcc8;text-wrap:pretty;max-width:680px;margin:0 0 56px;font-size:19px;line-height:1.55}.landing-root .vision-sub b{color:#fff;background:#e8351a2e;border-radius:3px;padding:0 6px}.landing-root .vision-eyebrow{color:#ff8a70;letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:10px;font-family:JetBrains Mono,monospace;font-size:11.5px;font-weight:700;display:inline-flex}.landing-root .vision-eyebrow:before{content:"";background:#ff8a70;width:24px;height:2px}.landing-root .road-track{scrollbar-width:none;-webkit-overflow-scrolling:touch;margin:0 -24px;padding:160px 0 80px;position:relative;overflow:auto visible}.landing-root .road-track::-webkit-scrollbar{display:none}.landing-root .road-inner{align-items:flex-end;gap:0;min-width:max-content;padding:0 60px;display:flex;position:relative}.landing-root .road-inner:before{content:"";background:linear-gradient(90deg,var(--red) 20%,#ffffff26 70%,transparent);height:2px;position:absolute;bottom:11px;left:0;right:0}.landing-root .road-stop{flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:center;width:240px;display:flex;position:relative}.landing-root .road-stop.h1{height:240px}.landing-root .road-stop.h2{height:170px}.landing-root .road-stop.h3{height:200px}.landing-root .road-stop.h4{height:150px}.landing-root .road-stop.h5{height:180px}.landing-root .road-stop:before{content:"";background:#ffffff1f;width:1.5px;position:absolute;top:0;bottom:22px;left:50%;transform:translate(-50%)}.landing-root .road-card{background:var(--navy);z-index:1;border:1.5px solid #ffffff1a;border-radius:14px;width:200px;padding:20px;transition:border-color .25s,background .25s;position:relative}.landing-root .road-card:hover{background:#1a0e1a;border-color:#e8351a66}.landing-root .road-card.active{border-color:var(--red);background:#1c0e0a}.landing-root .road-card h3{letter-spacing:-.02em;color:#fff;margin:8px 0 6px;font-family:Bricolage Grotesque,sans-serif;font-size:15px;font-weight:800;line-height:1.2}.landing-root .road-card p{color:#8a90a0;margin:0;font-size:12.5px;line-height:1.5}.landing-root .road-badge{letter-spacing:.1em;text-transform:uppercase;border-radius:4px;padding:3px 8px;font-family:JetBrains Mono,monospace;font-size:9px;font-weight:700;display:inline-block}.landing-root .road-badge.now{background:var(--red);color:#fff}.landing-root .road-badge.soon{color:#ff8a70;background:#e8351a2e;border:1px solid #e8351a59}.landing-root .road-badge.future{color:#b7bcc8;background:#ffffff0f;border:1px solid #ffffff2e}.landing-root .road-dot{z-index:2;color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:9px;font-weight:800;display:flex;position:relative}.landing-root .road-dot.now{background:var(--red);box-shadow:0 0 0 5px #e8351a40,0 0 16px #e8351a66}.landing-root .road-dot.soon{background:var(--red);opacity:.7}.landing-root .road-dot.future{background:#1e2338;border:2px solid #fff3}.landing-root .road-now-label{white-space:nowrap;letter-spacing:.12em;text-transform:uppercase;color:var(--red);font-family:JetBrains Mono,monospace;font-size:9px;font-weight:700;position:absolute;bottom:-24px;left:50%;transform:translate(-50%)}.landing-root .road-track:after{content:"";background:linear-gradient(to right,transparent,var(--navy));pointer-events:none;z-index:3;width:80px;position:absolute;top:0;bottom:0;right:0}.landing-root .vision-line{background:linear-gradient(90deg,#e8351a1a,#e8351a08);border:1.5px solid #e8351a40;border-radius:14px;margin-top:40px;padding:24px 28px}.landing-root .vision-line .big{letter-spacing:-.015em;color:#fff;margin-bottom:6px;font-family:Bricolage Grotesque,sans-serif;font-size:18px;font-weight:800}.landing-root .vision-line .sm{color:#b7bcc8;font-size:13px;line-height:1.55}.landing-root .how{padding:110px 0}.landing-root .how-head{grid-template-columns:1fr 1fr;align-items:end;gap:60px;margin-bottom:50px;display:grid}.landing-root .how h2{letter-spacing:-.035em;margin:14px 0 0;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(38px,4.4vw,58px);font-weight:800;line-height:.98}.landing-root .how-sub{color:var(--ink-2);max-width:440px;font-size:17px}.landing-root .steps{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.landing-root .step-card{border:2px solid var(--ink);box-shadow:5px 5px 0 var(--ink);background:#fff;border-radius:16px;padding:28px;position:relative}.landing-root .step-card.r{box-shadow:5px 5px 0 var(--red)}.landing-root .step-card.y{box-shadow:5px 5px #e8b23b}.landing-root .step-card .n{color:var(--red);letter-spacing:-.04em;margin-bottom:14px;font-family:Bricolage Grotesque,sans-serif;font-size:48px;font-weight:800;line-height:1}.landing-root .step-card h4{letter-spacing:-.025em;margin:0 0 8px;font-family:Bricolage Grotesque,sans-serif;font-size:22px;font-weight:800}.landing-root .step-card p{color:var(--ink-2);margin:0;font-size:14.5px;line-height:1.55}.landing-root .testi{background:var(--cream);border-top:2px solid var(--ink);border-bottom:2px solid var(--ink);padding:110px 0}.landing-root .testi h2{letter-spacing:-.03em;text-align:center;margin:0 0 50px;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(34px,4vw,48px);font-weight:800}.landing-root .testi h2 .underline{display:inline-block;position:relative}.landing-root .testi h2 .underline svg{width:104%;height:14px;position:absolute;bottom:-6px;left:-2%;right:-2%}.landing-root .testi-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.landing-root .testi-card{border:2px solid var(--ink);box-shadow:4px 4px 0 var(--ink);background:#fff;border-radius:16px;flex-direction:column;gap:18px;padding:28px;display:flex;position:relative}.landing-root .testi-card:first-child{transform:rotate(-.8deg)}.landing-root .testi-card:nth-child(2){transform:rotate(.6deg)}.landing-root .testi-card:nth-child(3){transform:rotate(-.4deg)}.landing-root .quote-mark{background:var(--red);color:#fff;border:2px solid var(--ink);border-radius:50%;place-items:center;width:44px;height:44px;font-family:Bricolage Grotesque,sans-serif;font-size:36px;font-weight:800;line-height:1;display:grid;position:absolute;top:-22px;left:20px}.landing-root .stars{color:#e8b23b;letter-spacing:2px;font-size:14px}.landing-root .testi-card blockquote{color:var(--ink);text-wrap:pretty;letter-spacing:-.015em;margin:0;font-family:Bricolage Grotesque,sans-serif;font-size:18px;font-weight:500;line-height:1.4}.landing-root .testi-author{border-top:1px dashed var(--ink-3);align-items:center;gap:12px;margin-top:auto;padding-top:8px;display:flex}.landing-root .testi-avatar{color:#fff;border:2px solid var(--ink);border-radius:50%;place-items:center;width:44px;height:44px;font-family:Bricolage Grotesque,sans-serif;font-size:14px;font-weight:800;display:grid}.landing-root .a1{background:#3d2914}.landing-root .a2{background:var(--red)}.landing-root .a3{background:var(--sage)}.landing-root .testi-meta .n{letter-spacing:-.01em;font-size:14px;font-weight:800}.landing-root .testi-meta .r{color:var(--ink-3);font-size:12px}.landing-root .waitlist{text-align:center;background:#ffe5dd;padding:120px 0;position:relative;overflow:hidden}.landing-root .waitlist:before{content:"";background:radial-gradient(700px 300px at 30% 0,#ffb46480,#0000 70%),radial-gradient(700px 300px at 70% 100%,#e8351a40,#0000 70%);position:absolute;inset:0}.landing-root .wl-stamp{border:3px solid var(--red);width:160px;height:160px;color:var(--red);text-align:center;letter-spacing:.12em;opacity:.4;z-index:0;border-radius:50%;place-items:center;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:700;line-height:1.3;display:grid;position:absolute}.landing-root .wl-stamp:before{content:"";border:1.5px dashed var(--red);border-radius:50%;position:absolute;inset:8px}.landing-root .wl-stamp.s1{top:60px;left:8%;transform:rotate(-15deg)}.landing-root .wl-stamp.s2{bottom:80px;right:8%;transform:rotate(18deg)}.landing-root .waitlist .wrap{z-index:1;max-width:680px;position:relative}.landing-root .waitlist h2{letter-spacing:-.04em;text-wrap:balance;margin:0 0 18px;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(46px,5.6vw,72px);font-weight:800;line-height:.98}.landing-root .waitlist h2 em{color:var(--red);font-style:normal}.landing-root .waitlist .sub{color:#5a2a14;text-wrap:pretty;max-width:520px;margin:0 auto 36px;font-size:18px;font-weight:500;line-height:1.5}.landing-root .benefit-list{text-align:left;flex-direction:column;gap:10px;max-width:480px;margin:0 auto 36px;display:flex}.landing-root .benefit-list li{color:#3d1b0a;border:2px solid var(--ink);box-shadow:3px 3px 0 var(--red);background:#fff;border-radius:12px;align-items:flex-start;gap:14px;padding:14px 18px;font-size:15px;font-weight:500;display:flex}.landing-root .benefit-list .em{flex-shrink:0;font-size:20px;line-height:1.2}.landing-root .benefit-list b{color:var(--ink);font-weight:800}.landing-root .wl-card{border:2.5px solid var(--ink);box-shadow:8px 8px 0 var(--ink);background:#fff;border-radius:18px;max-width:540px;margin:0 auto;padding:8px}.landing-root .wl-tabs{background:var(--paper);border-radius:14px;gap:4px;margin-bottom:14px;padding:4px;display:flex}.landing-root .wl-tab{color:var(--ink-2);border-radius:11px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:14px;font-weight:700;transition:background .2s,color .2s,box-shadow .2s;display:flex}.landing-root .wl-tab.active{background:var(--ink);color:#fff1a8}.landing-root .wl-pane{padding:0 14px 16px;display:none}.landing-root .wl-pane.active{display:block}.landing-root .wl-input-wrap{gap:8px;display:flex}.landing-root .wl-input-wrap input{background:var(--cream);border:1.5px solid var(--ink);font:inherit;color:var(--ink);border-radius:11px;outline:none;flex:1;min-width:0;padding:13px 16px;font-size:15px;font-weight:500;transition:background .2s}.landing-root .wl-input-wrap input:focus{background:#fff}.landing-root .wl-input-wrap button{border-radius:11px;padding:13px 18px;font-size:14px}.landing-root .wl-success{text-align:center;color:#1f8a4c;letter-spacing:-.01em;padding:18px;font-family:Bricolage Grotesque,sans-serif;font-size:17px;font-weight:800;display:none}.landing-root .wl-success.show{display:block}.landing-root .wl-foot{color:#5a2a14;flex-direction:column;align-items:center;gap:10px;margin-top:24px;font-size:13.5px;font-weight:500;display:flex}.landing-root .wl-counter{background:var(--ink);color:#fff1a8;letter-spacing:.05em;border-radius:999px;align-items:center;gap:8px;padding:7px 14px;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:700;display:inline-flex}.landing-root .wl-counter .lv{color:var(--red);font-weight:800}.landing-root .faq{padding:110px 0}.landing-root .faq h2{letter-spacing:-.035em;text-align:center;margin:0 0 40px;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(36px,4.2vw,52px);font-weight:800}.landing-root .faq-list{border-top:1.5px solid var(--ink);flex-direction:column;gap:0;max-width:780px;margin:0 auto;display:flex}.landing-root .faq-item{border-bottom:1.5px solid var(--ink)}.landing-root .faq-q{text-align:left;letter-spacing:-.015em;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:22px 4px;font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:700;display:flex}.landing-root .faq-q:hover{color:var(--red)}.landing-root .faq-q .pm{border:1.5px solid var(--ink);border-radius:50%;flex-shrink:0;place-items:center;width:30px;height:30px;font-size:18px;font-weight:800;transition:transform .2s,background .2s,color .2s;display:grid}.landing-root .faq-item.open .faq-q .pm{background:var(--red);color:#fff;border-color:var(--red);transform:rotate(45deg)}.landing-root .faq-a{max-height:0;color:var(--ink-2);font-size:15.5px;line-height:1.55;transition:max-height .35s;overflow:hidden}.landing-root .faq-a-inner{max-width:600px;padding:0 4px 22px}.landing-root footer{background:var(--ink);color:#b7bcc8;padding:80px 0 30px;position:relative;overflow:hidden}.landing-root .foot-h{letter-spacing:-.05em;color:#fff;margin:0 0 60px;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(80px,12vw,180px);font-weight:800;line-height:.85}.landing-root .foot-h .b{color:var(--red)}.landing-root .foot-grid{grid-template-columns:1fr 1fr 1fr;align-items:start;gap:40px;margin-bottom:40px;display:grid}.landing-root .foot-brand p{color:#8a8580;max-width:280px;margin-top:10px;font-size:14px;line-height:1.55}.landing-root .foot-col h5{letter-spacing:.12em;text-transform:uppercase;color:#6e726e;margin:0 0 14px;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:700}.landing-root .foot-col a{color:#e0ded8;padding:5px 0;font-size:15px;transition:color .15s;display:block}.landing-root .foot-col a:hover{color:var(--red)}.landing-root .foot-soc{gap:10px;margin-top:14px;display:flex}.landing-root .foot-soc a{color:#b7bcc8;background:#ffffff0d;border-radius:10px;place-items:center;width:40px;height:40px;transition:background .2s,color .2s;display:grid}.landing-root .foot-soc a:hover{background:var(--red);color:#fff}.landing-root .foot-bot{color:#6e726e;letter-spacing:.05em;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;gap:12px;padding-top:24px;font-family:JetBrains Mono,monospace;font-size:11.5px;display:flex}.landing-root .reveal{opacity:0;transition:opacity .8s,transform .8s cubic-bezier(.2,.8,.2,1);transform:translateY(24px)}.landing-root .reveal.in{opacity:1;transform:none}.landing-root .reveal-stagger>*{opacity:0;transition:opacity .6s,transform .6s cubic-bezier(.2,.8,.2,1);transform:translateY(20px)}.landing-root .reveal-stagger.in>*{opacity:1;transform:none}.landing-root .reveal-stagger.in>:first-child{transition-delay:0s}.landing-root .reveal-stagger.in>:nth-child(2){transition-delay:.1s}.landing-root .reveal-stagger.in>:nth-child(3){transition-delay:.2s}.landing-root .reveal-stagger.in>:nth-child(4){transition-delay:.3s}.landing-root .reveal-stagger.in>:nth-child(5){transition-delay:.4s}@media (max-width:980px){.landing-root .hero-grid{grid-template-columns:1fr;gap:40px}.landing-root .hero-visual{min-height:auto}.landing-root .feat-grid{grid-template-columns:1fr;gap:60px}.landing-root .feat-grid.reverse .feat-text{order:1}.landing-root .feat-grid.reverse .feat-visual{order:2}.landing-root .ana-grid,.landing-root .road-grid,.landing-root .testi-grid,.landing-root .steps{grid-template-columns:1fr}.landing-root .upsell-row{grid-template-columns:1fr;gap:48px}.landing-root .step:before{display:none}.landing-root .how-head{grid-template-columns:1fr;align-items:start;gap:18px}.landing-root .foot-grid{grid-template-columns:1fr;gap:30px}.landing-root section.feat,.landing-root .how,.landing-root .testi,.landing-root .vision,.landing-root .waitlist,.landing-root .faq{padding:64px 0}.landing-root .stamp,.landing-root .sticker{display:none}.landing-root .dash-body{grid-template-columns:1fr}.landing-root .dash-side{border-right:none;border-bottom:1.5px solid var(--ink);flex-flow:wrap;align-items:center;gap:6px;padding:12px}.landing-root .dash-side .brand{border:none;padding:0 8px 0 4px}.landing-root .dash-side .nav-i{padding:5px 8px;font-size:11px}.landing-root .dash-side .nav-sec,.landing-root .dash-side .cafe-card{display:none}.landing-root .dash-stats{grid-template-columns:repeat(2,1fr)}.landing-root .dash-mid{grid-template-columns:1fr}}@media (max-width:560px){.landing-root .nav-actions .btn-ghost{display:none}.landing-root .wl-form{border-radius:14px;flex-direction:column}.landing-root .ticker{font-size:11px}.landing-root .dash-stats{grid-template-columns:1fr 1fr}.landing-root .dord-tbl .hr,.landing-root .dord-tbl .row{grid-template-columns:50px 1fr 70px}.landing-root .dord-tbl .hr span:nth-child(4),.landing-root .dord-tbl .row .st{display:none}}
