:root{--black:#000;--navy:#0a0e1a;--navy-light:#12182a;--surface:#12182ab8;--surface-border:#ffffff14;--text:#f0f2f7;--text-muted:#8b93a8;--text-dim:#5c6478;--blue:#3b8bff;--blue-bright:#5ca3ff;--blue-glow:#3b8bff59;--magenta:#c44dff;--royal-blue:#2563eb;--popover-bg:#1c1c1e;--font:Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif;--max-width:1120px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font);background:var(--black);color:var(--text);min-height:100vh;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}.site-header{z-index:100;backdrop-filter:blur(12px);background:linear-gradient(#000000d9,#0000);padding:16px 0;position:fixed;top:0;left:0;right:0}.header-inner{justify-content:space-between;align-items:center;display:flex}.brand{align-items:center;gap:10px;display:flex}.brand-icon{border-radius:8px;width:32px;height:32px}.brand-name{font-size:15px;font-weight:600}.header-cta{border:1px solid var(--surface-border);background:#ffffff14;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;display:inline-flex}.header-cta:hover{background:#ffffff1f}.hero{align-items:center;min-height:92vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg img{object-fit:cover;object-position:center 40%;width:100%;height:100%}.hero-overlay{background:linear-gradient(#0000008c,#0000004d 40%,#000000d9);position:absolute;inset:0}.hero-content{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:48px;padding:140px 0 80px;display:grid;position:relative}.hero-text{-webkit-backdrop-filter:blur(28px)saturate(1.2);background:#04060e7a;border:1px solid #ffffff1f;border-radius:16px;max-width:520px;padding:28px 32px;box-shadow:0 12px 40px #00000073}.hero-text h1{letter-spacing:-.03em;margin-bottom:20px;font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700;line-height:1.1}.hero-text .lead{color:#f0f2f7;max-width:440px;margin-bottom:12px;font-size:1.125rem}.hero-text .lead-note{color:#d8dce6;max-width:440px;margin-bottom:28px;font-size:.95rem;line-height:1.45}.btn-primary{color:#fff;background:linear-gradient(135deg, var(--blue), #2d6fd4);box-shadow:0 0 24px var(--blue-glow);border-radius:10px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;display:inline-flex}.btn-primary:hover{transform:translateY(-1px)}.btn-note{color:#d8dce6;margin-top:12px;font-size:13px;display:block}.btn-note a{color:inherit;text-underline-offset:3px;text-decoration:underline}.btn-note a:hover{color:#fff}.demo-wrapper{flex-direction:column;align-items:flex-end;display:flex}.menubar-mock{background:#1e1e1eeb;border:1px solid #ffffff0f;border-bottom:none;border-radius:6px 6px 0 0;justify-content:flex-end;gap:16px;width:fit-content;margin-left:auto;padding:6px 12px;display:flex}.menubar-icons{align-items:center;gap:14px;display:flex}.menubar-icon{opacity:.85;width:18px;height:18px}.menubar-icon.active{opacity:1}.menubar-icon img{filter:invert();width:18px;height:18px;display:block}.popover-mock{background:var(--popover-bg);border:1px solid #ffffff1a;border-radius:10px;width:320px;margin-left:auto;overflow:hidden;box-shadow:0 24px 80px #0009}.popover-header{color:var(--text-muted);border-bottom:1px solid #ffffff0f;padding:12px 16px 8px;font-size:13px;font-weight:600}.popover-list{list-style:none}.popover-row{gap:12px;padding:10px 16px;display:flex}.popover-row.current{background:#2563eb14}.space-badge{width:28px;height:28px;color:var(--text-muted);background:#ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.space-badge.current{background:var(--royal-blue);color:#fff}.space-title{margin-bottom:2px;font-size:14px;font-weight:600}.space-summary{color:var(--text-dim);font-size:12px;line-height:1.45}.popover-footer{border-top:1px solid #ffffff0f;gap:4px;padding:8px 12px;display:flex}.popover-footer button{font-size:11px;font-family:var(--font);color:var(--text-muted);background:0 0;border:none;border-radius:5px;flex:1;padding:6px 8px;font-weight:500}.section{padding:100px 0}.section-alt{background:var(--navy)}.section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--blue-bright);margin-bottom:12px;font-size:12px;font-weight:600}.section h2{letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700}.section p{color:var(--text-muted);max-width:560px;font-size:1.0625rem;line-height:1.7}.steps{grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px;display:grid}.step{background:var(--surface);border:1px solid var(--surface-border);border-radius:12px;padding:28px}.step-number{width:32px;height:32px;color:var(--blue-bright);background:#3b8bff1f;border-radius:8px;justify-content:center;align-items:center;margin-bottom:16px;font-size:14px;font-weight:700;display:inline-flex}.step h3{margin-bottom:8px;font-size:16px;font-weight:600}.step p{color:var(--text-dim);max-width:none;font-size:14px}.privacy-card{background:var(--surface);border:1px solid var(--surface-border);border-left:3px solid var(--magenta);border-radius:12px;margin-top:32px;padding:28px 32px}.privacy-card p{max-width:none;font-size:15px}.cta-section{text-align:center;padding:100px 0 120px;position:relative;overflow:hidden}.cta-glow{filter:blur(120px);opacity:.15;pointer-events:none;border-radius:50%;width:500px;height:500px;position:absolute}.cta-glow-blue{background:var(--blue);top:-100px;left:20%}.cta-glow-magenta{background:var(--magenta);bottom:-100px;right:20%}.cta-section h2{margin-bottom:16px;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;position:relative}.cta-section p{color:var(--text-muted);margin-bottom:32px;font-size:1.0625rem;position:relative}.cta-section .btn-primary{position:relative}.site-footer{border-top:1px solid var(--surface-border);text-align:center;padding:32px 0}.site-footer p{color:var(--text-dim);font-size:13px}.site-footer a{color:var(--text-muted)}@media (width<=900px){.hero-content{grid-template-columns:1fr;gap:56px;padding-top:120px}.hero-text{text-align:center}.hero-text .lead{margin-left:auto;margin-right:auto}.demo-wrapper{align-items:center}.menubar-mock,.popover-mock{margin-left:0;margin-right:0}.steps{grid-template-columns:1fr}}@media (width<=480px){.popover-mock{width:100%;max-width:320px}.header-cta{display:none}}.legal-page{padding:120px 0 64px}.legal{max-width:720px}.legal h1{letter-spacing:-.02em;margin-bottom:8px;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700}.legal h2{letter-spacing:-.01em;margin:36px 0 12px;font-size:1.25rem;font-weight:650}.legal h3{margin:24px 0 10px;font-size:1.05rem;font-weight:600}.legal p,.legal li{color:var(--text-muted);font-size:15px;line-height:1.7}.legal p+p,.legal ul+p,.legal p+ul{margin-top:12px}.legal ul,.legal ol{padding-left:1.25rem}.legal li+li{margin-top:6px}.legal a{color:var(--blue-bright);text-underline-offset:2px;text-decoration:underline}.legal-meta{color:var(--text-dim);margin-bottom:24px;font-size:13px}.legal-toc{margin:12px 0 8px}.legal strong{color:var(--text);font-weight:600}.footer-nav{justify-content:center;gap:16px;margin-top:10px;font-size:13px;display:flex}.footer-nav a{color:var(--text-muted);text-decoration:none}.footer-nav a:hover,.footer-nav a[aria-current=page]{color:var(--text)}
