:root{--navy-deep:#08152c;--navy:#0e2a52;--navy-mid:#123a6e;--blue:#1e6bff;--blue-bright:#4f9bff;--cyan-glow:#5ad8ff;--amber-glow:#ffb454;--paper:#f6f8fb;--paper-dim:#eaeff6;--ink:#0a1730;--ink-soft:#4a5972;--line:#264b82;--zmv-dark:#0c6b34;--zmv-mid:#1f9c46;--zmv-bright:#7ee23f;--zmv-paper:#eefaf0;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}h1,h2,h3,.brand-font{font-family:Space Grotesk,Inter,system-ui,sans-serif;letter-spacing:-.01em;margin:0}p{margin:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font-family:inherit}.wrap{max-width:1180px;margin:0 auto;padding-inline:24px}.eyebrow{font-size:12.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}nav{position:sticky;top:0;z-index:40;background:#08152cf0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.08)}.nav-inner{max-width:1180px;margin:0 auto;padding:8px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.nav-logo{height:64px;width:auto;filter:brightness(0) invert(1)}.nav-links{display:flex;align-items:center;gap:28px}.nav-links a{color:#c9d8f2;font-size:14.5px;font-weight:500;transition:color .15s}.nav-links a:hover{color:#fff}.nav-cta-mobile{display:none}.nav-cta{background:var(--blue);color:#fff!important;font-size:14px;font-weight:700;padding:10px 18px;border-radius:3px 10px;white-space:nowrap;box-shadow:0 4px 16px #1e6bff59;transition:transform .15s,box-shadow .15s}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px #1e6bff80}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:34px;height:34px;padding:0;border:none;background:none;cursor:pointer}.nav-toggle span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:transform .2s,opacity .2s}.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{position:relative;background:radial-gradient(ellipse 900px 500px at 15% 0%,rgba(30,107,255,.3),transparent 60%),radial-gradient(ellipse 700px 500px at 100% 30%,rgba(90,216,255,.16),transparent 55%),linear-gradient(180deg,var(--navy-deep) 0%,var(--navy) 60%,var(--navy-mid) 100%);color:#eaf1ff;overflow:hidden;padding-bottom:110px}.circuit-bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.35;pointer-events:none}.hero-inner{position:relative;z-index:2;max-width:1180px;margin:0 auto;padding:72px 24px 0;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}.hero-eyebrow{color:var(--cyan-glow);display:flex;align-items:center;gap:10px}.hero-eyebrow:before{content:"";width:26px;height:2px;background:var(--cyan-glow);display:inline-block}.hero h1{font-size:clamp(34px,4.6vw,54px);font-weight:700;line-height:1.08;margin-top:18px;color:#fff}.hero h1 em{font-style:normal;background:linear-gradient(90deg,var(--cyan-glow),var(--blue-bright));-webkit-background-clip:text;background-clip:text;color:transparent}.hero .sub{margin-top:20px;font-size:17px;color:#c3d2ec;max-width:520px}.hero-ctas{margin-top:32px;display:flex;gap:14px;flex-wrap:wrap}.btn-primary{background:linear-gradient(90deg,var(--blue),var(--blue-bright));color:#fff;font-weight:700;font-size:15px;padding:14px 24px;border-radius:3px 14px;box-shadow:0 8px 24px #1e6bff66;transition:transform .15s;display:inline-block}.btn-primary:hover{transform:translateY(-2px)}.btn-ghost{border:1.5px solid rgba(255,255,255,.35);color:#fff;font-weight:600;font-size:15px;padding:13px 22px;border-radius:3px 14px;transition:background .15s,border-color .15s}.btn-ghost:hover{background:#ffffff14;border-color:#fff}.hero-taglines{margin-top:36px;display:flex;gap:22px;flex-wrap:wrap;font-size:12.5px;color:#8ca8d6;font-weight:600;letter-spacing:.04em}.hero-taglines span:before{content:"— ";color:var(--amber-glow)}.hero-visual{position:relative;display:flex;justify-content:center}.hero-visual .glow{position:absolute;width:340px;height:340px;background:radial-gradient(circle,rgba(90,216,255,.45),transparent 70%);filter:blur(10px);z-index:0}.hero-visual img{position:relative;z-index:1;width:100%;max-width:400px;height:auto;clip-path:polygon(6% 0,100% 0,100% 92%,94% 100%,0 100%,0 8%);box-shadow:0 30px 60px #00000073;border:1px solid rgba(255,255,255,.15)}.hero-badge{position:absolute;bottom:14px;left:calc(50% - 190px);background:#08152cd9;border:1px solid rgba(90,216,255,.4);color:#fff;font-size:12.5px;font-weight:600;padding:8px 14px;border-radius:3px 10px;z-index:2;display:flex;align-items:center;gap:8px}.hero-badge .dot{width:7px;height:7px;border-radius:50%;background:#3ee06b;box-shadow:0 0 8px #3ee06b}.hero-cut{position:absolute;left:0;right:0;bottom:0;height:70px;background:var(--paper);clip-path:polygon(0 100%,100% 40%,100% 100%,0% 100%)}section{position:relative}.section-pad{padding:96px 0}.tag-row{display:flex;align-items:center;gap:10px;color:var(--blue);margin-bottom:14px}.tag-row:before{content:"";width:26px;height:2px;background:var(--blue);display:inline-block}.tag-row.zmv-eyebrow{color:var(--zmv-mid)}.tag-row.zmv-eyebrow:before{background:var(--zmv-mid)}h2.section-title{font-size:clamp(26px,3.4vw,38px);font-weight:700;color:var(--ink);max-width:640px}.section-lead{margin-top:16px;font-size:16.5px;color:var(--ink-soft);max-width:620px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;margin-top:56px}.about-copy p{color:var(--ink-soft);font-size:15.5px;margin-top:14px}.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:32px}.pillar{background:#fff;border:1px solid #e2e8f2;border-radius:3px 16px;padding:18px 16px}.pillar .ic{width:36px;height:36px;border-radius:3px 10px;background:linear-gradient(135deg,var(--blue),var(--cyan-glow));color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;margin-bottom:10px}.pillar h3{font-size:14.5px;font-weight:700;color:var(--ink)}.pillar p{font-size:13px;color:var(--ink-soft);margin-top:6px}.about-visual{position:relative}.about-visual img{width:100%;height:auto;border-radius:3px 24px;clip-path:polygon(4% 0,100% 0,100% 96%,96% 100%,0 100%,0 6%);box-shadow:0 24px 48px #0a17302e}.about-visual .cap{margin-top:12px;font-size:12.5px;color:var(--ink-soft);display:flex;align-items:center;gap:8px}.about-visual .cap b{color:var(--ink)}.product-section{background:var(--zmv-paper)}.product-shell{background:#fff;border:1px solid #d7ecd9;border-radius:3px 28px;padding:52px;margin-top:48px;box-shadow:0 20px 50px #0c6b3414}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.zmv-logo{height:64px;width:auto;margin-bottom:22px}.product-copy h3{font-size:22px;font-weight:700;color:#0c3d1f}.product-copy .sub{margin-top:10px;color:#3a5a42;font-size:15.5px;max-width:460px}.feature-list{margin-top:26px;display:flex;flex-direction:column;gap:14px;padding:0}.feature-list li{list-style:none;display:flex;gap:12px;align-items:flex-start}.feature-list .ic{flex:none;width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,var(--zmv-mid),var(--zmv-bright));color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;margin-top:1px}.feature-list span{font-size:14.5px;color:#294f31}.feature-list b{color:#0c3d1f}.zmv-cta{margin-top:28px;display:inline-flex;align-items:center;gap:8px;background:linear-gradient(90deg,var(--zmv-dark),var(--zmv-mid));color:#fff;font-weight:700;font-size:14.5px;padding:13px 22px;border-radius:3px 14px;box-shadow:0 10px 24px #0c6b344d}.phone-mock{background:#0b1620;border-radius:22px;padding:14px;max-width:300px;margin:0 auto;box-shadow:0 30px 60px #00000040;border:6px solid #0b1620}.phone-head{display:flex;align-items:center;gap:10px;color:#eafff0;font-size:13px;font-weight:700;padding:4px 6px 14px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:12px}.phone-head .av{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,var(--zmv-mid),var(--zmv-bright));display:flex;align-items:center;justify-content:center;font-size:14px}.bubble{max-width:82%;padding:9px 13px;border-radius:12px;font-size:13.5px;margin-bottom:9px;line-height:1.4}.bubble.in{background:#1e2c26;color:#eafff0;border-top-left-radius:2px}.bubble.out{background:linear-gradient(135deg,var(--zmv-mid),var(--zmv-dark));color:#fff;margin-left:auto;border-top-right-radius:2px}.bubble small{display:block;opacity:.65;font-size:10.5px;margin-top:4px}.bubble-photo{padding:6px;max-width:88%}.receipt-mock{background:#fdfdfa;color:#1c1c1c;border-radius:6px;padding:12px 14px;font-family:Space Grotesk,monospace}.receipt-store{font-size:11.5px;font-weight:700;letter-spacing:.03em;text-align:center;margin-bottom:8px}.receipt-line{display:flex;justify-content:space-between;gap:10px;font-size:10.5px;padding:2px 0;color:#333}.receipt-line.dim{color:#999;font-style:italic}.receipt-total{display:flex;justify-content:space-between;font-size:11.5px;font-weight:700;border-top:1px dashed #bbb;margin-top:6px;padding-top:6px;color:#0c3d1f}.bubble-photo small{padding-left:6px}.panel-preview{margin-top:56px;text-align:center}.panel-caption{font-size:14.5px;font-weight:600;color:#294f31;margin-bottom:20px}.browser-mock{max-width:640px;margin:0 auto;text-align:left;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 24px 50px #0a173029;border:1px solid #dbe3ee}.browser-bar{display:flex;align-items:center;gap:8px;background:var(--navy-deep);padding:10px 14px}.browser-bar .dot{width:9px;height:9px;border-radius:50%;display:inline-block}.browser-bar .dot.r{background:#ff6159}.browser-bar .dot.y{background:#ffbd2e}.browser-bar .dot.g{background:#28c840}.browser-url{margin-left:10px;background:#ffffff14;color:#a9bbdd;font-size:11.5px;padding:3px 12px;border-radius:20px}.dash-body{padding:22px 24px}.dash-title{font-size:15px;font-weight:700;color:var(--ink);margin-bottom:16px}.dash-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px}.dash-card{background:var(--paper-dim);border-radius:8px;padding:10px 12px;display:flex;flex-direction:column;gap:4px}.dash-card span{font-size:11px;color:var(--ink-soft)}.dash-card b{font-size:14px;color:var(--ink)}.dash-card.in b{color:#1a8f4c}.dash-card.out b{color:#d13b3b}.dash-card.bal b{color:var(--blue)}.dash-cat{display:flex;flex-direction:column;gap:9px;margin-bottom:20px}.cat-row{display:grid;grid-template-columns:80px 1fr 60px;align-items:center;gap:10px;font-size:11.5px;color:var(--ink-soft)}.cat-row .bar{background:var(--paper-dim);border-radius:6px;height:7px;overflow:hidden}.cat-row .bar i{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--cyan-glow));border-radius:6px}.cat-row b{text-align:right;color:var(--ink);font-weight:600}.dash-list{border-top:1px solid #e7ecf3;padding-top:12px;display:flex;flex-direction:column;gap:9px}.dash-item{display:flex;justify-content:space-between;font-size:12.5px;color:var(--ink-soft)}.dash-item b.neg{color:#d13b3b;font-weight:600}.steps-section{background:var(--navy-deep);color:#eaf1ff}.steps-section .section-title{color:#fff}.steps-section .section-lead{color:#a9bbdd}.steps-section .tag-row{color:var(--cyan-glow)}.steps-section .tag-row:before{background:var(--cyan-glow)}.steps-grid{margin-top:48px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.step{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:3px 18px;padding:24px 18px;position:relative}.step .num{font-family:Space Grotesk,sans-serif;font-size:34px;font-weight:700;color:transparent;-webkit-text-stroke:1.4px var(--cyan-glow);margin-bottom:14px}.step h3{font-size:15.5px;font-weight:700;color:#fff}.step p{margin-top:8px;font-size:13.5px;color:#a9bbdd}.closing{background:linear-gradient(135deg,var(--navy) 0%,var(--blue) 130%);color:#fff;text-align:center;padding:90px 24px}.closing h2{font-size:clamp(26px,4vw,42px);font-weight:700;max-width:720px;margin:0 auto}.closing p{margin-top:16px;color:#dbe7ff;font-size:16px}.closing .btn-primary{margin-top:30px;display:inline-flex;background:#fff;color:var(--navy);box-shadow:0 10px 30px #00000040}footer{background:var(--navy-deep);color:#8ca0c4;padding:40px 0}.footer-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:18px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{height:38px;filter:brightness(0) invert(1) opacity(.9)}.footer-brand span{font-size:13px;color:#8ca0c4}footer .legal{font-size:12.5px;line-height:1.6}footer a.wa{color:var(--cyan-glow);font-weight:600}@media (max-width:860px){.nav-links{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:var(--navy-deep);border-bottom:1px solid rgba(255,255,255,.1)}.nav-links.open{display:flex}.nav-links a{padding:14px 24px;border-top:1px solid rgba(255,255,255,.06)}.nav-cta-mobile{display:block;background:var(--blue);color:#fff!important;font-weight:700;margin:12px 24px;padding:12px 18px;border-radius:3px 10px;text-align:center;border-top:none}.nav-inner .nav-cta{display:none}.nav-toggle{display:flex}.hero-inner{grid-template-columns:1fr}.hero-visual{margin-top:20px;order:-1}.hero-badge{left:calc(50% - 150px)}.about-grid{grid-template-columns:1fr}.about-visual{order:-1}.pillars{grid-template-columns:1fr}.product-shell{padding:28px}.product-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr 1fr}.footer-inner{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.steps-grid{grid-template-columns:1fr}}
