*,*: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;background:var(--m-accent);border-radius:8px;display:flex;align-items:center;justify-content:center}.m-nav-logo-icon svg{width:16px;height:16px;fill:#fff}.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:8rem 2rem 5rem;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-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}.m-feature-icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:#ff6b3514;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-users{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.m-user-tag{display:inline-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:.88rem;font-weight:500;color:var(--m-text-muted);transition:border-color .2s,color .2s}.m-user-tag:hover{border-color:var(--m-accent);color:var(--m-text)}.m-user-tag svg{width:16px;height:16px;stroke:var(--m-accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.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:var(--m-surface);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-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)}@media(max-width:768px){.m-nav{padding:0 1rem}.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-footer-inner{flex-direction:column;text-align:center}}@media(max-width:480px){.m-hero h1{font-size:1.7rem}.m-hero-sub{font-size:1rem}.m-section-title{font-size:1.4rem}}
