@import"https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800;900&display=swap";.landing-root *,.landing-root *:before,.landing-root *:after{box-sizing:border-box;margin:0;padding:0}.landing-root{--p1:#e8206a;--p2:#f05a2a;--p3:#a020c8;--dark:#0d0d0d;--dark2:#151515;--dark3:#1e1e1e;--dark4:#252525;--muted:#999;--border:#2a2a2a;--wa:#25d366;--radius:14px;font-family:Nunito,sans-serif;background:#0d0d0d;color:#fff;overflow-x:hidden;line-height:1.6}.landing-root .grad{background:linear-gradient(135deg,var(--p1),var(--p2),var(--p3));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-root nav{display:flex;align-items:center;justify-content:space-between;padding:0 6vw;height:68px;background:#0d0d0df7;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.landing-root .logo-text{font-size:26px;font-weight:900;letter-spacing:-.5px;color:#fff}.landing-root .nav-links{display:flex;gap:24px;align-items:center}.landing-root .nav-links a{font-size:13px;font-weight:600;color:var(--muted);text-decoration:none;transition:color .2s}.landing-root .nav-links a:hover{color:#fff}.landing-root .btn{display:inline-flex;align-items:center;gap:8px;padding:11px 24px;border-radius:999px;font-family:Nunito,sans-serif;font-size:14px;font-weight:700;cursor:pointer;text-decoration:none;transition:all .2s;border:none}.landing-root .btn-grad{background:linear-gradient(135deg,var(--p1),var(--p2));color:#fff}.landing-root .btn-grad:hover{opacity:.9;transform:translateY(-1px)}.landing-root .btn-dark{background:var(--dark3);color:#fff;border:1px solid var(--border)}.landing-root .btn-dark:hover{border-color:var(--p1);color:var(--p1)}.landing-root .btn-lg{font-size:16px;padding:15px 36px}.landing-root .hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:100px 6vw 80px;position:relative;overflow:hidden}.landing-root .hero-badge{display:inline-flex;align-items:center;gap:8px;background:#e8206a1f;border:1px solid rgba(232,32,106,.3);color:var(--p1);font-size:12px;font-weight:700;letter-spacing:.5px;padding:6px 16px;border-radius:999px;margin-bottom:28px}.landing-root .badge-dot{width:7px;height:7px;border-radius:50%;background:var(--p1);animation:lp-pulse 2s infinite}@keyframes lp-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.landing-root .hero h1{font-size:clamp(40px,6.5vw,82px);font-weight:900;line-height:1.05;letter-spacing:-3px;margin-bottom:24px;color:#fff}.landing-root .hero p{font-size:clamp(16px,1.8vw,20px);color:var(--muted);max-width:560px;margin:0 auto 40px;font-weight:400}.landing-root .hero-cta{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;margin-bottom:70px}.landing-root .devices-wrap{display:flex;align-items:flex-end;justify-content:center;gap:20px;width:100%;max-width:900px;margin:0 auto}.landing-root .device{border-radius:20px;overflow:hidden;border:2px solid var(--border);background:var(--dark2)}.landing-root .dev-desktop{width:480px}.landing-root .dev-tablet{width:210px}.landing-root .dev-mobile{width:115px;border-radius:24px}.landing-root .dev-topbar{height:30px;background:var(--dark3);display:flex;align-items:center;padding:0 12px;gap:6px}.landing-root .dev-dot{width:9px;height:9px;border-radius:50%}.landing-root .dev-screen{background:var(--dark2);padding:10px}.landing-root .dev-header{background:linear-gradient(135deg,var(--p1),var(--p2));border-radius:8px;padding:10px 12px;margin-bottom:8px}.landing-root .dh-name{font-size:10px;font-weight:800;color:#fff}.landing-root .dh-sub{font-size:8px;color:#ffffffbf;margin-top:2px}.landing-root .dh-open{display:inline-block;background:#fff3;font-size:8px;padding:2px 8px;border-radius:999px;margin-top:5px;color:#fff;font-weight:700}.landing-root .dev-items{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-bottom:8px}.landing-root .dev-item{background:var(--dark4);border-radius:7px;padding:7px 9px;display:flex;align-items:center;gap:7px}.landing-root .di-emoji{font-size:16px;width:28px;height:28px;background:#ffffff0d;border-radius:6px;display:flex;align-items:center;justify-content:center}.landing-root .di-name{font-size:9px;font-weight:700;color:#fff}.landing-root .di-price{font-size:8px;font-weight:700;color:var(--p1);margin-top:2px}.landing-root .di-btn{margin-left:auto;width:20px;height:20px;min-width:20px;border-radius:50%;background:linear-gradient(135deg,var(--p1),var(--p2));display:flex;align-items:center;justify-content:center;font-size:14px;color:#fff;font-weight:900;line-height:1}.landing-root .dev-wa{background:var(--wa);border-radius:7px;padding:7px 10px;font-size:8px;color:#fff;font-weight:700;display:flex;align-items:center;gap:6px}.landing-root section{padding:90px 6vw}.landing-root .sec-label{font-size:11px;font-weight:800;letter-spacing:2px;color:var(--p1);text-transform:uppercase;margin-bottom:10px}.landing-root .sec-title{font-size:clamp(28px,3.5vw,48px);font-weight:900;letter-spacing:-1.5px;line-height:1.1;margin-bottom:14px;color:#fff}.landing-root .sec-sub{font-size:17px;color:var(--muted);max-width:500px;font-weight:400}.landing-root .center{text-align:center}.landing-root .center .sec-sub{margin:0 auto}.landing-root .modes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:52px}.landing-root .mode-card{background:var(--dark3);border:1px solid var(--border);border-radius:var(--radius);padding:32px 24px;text-align:center;transition:all .25s}.landing-root .mode-card:hover{border-color:var(--p1);transform:translateY(-4px)}.landing-root .mode-emoji{font-size:44px;margin-bottom:18px}.landing-root .mode-card h3{font-size:18px;font-weight:800;margin-bottom:10px;color:#fff}.landing-root .mode-card p{font-size:14px;color:var(--muted);line-height:1.7}.landing-root .mode-badge{display:inline-block;background:#e8206a1f;border:1px solid rgba(232,32,106,.25);color:var(--p1);font-size:11px;font-weight:800;padding:4px 12px;border-radius:999px;margin-top:14px}.landing-root .how-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:56px;position:relative}.landing-root .step-item{text-align:center;padding:0 16px}.landing-root .step-num{width:54px;height:54px;border-radius:50%;background:linear-gradient(135deg,var(--p1),var(--p2));display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:900;color:#fff;margin:0 auto 18px;position:relative;z-index:1}.landing-root .step-item h3{font-size:15px;font-weight:800;margin-bottom:8px;color:#fff}.landing-root .step-item p{font-size:13px;color:var(--muted);line-height:1.6}.landing-root .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:52px}.landing-root .feat-card{background:var(--dark3);border:1px solid var(--border);border-radius:var(--radius);padding:26px;transition:all .25s}.landing-root .feat-card:hover{border-color:var(--p1);transform:translateY(-3px)}.landing-root .feat-icon{font-size:32px;margin-bottom:14px}.landing-root .feat-card h3{font-size:15px;font-weight:800;margin-bottom:8px;color:#fff}.landing-root .feat-card p{font-size:13px;color:var(--muted);line-height:1.65}.landing-root .tracking-demo{background:var(--dark3);border:1px solid var(--border);border-radius:var(--radius);padding:32px;margin-top:52px;max-width:720px;margin-left:auto;margin-right:auto}.landing-root .track-title{font-size:15px;font-weight:800;color:#fff;margin-bottom:28px;display:flex;align-items:center;gap:10px}.landing-root .track-steps{display:flex;justify-content:space-between;align-items:flex-start;position:relative}.landing-root .track-line{position:absolute;top:26px;left:10%;right:10%;height:2px;background:var(--border)}.landing-root .track-line-fill{position:absolute;top:26px;left:10%;width:55%;height:2px;background:linear-gradient(90deg,var(--p1),var(--p2))}.landing-root .track-step{text-align:center;position:relative;z-index:1;flex:1}.landing-root .ts-circle{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;margin:0 auto 10px}.landing-root .ts-circle.done{background:linear-gradient(135deg,var(--p1),var(--p2))}.landing-root .ts-circle.active{background:#e8206a26;border:2px solid var(--p1);animation:lp-pulse-ring 2s infinite}.landing-root .ts-circle.pending{background:var(--dark4);border:1px solid var(--border)}@keyframes lp-pulse-ring{0%{box-shadow:0 0 #e8206a80}70%{box-shadow:0 0 0 10px #e8206a00}to{box-shadow:0 0 #e8206a00}}.landing-root .ts-label{font-size:12px;font-weight:700;color:var(--muted)}.landing-root .ts-label.done-l{color:#fff}.landing-root .ts-label.active-l{color:var(--p1)}.landing-root .track-info{margin-top:24px;background:var(--dark4);border-radius:10px;padding:14px 18px;font-size:13px;color:var(--muted);display:flex;justify-content:space-between;align-items:center}.landing-root .track-link{color:var(--p1);font-weight:800;font-size:12px}.landing-root .vs-section{background:var(--dark2)}.landing-root .vs-intro{max-width:680px;margin:0 auto 52px;text-align:center}.landing-root .vs-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px;border-radius:var(--radius);overflow:hidden;max-width:860px;margin:0 auto 48px}.landing-root .vs-col-header{padding:20px 28px;font-size:18px;font-weight:900;text-align:center}.landing-root .vs-col-header.ifood-h{background:#e11d48;color:#fff}.landing-root .vs-col-header.pedizi-h{background:linear-gradient(135deg,var(--p1),var(--p2));color:#fff}.landing-root .vs-cell{padding:16px 24px;font-size:14px;font-weight:600;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--border)}.landing-root .vs-cell.ifood-c{background:#1a0a0d;color:#f87171}.landing-root .vs-cell.pedizi-c{background:#0d1a0a;color:#86efac}.landing-root .vs-cell .icon{font-size:18px;min-width:24px}.landing-root .calc-wrap{background:var(--dark3);border:1px solid var(--border);border-radius:var(--radius);padding:36px;max-width:860px;margin:0 auto}.landing-root .calc-title{font-size:18px;font-weight:900;color:#fff;margin-bottom:8px}.landing-root .calc-sub{font-size:14px;color:var(--muted);margin-bottom:28px}.landing-root .calc-slider-row{display:flex;align-items:center;gap:16px;margin-bottom:10px}.landing-root .calc-slider-row label{font-size:14px;font-weight:700;color:#fff;min-width:200px}.landing-root .calc-slider-row input[type=range]{flex:1;accent-color:var(--p1);cursor:pointer}.landing-root .calc-results{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;margin-top:28px}.landing-root .calc-card{border-radius:12px;padding:22px;text-align:center}.landing-root .calc-card.ifood-card{background:#1a0a0d;border:1px solid #e11d4833}.landing-root .calc-card.pedizi-card{background:#0d1a0a;border:1px solid rgba(232,32,106,.3)}.landing-root .calc-card.economia-card{background:linear-gradient(135deg,#e8206a26,#f05a2a1a);border:2px solid var(--p1)}.landing-root .calc-card-label{font-size:12px;font-weight:700;color:var(--muted);margin-bottom:8px;text-transform:uppercase;letter-spacing:1px}.landing-root .calc-card-value{font-size:32px;font-weight:900;letter-spacing:-1px;line-height:1}.landing-root .calc-card.ifood-card .calc-card-value{color:#f87171}.landing-root .calc-card.pedizi-card .calc-card-value{color:#86efac}.landing-root .calc-card.economia-card .calc-card-value{color:#fff}.landing-root .calc-card-sub{font-size:12px;color:var(--muted);margin-top:6px}.landing-root .economia-badge{display:inline-block;background:linear-gradient(135deg,var(--p1),var(--p2));color:#fff;font-size:11px;font-weight:800;padding:3px 12px;border-radius:999px;margin-top:10px}.landing-root .plan-toggle{display:flex;align-items:center;justify-content:center;gap:0;background:var(--dark3);border:1px solid var(--border);border-radius:999px;padding:4px;margin:32px auto 0;width:fit-content}.landing-root .plan-btn{padding:8px 22px;border-radius:999px;font-family:Nunito,sans-serif;font-size:13px;font-weight:700;cursor:pointer;border:none;background:transparent;color:var(--muted);transition:all .2s;position:relative}.landing-root .plan-btn.active{background:linear-gradient(135deg,var(--p1),var(--p2));color:#fff}.landing-root .plan-btn .save-badge{position:absolute;top:-10px;right:-4px;background:#f59e0b;color:#000;font-size:9px;font-weight:900;padding:2px 6px;border-radius:999px;white-space:nowrap}.landing-root .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:900px;margin:40px auto 0}.landing-root .price-card{background:var(--dark3);border:1px solid var(--border);border-radius:var(--radius);padding:32px 28px;position:relative;transition:all .25s;display:flex;flex-direction:column}.landing-root .price-card:hover{transform:translateY(-4px)}.landing-root .price-card.featured{border-color:var(--p1);border-width:2px}.landing-root .price-tag{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,var(--p1),var(--p2));color:#fff;font-size:11px;font-weight:800;padding:5px 18px;border-radius:999px;white-space:nowrap}.landing-root .price-plan{font-size:13px;font-weight:600;color:var(--muted);margin-bottom:10px}.landing-root .trial-badge{display:inline-block;background:#f59e0b26;border:1px solid rgba(245,158,11,.4);color:#f59e0b;font-size:11px;font-weight:800;padding:3px 10px;border-radius:999px;margin-bottom:12px}.landing-root .price-amount{font-size:46px;font-weight:900;color:#fff;letter-spacing:-2px;margin-bottom:4px;line-height:1}.landing-root .price-amount sup{font-size:18px;vertical-align:super;font-weight:700}.landing-root .price-amount .cents{font-size:24px;vertical-align:super;letter-spacing:-1px}.landing-root .price-period{font-size:12px;color:var(--muted);margin-bottom:24px}.landing-root .price-feats{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:28px;flex:1}.landing-root .price-feats li{font-size:13px;color:#ccc;display:flex;align-items:center;gap:8px}.landing-root .check{width:18px;height:18px;min-width:18px;border-radius:50%;background:#e8206a26;display:flex;align-items:center;justify-content:center;font-size:10px;color:var(--p1);font-weight:900}.landing-root .annual-saving{background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:8px;padding:10px 14px;font-size:12px;color:#f59e0b;font-weight:700;text-align:center;margin-bottom:20px}.landing-root .testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:52px}.landing-root .testi{background:var(--dark3);border:1px solid var(--border);border-radius:var(--radius);padding:26px}.landing-root .testi-stars{color:#f59e0b;font-size:16px;margin-bottom:12px}.landing-root .testi-text{font-size:14px;color:#ccc;line-height:1.75;margin-bottom:16px}.landing-root .testi-author{font-size:14px;font-weight:800;color:#fff}.landing-root .testi-biz{font-size:12px;color:var(--muted);margin-top:3px}.landing-root .cta-final{padding:120px 6vw;text-align:center;background:linear-gradient(135deg,#e8206a1a,#f05a2a0d);border-top:1px solid var(--border)}.landing-root .cta-final h2{font-size:clamp(32px,5vw,62px);font-weight:900;letter-spacing:-2px;margin-bottom:18px;color:#fff;line-height:1.1}.landing-root .cta-final p{font-size:18px;color:var(--muted);max-width:480px;margin:0 auto 40px}.landing-root .cta-sub{margin-top:22px;font-size:14px;color:var(--muted)}.landing-root footer{padding:32px 6vw;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;font-size:14px;color:var(--muted)}.wa-float-btn{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;align-items:center;gap:10px;text-decoration:none;transition:transform .25s}.wa-float-btn:hover{transform:translateY(-3px)}.wa-float-icon{width:52px;height:52px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wa-float-label{display:block;background:#fff;color:#111;font-family:Nunito,sans-serif;font-size:13px;font-weight:800;padding:7px 14px;border-radius:999px;white-space:nowrap}@media(max-width:900px){.landing-root .features-grid{grid-template-columns:1fr 1fr}.landing-root .modes-grid{grid-template-columns:1fr}.landing-root .how-steps{grid-template-columns:1fr 1fr;gap:32px}.landing-root .testi-grid{grid-template-columns:1fr}.landing-root .dev-tablet,.landing-root .dev-mobile{display:none}.landing-root .dev-desktop{width:100%}.landing-root .pricing-grid,.landing-root .calc-results,.landing-root .vs-grid{grid-template-columns:1fr}.landing-root .vs-col-header.ifood-h{display:none}}@media(max-width:600px){.landing-root .nav-links{display:none}.landing-root footer{flex-direction:column;gap:10px;text-align:center}.landing-root .calc-slider-row{flex-wrap:wrap}.landing-root .calc-slider-row label{min-width:unset;width:100%}.wa-float-label{display:none}}.landing-root .devices-wrap{display:flex;align-items:flex-end;justify-content:center;gap:24px;width:100%;max-width:960px;margin:0 auto;padding-bottom:10px}.landing-root .real-notebook{position:relative}.landing-root .notebook-body{display:flex;flex-direction:column;align-items:center}.landing-root .notebook-screen{width:520px;background:#1a1a1a;border-radius:12px 12px 0 0;border:2px solid #3a3a3a;border-bottom:none;padding:8px 8px 0;box-shadow:0 0 0 1px #111,0 20px 60px #0009}.landing-root .notebook-bezel{background:#0d0d0d;border-radius:8px 8px 0 0;overflow:hidden}.landing-root .notebook-cam{width:6px;height:6px;border-radius:50%;background:#333;margin:6px auto 4px;border:1px solid #444}.landing-root .notebook-hinge{width:530px;height:6px;background:linear-gradient(180deg,#3a3a3a,#222);border-radius:0 0 2px 2px}.landing-root .notebook-base{width:560px;height:18px;background:linear-gradient(180deg,#2a2a2a,#1a1a1a);border-radius:0 0 6px 6px;display:flex;align-items:center;justify-content:center;border:1px solid #3a3a3a;border-top:none}.landing-root .notebook-trackpad{width:100px;height:8px;border-radius:4px;background:#333;border:1px solid #444}.landing-root .browser-bar{height:30px;background:#1e1e1e;display:flex;align-items:center;gap:8px;padding:0 10px;border-bottom:1px solid #2a2a2a}.landing-root .browser-dots{display:flex;gap:5px}.landing-root .browser-dots span{width:9px;height:9px;border-radius:50%;display:block}.landing-root .browser-url{flex:1;background:#2a2a2a;border-radius:4px;font-size:9px;color:#888;padding:3px 8px;display:flex;align-items:center;gap:4px;font-family:monospace}.landing-root .browser-content{background:var(--dark2)}.landing-root .bc-header{position:relative;margin-bottom:20px}.landing-root .bc-cover{height:80px;background:linear-gradient(135deg,#dc2626,#f97316)}.landing-root .bc-logo-wrap{position:absolute;bottom:-22px;left:14px;width:44px;height:44px;background:var(--dark2);border-radius:12px;display:flex;align-items:center;justify-content:center;border:2px solid var(--border)}.landing-root .bc-logo{font-size:24px}.landing-root .bc-info{padding:4px 14px 10px 68px}.landing-root .bc-name{font-size:11px;font-weight:900;color:#fff}.landing-root .bc-tagline{font-size:9px;color:var(--muted);margin:2px 0 4px}.landing-root .bc-badges{display:flex;gap:5px;flex-wrap:wrap}.landing-root .bc-badge{font-size:8px;font-weight:700;padding:2px 7px;border-radius:999px;background:#ffffff12;color:#aaa;border:1px solid var(--border)}.landing-root .bc-badge.open{background:#22c55e26;color:#22c55e;border-color:#22c55e4d}.landing-root .bc-cats{display:flex;gap:6px;padding:0 10px 8px;overflow-x:auto;scrollbar-width:none}.landing-root .bc-cat{font-size:9px;font-weight:700;padding:4px 10px;border-radius:999px;background:var(--dark3);color:var(--muted);border:1px solid var(--border);white-space:nowrap;cursor:pointer}.landing-root .bc-cat.active{background:linear-gradient(135deg,var(--p1),var(--p2));color:#fff;border-color:transparent}.landing-root .bc-products{padding:0 10px 10px;display:flex;flex-direction:column;gap:6px}.landing-root .bc-product{display:flex;align-items:center;gap:8px;background:var(--dark3);border-radius:8px;padding:8px 10px;border:1px solid var(--border)}.landing-root .bcp-emoji{font-size:20px;width:36px;height:36px;background:#ffffff0d;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-root .bcp-info{flex:1;min-width:0}.landing-root .bcp-name{font-size:10px;font-weight:800;color:#fff}.landing-root .bcp-desc{font-size:8px;color:var(--muted);margin:1px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing-root .bcp-price{font-size:10px;font-weight:800;color:var(--p1)}.landing-root .bcp-btn{width:24px;height:24px;min-width:24px;border-radius:50%;background:linear-gradient(135deg,var(--p1),var(--p2));border:none;color:#fff;font-size:16px;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;font-family:inherit}.landing-root .real-tablet .tablet-body{width:200px;background:#1c1c1e;border-radius:18px;border:2px solid #3a3a3a;padding:10px 6px;box-shadow:0 10px 40px #00000080;display:flex;flex-direction:column;align-items:center;gap:6px}.landing-root .tablet-cam{width:5px;height:5px;border-radius:50%;background:#2a2a2a;border:1px solid #444}.landing-root .tablet-screen{width:100%;background:var(--dark2);border-radius:8px;overflow:hidden;min-height:240px}.landing-root .tablet-home{width:36px;height:5px;border-radius:999px;background:#333}.landing-root .iphone-body{width:110px;background:#1c1c1e;border-radius:36px;border:2px solid #3a3a3a;box-shadow:0 10px 40px #0009;position:relative;overflow:hidden}.landing-root .iphone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:50px;height:22px;background:#0d0d0d;border-radius:0 0 16px 16px;z-index:10}.landing-root .iphone-vol{position:absolute;left:-4px;top:60px;width:3px;height:24px;background:#2a2a2a;border-radius:2px}.landing-root .iphone-power{position:absolute;right:-4px;top:70px;width:3px;height:30px;background:#2a2a2a;border-radius:2px}.landing-root .iphone-screen{background:var(--dark2);min-height:220px;border-radius:34px;overflow:hidden;padding-top:24px}.landing-root .iphone-statusbar{display:flex;justify-content:space-between;padding:2px 14px;font-size:6px;color:#fff;font-weight:700}.landing-root .iphone-cart{margin:6px 0 0;background:linear-gradient(135deg,var(--p1),var(--p2));border-radius:6px;padding:5px 7px;display:flex;align-items:center;gap:4px;font-size:7px;color:#fff;font-weight:800}.landing-root .iphone-cart-price{margin-left:auto}.landing-root .iphone-cart-btn{background:#fff3;border-radius:4px;padding:2px 5px;font-size:6px}.landing-root .iphone-home-bar{height:28px;display:flex;align-items:center;justify-content:center}.landing-root .iphone-home-bar:after{content:"";display:block;width:40px;height:4px;border-radius:999px;background:#444}.landing-root .video-demo-wrap{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;max-width:1000px;margin:0 auto}.landing-root .video-main{display:flex;flex-direction:column;align-items:center;gap:28px}.landing-root .vphone-body{width:200px;background:#1c1c1e;border-radius:40px;border:3px solid #3a3a3a;box-shadow:0 20px 60px #000000b3,0 0 0 1px #111;overflow:hidden;position:relative}.landing-root .vphone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:70px;height:26px;background:#0d0d0d;border-radius:0 0 20px 20px;z-index:10}.landing-root .vphone-screen{background:#000;min-height:380px;border-radius:38px;overflow:hidden}.landing-root .vphone-embed{width:100%;height:380px;position:relative}.landing-root .vphone-home{height:36px;display:flex;align-items:center;justify-content:center;background:#1c1c1e}.landing-root .vphone-home:after{content:"";width:50px;height:4px;border-radius:999px;background:#444;display:block}.landing-root .video-placeholder{width:100%;height:380px;background:linear-gradient(135deg,#e8206a26,#f05a2a1a);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.landing-root .vplay-btn{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--p1),var(--p2));display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;box-shadow:0 8px 24px #e8206a66;animation:lp-pulse 2s infinite}.landing-root .vplay-label{font-size:13px;font-weight:800;color:#fff;text-align:center}.landing-root .vplay-sub{font-size:11px;color:var(--muted)}.landing-root .video-caption{display:flex;flex-direction:column;gap:12px;width:100%}.landing-root .vc-step{display:flex;align-items:center;gap:12px;font-size:13px;font-weight:700;color:#ccc}.landing-root .vc-num{width:26px;height:26px;min-width:26px;border-radius:50%;background:linear-gradient(135deg,var(--p1),var(--p2));color:#fff;font-size:12px;font-weight:900;display:flex;align-items:center;justify-content:center}.landing-root .video-panel{display:flex;flex-direction:column;gap:20px}.landing-root .vpanel-screen{background:var(--dark3);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.landing-root .vps-topbar{background:#0d0d0d;padding:8px 12px;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--border)}.landing-root .vps-logo{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,var(--p1),var(--p2));color:#fff;font-size:12px;font-weight:900;display:flex;align-items:center;justify-content:center}.landing-root .vps-content{padding:14px}.landing-root .vps-title{font-size:11px;font-weight:800;color:#fff;margin-bottom:10px}.landing-root .vps-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:12px}.landing-root .vps-stat{background:var(--dark4);border-radius:8px;padding:8px;text-align:center;border:1px solid var(--border)}.landing-root .vps-stat-val{font-size:12px;font-weight:900;color:var(--p1)}.landing-root .vps-stat-label{font-size:7px;color:var(--muted);margin-top:2px}.landing-root .vps-orders-title{font-size:9px;font-weight:800;color:var(--muted);margin-bottom:6px;text-transform:uppercase;letter-spacing:1px}.landing-root .vps-order{display:flex;align-items:center;gap:6px;padding:6px 0;border-bottom:1px solid var(--border);font-size:9px}.landing-root .vps-order:last-child{border-bottom:none}.landing-root .vps-order-num{font-weight:900;color:#fff;min-width:34px}.landing-root .vps-order-name{flex:1;color:#ccc}.landing-root .vps-order-status{font-weight:800;min-width:60px}.landing-root .vps-order-val{font-weight:800;color:#fff}.landing-root .payments-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:960px;margin:0 auto 60px}.landing-root .payment-card{background:var(--dark3);border:1px solid var(--border);border-radius:var(--radius);padding:28px 22px;text-align:center;transition:all .25s}.landing-root .payment-card:hover{border-color:var(--p1);transform:translateY(-4px)}.landing-root .payment-card.featured-pay{border-color:var(--p1);border-width:2px;background:linear-gradient(135deg,#e8206a14,#f05a2a0d)}.landing-root .pay-icon{font-size:36px;margin-bottom:14px;color:var(--p1);display:flex;align-items:center;justify-content:center}.landing-root .pay-name{font-size:14px;font-weight:900;color:#fff;margin-bottom:8px}.landing-root .pay-desc{font-size:12px;color:var(--muted);line-height:1.65;margin-bottom:14px}.landing-root .pay-badge{display:inline-block;background:#e8206a1f;border:1px solid rgba(232,32,106,.25);color:var(--p1);font-size:11px;font-weight:800;padding:3px 12px;border-radius:999px}.landing-root .qr-demo{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;max-width:760px;margin:0 auto;background:var(--dark3);border:1px solid var(--border);border-radius:var(--radius);padding:36px}.landing-root .qrd-label{font-size:11px;font-weight:800;color:var(--p1);text-transform:uppercase;letter-spacing:2px;margin-bottom:8px}.landing-root .qrd-title{font-size:20px;font-weight:900;color:#fff;line-height:1.2;margin-bottom:10px}.landing-root .qrd-desc{font-size:13px;color:var(--muted);line-height:1.7;margin-bottom:16px}.landing-root .qrd-types{display:flex;flex-direction:column;gap:6px}.landing-root .qrdt{font-size:12px;font-weight:700;color:#ccc;display:flex;align-items:center;gap:8px}.landing-root .qrdt:before{content:"✓";color:var(--p1);font-size:12px}.landing-root .qr-demo-right{display:flex;justify-content:center}.landing-root .qr-box{background:#fff;border-radius:16px;padding:20px;display:flex;flex-direction:column;align-items:center;gap:12px;width:180px}.landing-root .qr-visual{width:130px;height:130px;position:relative;padding:10px}.landing-root .qrv-corner{position:absolute;width:28px;height:28px;border:4px solid #000;border-radius:4px}.landing-root .qrv-corner.tl{top:4px;left:4px}.landing-root .qrv-corner.tr{top:4px;right:4px}.landing-root .qrv-corner.bl{bottom:4px;left:4px}.landing-root .qrv-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1.5px;width:100%;height:100%}.landing-root .qrv-cell{background:transparent;border-radius:1px}.landing-root .qrv-cell.filled{background:#111}.landing-root .qr-url{font-size:7px;color:#333;text-align:center;font-weight:700;word-break:break-all}.landing-root .qr-brand .logo-text{color:#111;font-size:14px}@media(max-width:900px){.landing-root .real-tablet,.landing-root .real-iphone{display:none}.landing-root .notebook-screen,.landing-root .notebook-base,.landing-root .notebook-hinge{width:100%}.landing-root .payments-grid{grid-template-columns:1fr 1fr}.landing-root .video-demo-wrap{grid-template-columns:1fr}.landing-root .qr-demo{grid-template-columns:1fr;text-align:center}.landing-root .qr-demo-right{justify-content:center}.landing-root .qrd-types{align-items:center}}@media(max-width:600px){.landing-root .payments-grid{grid-template-columns:1fr}}.landing-root .devices-showcase{display:flex;align-items:flex-end;justify-content:center;gap:24px;width:100%;max-width:1000px;margin:0 auto;padding-bottom:10px}.landing-root .ds-notebook{display:flex;flex-direction:column;align-items:center;flex:1;max-width:520px}.landing-root .ds-left{transform:rotate(-6deg) translateY(20px)}.landing-root .ds-right-col{display:flex;flex-direction:column;gap:16px;align-items:center}.landing-root .ds-right{transform:rotate(6deg) translateY(20px)}.landing-root .ds-phone{display:flex;flex-direction:column;align-items:center;gap:10px}.landing-root .ds-tag{font-size:11px;font-weight:800;color:var(--muted);background:var(--dark3);border:1px solid var(--border);padding:4px 12px;border-radius:999px;white-space:nowrap}.landing-root .ds-printer{display:flex;flex-direction:column;align-items:center;gap:8px}.landing-root .ds-printer-img{width:160px;border-radius:12px;border:2px solid var(--border);box-shadow:0 8px 24px #0006}.landing-root .real-phone{width:120px;background:#1c1c1e;border-radius:32px;border:2px solid #3a3a3a;box-shadow:0 12px 40px #0009,0 0 0 1px #111;position:relative;overflow:hidden}.landing-root .real-phone.rp-large{width:150px;border-radius:38px}.landing-root .rp-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:50px;height:20px;background:#0d0d0d;border-radius:0 0 14px 14px;z-index:10}.landing-root .rp-vol{position:absolute;left:-3px;top:55px;width:3px;height:20px;background:#2a2a2a;border-radius:2px}.landing-root .rp-vol2{position:absolute;left:-3px;top:82px;width:3px;height:20px;background:#2a2a2a;border-radius:2px}.landing-root .rp-power{position:absolute;right:-3px;top:65px;width:3px;height:28px;background:#2a2a2a;border-radius:2px}.landing-root .rp-screen{background:#000;min-height:220px;overflow:hidden;padding-top:22px}.landing-root .real-phone.rp-large .rp-screen{min-height:280px}.landing-root .rp-img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.landing-root .rp-home{height:24px;background:#1c1c1e;display:flex;align-items:center;justify-content:center}.landing-root .rp-home:after{content:"";width:36px;height:4px;border-radius:999px;background:#3a3a3a;display:block}@media(max-width:900px){.landing-root .devices-showcase{flex-direction:column;align-items:center}.landing-root .ds-left,.landing-root .ds-right{transform:none}.landing-root .ds-right-col{flex-direction:row;flex-wrap:wrap;justify-content:center}.landing-root .ds-notebook{max-width:100%}.landing-root .notebook-screen,.landing-root .notebook-base,.landing-root .notebook-hinge{width:100%}}.landing-root .ds-hero-wrap{position:relative;display:flex;align-items:flex-end;justify-content:center;gap:0;width:100%;max-width:1000px;margin:0 auto;padding:20px 0 10px}.landing-root .ds-side-phone{display:flex;flex-direction:column;align-items:center;gap:10px;position:relative;z-index:3}.landing-root .ds-side-left{transform:rotate(-8deg) translate(40px) translateY(30px)}.landing-root .ds-side-right{transform:rotate(8deg) translate(-40px) translateY(30px)}.landing-root .ds-phone-frame{width:130px;background:#1a1a1a;border-radius:36px;border:2px solid #444;box-shadow:0 20px 60px #000000b3,0 0 0 1px #111;position:relative;overflow:hidden}.landing-root .dsf-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:54px;height:22px;background:#0d0d0d;border-radius:0 0 14px 14px;z-index:10}.landing-root .dsf-vol{position:absolute;left:-3px;top:58px;width:3px;height:18px;background:#333;border-radius:2px}.landing-root .dsf-vol2{position:absolute;left:-3px;top:82px;width:3px;height:18px;background:#333;border-radius:2px}.landing-root .dsf-power{position:absolute;right:-3px;top:68px;width:3px;height:26px;background:#333;border-radius:2px}.landing-root .dsf-screen{background:#000;overflow:hidden;padding-top:24px;height:260px}.landing-root .dsf-img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.landing-root .dsf-home{height:26px;background:#1a1a1a;display:flex;align-items:center;justify-content:center}.landing-root .dsf-home:after{content:"";width:38px;height:4px;border-radius:999px;background:#3a3a3a;display:block}.landing-root .ds-wa-badge{font-size:10px;font-weight:800;color:#25d366;background:#25d3661a;border:1px solid rgba(37,211,102,.3);padding:4px 10px;border-radius:999px;white-space:nowrap}.landing-root .ds-center-notebook{position:relative;z-index:4;display:flex;flex-direction:column;align-items:center}.landing-root .dsn-lid{width:500px;background:#1a1a1a;border-radius:12px 12px 0 0;border:2px solid #3a3a3a;border-bottom:none;padding:8px 8px 0;box-shadow:0 0 0 1px #111,0 -4px 20px #0000004d}.landing-root .dsn-cam{width:6px;height:6px;border-radius:50%;background:#333;margin:5px auto 4px;border:1px solid #444}.landing-root .dsn-display{background:#0d0d0d;border-radius:6px 6px 0 0;overflow:hidden}.landing-root .dsn-bar{height:28px;background:#1e1e1e;display:flex;align-items:center;gap:8px;padding:0 10px;border-bottom:1px solid #2a2a2a}.landing-root .dsn-dots{display:flex;gap:5px}.landing-root .dsn-dots span{width:9px;height:9px;border-radius:50%;display:block}.landing-root .dsn-url{flex:1;background:#2a2a2a;border-radius:4px;font-size:9px;color:#888;padding:3px 8px;font-family:monospace}.landing-root .dsn-img{width:100%;display:block;max-height:280px;object-fit:cover;object-position:top}.landing-root .dsn-hinge{width:516px;height:6px;background:linear-gradient(180deg,#3a3a3a,#222);border-radius:0 0 2px 2px}.landing-root .dsn-base{width:540px;height:20px;background:linear-gradient(180deg,#2a2a2a,#1a1a1a);border-radius:0 0 8px 8px;display:flex;align-items:center;justify-content:center;border:1px solid #3a3a3a;border-top:none}.landing-root .dsn-trackpad{width:90px;height:8px;border-radius:4px;background:#333;border:1px solid #3a3a3a}.landing-root .ds-cupom{position:absolute;bottom:-20px;right:-60px;z-index:10;filter:drop-shadow(0 8px 24px rgba(0,0,0,.6))}.landing-root .ds-cupom-img{width:180px;border-radius:8px;border:1px solid #333;transform:rotate(3deg)}@media(max-width:900px){.landing-root .ds-hero-wrap{flex-direction:column;align-items:center;gap:20px}.landing-root .ds-side-left,.landing-root .ds-side-right{transform:none}.landing-root .ds-side-right{display:none}.landing-root .dsn-lid,.landing-root .dsn-hinge,.landing-root .dsn-base{width:100%}.landing-root .ds-cupom{right:-10px;bottom:-10px}.landing-root .ds-cupom-img{width:120px}}
