*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--m-bg: #0c0c10;--m-panel: #141419;--m-surface: #1a1a24;--m-surface-hover: #22222e;--m-border: #222230;--m-accent: #ff6b35;--m-accent-glow: rgba(255,107,53,.25);--m-accent-dim: #cc5529;--m-text: #e4e4ec;--m-text-muted: #9898a8;--m-text-dim: #6e6e82;--m-radius: 12px;--m-max-w: 1120px}html{scroll-behavior:smooth}body{font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--m-bg);color:var(--m-text);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.m-nav{position:fixed;top:0;left:0;right:0;height:60px;background:#0c0c10d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--m-border);display:flex;align-items:center;justify-content:space-between;padding:0 2rem;z-index:100}.m-nav-logo{font-family:IBM Plex Mono,monospace;font-weight:700;font-size:1.1rem;display:flex;align-items:center;gap:.6rem;letter-spacing:-.5px}.m-nav-logo-icon{width:30px;height:30px;border-radius:8px;object-fit:contain}.m-nav-logo-wordmark{height:29px;width:auto;object-fit:contain}.m-nav-links{display:flex;align-items:center;gap:2rem}.m-nav-links a{font-size:.88rem;font-weight:500;color:var(--m-text-muted);transition:color .15s}.m-nav-links a:hover{color:var(--m-text)}.m-nav-cta{padding:.5rem 1.1rem;background:var(--m-accent);color:#fff!important;border-radius:8px;font-weight:600;font-size:.85rem;transition:background .15s,box-shadow .15s}.m-nav-cta:hover{background:var(--m-accent-dim);box-shadow:0 4px 20px var(--m-accent-glow)}.m-section{padding:5rem 2rem}.m-container{max-width:var(--m-max-w);margin:0 auto}.m-section-title{font-size:1.8rem;font-weight:700;margin-bottom:.6rem;letter-spacing:-.5px}.m-section-sub{font-size:1rem;color:var(--m-text-muted);max-width:560px;margin-bottom:3rem}.m-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:6rem 2rem 2rem;position:relative;overflow:hidden}.m-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,107,53,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,107,53,.03) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 70% 60% at 50% 40%,black 20%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 40%,black 20%,transparent 70%)}.m-hero-content{position:relative;z-index:1;max-width:720px}.m-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem 1rem;background:var(--m-surface);border:1px solid var(--m-border);border-radius:100px;font-size:.78rem;font-weight:500;color:var(--m-text-muted);margin-bottom:2rem}.m-hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--m-accent)}.m-hero h1{font-size:clamp(2.4rem,5vw,3.6rem);font-weight:700;line-height:1.1;letter-spacing:-1.5px;margin-bottom:1.25rem}.m-hero h1 .m-accent{color:var(--m-accent)}.m-hero-sub{font-size:1.15rem;color:var(--m-text-muted);line-height:1.7;max-width:520px;margin:0 auto 2.5rem}.m-hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.m-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.5rem;border-radius:10px;font-family:IBM Plex Sans,sans-serif;font-size:.92rem;font-weight:600;border:none;cursor:pointer;transition:all .15s ease}.m-btn-primary{background:var(--m-accent);color:#fff}.m-btn-primary:hover{background:var(--m-accent-dim);box-shadow:0 6px 24px var(--m-accent-glow)}.m-btn-primary svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.m-btn-secondary{background:var(--m-surface);color:var(--m-text-muted);border:1px solid var(--m-border)}.m-btn-secondary:hover{background:var(--m-surface-hover);color:var(--m-text);border-color:var(--m-text-dim)}.m-hero-mockup{margin-top:3rem;perspective:1200px;position:relative}.m-hero-mockup:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(ellipse at center,var(--m-accent-glow) 0%,transparent 60%);pointer-events:none;z-index:-1}.m-hero-browser{border-radius:var(--m-radius);overflow:hidden;border:1px solid var(--m-border);transform:rotateX(2deg);transform-origin:center bottom;mask-image:linear-gradient(to bottom,black 70%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 70%,transparent 100%)}.m-hero-browser-bar{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#1a1a24;border-bottom:1px solid var(--m-border)}.m-hero-browser-dots{display:flex;gap:6px}.m-hero-browser-dots span{width:10px;height:10px;border-radius:50%;background:var(--m-border)}.m-hero-browser-dots span:first-child{background:#ff5f57}.m-hero-browser-dots span:nth-child(2){background:#ffbd2e}.m-hero-browser-dots span:last-child{background:#28c840}.m-hero-browser-url{font-family:IBM Plex Mono,monospace;font-size:.72rem;color:var(--m-text-dim);background:#ffffff0a;padding:.2rem .75rem;border-radius:6px;flex:1;max-width:240px}.m-hero-browser-img{display:block;width:100%;height:auto}.m-video-wrap{position:relative;width:100%;max-width:720px;margin:0 auto 3rem;aspect-ratio:16 / 9;border-radius:var(--m-radius);overflow:hidden;border:1px solid var(--m-border)}.m-video-wrap iframe{position:absolute;inset:0;width:100%;height:100%}.m-video-facade{position:absolute;inset:0;cursor:pointer}.m-video-facade img{width:100%;height:100%;object-fit:cover}.m-video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;border:none;background:var(--m-accent);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px var(--m-accent-glow);transition:transform .2s ease,box-shadow .2s ease}.m-video-play:hover{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 6px 30px #ff6b3566}.m-video-play svg{width:22px;height:22px;margin-left:2px}.m-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.m-step{background:var(--m-surface);border:1px solid var(--m-border);border-radius:var(--m-radius);padding:2rem;transition:border-color .2s}.m-step:hover{border-color:var(--m-accent)}.m-step-num{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#ff6b351a;color:var(--m-accent);font-family:IBM Plex Mono,monospace;font-weight:700;font-size:.9rem;margin-bottom:1rem}.m-step-icon{width:44px;height:44px;margin-bottom:1rem;color:var(--m-text-dim)}.m-step-icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.m-step h3{font-size:1.05rem;font-weight:700;margin-bottom:.5rem}.m-step p{font-size:.88rem;color:var(--m-text-muted);line-height:1.6}.m-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.m-feature{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:var(--m-surface);border:1px solid var(--m-border);border-radius:var(--m-radius);transition:border-color .2s}.m-feature:hover{border-color:#ff6b3566;border-top-color:var(--m-accent)}.m-feature-icon{flex-shrink:0;width:48px;height:48px;border-radius:12px;background:#ff6b351f;display:flex;align-items:center;justify-content:center}.m-feature-icon svg{width:20px;height:20px;stroke:var(--m-accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.m-feature h4{font-size:.95rem;font-weight:600;margin-bottom:.3rem}.m-feature p{font-size:.82rem;color:var(--m-text-muted);line-height:1.5}.m-feature-showcase{max-width:900px;margin:0 auto 3rem}.m-feature-showcase .m-hero-browser{transform:none;mask-image:none;-webkit-mask-image:none}.m-feature-showcase-caption{text-align:center;font-size:.8rem;color:var(--m-text-dim);margin-top:1rem}.m-users{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem;margin-top:2rem}.m-user-card{text-align:center;padding:1.5rem 1rem;background:var(--m-surface);border:1px solid var(--m-border);border-radius:var(--m-radius);transition:border-color .2s}.m-user-card:hover{border-color:var(--m-accent)}.m-user-card svg{width:24px;height:24px;stroke:var(--m-accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;margin-bottom:.75rem}.m-user-card h4{font-size:.88rem;font-weight:600;margin-bottom:.35rem}.m-user-card p{font-size:.78rem;color:var(--m-text-muted);line-height:1.5}.m-users-text{font-size:1rem;color:var(--m-text-muted);max-width:600px;line-height:1.7}.m-cta-banner{text-align:center;padding:4rem 2rem;background:radial-gradient(ellipse at center,rgba(255,107,53,.06) 0%,var(--m-surface) 70%);border-top:1px solid var(--m-border);border-bottom:1px solid var(--m-border)}.m-cta-banner h2{font-size:1.6rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.5px}.m-cta-banner p{color:var(--m-text-muted);margin-bottom:2rem;font-size:1rem}.m-cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.m-footer{padding:2.5rem 2rem;border-top:1px solid var(--m-border);font-size:.82rem;color:var(--m-text-dim)}.m-footer-inner{max-width:var(--m-max-w);margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.m-footer-links{display:flex;gap:1.5rem}.m-footer-links a{color:var(--m-text-dim);transition:color .15s}.m-footer-links a:hover{color:var(--m-text-muted)}.m-demo{padding:5rem 2rem;background:var(--m-surface)}.m-demo .m-section-sub{margin-bottom:2.5rem}.m-demo-viewer{display:flex;max-width:var(--m-max-w);margin:0 auto;aspect-ratio:16 / 9;min-height:500px;border-radius:var(--m-radius);overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#0e1117}.m-demo-photo-panel{position:relative;width:50%;display:flex;align-items:center;justify-content:center;background:#0e1117;border-right:1px solid rgba(255,255,255,.08);overflow:hidden}.m-demo-photo-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.m-demo-photo{max-width:100%;max-height:100%;object-fit:contain;opacity:0;transition:opacity .3s ease}.m-demo-photo.loaded{opacity:1}.m-demo-spinner{display:none;position:absolute;width:28px;height:28px;border:3px solid rgba(255,255,255,.1);border-top-color:var(--m-accent);border-radius:50%;animation:m-demo-spin .8s linear infinite}.m-demo-spinner.active{display:block}@keyframes m-demo-spin{to{transform:rotate(360deg)}}.m-demo-placeholder{display:none;position:absolute;color:var(--m-text-dim);font-size:.85rem}.m-demo-placeholder.show{display:block}.m-demo-nav{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:none;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;z-index:2}.m-demo-nav:hover{background:#000000b3}.m-demo-nav svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.m-demo-nav-prev{left:12px}.m-demo-nav-next{right:12px}.m-demo-info{position:absolute;bottom:0;left:0;right:0;padding:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column;font-size:.78rem;color:var(--m-text-muted);z-index:2}.m-demo-caption{padding:.45rem 1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600;color:var(--m-text);border-bottom:1px solid rgba(255,255,255,.06)}.m-demo-meta{display:flex;align-items:center;padding:.35rem 1rem;gap:0;white-space:nowrap;overflow:hidden;font-family:IBM Plex Mono,monospace;font-size:.65rem;color:var(--m-text-dim)}.m-demo-meta-item{display:inline-flex;align-items:center;gap:5px}.m-demo-meta-item svg{width:12px;height:12px;flex-shrink:0;stroke:var(--m-text-dim)}.m-demo-meta-bearing{color:var(--m-accent)}.m-demo-meta-bearing svg{stroke:var(--m-accent)}.m-demo-meta-sep{display:inline-block;margin:0 8px;color:#fff3}.m-demo-meta-sep:before{content:"|"}.m-demo-map-panel{width:50%;position:relative}.m-demo-map{width:100%;height:100%}.m-workflow{padding:2.5rem 2rem;background:var(--m-bg)}.m-workflow-bar{display:flex;align-items:center;justify-content:center;gap:0;max-width:700px;margin:0 auto}.m-workflow-node{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:var(--m-surface);border:1px solid var(--m-border);border-radius:100px;font-size:.85rem;font-weight:500;color:var(--m-text-muted);white-space:nowrap;flex-shrink:0}.m-workflow-node svg{width:16px;height:16px;stroke:var(--m-accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.m-workflow-line{flex:1;height:2px;min-width:30px;background:var(--m-border);position:relative;overflow:hidden}.m-workflow-pulse{position:absolute;top:0;left:-40%;width:40%;height:100%;background:linear-gradient(90deg,transparent,var(--m-accent),transparent);animation:m-workflow-flow 2.5s ease-in-out infinite}@keyframes m-workflow-flow{0%{left:-40%}to{left:100%}}.m-faq-section{background:var(--m-bg)}.m-faq-section .m-section-title{text-align:center;margin-bottom:2.5rem}.m-faq{max-width:720px;margin:0 auto}.m-faq-item{border-bottom:1px solid var(--m-border)}.m-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;background:none;border:none;cursor:pointer;font-family:IBM Plex Sans,sans-serif;font-size:.95rem;font-weight:600;color:var(--m-text);text-align:left}.m-faq-question svg{width:18px;height:18px;stroke:var(--m-text-dim);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;transition:transform .3s ease}.m-faq-item.active .m-faq-question svg{transform:rotate(180deg)}.m-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.m-faq-answer p{padding:0 0 1.25rem;font-size:.88rem;color:var(--m-text-muted);line-height:1.7}.m-reveal{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease;transition-delay:var(--m-delay, 0ms)}.m-reveal.m-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.m-reveal{opacity:1;transform:none;transition:none}}@media(max-width:768px){.m-demo-viewer{flex-direction:column;aspect-ratio:auto;min-height:auto}.m-demo-photo-panel{width:100%;height:50vw;min-height:220px;border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}.m-demo-map-panel{width:100%;height:50vw;min-height:220px}.m-nav{padding:0 1rem}.m-nav-logo-wordmark{display:none}.m-nav-links a:not(.m-nav-cta){display:none}.m-hero{padding:7rem 1.25rem 3rem;min-height:auto}.m-hero h1{font-size:2rem}.m-section{padding:3.5rem 1.25rem}.m-steps,.m-features{grid-template-columns:1fr}.m-hero-actions{flex-direction:column;align-items:center}.m-hero-mockup{margin-top:2rem;perspective:none}.m-hero-browser{transform:none}.m-footer-inner{flex-direction:column;text-align:center}.m-users{grid-template-columns:repeat(2,1fr)}.m-users .m-user-card:last-child{grid-column:1 / -1;max-width:50%;justify-self:center}.m-workflow-bar{flex-direction:column;gap:0}.m-workflow-line{width:2px;height:24px;min-width:unset;flex:none}.m-workflow-pulse{width:100%;height:40%;left:0;top:-40%;background:linear-gradient(180deg,transparent,var(--m-accent),transparent);animation:m-workflow-flow-v 2.5s ease-in-out infinite}@keyframes m-workflow-flow-v{0%{top:-40%}to{top:100%}}}@media(max-width:480px){.m-hero h1{font-size:1.7rem}.m-hero-sub{font-size:1rem}.m-section-title{font-size:1.4rem}.m-users{grid-template-columns:1fr}.m-users .m-user-card:last-child{max-width:100%}}
