:root{color-scheme:light;--bg: #fbfcff;--surface: #ffffff;--surface-hover: #f3f7fb;--text-main: #09090b;--text-muted: #52525b;--text-tertiary: #a1a1aa;--border-light: rgba(0, 0, 0, .08);--border-dark: rgba(0, 0, 0, .15);--accent: #111827;--blue: #3b82f6;--blue-soft: #eff6ff;--blue-border: #bfdbfe;--blue-text: #1d4ed8;--green: #22c55e;--green-soft: #ecfdf5;--green-border: #bbf7d0;--green-text: #047857;--amber: #f59e0b;--amber-soft: #fffbeb;--amber-border: #fde68a;--amber-text: #92400e;--indigo: #6366f1;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .04), 0 2px 4px -2px rgba(0, 0, 0, .04);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .04), 0 4px 6px -4px rgba(0, 0, 0, .04);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica Neue,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:all .2s ease}p,h1,h2,h3{margin:0}img,iframe{max-width:100%}.site-header,.site-footer,main{width:min(1140px,100% - 48px);margin:0 auto}.site-header{display:flex;align-items:center;justify-content:space-between;padding:24px 0;margin-bottom:24px}.brand-link{display:flex;align-items:center;gap:10px;font-weight:600;font-size:.95rem;letter-spacing:0}.brand-mark{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;background:var(--accent);color:#fff;font-size:.65rem;font-weight:700;letter-spacing:0}.site-nav{display:flex;align-items:center;gap:28px;color:var(--text-muted);font-size:.9rem;font-weight:500}.site-nav a:hover{color:var(--text-main)}.nav-cta{padding:6px 14px;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border-light);color:var(--text-main);box-shadow:var(--shadow-sm);font-weight:500;font-size:.85rem}.nav-cta:hover{background:var(--surface-hover);border-color:var(--border-dark)}.hero-section{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding:64px 0 96px}.hero-copy{display:flex;flex-direction:column;gap:20px}.hero-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:-4px}.hero-badges span{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border:1px solid var(--border-light);border-radius:999px;background:var(--surface);color:var(--text-muted);font-size:.78rem;font-weight:600;line-height:1.2;box-shadow:var(--shadow-sm)}.hero-badges span:nth-child(1){background:var(--blue-soft);border-color:var(--blue-border);color:var(--blue-text)}.hero-badges span:nth-child(2){background:var(--green-soft);border-color:var(--green-border);color:var(--green-text)}.hero-badges span:nth-child(3){background:var(--amber-soft);border-color:var(--amber-border);color:var(--amber-text)}.eyebrow{display:inline-block;color:var(--text-tertiary);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:-8px}h1{font-size:3.5rem;line-height:1.1;font-weight:600;letter-spacing:0;color:var(--text-main)}.hero-subtitle{color:var(--text-muted);font-size:1.15rem;line-height:1.6;max-width:560px}.hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:12px}.button{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 20px;border-radius:var(--radius-sm);font-weight:500;font-size:.9rem;transition:all .15s ease;cursor:pointer}.button-primary{background:var(--accent);color:#fff;border:1px solid transparent;box-shadow:0 1px 2px #0000001a,inset 0 1px #ffffff1a}.button-primary:hover{background:#1e293b;box-shadow:0 2px 4px #00000026}.button-secondary{background:var(--surface);color:var(--text-main);border:1px solid var(--border-light);box-shadow:var(--shadow-sm)}.button-secondary:hover{background:var(--surface-hover);border-color:var(--border-dark)}.hero-proof{display:grid;gap:10px;margin-top:4px;padding-top:20px;border-top:1px solid var(--border-light);color:var(--text-muted);font-size:.9rem;line-height:1.45}.hero-proof strong{color:var(--text-main);font-weight:600}.demo-panel{background:var(--surface);border:1px solid var(--blue-border);border-radius:var(--radius-lg);box-shadow:0 18px 36px #0f172a14;overflow:hidden;display:flex;flex-direction:column;align-self:stretch}.demo-toolbar{display:flex;align-items:center;gap:8px;height:48px;padding:0 20px;background:#f8fbff;border-bottom:1px solid var(--border-light)}.demo-toolbar span{width:10px;height:10px;border-radius:50%;background:#e4e4e7}.demo-toolbar span:nth-child(1){background:#fca5a5}.demo-toolbar span:nth-child(2){background:#fde047}.demo-toolbar span:nth-child(3){background:#86efac}.demo-toolbar strong{margin-left:auto;margin-right:auto;font-size:.75rem;font-weight:500;color:var(--text-tertiary);transform:translate(-21px)}.demo-stage{display:grid;grid-template-columns:1fr 1fr;min-height:360px;background:#f4f4f5}.video-frame{position:relative;overflow:hidden;background:linear-gradient(180deg,#ffffff8c,#fff0 44%),linear-gradient(140deg,#dbeafe,#f8fafc 48%,#d1d5db)}.after-frame{background:linear-gradient(180deg,#fff9,#fff0 44%),linear-gradient(140deg,#dcfce7,#f8fafc 48%,#dbeafe)}.video-frame+.video-frame{border-left:1px solid var(--border-light)}.frame-label{position:absolute;top:16px;left:16px;z-index:2;padding:4px 10px;border-radius:4px;background:#fffffff2;color:var(--text-main);font-size:.7rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;box-shadow:var(--shadow-sm);border:1px solid rgba(0,0,0,.05)}.road-line{position:absolute;left:50%;bottom:0;width:5px;height:68%;background:#fff9;transform:translate(-50%) skew(-8deg)}.road-line:before,.road-line:after{content:"";position:absolute;bottom:0;width:120px;height:100%;border-left:1px solid rgba(255,255,255,.44);border-right:1px solid rgba(0,0,0,.05)}.road-line:before{right:48px}.road-line:after{left:48px}.vehicle{position:absolute;bottom:30%;width:92px;height:48px;border-radius:6px 6px 4px 4px;background:#1f2937;box-shadow:0 8px 16px #0000001a}.vehicle span{position:absolute;left:50%;bottom:5px;min-width:46px;height:14px;padding:1px 4px;border-radius:2px;background:var(--amber-border);color:#000;font-size:.5rem;font-weight:700;text-align:center;transform:translate(-50%)}.vehicle-right span{background:#e0f2fe;color:transparent;filter:blur(2px);border:none}.vehicle-left{right:16%}.vehicle-right{left:16%}.demo-caption{padding:16px 20px;font-size:.85rem;color:var(--text-muted);text-align:center;background:var(--surface);border-top:1px solid var(--border-light)}.section{padding:96px 0}.trust-block{padding-top:40px}.section-heading{max-width:600px;margin-bottom:48px}.section-heading h2{font-size:2.25rem;line-height:1.15;font-weight:600;letter-spacing:0;color:var(--text-main);margin-top:8px}.steps-grid,.use-case-grid,.trust-section{display:grid;gap:24px}.steps-grid{grid-template-columns:repeat(3,1fr)}.use-case-grid{grid-template-columns:repeat(4,1fr)}.trust-section{grid-template-columns:repeat(2,1fr)}.faq-list{display:grid;grid-template-columns:1fr 1fr;gap:24px}.step-card,.use-case-card,.trust-item,.faq-item{background:var(--surface);border:1px solid var(--border-light);border-top-width:3px;border-radius:var(--radius-md);padding:32px;box-shadow:var(--shadow-sm);transition:all .2s ease}.trust-item:nth-child(1),.step-card:nth-child(2){border-top-color:var(--green)}.trust-item:nth-child(2),.step-card:nth-child(1){border-top-color:var(--blue)}.trust-item:nth-child(3),.use-case-card:nth-child(2){border-top-color:var(--amber)}.trust-item:nth-child(4),.use-case-card:nth-child(4){border-top-color:var(--indigo)}.step-card:hover,.use-case-card:hover,.trust-item:hover,.faq-item:hover{border-color:var(--border-dark);box-shadow:var(--shadow-md)}.step-card span{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;background:var(--blue-soft);color:var(--blue-text);font-weight:600;font-size:.85rem;margin-bottom:20px;border:1px solid var(--blue-border)}.step-card h3,.use-case-card h3,.trust-item h2,.faq-item h3{font-size:1.05rem;font-weight:600;margin-bottom:8px;color:var(--text-main);letter-spacing:0}.step-card p,.use-case-card p,.trust-item p,.faq-item p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.faq-item{padding:28px}.pricing-callout,.waitlist-section{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);padding:72px 0;margin:64px 0}.pricing-callout h2,.waitlist-copy h2{font-size:2.25rem;line-height:1.15;font-weight:600;margin:12px 0 20px;letter-spacing:0}.pricing-callout p,.waitlist-copy p{color:var(--text-muted);font-size:1.05rem;line-height:1.6;margin-bottom:32px}.pricing-callout>p{margin-bottom:0}.waitlist-card{background:#f8fbff;border:1px solid var(--blue-border);border-radius:var(--radius-md);padding:32px;box-shadow:var(--shadow-sm)}.external-form-card{display:grid;gap:16px}.external-form-card h3{font-size:1.25rem;font-weight:600;letter-spacing:0}.external-form-card p{color:var(--text-muted);font-size:.98rem;line-height:1.6;margin:0 0 8px}.fallback-form{display:flex;flex-direction:column;align-items:flex-start;gap:16px;background:var(--surface);border:1px dashed var(--border-dark);padding:32px;border-radius:var(--radius-sm)}.fallback-form h3{font-size:1.1rem;font-weight:600}.form-embed{display:block;width:100%;min-height:360px;border:0;border-radius:var(--radius-sm);background:var(--surface)}.feedback-link{display:inline-flex;align-items:center;color:var(--text-main);font-weight:500;font-size:.95rem}.feedback-link:hover{color:var(--text-muted)}.bokeh-simple-hero{display:flex;flex-direction:column;align-items:center;max-width:820px;margin:0 auto;padding:56px 0 64px;text-align:center}.bokeh-app-icon{display:grid;place-items:center;width:76px;height:76px;margin-bottom:24px;border-radius:18px;background:linear-gradient(145deg,#ffffff3d,#fff0),#101827;color:#fff;box-shadow:0 18px 34px #0f172a2e;font-size:2.15rem;font-weight:700;line-height:1}.bokeh-kicker{margin-bottom:12px;color:var(--green-text);font-size:.88rem;font-weight:700}.bokeh-simple-hero h1{max-width:760px;font-size:3.65rem;line-height:1.05}.bokeh-lede{max-width:690px;margin-top:22px;color:var(--text-muted);font-size:1.15rem;line-height:1.75}.bokeh-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:30px}.bokeh-demo{display:grid;gap:24px;padding:32px 0 76px}.bokeh-section-copy{max-width:680px;margin:0 auto;text-align:center}.bokeh-section-copy h2,.bokeh-simple-section h2,.bokeh-feature-list h2{color:var(--text-main);font-size:1.65rem;line-height:1.2;font-weight:650}.bokeh-section-copy p,.bokeh-simple-section p,.bokeh-feature-list p{color:var(--text-muted);font-size:1rem;line-height:1.7}.bokeh-section-copy p{margin-top:10px}.bokeh-video-frame{width:min(980px,100%);margin:0 auto}.bokeh-video-frame video{display:block;width:100%;aspect-ratio:16 / 9;border:1px solid var(--border-dark);border-radius:var(--radius-md);background:#0f172a;box-shadow:0 22px 48px #0f172a24}.bokeh-video-frame figcaption{margin-top:12px;color:var(--text-tertiary);font-size:.86rem;line-height:1.5;text-align:center}.bokeh-simple-section{max-width:760px;margin:0 auto;padding:70px 0;border-top:1px solid var(--border-light);text-align:center}.bokeh-simple-section p{margin-top:14px}.bokeh-feature-list{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;padding:72px 0;border-top:1px solid var(--border-light)}.bokeh-feature-list article{min-width:0}.bokeh-feature-list span{display:inline-flex;margin-bottom:16px;color:var(--text-tertiary);font-size:.82rem;font-weight:700}.bokeh-feature-list h2{margin-bottom:10px;font-size:1.2rem}.bokeh-beta{display:flex;flex-direction:column;align-items:center;gap:22px;border-bottom:1px solid var(--border-light)}.bokeh-beta p{margin-top:0}.site-footer{display:flex;align-items:flex-start;justify-content:space-between;padding:48px 0;border-top:1px solid var(--border-light);color:var(--text-muted);font-size:.85rem;margin-top:48px}.site-footer strong{color:var(--text-main);font-weight:600;display:block;margin-bottom:8px}.footer-links{display:flex;gap:24px}@media (max-width: 900px){h1{font-size:2.75rem}.bokeh-simple-hero{padding:44px 0 56px}.bokeh-simple-hero h1{font-size:2.75rem}.bokeh-feature-list{grid-template-columns:1fr;gap:34px;max-width:680px;margin:0 auto}.section-heading h2,.pricing-callout h2,.waitlist-copy h2{font-size:2rem}.hero-section{grid-template-columns:1fr;gap:48px;padding:48px 0}.hero-subtitle{max-width:100%}.steps-grid,.use-case-grid{grid-template-columns:repeat(2,1fr)}.faq-list{grid-template-columns:1fr}.pricing-callout,.waitlist-section{grid-template-columns:1fr;padding:56px 0;gap:40px}}@media (max-width: 600px){h1{font-size:2rem;overflow-wrap:break-word}.bokeh-simple-hero{align-items:flex-start;padding:34px 0 48px;text-align:left}.bokeh-app-icon{width:64px;height:64px;margin-bottom:20px;border-radius:15px;font-size:1.8rem}.bokeh-simple-hero h1{width:100%;max-width:100%;font-size:2.25rem}.bokeh-lede,.bokeh-actions{width:100%;max-width:100%}.bokeh-lede{font-size:1rem}.bokeh-actions{justify-content:stretch}.bokeh-demo{padding:20px 0 56px}.bokeh-section-copy,.bokeh-video-frame figcaption,.bokeh-simple-section{text-align:left}.bokeh-simple-section,.bokeh-feature-list{padding:52px 0}.section-heading h2,.pricing-callout h2,.waitlist-copy h2{font-size:1.75rem}.site-header,.site-footer,main{width:calc(100vw - 40px);max-width:calc(100vw - 40px);padding-left:0;padding-right:0}.hero-section,.hero-copy,.demo-panel,.pricing-callout,.waitlist-section{min-width:0}h1,.hero-subtitle,.hero-actions,.hero-proof,.hero-badges,.section-heading,.pricing-callout,.waitlist-section{width:100%;max-width:100%}h1,.hero-subtitle,.hero-actions,.hero-proof{width:calc(100vw - 40px);max-width:calc(100vw - 40px)}.site-header{flex-direction:column;align-items:flex-start;gap:16px;padding:24px 0}.site-nav{width:100%;gap:16px;flex-wrap:wrap}.hero-actions{flex-direction:column;width:100%}.button{width:100%}.demo-stage{grid-template-columns:1fr;min-height:0}.video-frame{aspect-ratio:4 / 3}.video-frame+.video-frame{border-left:none;border-top:1px solid var(--border-light)}.vehicle-left,.vehicle-right{left:50%;right:auto;transform:translate(-50%)}.steps-grid,.use-case-grid,.trust-section{grid-template-columns:1fr}.section{padding:64px 0}.site-footer{flex-direction:column;gap:32px}.footer-links{flex-direction:column;gap:12px}}
