.landing-root *,.landing-root :before,.landing-root :after{box-sizing:border-box;margin:0;padding:0}.landing-root{--bg:#07070d;--bg2:#0c0b14;--surface:#131120;--surface2:#1a1828;--brand:#00c96a;--brand-dk:#00a355;--brand-gl:#00c96a1f;--gold:#d4a853;--gold-gl:#d4a8531a;--text:#ede8e0;--text2:#918c9e;--border:#ffffff12;--border2:#ffffff21;--head:var(--font-display), "Playfair Display", serif;--body:var(--font-body), "DM Sans", sans-serif;--mono:var(--font-mono), "DM Mono", monospace;background:var(--bg);color:var(--text);font-family:var(--body);min-height:100vh;line-height:1.6;position:relative;overflow-x:hidden}.landing-root:after{content:"";z-index:0;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}@keyframes shimmer{0%{left:-100%}50%{left:150%}to{left:150%}}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.5)}}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes floatX{0%,to{transform:translate(0)}50%{transform:translate(6px)}}@keyframes glowPulse{0%,to{box-shadow:0 20px 60px #0009,0 2px 8px #0006,0 0 0 1px #00c96a14}50%{box-shadow:0 20px 60px #0009,0 2px 8px #0006,0 0 20px #00c96a1f}}@keyframes floatCoaster{0%,to{transform:rotate(-12deg)translateY(0)}50%{transform:rotate(-12deg)translateY(-9px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes goldShimmer{0%{background-position:200%}to{background-position:-200%}}@media (prefers-reduced-motion:reduce){.landing-root *,.landing-root :before,.landing-root :after{transition-duration:.01ms!important;animation-duration:.01ms!important}.landing-root .reveal{opacity:1;transform:none}}.landing-root :focus-visible{outline:2px solid var(--brand);outline-offset:3px;border-radius:4px}.landing-root .reveal{opacity:0;transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);transform:translateY(28px)scale(.97)}.landing-root .reveal.visible{opacity:1;transform:none}.landing-root .d1{transition-delay:.1s}.landing-root .d2{transition-delay:.2s}.landing-root .d3{transition-delay:.3s}.landing-root .d4{transition-delay:.4s}.landing-root .d5{transition-delay:.5s}.landing-root .d6{transition-delay:.6s}.landing-root .hero-glow{pointer-events:none;z-index:0;opacity:0;background:radial-gradient(circle,#00c96a1f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;transition:transform .15s ease-out,opacity .3s;position:absolute}.landing-root .hero-glow.active{opacity:1}.landing-root .nav-links a.active{color:var(--brand)}.landing-root .nav-links a{position:relative}.landing-root .nav-links a:after{content:"";background:var(--brand);border-radius:1px;width:0;height:2px;transition:width .25s,left .25s;position:absolute;bottom:-4px;left:50%}.landing-root .nav-links a.active:after{width:100%;left:0}.landing-root .cap-fill[data-w]{transition:width 1.2s cubic-bezier(.22,1,.36,1)}.landing-root .cap-fill.animate{width:var(--target-width)}.landing-root .grad-divider{background:linear-gradient(90deg, transparent 5%, var(--border2) 30%, var(--brand) 50%, var(--border2) 70%, transparent 95%);opacity:.4;height:1px}.landing-root .scroll-progress{z-index:999;background:linear-gradient(90deg,var(--brand),var(--gold));pointer-events:none;width:0%;height:2px;transition:width .1s linear;position:fixed;top:0;left:0}.landing-root nav{z-index:200;-webkit-backdrop-filter:blur(24px);border:1px solid var(--border2);background:#0d0b14b3;border-radius:16px;justify-content:space-between;align-items:center;height:60px;padding:0 28px;transition:background .3s,box-shadow .3s;display:flex;position:fixed;top:16px;left:16px;right:16px}.landing-root nav.scrolled{background:#0d0b14eb;box-shadow:0 8px 40px #0006}.landing-root .nav-logo{color:var(--brand);align-items:center;text-decoration:none;display:inline-flex}.landing-root .nav-logo svg{width:auto;height:22px;display:block}.landing-root .nav-links{align-items:center;gap:28px;list-style:none;display:flex}.landing-root .nav-links a{color:var(--text2);font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.landing-root .nav-links a:hover{color:var(--text)}.landing-root .nav-right{align-items:center;gap:12px;display:flex}.landing-root .lang-btn{font-family:var(--mono);letter-spacing:.06em;border:1px solid var(--border2);cursor:pointer;color:var(--text2);background:0 0;border-radius:6px;align-items:center;gap:5px;padding:5px 11px;font-size:11px;transition:border-color .2s,color .2s;display:flex}.landing-root .lang-btn:hover{border-color:var(--text2);color:var(--text)}.landing-root .lang-btn .active{color:var(--brand);font-weight:600}.landing-root .lang-sep{color:var(--border2)}.landing-root .btn-demo-nav{font-family:var(--body);background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:9px 18px;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s,box-shadow .2s}.landing-root .btn-demo-nav:hover{background:var(--brand-dk);box-shadow:0 0 20px #00c96a4d}.landing-root .btn-login-nav{font-family:var(--body);color:var(--text);border:1px solid var(--border2);background:0 0;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:border-color .2s,background .2s,color .2s}.landing-root .btn-login-nav:hover{background:#ffffff0f;border-color:#ffffff59}.landing-root #hero{background:var(--bg);padding:160px 40px 100px;position:relative;overflow:hidden}.landing-root .hero-mesh{pointer-events:none;z-index:0;background:radial-gradient(70% 60% at 70% 40%,#00c96a12 0%,#0000 60%),radial-gradient(40% 50% at 20% 70%,#d4a8530d 0%,#0000 55%),radial-gradient(60% 40% at 50% 0,#0064321a 0%,#0000 50%);position:absolute;inset:0}.landing-root .hero-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:72px;max-width:1160px;margin:0 auto;display:grid;position:relative}.landing-root .hero-badge{background:var(--brand-gl);color:var(--brand);font-family:var(--mono);letter-spacing:.05em;border:1px solid #00c96a40;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 14px;font-size:11px;font-weight:500;display:inline-flex}.landing-root .badge-dot{background:var(--brand);border-radius:50%;width:6px;height:6px;animation:2s infinite pulseDot}.landing-root .hero-h1{font-family:var(--head);letter-spacing:-.03em;color:var(--text);margin-bottom:22px;font-size:clamp(44px,5.5vw,76px);font-weight:900;line-height:1.02}.landing-root .hero-h1 em{color:var(--gold);font-style:italic}.landing-root .hero-sub{color:var(--text2);max-width:460px;margin-bottom:38px;font-size:18px;font-weight:400;line-height:1.7}.landing-root .hero-btns{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:44px;display:flex}.landing-root .btn-primary{font-family:var(--body);background:var(--brand);color:#07070d;cursor:pointer;border:none;border-radius:9px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;position:relative;overflow:hidden}.landing-root .btn-primary:after{content:"";background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:60%;height:100%;animation:3s infinite shimmer;position:absolute;top:0;left:-100%}.landing-root .btn-primary:hover{background:var(--brand-dk);transform:translateY(-3px)scale(1.03);box-shadow:0 12px 40px #00c96a59,0 0 20px #00c96a26}.landing-root .btn-ghost{font-family:var(--body);color:var(--text);border:1.5px solid var(--border2);background:0 0;border-radius:9px;padding:14px 24px;font-size:15px;font-weight:500;text-decoration:none}.landing-root .btn-ghost:hover{background:#ffffff0f;border-color:#ffffff4d;transform:translateY(-2px)}.landing-root .btn-ghost{transition:border-color .2s,background .2s,color .2s,transform .2s}.landing-root .hero-trust{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.landing-root .trust-point{color:var(--text2);align-items:center;gap:7px;font-size:13px;display:flex}.landing-root .trust-check{color:var(--brand);font-size:14px;font-weight:700}.landing-root .hero-visual{justify-content:center;align-items:center;min-height:580px;display:flex;position:relative}.landing-root .phones-scene{flex-shrink:0;width:500px;height:560px;position:relative}.landing-root .pw{background:linear-gradient(155deg,#909095 0%,#3e3e44 12%,#7e7e84 24%,#2e2e34 38%,#72727a 52%,#3c3c42 66%,#808088 80%,#424248 100%);border-radius:52px;padding:2.5px;position:absolute}.landing-root .pw:before{content:"";background:linear-gradient(#7a7a82 0%,#3c3c42 50%,#7a7a82 100%);border-radius:3px 0 0 3px;width:5px;height:94px;position:absolute;top:108px;left:-5px;box-shadow:0 -36px 0 2px #7a7a82}.landing-root .pw:after{content:"";background:linear-gradient(#7a7a82 0%,#3c3c42 50%,#7a7a82 100%);border-radius:0 3px 3px 0;width:5px;height:78px;position:absolute;top:144px;right:-5px}.landing-root .pw1{z-index:1;filter:brightness(.88);top:52px;left:0;transform:rotate(-8deg);box-shadow:-10px 40px 100px #000000d9,0 0 0 .5px #ffffff12,-5px 15px 50px #00000080}.landing-root .pw2{z-index:2;top:0;right:0;transform:rotate(6deg);box-shadow:10px 40px 100px #000000d9,0 0 0 .5px #ffffff1f,5px 15px 50px #00000080,0 0 80px #00c96a14}.landing-root .p-inner{background:#1c1c1e;border-radius:50px;width:226px;padding:10px;overflow:hidden}.landing-root .p-island{z-index:5;background:#000;border-radius:0 0 16px 16px;width:82px;height:24px;position:absolute;top:0;left:50%;transform:translate(-50%)}.landing-root .p-top{z-index:4;background:0 0;justify-content:space-between;align-items:center;padding:28px 13px 4px;display:flex;position:relative}.landing-root .p-top-time{color:#000;letter-spacing:-.02em;font-family:-apple-system,DM Sans,sans-serif;font-size:12px;font-weight:700}.landing-root .p-top-right{align-items:center;gap:4px;display:flex}.landing-root .p-top-sig{align-items:flex-end;gap:1.5px;display:flex}.landing-root .p-top-sig span{background:#000;border-radius:1px;width:3px}.landing-root .p-top-bat{border:1.5px solid #000;border-radius:3px;width:22px;height:11px;position:relative}.landing-root .p-top-bat:before{content:"";background:#000;border-radius:1px;position:absolute;inset:1.5px 3px 1.5px 1.5px}.landing-root .p-top-bat:after{content:"";background:#000;border-radius:0 2px 2px 0;width:2.5px;height:5px;position:absolute;top:2.5px;right:-4px}.landing-root .p-sb{display:none}.landing-root .p-screen{background:#fff;border-radius:38px;height:418px;position:relative;overflow:hidden}.landing-root .p1-topbar{background:#fff;border-bottom:1px solid #f0ede8;justify-content:space-between;align-items:center;padding:3px 12px 7px;display:flex}.landing-root .p1-tp-left{font-family:var(--mono);color:#0d7a40;background:#e9f5ee;border-radius:20px;padding:3px 8px;font-size:9px;font-weight:600}.landing-root .p1-tp-mid{font-family:var(--head);letter-spacing:-.03em;color:#0d7a40;font-size:14px;font-weight:800}.landing-root .p1-tp-right{color:#fff;font-size:9px;font-weight:600;font-family:var(--body);background:#0d7a40;border-radius:20px;align-items:center;gap:3px;padding:3px 8px;display:flex}.landing-root .p1-hero{background:radial-gradient(circle at 22% 32%,#f05014f2 0%,#c8320a66 14%,#0000 22%),radial-gradient(circle at 48% 22%,#d2a528e6 0%,#aa781466 12%,#0000 20%),radial-gradient(circle at 76% 38%,#508c32cc 0%,#32641459 16%,#0000 24%),radial-gradient(circle at 30% 62%,#ff8c1eb3 0%,#c85a0f4d 13%,#0000 21%),radial-gradient(circle at 62% 68%,#785028a6 0%,#50280a40 14%,#0000 22%),radial-gradient(circle at 88% 70%,#d2500f8c 0%,#0000 16%),radial-gradient(circle at 14% 80%,#3c782380 0%,#0000 13%),radial-gradient(at 50% 60%,#3a2a18 0%,#241a0e 40%,#140e06 70%,#0a0603 100%);height:138px;position:relative;overflow:hidden}.landing-root .p1-hero:before{content:"";background:radial-gradient(at 25% 20%,#ffffff2e 0%,#0000 35%);position:absolute;inset:0}.landing-root .p1-hero:after{content:"";background:linear-gradient(#0000000a 0%,#00000094 100%);position:absolute;inset:0}.landing-root .p1-hero-text{z-index:1;position:absolute;bottom:8px;left:11px;right:11px}.landing-root .p1-rest-name{font-family:var(--head);color:#fff;letter-spacing:-.02em;font-size:12px;font-weight:800;display:block}.landing-root .p1-rest-sub{color:#ffffffad;font-size:9px;font-family:var(--mono)}.landing-root .p1-rating{z-index:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:gold;font-size:9px;font-weight:600;font-family:var(--mono);background:#0000008c;border-radius:20px;padding:2px 6px;position:absolute;top:8px;right:9px}.landing-root .p1-search{background:#f3f2ef;border-radius:8px;align-items:center;gap:5px;margin:7px 10px;padding:5px 10px;display:flex}.landing-root .p1-search-icon{color:#9ca3af;font-size:10px}.landing-root .p1-search-txt{color:#9ca3af;font-size:10px;font-family:var(--body)}.landing-root .p1-cats{background:#fff;border-bottom:1px solid #f0ede8;gap:5px;padding:4px 10px 6px;display:flex;overflow:hidden}.landing-root .p1-cat{white-space:nowrap;font-size:10px;font-weight:600;font-family:var(--body);border-radius:20px;padding:4px 10px}.landing-root .p1-cat.on{color:#fff;background:#0d7a40}.landing-root .p1-cat.off{color:#9ca3af;background:#f3f3f1}.landing-root .p1-items{background:#f8f7f4;padding:7px 9px 0}.landing-root .p1-sec-lbl{font-family:var(--body);color:#111;letter-spacing:.02em;margin-bottom:6px;font-size:10px;font-weight:700}.landing-root .p1-item{background:#fff;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:6px;padding:7px 9px;display:flex;box-shadow:0 1px 3px #00000012}.landing-root .p1i-left{align-items:center;gap:8px;display:flex}.landing-root .p1i-thumb{border-radius:8px;flex-shrink:0;width:36px;height:36px;overflow:hidden}.landing-root .p1i-thumb.t1{background:radial-gradient(at 38% 32%,#c8906a 0%,#8b5020 45%,#4a2408 100%)}.landing-root .p1i-thumb.t2{background:radial-gradient(at 42% 28%,#f0c858 0%,#c89018 45%,#785808 100%)}.landing-root .p1i-thumb.t3{background:radial-gradient(at 40% 30%,#ffa040 0%,#e86010 45%,#a83000 100%)}.landing-root .p1i-name{font-family:var(--body);color:#111;font-size:11px;font-weight:600;line-height:1.2}.landing-root .p1i-desc{color:#9ca3af;margin-top:1px;font-size:9px}.landing-root .p1i-right{flex-shrink:0;align-items:center;gap:5px;display:flex}.landing-root .p1i-price{font-family:var(--mono);color:#111;font-size:11px;font-weight:600}.landing-root .p1i-add{color:#fff;background:#0d7a40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;font-weight:300;display:flex}.landing-root .p1-bar{background:#0d7a40;justify-content:space-between;align-items:center;padding:9px 12px;display:flex}.landing-root .p1-bar-items{color:#ffffffb3;font-size:9px;font-family:var(--body)}.landing-root .p1-bar-price{font-family:var(--mono);color:#fff;font-size:13px;font-weight:700}.landing-root .p1-bar-btn{font-family:var(--body);color:#0d7a40;background:#fff;border-radius:7px;padding:6px 11px;font-size:11px;font-weight:700}.landing-root .p2-header{background:#fff;border-bottom:1px solid #f0ede8;justify-content:space-between;align-items:center;padding:8px 13px;display:flex}.landing-root .p2-back{color:#0d7a40;cursor:pointer;padding-right:4px;font-size:16px;font-weight:400;line-height:1}.landing-root .p2-title{font-family:var(--head);color:#111;font-size:13px;font-weight:700}.landing-root .p2-tbl{font-family:var(--mono);color:#0d7a40;background:#e9f5ee;border-radius:20px;padding:3px 7px;font-size:9px}.landing-root .p2-body{background:#f8f7f4;padding:9px 10px}.landing-root .p2-oi{background:#fff;border-radius:10px;margin-bottom:6px;padding:9px 10px;box-shadow:0 1px 3px #0000000f}.landing-root .p2-oi-top{justify-content:space-between;align-items:flex-start;margin-bottom:4px;display:flex}.landing-root .p2-oi-name{font-family:var(--body);color:#111;flex:1;margin-right:6px;font-size:11px;font-weight:600;line-height:1.3}.landing-root .p2-oi-price{font-family:var(--mono);color:#111;flex-shrink:0;font-size:11px;font-weight:600}.landing-root .p2-oi-desc{color:#9ca3af;font-size:9px}.landing-root .p2-qty{align-items:center;gap:6px;margin-top:5px;display:flex}.landing-root .p2-qty-btn{color:#555;border:1.5px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:14px;font-weight:300;line-height:1;display:flex}.landing-root .p2-qty-n{font-family:var(--mono);color:#111;text-align:center;min-width:14px;font-size:12px;font-weight:600}.landing-root .p2-totals{background:#fff;border-radius:10px;margin-bottom:6px;padding:9px 10px;box-shadow:0 1px 3px #0000000f}.landing-root .p2-tr{justify-content:space-between;align-items:center;padding:2.5px 0;display:flex}.landing-root .p2-tr.final{border-top:1px solid #f0ede8;margin-top:4px;padding-top:7px}.landing-root .p2-tr-lbl{color:#6b7280;font-size:10px;font-family:var(--body)}.landing-root .p2-tr-val{font-family:var(--mono);color:#111;font-size:10px;font-weight:500}.landing-root .p2-tr.final .p2-tr-lbl{color:#111;font-size:11px;font-weight:700}.landing-root .p2-tr.final .p2-tr-val{color:#0d7a40;font-size:13px;font-weight:700}.landing-root .p2-tip{background:#fff;border-radius:10px;margin-bottom:7px;padding:8px 10px;box-shadow:0 1px 3px #0000000f}.landing-root .p2-tip-lbl{color:#111;font-size:10px;font-weight:600;font-family:var(--body);margin-bottom:5px}.landing-root .p2-tip-row{gap:5px;display:flex}.landing-root .p2-tip-pill{text-align:center;font-family:var(--mono);color:#555;border:1px solid #e5e7eb;border-radius:7px;flex:1;padding:5px 0;font-size:10px}.landing-root .p2-tip-pill.sel{color:#fff;background:#0d7a40;border-color:#0d7a40;font-weight:600}.landing-root .p2-pay{background:#fff;border-top:1px solid #f0ede8;padding:7px 10px 10px}.landing-root .p2-applepay{color:#fff;letter-spacing:-.01em;background:#000;border-radius:9px;justify-content:center;align-items:center;gap:5px;padding:9px 12px;font-family:-apple-system,DM Sans,sans-serif;font-size:12px;font-weight:600;display:flex}.landing-root .qr-coaster{z-index:30;background:linear-gradient(155deg,#909095 0%,#3e3e44 12%,#7e7e84 24%,#2e2e34 38%,#72727a 52%,#3c3c42 66%,#808088 80%,#424248 100%);border-radius:50%;width:180px;height:180px;padding:1.5px;animation:5s ease-in-out .5s infinite floatCoaster;position:absolute;bottom:44px;left:164px;box-shadow:0 28px 80px #000000e6,0 8px 32px #0009}.landing-root .qr-coaster img{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:100%;height:100%;display:block;transform:scale(1.13)}.landing-root .f-card{-webkit-backdrop-filter:blur(16px);z-index:30;background:#141220f5;border:1px solid #ffffff21;border-radius:14px;align-items:center;gap:10px;min-width:158px;padding:10px 14px;transition:transform .3s,box-shadow .3s;display:flex;position:absolute;box-shadow:0 20px 60px #0009,0 2px 8px #0006}.landing-root .f-card:hover{transform:translateY(-3px)scale(1.03);box-shadow:0 24px 64px #000000b3,0 0 24px #00c96a1a}.landing-root .f-card.fc1{animation:5s ease-in-out infinite floatY,6s ease-in-out infinite glowPulse;top:-2%;right:-72px}.landing-root .f-card.fc2{animation:5s ease-in-out 1.8s infinite floatY,6s ease-in-out 3s infinite glowPulse;bottom:8%;left:-80px}.landing-root .fc-icon{background:var(--brand-gl);border:1px solid #00c96a33;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.landing-root .fc-icon svg{width:16px;height:16px;stroke:var(--brand);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.landing-root .fc-title{font-family:var(--body);color:var(--text);font-size:12px;font-weight:700;line-height:1.2}.landing-root .fc-sub{font-family:var(--mono);color:var(--text2);font-size:10px}.landing-root #logos{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:36px 40px}.landing-root .logos-inner{max-width:1160px;margin:0 auto}.landing-root .logos-label{text-align:center;font-family:var(--head);letter-spacing:.02em;color:var(--text2);opacity:.5;margin-bottom:22px;font-size:14px;font-style:italic}.landing-root .logos-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:52px;display:flex}.landing-root .logo-chip{font-family:var(--head);color:#ffffff2e;letter-spacing:-.02em;cursor:default;font-size:15px;font-weight:700;transition:color .2s}.landing-root .logo-chip:hover{color:#ffffff59}.landing-root #stats{background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:0}.landing-root .stats-grid{grid-template-columns:repeat(3,1fr);max-width:1160px;margin:0 auto;padding:60px 40px;display:grid}.landing-root .stat-box{text-align:center;border-right:1px solid var(--border);padding:16px 20px;transition:transform .3s}.landing-root .stat-box:hover{transform:scale(1.05)}.landing-root .stat-box:last-child{border-right:none}.landing-root .stat-num{font-family:var(--head);letter-spacing:-.04em;background:linear-gradient(135deg, var(--gold) 0%, #f0cc7a 50%, var(--gold) 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;margin-bottom:10px;font-size:56px;font-weight:900;line-height:1;animation:4s linear infinite goldShimmer;display:block}.landing-root .stat-lbl{color:var(--text2);font-size:14px;line-height:1.5}.landing-root section{padding:100px 40px}.landing-root .eyebrow{font-family:var(--body);letter-spacing:.18em;color:var(--brand);text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:600;display:block}.landing-root .section-h2{font-family:var(--head);letter-spacing:-.03em;color:var(--text);margin-bottom:16px;font-size:clamp(32px,4vw,54px);font-weight:800;line-height:1.08}.landing-root .section-h2 em{color:var(--gold);font-style:italic}.landing-root .section-lead{color:var(--text2);max-width:560px;font-size:17px;line-height:1.75}.landing-root #how{background:var(--bg2)}.landing-root .how-head{text-align:center;max-width:640px;margin:0 auto 64px}.landing-root .how-head .section-lead{margin:0 auto}.landing-root .how-steps{grid-template-columns:repeat(3,1fr);gap:20px;max-width:1160px;margin:0 auto;display:grid;position:relative}.landing-root .how-steps:before{content:"";background:linear-gradient(90deg,transparent,var(--border2),var(--border2),transparent);width:66.6667%;height:1px;position:absolute;top:28px;left:16.6667%}.landing-root .how-card{background:var(--surface);border:1px solid var(--border);z-index:1;cursor:default;border-radius:18px;padding:30px 28px 34px;transition:border-color .25s,transform .25s,box-shadow .25s;position:relative}.landing-root .how-card:hover{border-color:var(--brand);transform:translateY(-6px)rotateX(2deg);box-shadow:0 20px 60px #00000080,0 0 0 1px #00c96a33,0 0 40px #00c96a0f}.landing-root .how-card{perspective:800px;transform-style:preserve-3d}.landing-root .step-num{background:var(--gold-gl);border:1px solid #d4a85333;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:22px;display:flex}.landing-root .step-num svg{width:22px;height:22px;stroke:var(--gold);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.landing-root .how-card-title{font-family:var(--head);letter-spacing:-.02em;color:var(--text);margin-bottom:10px;font-size:22px;font-weight:700}.landing-root .how-card-desc{color:var(--text2);font-size:15px;line-height:1.7}.landing-root .feat-section{padding:80px 40px}.landing-root .feat-section.alt{background:var(--bg2)}.landing-root .feat-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1160px;margin:0 auto;display:grid}.landing-root .feat-grid.flip{direction:rtl}.landing-root .feat-grid.flip>*{direction:ltr}.landing-root .feat-group-head{text-align:center;max-width:1160px;margin:0 auto 72px}.landing-root .feat-group-head .section-h2{margin-bottom:0}.landing-root .feat-h3{font-family:var(--head);letter-spacing:-.03em;color:var(--text);margin-bottom:16px;font-size:clamp(28px,3vw,42px);font-weight:800;line-height:1.08}.landing-root .feat-h3 em{color:var(--gold);font-style:italic}.landing-root .feat-p{color:var(--text2);margin-bottom:26px;font-size:16px;line-height:1.8}.landing-root .feat-checks{flex-direction:column;gap:10px;list-style:none;display:flex}.landing-root .feat-checks li{color:var(--text2);align-items:flex-start;gap:10px;font-size:14px;display:flex}.landing-root .feat-checks li:before{content:"✓";color:var(--brand);flex-shrink:0;margin-top:1px;font-weight:700}.landing-root .feat-visual{border:1px solid var(--border);background:var(--surface);border-radius:18px;transition:border-color .3s,box-shadow .3s,transform .4s;overflow:hidden}.landing-root .feat-visual:hover{border-color:#ffffff1f;transform:translateY(-4px);box-shadow:0 20px 60px #0000004d}.landing-root .fv-pad{justify-content:center;align-items:center;min-height:340px;padding:32px;display:flex}.landing-root .fv-pad.dark{background:#0a0912}.landing-root .pay-panel{width:100%;max-width:320px}.landing-root .pay-credit{background:linear-gradient(135deg,#0d4a28 0%,#063020 100%);border:1px solid #00c96a26;border-radius:16px;margin-bottom:16px;padding:22px 22px 18px;box-shadow:0 16px 48px #00000080,0 0 40px #00c96a1a}.landing-root .pc-top{justify-content:space-between;align-items:flex-start;margin-bottom:28px;display:flex}.landing-root .pc-brand{font-family:var(--head);color:#fff;font-size:16px;font-weight:800}.landing-root .pc-chip{background:linear-gradient(135deg,#c9a84c,#e8c96c);border-radius:4px;width:30px;height:23px}.landing-root .pc-num{font-family:var(--mono);color:#fff6;letter-spacing:.12em;margin-bottom:8px;font-size:14px}.landing-root .pc-label{font-family:var(--mono);color:#ffffff4d;letter-spacing:.06em;font-size:10px}.landing-root .pay-methods-row{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.landing-root .pm-btn{background:var(--surface2);border:1px solid var(--border2);text-align:center;font-family:var(--body);color:var(--text);cursor:default;border-radius:8px;padding:10px 6px;font-size:11px;font-weight:600;transition:border-color .2s}.landing-root .pm-btn:hover{border-color:var(--brand)}.landing-root .pm-icon{margin-bottom:4px;font-size:18px;display:block}.landing-root .cap-rows{flex-direction:column;gap:13px;display:flex}.landing-root .cap-row{align-items:center;gap:12px;display:flex}.landing-root .cap-label{color:var(--text);flex-shrink:0;width:80px;font-size:13px}.landing-root .cap-track{background:#ffffff0f;border-radius:4px;flex:1;height:8px;overflow:hidden}.landing-root .cap-fill{border-radius:4px;height:100%}.landing-root .cap-fill.g{background:var(--brand)}.landing-root .cap-pct{font-family:var(--mono);text-align:right;flex-shrink:0;width:36px;font-size:12px;font-weight:500}.landing-root #benefits{background:var(--bg)}.landing-root .ben-header{max-width:1160px;margin:0 auto 56px}.landing-root .ben-grid{grid-template-columns:repeat(3,1fr);gap:16px;max-width:1160px;margin:0 auto;display:grid}.landing-root .ben-card{background:var(--surface);border:1px solid var(--border);cursor:default;border-radius:16px;padding:28px 24px;transition:border-color .25s,transform .25s,box-shadow .25s}.landing-root .ben-card:hover{border-color:#d4a85359;transform:translateY(-6px)scale(1.02);box-shadow:0 24px 64px #00000073,0 0 0 1px #d4a85326,0 0 48px #d4a8530d}.landing-root .ben-card{will-change:transform}.landing-root .ben-icon-box{background:var(--gold-gl);border:1px solid #d4a85333;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;display:flex}.landing-root .ben-icon-box svg{width:22px;height:22px;stroke:var(--gold);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.landing-root .ben-title{font-family:var(--head);letter-spacing:-.02em;color:var(--text);margin-bottom:8px;font-size:18px;font-weight:700}.landing-root .ben-desc{color:var(--text2);font-size:14px;line-height:1.7}.landing-root .feat-visual{position:relative}.landing-root .feat-media{z-index:2;opacity:0;transition:opacity .6s;position:absolute;inset:0}.landing-root .feat-visual.has-media .feat-media{opacity:1}.landing-root .feat-media video,.landing-root .feat-media img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.landing-root .scan-card{background:var(--surface2);border:1px solid var(--border2);border-radius:12px;width:100%;max-width:320px;overflow:hidden}.landing-root .sc-head{background:var(--brand-gl);border-bottom:1px solid #00c96a26;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.landing-root .sc-head-label{font-family:var(--mono);color:var(--brand);letter-spacing:.06em;font-size:11px}.landing-root .sc-pill{font-family:var(--mono);color:var(--brand);background:#00c96a26;border-radius:20px;padding:3px 10px;font-size:10px}.landing-root .sc-steps{padding:8px 16px}.landing-root .sc-step{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:11px 0;display:flex}.landing-root .sc-step:last-child{border-bottom:none}.landing-root .sc-icon{background:var(--surface);border:1px solid var(--border2);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.landing-root .sc-icon svg{width:17px;height:17px;stroke:var(--gold);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.landing-root .sc-step-body{flex:1}.landing-root .sc-step-t{color:var(--text);font-size:13px;font-weight:600;line-height:1.3}.landing-root .sc-step-d{font-family:var(--mono);color:var(--text2);font-size:10px}.landing-root .sc-paid{font-family:var(--mono);color:var(--brand);background:#00c96a26;border-radius:4px;flex-shrink:0;padding:3px 8px;font-size:10px}.landing-root .admin-panel{background:#111019;border:1px solid #ffffff14;border-radius:12px;width:100%;max-width:330px;overflow:hidden}.landing-root .ap-head{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.landing-root .ap-head-label{font-family:var(--mono);color:#ffffff80;letter-spacing:.08em;font-size:11px}.landing-root .ap-live{font-family:var(--mono);color:var(--brand);align-items:center;gap:6px;font-size:10px;display:flex}.landing-root .ap-live:before{content:"";background:var(--brand);border-radius:50%;width:6px;height:6px;animation:2s infinite pulseDot}.landing-root .ap-row{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:10px;padding:11px 16px;display:flex}.landing-root .ap-row-t{color:#fff;font-size:12.5px;font-weight:600}.landing-root .ap-row-v{font-family:var(--mono);color:#ffffff73;font-size:11px}.landing-root .ap-status{font-family:var(--mono);white-space:nowrap;border-radius:4px;flex-shrink:0;padding:3px 8px;font-size:9.5px}.landing-root .ap-status.done{color:#60a5fa;background:#3b82f626}.landing-root .ap-status.prep{color:#f59e0b;background:#f59e0b26}.landing-root .ap-status.new{color:#22c55e;background:#22c55e26}.landing-root .ap-foot{color:#ffffff73;align-items:center;gap:7px;padding:11px 16px;font-size:11.5px;display:flex}.landing-root .ap-foot .ap-check{color:var(--brand);font-weight:700}.landing-root .res-widget{width:100%;max-width:340px}.landing-root .res-head{font-family:var(--mono);color:var(--text2);letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:11px}.landing-root .res-sub{color:var(--text2);opacity:.75;margin-bottom:20px;font-size:13px}.landing-root .cap-fill.n{background:#ffffff3d}.landing-root .cap-pct.t{color:var(--text)}.landing-root .cap-pct.m{color:var(--text2)}.landing-root .res-tiles{border-top:1px solid var(--border);grid-template-columns:1fr 1fr;gap:10px;margin-top:20px;padding-top:20px;display:grid}.landing-root .res-tile{border:1px solid var(--border);border-radius:12px;padding:14px 16px}.landing-root .res-tile-v{font-family:var(--head);letter-spacing:-.02em;color:var(--text);font-size:26px;font-weight:800;line-height:1.1}.landing-root .res-tile-v .star{color:var(--gold)}.landing-root .res-tile-l{color:var(--text2);margin-top:3px;font-size:12px}.landing-root #pricing{background:var(--bg)}.landing-root .pricing-head{max-width:1160px;margin:0 auto 60px}.landing-root .comm-layout{grid-template-columns:1fr 1fr;align-items:stretch;gap:22px;max-width:920px;margin:0 auto;display:grid}.landing-root .comm-rate-box{background:var(--surface);border:1px solid var(--border2);text-align:center;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;margin-bottom:0;padding:44px 32px;transition:border-color .3s,box-shadow .4s,transform .4s;display:flex;position:relative;overflow:hidden}.landing-root .comm-rate-box:hover{border-color:#d4a85340;transform:translateY(-4px);box-shadow:0 20px 60px #0006,0 0 40px #d4a8530f}.landing-root .comm-rate-box:before{content:"";pointer-events:none;background:radial-gradient(at 50% -20%,#d4a85314 0%,#0000 65%);position:absolute;inset:0}.landing-root .comm-big{font-family:var(--head);letter-spacing:-.04em;background:linear-gradient(135deg,var(--gold) 0%,#f0cc7a 50%,var(--gold) 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;font-size:104px;font-weight:900;line-height:1;animation:4s linear infinite goldShimmer;position:relative}.landing-root .comm-pct{vertical-align:top;margin-top:16px;font-size:60px;display:inline-block}.landing-root .comm-rate-lbl{font-family:var(--body);letter-spacing:.06em;text-transform:uppercase;color:var(--text2);max-width:200px;margin-top:12px;margin-bottom:28px;font-size:12px;font-weight:500;line-height:1.5}.landing-root .comm-pills{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.landing-root .comm-pill{background:var(--brand-gl);color:var(--brand);font-family:var(--mono);border:1px solid #00c96a33;border-radius:20px;padding:5px 13px;font-size:11px}.landing-root .comm-trial-badge{background:var(--gold);color:#07070d;font-family:var(--mono);letter-spacing:.06em;white-space:nowrap;z-index:2;border-radius:0 0 12px 12px;padding:5px 18px;font-size:10px;font-weight:600;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.landing-root .trial-strip{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:18px;max-width:920px;margin:0 auto 22px;display:grid}.landing-root .trial-step{background:var(--surface);border:1px solid var(--border2);border-radius:18px;padding:26px 28px;transition:border-color .3s,transform .3s,box-shadow .4s;position:relative;overflow:hidden}.landing-root .trial-step:hover{transform:translateY(-3px)}.landing-root .trial-step.gold-step{border-color:#d4a8534d}.landing-root .trial-step.gold-step:before{content:"";pointer-events:none;background:radial-gradient(at 20% 0,#d4a8531a 0%,#0000 60%);position:absolute;inset:0}.landing-root .trial-step.gold-step:hover{box-shadow:0 16px 48px #00000059,0 0 32px #d4a85314}.landing-root .trial-step:not(.gold-step):hover{border-color:#00c96a40;box-shadow:0 16px 48px #00000059,0 0 32px #00c96a0f}.landing-root .trial-step-tag{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;background:var(--brand-gl);color:var(--brand);border:1px solid #00c96a40;border-radius:20px;margin-bottom:14px;padding:4px 12px;font-size:10px;font-weight:600;display:inline-block}.landing-root .trial-step.gold-step .trial-step-tag{background:var(--gold-gl);color:var(--gold);border-color:#d4a85359}.landing-root .trial-step-t{font-family:var(--head);letter-spacing:-.02em;color:var(--text);margin-bottom:8px;font-size:21px;font-weight:800}.landing-root .trial-step-d{color:var(--text2);font-size:14px;line-height:1.65}.landing-root .trial-arrow{color:var(--gold);opacity:.6;justify-content:center;align-items:center;animation:3s ease-in-out infinite floatX;display:flex}@media (max-width:800px){.landing-root .trial-strip{grid-template-columns:1fr;gap:12px}.landing-root .trial-arrow{padding:2px 0;transform:rotate(90deg)}}.landing-root .comm-examples{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:22px 24px}.landing-root .comm-ex-hd{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text2);opacity:.7;margin-bottom:16px;font-size:11px}.landing-root .comm-ex-row{border-bottom:1px solid var(--border);color:var(--text2);justify-content:space-between;align-items:center;padding:10px 0;font-size:14px;display:flex}.landing-root .comm-ex-row:last-child{border-bottom:none}.landing-root .comm-ex-fee{font-family:var(--mono);color:var(--text2);font-size:14px;font-weight:500}.landing-root .comm-ex-row.hi{color:var(--text)}.landing-root .comm-ex-row.hi .comm-ex-fee{color:var(--brand);font-weight:700}.landing-root .comm-right{background:var(--surface);border:1px solid var(--border2);border-radius:22px;padding:36px 30px;transition:border-color .3s,box-shadow .4s,transform .4s;position:relative;overflow:hidden}.landing-root .comm-right:hover{border-color:#00c96a33;transform:translateY(-4px);box-shadow:0 20px 60px #0006,0 0 40px #00c96a0f}.landing-root .comm-right:before{content:"";pointer-events:none;background:radial-gradient(at 50% 0,#00c96a0d 0%,#0000 60%);position:absolute;inset:0}.landing-root .comm-right-badge{background:var(--brand);color:#07070d;font-family:var(--mono);letter-spacing:.06em;white-space:nowrap;border-radius:0 0 12px 12px;padding:5px 18px;font-size:10px;font-weight:600;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.landing-root .comm-inc-hd{font-family:var(--head);letter-spacing:-.02em;color:var(--text);margin-top:16px;margin-bottom:24px;font-size:20px;font-weight:800}.landing-root .plan-feats{flex-direction:column;gap:11px;margin-bottom:28px;list-style:none;display:flex}.landing-root .plan-feats li{color:var(--text2);align-items:flex-start;gap:10px;font-size:14px;display:flex}.landing-root .plan-feats li:before{content:"✓";color:var(--brand);flex-shrink:0;margin-top:1px;font-weight:700}.landing-root .btn-plan-fill{text-align:center;width:100%;font-family:var(--body);cursor:pointer;background:var(--brand);color:#07070d;border:none;border-radius:9px;padding:14px;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s,box-shadow .2s,transform .15s;display:block;position:relative;overflow:hidden}.landing-root .btn-plan-fill:after{content:"";background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:60%;height:100%;animation:3s infinite shimmer;position:absolute;top:0;left:-100%}.landing-root .btn-plan-fill:hover{background:var(--brand-dk);transform:translateY(-1px);box-shadow:0 6px 28px #00c96a4d}.landing-root .comm-note{text-align:center;color:var(--text2);margin-top:12px;font-size:13px}.landing-root #cta-banner{background:var(--bg2);text-align:center;border-top:1px solid var(--border);padding:110px 40px;position:relative;overflow:hidden}.landing-root #cta-banner:before{content:"";pointer-events:none;background:radial-gradient(at 50% 0,#d4a85314 0%,#0000 55%),radial-gradient(at 50% 100%,#00c96a0f 0%,#0000 55%);position:absolute;inset:0}.landing-root .cta-b-inner{z-index:1;max-width:680px;margin:0 auto;position:relative}.landing-root .cta-b-eyebrow{font-family:var(--mono);letter-spacing:.12em;color:var(--brand);text-transform:uppercase;margin-bottom:16px;font-size:11px;display:block}.landing-root .cta-b-h2{font-family:var(--head);letter-spacing:-.03em;color:var(--text);margin-bottom:20px;font-size:clamp(36px,5vw,64px);font-weight:900;line-height:1.05}.landing-root .cta-b-h2 em{color:var(--gold);font-style:italic}.landing-root .cta-b-sub{color:var(--text2);margin-bottom:40px;font-size:18px;line-height:1.65}.landing-root .cta-b-btns{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.landing-root .btn-cta-gold{font-family:var(--body);background:var(--gold);color:#07070d;cursor:pointer;border:none;border-radius:9px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .2s,background .2s}.landing-root .btn-cta-gold:hover{background:#e0b560;transform:translateY(-3px)scale(1.03);box-shadow:0 12px 40px #d4a85359,0 0 24px #d4a85326}.landing-root .btn-cta-ghost{font-family:var(--body);color:var(--text2);border:1.5px solid var(--border2);background:0 0;border-radius:9px;padding:14px 24px;font-size:15px;font-weight:500;text-decoration:none;transition:border-color .2s,color .2s}.landing-root .btn-cta-ghost:hover{color:var(--text);border-color:#ffffff4d}.landing-root #demo{background:var(--bg);padding:100px 40px}.landing-root .demo-inner{grid-template-columns:1fr 1.1fr;align-items:start;gap:80px;max-width:1160px;margin:0 auto;display:grid}.landing-root .demo-copy{padding-top:12px}.landing-root .demo-h2{font-family:var(--head);letter-spacing:-.03em;color:var(--text);margin-bottom:16px;font-size:clamp(30px,3.5vw,48px);font-weight:900;line-height:1.08}.landing-root .demo-h2 em{color:var(--gold);font-style:italic}.landing-root .demo-sub{color:var(--text2);margin-bottom:32px;font-size:16px;line-height:1.75}.landing-root .demo-list{flex-direction:column;gap:11px;list-style:none;display:flex}.landing-root .demo-list li{color:var(--text2);align-items:center;gap:9px;font-size:14px;display:flex}.landing-root .demo-list li:before{content:"✓";color:var(--brand);flex-shrink:0;font-weight:700}.landing-root .form-box{background:var(--surface);border:1px solid var(--border2);border-radius:20px;padding:36px 30px}.landing-root .form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.landing-root .fg{margin-bottom:14px}.landing-root .fl{font-family:var(--mono);color:var(--text2);letter-spacing:.07em;margin-bottom:7px;font-size:11px;display:block}.landing-root .fi,.landing-root .fs{background:var(--surface2);border:1px solid var(--border2);width:100%;font-family:var(--body);color:var(--text);-webkit-appearance:none;border-radius:9px;outline:none;padding:12px 14px;font-size:14px}.landing-root .fi::placeholder{color:#fff3}.landing-root .fi:focus,.landing-root .fs:focus{border-color:var(--brand);background:var(--surface2);transform:translateY(-1px);box-shadow:0 0 0 4px #00c96a1f,0 0 20px #00c96a0f}.landing-root .fi,.landing-root .fs{transition:border-color .2s,background .2s,box-shadow .3s,transform .2s}.landing-root .fs{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23918C9E' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:38px}.landing-root .fs option{color:var(--text);background:#1a1828}.landing-root .btn-submit{background:var(--brand);color:#07070d;width:100%;font-family:var(--body);cursor:pointer;border:none;border-radius:9px;margin-top:6px;padding:15px;font-size:15px;font-weight:600;transition:background .2s,transform .15s,box-shadow .2s;position:relative;overflow:hidden}.landing-root .btn-submit:after{content:"";background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:60%;height:100%;animation:2.5s infinite shimmer;position:absolute;top:0;left:-100%}.landing-root .btn-submit:hover{background:var(--brand-dk);transform:translateY(-1px);box-shadow:0 6px 28px #00c96a4d}.landing-root .form-success{text-align:center;padding:52px 20px;display:none}.landing-root .form-success.show{animation:.5s fadeUp;display:block}.landing-root .fs-icon{background:var(--brand-gl);border:1px solid #00c96a33;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 18px;font-size:28px;display:flex}.landing-root .fs-title{font-family:var(--head);letter-spacing:-.02em;color:var(--text);margin-bottom:8px;font-size:24px;font-weight:700}.landing-root .fs-msg{color:var(--text2);font-size:15px;line-height:1.65}.landing-root footer{border-top:1px solid var(--border);background:#050508;padding:64px 40px 36px}.landing-root .footer-inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;max-width:1160px;margin:0 auto 44px;display:grid}.landing-root .foot-logo{color:var(--brand);margin-bottom:14px}.landing-root .foot-logo svg{width:auto;height:26px;display:block}.landing-root .foot-tagline{color:var(--text2);opacity:.7;margin-bottom:20px;font-size:14px;line-height:1.65}.landing-root .foot-badges{flex-wrap:wrap;gap:8px;display:flex}.landing-root .foot-badge{font-family:var(--mono);color:var(--text2);border:1px solid var(--border);opacity:.6;border-radius:4px;padding:4px 10px;font-size:11px}.landing-root .foot-col-h{font-family:var(--mono);letter-spacing:.1em;color:var(--text2);text-transform:uppercase;opacity:.4;margin-bottom:16px;font-size:11px}.landing-root .foot-links{flex-direction:column;gap:10px;list-style:none;display:flex}.landing-root .foot-links a{color:var(--text2);opacity:.6;font-size:14px;text-decoration:none;transition:color .2s}.landing-root .foot-links a:hover{color:var(--text);opacity:1}.landing-root .footer-bar{border-top:1px solid var(--border);justify-content:space-between;align-items:center;max-width:1160px;margin:0 auto;padding-top:24px;display:flex}.landing-root .foot-copy{font-family:var(--mono);color:var(--text2);letter-spacing:.04em;opacity:.3;font-size:11px}@media (max-width:1024px){.landing-root nav{padding:0 20px;top:12px;left:12px;right:12px}.landing-root .hero-inner{grid-template-columns:1fr;gap:52px}.landing-root .hero-visual{order:-1;min-height:480px}.landing-root .phones-scene{transform-origin:top;width:420px;height:480px;transform:scale(.9)}.landing-root .f-card{display:none}.landing-root #hero{padding:120px 24px 72px}.landing-root section{padding:72px 24px}.landing-root .feat-section{padding:64px 24px}.landing-root #logos{padding:28px 24px}.landing-root .stats-grid{padding:48px 24px}.landing-root .feat-grid{grid-template-columns:1fr;gap:36px}.landing-root .feat-grid.flip{direction:ltr}.landing-root .ben-grid{grid-template-columns:repeat(2,1fr)}.landing-root .comm-layout{grid-template-columns:1fr;max-width:500px}.landing-root .demo-inner{grid-template-columns:1fr;gap:48px}.landing-root .footer-inner{grid-template-columns:1fr 1fr;gap:32px}.landing-root .how-steps{gap:14px}}@media (max-width:768px){.landing-root nav{padding:0 16px}.landing-root .nav-links{display:none}.landing-root .stats-grid{grid-template-columns:1fr}.landing-root .stat-box{border-right:none;border-bottom:1px solid var(--border)}.landing-root .stat-box:last-child{border-bottom:none}.landing-root .how-steps{grid-template-columns:1fr}.landing-root .how-steps:before{display:none}.landing-root .ben-grid,.landing-root .form-row{grid-template-columns:1fr}.landing-root .footer-inner{grid-template-columns:1fr;gap:28px}.landing-root .footer-bar{text-align:center;flex-direction:column;gap:8px}.landing-root .logos-row{gap:28px}.landing-root #cta-banner,.landing-root #demo{padding:72px 20px}.landing-root footer{padding:52px 20px 28px}.landing-root .phones-scene{width:260px;height:420px;transform:none}.landing-root .pw1{display:none}.landing-root .pw2{left:50%;right:auto;transform:translate(-50%)rotate(0)}.landing-root .qr-coaster{width:120px;height:120px;padding:2px;display:block;bottom:30px;left:auto;right:-10px}.landing-root .hero-btns{justify-content:center}.landing-root .hero-visual{min-height:440px}}
