.page-toc{position:fixed;left:24px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:6px;opacity:0;pointer-events:none;transition:opacity .3s;z-index:50}.page-toc.visible{opacity:1;pointer-events:auto}.page-toc a{font-size:.9rem;color:var(--text-muted);padding:6px 12px;border-left:2px solid transparent;transition:color .2s,border-color .2s;text-decoration:none}.page-toc a:hover{color:var(--text);text-decoration:none}.page-toc a.active{color:var(--brand-start);border-left-color:var(--brand-start)}@media(max-width:1300px){.page-toc{display:none}}.hero{padding:120px 0 80px;text-align:center}.hero h1{font-size:3.5rem;font-weight:800;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:20px;line-height:1.1}.subtitle{font-size:1.25rem;color:var(--text-muted);max-width:620px;margin:0 auto 32px;line-height:1.7}.hero-cta{margin-bottom:16px}.hero-meta{font-size:.85rem;color:var(--text-muted);margin-top:16px}.hero-demo{margin-top:48px;display:flex;justify-content:center}.demo-window{width:100%;max-width:580px;border-radius:12px;overflow:hidden;border:1px solid var(--border);background:var(--bg-surface);box-shadow:0 20px 60px #00000026}.demo-titlebar{display:flex;align-items:center;gap:8px;padding:12px 16px;background:var(--bg-elevated);border-bottom:1px solid var(--border)}.dot{width:12px;height:12px;border-radius:50%}.dot.red{background:#ff5f57}.dot.yellow{background:#ffbd2e}.dot.green{background:#28c840}.demo-app{margin-left:8px;font-size:.8rem;color:var(--text-muted)}.demo-content{padding:24px;min-height:280px;height:280px;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:16px}.demo-app-context{width:100%;font-size:.85rem}.ctx-mail .ctx-field{padding:4px 0;color:var(--text-muted);border-bottom:1px solid var(--border)}.ctx-mail .ctx-field span{color:var(--text-muted);font-weight:600;margin-right:8px}.ctx-mail .ctx-divider{height:8px}.ctx-slack-header{margin-bottom:8px}.ctx-slack-channel{font-weight:700;font-size:.9rem}.ctx-slack-msg{display:flex;gap:8px;align-items:flex-start}.ctx-slack-avatar{width:28px;height:28px;border-radius:4px;background:#4a154b;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;flex-shrink:0}.ctx-slack-msg strong{font-size:.85rem}.ctx-slack-msg p{color:var(--text-muted);font-size:.85rem;margin-top:2px}.ctx-time{color:var(--text-muted);font-size:.75rem;margin-left:6px}.ctx-notes-title{font-weight:700;font-size:1rem;margin-bottom:6px}.ctx-notes-body{color:var(--text-muted);font-size:.85rem;line-height:1.5}.ctx-docs-toolbar{font-size:.8rem;color:var(--text-muted);padding:6px 0;border-bottom:1px solid var(--border);margin-bottom:8px}.ctx-docs-body{color:var(--text-muted);font-size:.85rem;line-height:1.5}.ctx-chat{display:flex;flex-direction:column;gap:8px}.ctx-chat-bubble{padding:8px 12px;border-radius:12px;font-size:.85rem;max-width:85%;line-height:1.4}.ctx-chat-bubble.user{background:var(--bg-elevated);align-self:flex-end}.ctx-chat-bubble.ai{background:#a855f71a;border:1px solid rgba(168,85,247,.2);align-self:flex-start}.demo-phase{width:100%}.demo-status{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:12px}.demo-status.refining{color:var(--brand-start)}.floating-pill{display:inline-flex;align-items:center;gap:14px;background:#1a1a1a;border:1px solid #333;border-radius:50px;padding:12px 24px;box-shadow:0 8px 32px #0006;transform:scale(.75);transform-origin:center}.rec-dot{width:12px;height:12px;border-radius:50%;background:#ff2d92;animation:pulse 1s ease-in-out infinite;box-shadow:0 0 6px #ff2d9280}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.pill-label{font-size:.9rem;font-weight:600;color:#fff;letter-spacing:.02em}.pill-dots{display:flex;align-items:center;gap:4px}.pill-dots span{width:5px;height:5px;border-radius:50%;background:#e65959;animation:dotPulse 1.4s ease-in-out infinite}.pill-dots span:nth-child(1){animation-delay:0s}.pill-dots span:nth-child(2){animation-delay:.12s}.pill-dots span:nth-child(3){animation-delay:.24s}.pill-dots span:nth-child(4){animation-delay:.36s}.pill-dots span:nth-child(5){animation-delay:.48s}.pill-dots span:nth-child(6){animation-delay:.6s}.pill-dots span:nth-child(7){animation-delay:.72s}.pill-dots span:nth-child(8){animation-delay:.84s}.pill-dots span:nth-child(9){animation-delay:.96s}.pill-dots span:nth-child(10){animation-delay:1.08s}@keyframes dotPulse{0%,to{opacity:.25}50%{opacity:1}}.pill-timer{font-size:.9rem;font-weight:500;color:#fff;font-variant-numeric:tabular-nums}.refine-icon{font-size:1rem;color:#a855f7;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pill-dots.purple span{background:#a855f7}.demo-raw{font-size:.95rem;color:var(--text-muted);line-height:1.6;font-style:italic}.demo-polished{font-size:.95rem;color:var(--text);line-height:1.6}section{padding:80px 0}section+section{border-top:1px solid var(--border)}h2{font-size:2rem;text-align:center;margin-bottom:16px}.section-subtitle{text-align:center;color:var(--text-muted);max-width:600px;margin:0 auto 48px;font-size:1.05rem;line-height:1.7}.pillars-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:48px}.pillar-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:32px}.pillar-icon{margin-bottom:12px;color:var(--brand-start)}.pillar-card h3{font-size:1.3rem;margin-bottom:4px}.pillar-tagline{color:var(--brand-start);font-size:.95rem;font-weight:500;margin-bottom:16px}.pillar-card ul{list-style:none;display:flex;flex-direction:column;gap:10px}.pillar-card li{font-size:.95rem;color:var(--text-muted);line-height:1.5;padding-left:20px;position:relative}.pillar-card li:before{content:"→";position:absolute;left:0;color:var(--brand-start)}.modes-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:48px}.mode-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px}.mode-icon{margin-bottom:12px;color:var(--brand-start)}.mode-card h3{font-size:1.15rem;margin-bottom:8px}.mode-card>p{color:var(--text-muted);font-size:.95rem;line-height:1.6;margin-bottom:16px}.mode-card ul{list-style:none;display:flex;flex-direction:column;gap:6px}.mode-card li{font-size:.9rem;color:var(--text-muted)}.mode-card li:before{content:"→ ";color:var(--brand-start)}.screen-demo{display:flex;justify-content:center;margin-top:40px}.screen-demo-window{width:100%;max-width:580px;border-radius:12px;overflow:hidden;border:1px solid var(--border);background:var(--bg-surface);box-shadow:0 20px 60px #00000026}.screen-demo-body{padding:24px;min-height:220px;height:220px;overflow:hidden;display:flex;flex-direction:column;gap:16px}.screen-error code{display:block;background:#e659591a;border:1px solid rgba(230,89,89,.3);border-radius:8px;padding:12px 16px;font-size:.85rem;color:var(--brand-end);font-family:SF Mono,Menlo,monospace}.screen-error .settings-ui{display:block;background:var(--bg-elevated);border:1px solid var(--border);border-radius:8px;padding:12px 16px;font-size:.9rem;color:var(--text)}.ask-bubble{display:inline-flex;align-items:center;gap:8px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:20px;padding:8px 16px;font-size:.9rem}.ask-icon{font-size:1rem}.ask-text{color:var(--text);min-height:1.2em}.response-bubble{background:linear-gradient(135deg,#f2804d14,#e6595914);border:1px solid rgba(242,128,77,.2);border-radius:12px;padding:14px 18px;animation:slideUp .3s ease}.response-text{font-size:.9rem;line-height:1.6;color:var(--text)}.response-text strong{color:var(--brand-start);font-family:SF Mono,Menlo,monospace;font-size:.85rem}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px;text-align:center}.step-num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--gradient);color:#fff;font-weight:700;font-size:1.1rem;margin-bottom:16px}.step h3{margin-bottom:8px}.step p{color:var(--text-muted);font-size:.95rem}.privacy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.privacy-item{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.privacy-item strong{display:block;margin-bottom:6px}.privacy-item p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.per-app-demo{max-width:650px;margin:0 auto;height:480px}.per-app-input{display:flex;align-items:center;gap:10px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px 20px;margin-bottom:20px;min-height:56px}.per-app-mic{font-size:1.2rem;flex-shrink:0}.per-app-spoken{font-size:.95rem;color:var(--text-muted);font-style:italic;line-height:1.5}.per-app-results{display:flex;flex-direction:column;gap:12px}.app-result{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px 20px;animation:slideUp .3s ease}.app-result-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.app-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--brand-start)}.app-style{font-size:.75rem;color:var(--text-muted);background:var(--bg-elevated);border-radius:4px;padding:2px 8px}.app-result p{font-size:.95rem;line-height:1.5}.app-result p.raw{color:var(--text-muted);font-family:SF Mono,Menlo,monospace;font-size:.9rem}.habit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:40px}.habit-item{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.habit-item strong{display:block;margin-bottom:6px}.habit-item p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.habit-cta{text-align:center}.habit-cta p{color:var(--text-muted);font-size:.9rem;margin-top:12px}.tier-comparison{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:750px;margin:0 auto 24px}.tier-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:32px;text-align:left;position:relative}.tier-card.pro{border-color:var(--brand-start);box-shadow:0 0 0 1px var(--brand-start),0 8px 32px #f2804d1a}.tier-badge{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background:var(--bg-elevated);padding:4px 10px;border-radius:4px;display:inline-block;margin-bottom:12px}.tier-badge.pro-badge{background:var(--gradient);color:#fff}.tier-card h3{font-size:1.2rem;margin-bottom:4px}.tier-price{font-size:1.5rem;font-weight:800;margin-bottom:20px}.tier-price span{font-size:.9rem;font-weight:400;color:var(--text-muted)}.tier-card ul{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.tier-card li{font-size:.9rem;line-height:1.4;padding-left:22px;position:relative}.tier-card li.included{color:var(--text)}.tier-card li.excluded{color:var(--text-muted);opacity:.5}.tier-card li.included:before{content:"✓";position:absolute;left:0;color:var(--brand-start);font-weight:700}.tier-card li.excluded:before{content:"—";position:absolute;left:0}.tier-card .btn{width:100%;justify-content:center}.tier-note{text-align:center;color:var(--text-muted);font-size:.9rem}.final-cta{text-align:center;padding:100px 0}.final-cta h2{margin-bottom:24px}@media(max-width:640px){.hero h1{font-size:2.25rem}.subtitle{font-size:1.05rem}.pillars-grid{grid-template-columns:1fr}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}
