.header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--color-bg) 88%,transparent);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--color-border)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;height:60px}.header-logo{display:flex;align-items:center;gap:10px;font-weight:600;font-size:15px;letter-spacing:-.02em}.header-logo-mark{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-sm);background:var(--color-primary);color:var(--color-primary-fg)}.header-nav{display:none;align-items:center;gap:4px}.header-nav-link{padding:6px 12px;border-radius:var(--radius-pill);font-size:13px;font-weight:500;color:var(--color-text-muted);transition:background .2s var(--ease-out),color .2s var(--ease-out)}.header-nav-link:hover{background:var(--color-bg-muted);color:var(--color-text)}.header-cta{padding:8px 16px;font-size:13px;white-space:nowrap}@media(min-width:720px){.header-nav{display:flex}}.vf-hud{display:inline-flex;align-items:center;background:#ffffffeb;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border:1px solid rgba(0,0,0,.08);border-radius:100px;box-shadow:0 4px 24px #0000001a,0 1px 4px #0000000f,inset 0 1px #fffc;font-family:-apple-system,Inter,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#1a1a2e;line-height:1.5;animation:vf-slide-up .28s cubic-bezier(.34,1.56,.64,1) both;pointer-events:auto}.vf-hud-inner{display:flex;align-items:center;gap:8px;padding:8px 16px 8px 12px}.vf-hud--compact .vf-hud-inner{padding:8px 14px 8px 12px}.vf-pulse{width:8px;height:8px;border-radius:50%;background:#1b6b3a;flex-shrink:0;animation:vf-pulse-ring 1.4s ease-in-out infinite;box-shadow:0 0 #1b6b3a80;transition:border .2s,background .2s}.vf-pulse.processing{width:10px;height:10px;background:transparent;border:2px solid rgba(27,107,58,.2);border-top-color:#1b6b3a;animation:vf-spin .6s linear infinite;box-shadow:none}.vf-hud-text{max-width:360px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.01em}.vf-hud-keyboard{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#9ca3af;line-height:0}.vf-hud-keyboard-icon{display:block}.vf-hud-drag{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:#9ca3af;cursor:grab;flex-shrink:0;border-radius:4px;transition:color .16s ease,background .16s ease}.vf-hud-drag:hover{color:#6b7280;background:#0000000f}.vf-hud-drag:active{cursor:grabbing;color:#374151;background:#0000001a}.vf-hud-divider{width:1px;height:18px;background:#0000001f;flex-shrink:0;margin:0 4px}.vf-hud-toggle{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:50%;background:#dc26261a;color:#dc2626;cursor:pointer;transition:background .16s ease,transform .16s ease,color .16s ease;flex-shrink:0;padding:0;margin-left:4px}.vf-hud-toggle:hover{background:#dc262633;transform:scale(1.1)}.vf-hud-toggle:active{background:#dc26264d;transform:scale(.95)}.vf-hud-toggle.paused{background:#1b6b3a1a;color:#1b6b3a}.vf-hud-toggle.paused:hover{background:#1b6b3a33}.vf-hud-toggle.paused:active{background:#1b6b3a4d}.vf-hud-close{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:50%;background:#0000000f;color:#6b7280;cursor:pointer;transition:background .16s ease,transform .16s ease,color .16s ease;flex-shrink:0;padding:0}.vf-hud-close:hover{background:#0000001f;color:#374151;transform:scale(1.1)}.vf-hud-close:active{background:#0000002e;transform:scale(.95)}.vf-hud--draggable{position:absolute;z-index:2;touch-action:none;-webkit-user-select:none;user-select:none}.vf-hud--dragging{animation:none;cursor:grabbing}.vf-hud--dragging .vf-hud-drag{cursor:grabbing}@keyframes vf-pulse-ring{0%{box-shadow:0 0 #1b6b3a8c}70%{box-shadow:0 0 0 7px #1b6b3a00}to{box-shadow:0 0 #1b6b3a00}}@keyframes vf-slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes vf-spin{to{transform:rotate(360deg)}}@media(prefers-color-scheme:dark){.vf-hud{background:#181818eb;border-color:#ffffff1a;box-shadow:0 4px 24px #00000052,0 1px 4px #0003,inset 0 1px #ffffff0f;color:#f5f5f5}.vf-hud-drag:hover{background:#ffffff14}.vf-hud-drag:active,.vf-hud-divider{background:#ffffff1f}.vf-hud-close{background:#ffffff14;color:#a3a3a3}.vf-hud-close:hover{background:#ffffff24;color:#f5f5f5}}.vf-hud.vf-hud--extension{background:#ffffffeb;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 24px #0000001a,0 1px 4px #0000000f,inset 0 1px #fffc;color:#1a1a2e}.vf-hud.vf-hud--extension .vf-hud-drag{color:#9ca3af}.vf-hud.vf-hud--extension .vf-hud-drag:hover{color:#6b7280;background:#0000000f}.vf-hud.vf-hud--extension .vf-hud-divider{background:#0000001f}.vf-hud.vf-hud--extension .vf-hud-close{background:#0000000f;color:#6b7280}.vf-hud.vf-hud--extension .vf-hud-close:hover{background:#0000001f;color:#374151}.hero{padding:64px 0 80px}.hero-grid{display:grid;gap:48px;align-items:center}.hero-title{font-size:clamp(2.25rem,6vw,3.25rem);font-weight:700;letter-spacing:-.04em;line-height:1.08;margin-bottom:20px}.hero-title-serif{font-family:var(--font-serif);font-weight:600;font-style:italic;color:var(--color-text-muted)}.hero-lead{font-family:var(--font-serif);font-size:clamp(1.05rem,2.2vw,1.2rem);line-height:1.65;color:var(--color-text-muted);max-width:46ch;margin-bottom:28px}.hero-actions{display:flex;flex-wrap:wrap;gap:10px}.hero-demo{padding:0;overflow:hidden;box-shadow:var(--shadow-lg)}.hero-demo-bar{display:flex;gap:6px;padding:12px 14px;border-bottom:1px solid var(--color-border-subtle);background:var(--color-bg-muted)}.hero-demo-dot{width:8px;height:8px;border-radius:50%;background:var(--color-border)}.hero-demo-body{padding:20px}.hero-demo-field-wrap{position:relative;min-height:200px}.hero-demo-field{position:relative;min-height:120px;padding:14px 16px;background:var(--color-bg-muted);border:1px solid var(--color-border);border-radius:var(--radius-md)}.hero-demo-placeholder{font-size:13px;color:var(--color-text-faint);margin-bottom:8px}.hero-demo-text{font-size:14px;line-height:1.55;color:var(--color-text)}.hero-demo-cursor{display:inline-block;width:2px;height:1em;margin-left:2px;vertical-align:text-bottom;background:var(--color-text);animation:blink 1s step-end infinite}@keyframes blink{50%{opacity:0}}@media(min-width:900px){.hero{padding:88px 0 100px}.hero-grid{grid-template-columns:1fr 1fr;gap:64px}}.features{padding-bottom:var(--section-gap)}.features-header{margin-bottom:40px}.features-grid{display:grid;gap:16px}.feature-card{display:flex;flex-direction:column;gap:12px;transition:box-shadow .2s var(--ease-out),border-color .2s var(--ease-out)}.feature-card:hover{border-color:var(--color-text-faint);box-shadow:var(--shadow-md)}.feature-icon-wrap{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-md);background:var(--color-bg-muted);border:1px solid var(--color-border);color:var(--color-text)}.feature-title{font-size:15px;font-weight:600;letter-spacing:-.02em}.feature-desc{font-size:13px;line-height:1.55;color:var(--color-text-muted)}@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.features-grid{grid-template-columns:repeat(4,1fr)}}.voicewhisper{padding-bottom:var(--section-gap)}.voicewhisper-layout{display:grid;gap:40px;align-items:start}.voicewhisper-notes{list-style:none;margin-top:24px;display:flex;flex-direction:column;gap:10px}.voicewhisper-notes li{position:relative;padding-left:18px;font-size:13px;color:var(--color-text-muted);line-height:1.5}.voicewhisper-notes li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--color-text)}.voicewhisper-models{display:grid;gap:14px}.model-card{display:flex;flex-direction:column;gap:14px}.model-card-head{display:flex;align-items:flex-start;gap:14px}.model-icon-wrap{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;border-radius:var(--radius-md);background:var(--color-bg-muted);border:1px solid var(--color-border)}.model-name{font-size:16px;font-weight:600;letter-spacing:-.02em;margin-bottom:2px}.model-tagline{font-size:13px;color:var(--color-text-muted)}.model-use{font-size:13px;line-height:1.55;color:var(--color-text-muted)}@media(min-width:900px){.voicewhisper-layout{grid-template-columns:1fr 1fr;gap:56px}}.pricing{padding-bottom:var(--section-gap)}.pricing-header{margin-bottom:40px}.pricing-grid{display:grid;gap:16px}.pricing-card{position:relative;display:flex;flex-direction:column;gap:20px;padding:28px 24px;transition:box-shadow .2s var(--ease-out),border-color .2s var(--ease-out)}.pricing-card:hover{box-shadow:var(--shadow-md)}.pricing-card--highlighted{border-color:var(--color-text);box-shadow:var(--shadow-lg)}.pricing-badge{position:absolute;top:16px;right:16px;padding:4px 10px;border-radius:var(--radius-pill);font-size:11px;font-weight:600;letter-spacing:.02em;background:var(--color-bg-muted);border:1px solid var(--color-border);color:var(--color-text-muted)}.pricing-name{font-size:15px;font-weight:600;margin-bottom:8px}.pricing-price-row{display:flex;align-items:baseline;gap:4px;margin-bottom:4px}.pricing-price{font-size:2rem;font-weight:700;letter-spacing:-.04em;line-height:1}.pricing-period{font-size:13px;color:var(--color-text-faint)}.pricing-minutes{font-size:13px;font-weight:600;color:var(--color-text-muted);margin-bottom:8px}.pricing-desc{font-size:13px;line-height:1.5;color:var(--color-text-muted)}.pricing-features{list-style:none;display:flex;flex-direction:column;gap:10px;flex:1}.pricing-features li{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--color-text-muted);line-height:1.45}.pricing-check{flex-shrink:0;margin-top:1px;color:var(--color-text)}.pricing-cta{width:100%;margin-top:auto}.pricing-footnote{margin-top:28px;font-size:12px;line-height:1.55;color:var(--color-text-faint);max-width:62ch}@media(min-width:640px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.pricing-grid{grid-template-columns:repeat(4,1fr)}}.cta{padding-bottom:64px}.cta-card{display:flex;flex-direction:column;gap:24px;align-items:flex-start;padding:32px 28px;background:var(--color-bg-subtle);border-color:var(--color-border)}.cta-title{font-size:clamp(1.5rem,3vw,1.875rem);font-weight:600;letter-spacing:-.03em;margin-bottom:8px}.cta-lead{font-family:var(--font-serif);font-size:1rem;line-height:1.65;color:var(--color-text-muted);max-width:42ch}@media(min-width:720px){.cta-card{flex-direction:row;align-items:center;justify-content:space-between;padding:40px 36px}.cta-btn{flex-shrink:0}}.footer{border-top:1px solid var(--color-border);padding:32px 0 40px;background:var(--color-bg)}.footer-inner{display:grid;gap:20px}.footer-logo{font-size:15px;font-weight:600;letter-spacing:-.02em}.footer-tagline{margin-top:4px;font-size:12px;color:var(--color-text-faint)}.footer-links{display:flex;flex-wrap:wrap;gap:8px 20px}.footer-links a{font-size:13px;font-weight:500;color:var(--color-text-muted);transition:color .2s var(--ease-out)}.footer-links a:hover{color:var(--color-text)}.footer-copy{font-size:12px;color:var(--color-text-faint)}@media(min-width:720px){.footer-inner{grid-template-columns:1fr auto;grid-template-rows:auto auto;align-items:start}.footer-copy{grid-column:1 / -1}}:root{--color-bg: #ffffff;--color-bg-subtle: #f9f9f9;--color-bg-muted: #f4f4f4;--color-bg-elevated: #ffffff;--color-border: #e8e8e8;--color-border-subtle: #f0f0f0;--color-text: #181818;--color-text-muted: #6b6b6b;--color-text-faint: #9ca3af;--color-primary: #181818;--color-primary-hover: #333333;--color-primary-fg: #ffffff;--color-success: #22c55e;--color-info: #3b82f6;--font-ui: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif: "Source Serif 4", Georgia, "Times New Roman", serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-pill: 9999px;--shadow-sm: 0 1px 2px rgba(24, 24, 24, .04), 0 1px 3px rgba(24, 24, 24, .06);--shadow-md: 0 4px 16px rgba(24, 24, 24, .06), 0 2px 4px rgba(24, 24, 24, .04);--shadow-lg: 0 12px 40px rgba(24, 24, 24, .08), 0 4px 12px rgba(24, 24, 24, .04);--shadow-focus: 0 2px 12px rgba(24, 24, 24, .06), 0 0 0 1px rgba(24, 24, 24, .04);--ease-spring: cubic-bezier(.34, 1.2, .64, 1);--ease-out: cubic-bezier(.16, 1, .3, 1);--page-max: 1080px;--section-gap: 96px}@media(prefers-color-scheme:dark){:root{--color-bg: #181818;--color-bg-subtle: #1f1f1f;--color-bg-muted: #262626;--color-bg-elevated: #222222;--color-border: #333333;--color-border-subtle: #2a2a2a;--color-text: #f5f5f5;--color-text-muted: #a3a3a3;--color-text-faint: #737373;--color-primary: #f5f5f5;--color-primary-hover: #e5e5e5;--color-primary-fg: #181818;--color-success: #4ade80;--color-info: #60a5fa;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .24), 0 1px 3px rgba(0, 0, 0, .16);--shadow-md: 0 4px 16px rgba(0, 0, 0, .28), 0 2px 4px rgba(0, 0, 0, .16);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .36), 0 4px 12px rgba(0, 0, 0, .2);--shadow-focus: 0 2px 16px rgba(0, 0, 0, .32), 0 0 0 1px rgba(255, 255, 255, .06)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-ui);font-size:14px;line-height:1.5;color:var(--color-text);background:var(--color-bg)}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img{display:block;max-width:100%}.page{min-height:100vh}.container{width:min(100% - 40px,var(--page-max));margin-inline:auto}.section-label{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-faint);margin-bottom:12px}.section-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;letter-spacing:-.03em;line-height:1.15;color:var(--color-text);margin-bottom:12px}.section-lead{font-family:var(--font-serif);font-size:clamp(1rem,2vw,1.125rem);line-height:1.65;color:var(--color-text-muted);max-width:52ch}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:var(--radius-pill);font-size:13px;font-weight:500;border:1px solid transparent;transition:background .2s var(--ease-out),border-color .2s var(--ease-out),box-shadow .2s var(--ease-out),color .2s var(--ease-out)}.btn-primary{background:var(--color-primary);color:var(--color-primary-fg)}.btn-primary:hover{background:var(--color-primary-hover);box-shadow:var(--shadow-md)}.btn-ghost{background:transparent;border-color:var(--color-border);color:var(--color-text)}.btn-ghost:hover{background:var(--color-bg-muted);border-color:var(--color-text-faint)}.card{background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:24px}.card-elevated{background:var(--color-bg-elevated);box-shadow:var(--shadow-sm)}@keyframes fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fade-up .5s var(--ease-out) both}.animate-in-delay-1{animation-delay:.08s}.animate-in-delay-2{animation-delay:.16s}.animate-in-delay-3{animation-delay:.24s}
