@font-face{font-family:Geist;src:url(assets/geist.woff2) format('woff2');font-weight:100 900;font-display:swap}
/* Native CSS only. Product examples use editable controls, with familiar system
   typography intentionally confined to the composer. Shape rule: controls 6px,
   composer 12px, recording status pill. Layers: skip link 2. */
:root{color-scheme:light;--bg:#fbfcfe;--text:#182637;--muted:#526075;--accent:#294fc5;--line:#dbe3ed;--surface:#eef3fa;--panel:#fff;--button:#294fc5;--button-text:#fff;--portrait-radius:160px 160px 12px 12px;font-family:Geist,sans-serif;background:var(--bg);color:var(--text)}
*{box-sizing:border-box}
html{scroll-padding-top:24px}
body{margin:0}
button,input,textarea,select{font:inherit}
button,a,select{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
button{color:inherit}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #4671ee;outline-offset:4px}
button:disabled{cursor:default}
[hidden]{display:none!important}
.shell{width:calc(100% - 112px);max-width:1328px;margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip{position:fixed;top:-70px;left:16px;background:var(--panel);padding:14px;z-index:2}
.skip:focus{top:16px}

.nav{height:78px;display:flex;align-items:center;gap:35px;justify-content:space-between}
.brand{font-family:Geist,sans-serif;font-size:26px;font-weight:650;letter-spacing:-1.4px;display:flex;align-items:center;gap:10px;white-space:nowrap}
.brand-mark{display:flex;align-items:center;gap:3px;transform:rotate(-12deg);width:24px;height:30px}
.brand-mark i{width:4px;border-radius:4px;background:currentColor;height:15px}
.brand-mark i:nth-child(2){height:25px}
.brand-mark i:nth-child(3){height:20px}
.nav nav{display:flex;gap:28px;margin-left:auto;font-size:13px;font-weight:500}
.nav nav a:hover,footer>a:last-child:hover{text-decoration:underline;text-underline-offset:5px}
.button{border:1px solid transparent;border-radius:6px;display:inline-flex;gap:20px;justify-content:center;align-items:center;font-size:14px;line-height:1.2;font-weight:600;padding:16px 21px;white-space:nowrap;background:var(--button);color:var(--button-text)}
.button span{font-size:19px;line-height:1}
.nav-cta{font-size:12px;padding:11px 15px;gap:20px;background:transparent;color:var(--text);border-color:var(--line)}
.text-button{display:inline-flex;align-items:center;gap:9px;border:0;background:transparent;padding:13px 0;font-size:14px;white-space:nowrap;font-weight:500}
.play-symbol{font-size:24px}
.button:hover{filter:brightness(1.09)}
.button:active,.text-button:active,.example-tabs button:active{transform:translateY(1px)}

.hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.15fr);gap:65px;align-items:center;padding-top:36px;padding-bottom:56px;min-height:630px}
.hero-copy{padding-bottom:36px}
.eyebrow{font-size:11px;letter-spacing:.06em;font-weight:550;color:var(--accent);margin:0 0 25px}
.hero h1{font-size:clamp(46px,4.4vw,65px);line-height:1.06;letter-spacing:-3.5px;font-weight:600;margin:0 0 26px}
.hero h1 span{display:block}
.hero-description{font-size:17px;line-height:1.7;color:var(--muted);max-width:390px;margin:0}
.hero-actions{display:flex;align-items:center;gap:26px;margin-top:30px}
.hero-note{margin:18px 0 0;font-size:12px;line-height:1.6;color:var(--muted);max-width:390px}
.hero-demo-slot{position:relative;min-width:0}
.hero-demo-slot:before{content:"";position:absolute;inset:29px -22px 27px;background:var(--surface);border-radius:18px;transform:rotate(2deg);z-index:0}
.hero-demo-slot>.demo{position:relative}

.demo{color:#253246;min-width:0;font-family:Geist,sans-serif}
.example-tabs{display:flex;justify-content:flex-start;gap:22px;padding:0 20px 14px}
.example-tabs button{border:0;background:transparent;font-size:12px;color:var(--muted);padding:7px 0;position:relative}
.example-tabs button[aria-pressed=true]{color:var(--text);font-weight:650}
.example-tabs button[aria-pressed=true]:after{content:"";height:2px;background:currentColor;position:absolute;bottom:0;left:0;right:0}
.composer{border:1px solid #d5dfe9;border-radius:12px;background:#fff;box-shadow:0 20px 45px #142f5812;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,sans-serif}
.composer-toolbar{height:50px;background:#f8fafc;display:flex;align-items:center;justify-content:space-between;padding:0 23px;border-bottom:1px solid #e3e8ee;font-size:12px;font-weight:600}
.composer-toolbar button{background:transparent;border:0;font-size:11px;font-weight:400;color:#4b607b;padding:8px 0}
.composer-toolbar button span{margin-left:6px}
.email-fields{padding:0 23px}
.email-fields label{display:flex;align-items:center;gap:13px;min-height:39px;border-bottom:1px solid #e8ecf1;color:#697485;font-size:12px}
.email-fields input{border:0;background:transparent;min-width:0;flex:1;font-size:12px;color:#253246;padding:10px 2px}
.email-fields label:last-child{gap:12px}
.message-context{display:flex;padding:23px 23px 10px;gap:12px;align-items:flex-start}
.avatar{width:30px;height:30px;background:#e8effb;color:#294fc5;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:13px}
.message-context strong{font-size:12px}
.message-context p{font-size:12px;color:#546176;margin:5px 0 0}
.composer textarea{resize:none;border:0;display:block;background:#fff;color:#253246;width:100%;font-size:17px;line-height:1.6;min-height:200px;padding:22px 23px 14px;outline-offset:-4px}
.composer textarea:read-only{background:linear-gradient(105deg,#fff,#f3f6fc);color:#64748b}
.composer-footer{padding:0 23px 15px;color:#65748b;font-size:10px;display:flex;justify-content:space-between;align-items:center;min-height:26px}
.spoken-line{display:grid;grid-template-columns:49px 1fr;align-items:start;gap:14px;padding:20px 12px 17px}
.spoken-line>span{font-size:10px;font-weight:600;color:var(--muted);padding-top:2px}
.spoken-line p{font-size:12px;line-height:1.6;color:var(--muted);margin:0}
.voice-strip{display:flex;align-items:center;gap:17px;background:#23364c;color:#f5f8ff;border-radius:999px;padding:10px 12px 10px 19px;width:fit-content;min-width:310px;margin:0 auto;box-shadow:0 8px 22px #142f5818}
.voice-strip>span:nth-child(2){font-size:11px;min-width:79px}
.voice-strip button{border:1px solid #68798d;color:#f5f8ff;border-radius:999px;background:transparent;white-space:nowrap;padding:7px 10px;font-size:10px}
.voice-strip button span{font-size:14px;margin-left:5px}
.wave{height:22px;display:flex;gap:3px;align-items:center}
.wave i{background:currentColor;width:2px;height:7px;border-radius:3px}
.wave i:nth-child(3n){height:18px}
.wave i:nth-child(2n){height:12px}
.wave i:nth-child(5){height:22px}
.demo-caption{text-align:center;color:var(--muted);font-size:10px;line-height:1.5;margin:15px 0 0}
.demo[data-example=prompt] .composer textarea{min-height:278px}
.demo[data-example=message] .composer textarea{min-height:230px}
.composer textarea::placeholder{color:#617089;opacity:1}

.dictation-section{padding:55px 0 64px;border-top:1px solid var(--line)}
h2{font-size:clamp(30px,3vw,42px);font-weight:550;line-height:1.15;letter-spacing:-1.6px;margin:0 0 20px}
.benefits{display:grid;grid-template-columns:1fr 1fr;gap:100px}
.benefits article{display:grid;grid-template-columns:175px 1fr;gap:24px;align-items:start}
.benefits h2{font-size:18px;font-weight:600;letter-spacing:-.5px;margin:0;line-height:1.4}
.benefits p{font-size:13px;line-height:1.7;color:var(--muted);margin:0}

.meetings{display:grid;grid-template-columns:.85fr 1fr;gap:105px;align-items:center;padding:62px 0 90px}
.meeting-photo{margin:0;max-width:505px}
.meeting-photo img{display:block;width:100%;height:420px;object-fit:cover;object-position:60% center;border-radius:var(--portrait-radius)}
.meeting-copy>p{font-size:16px;line-height:1.75;color:var(--muted);max-width:470px;margin:0 0 30px}
.meeting-details{display:grid;gap:19px}
.meeting-details div{display:grid;gap:5px}
.meeting-details strong{font-size:13px;font-weight:600}
.meeting-details span{font-size:12px;color:var(--muted);line-height:1.6}

.privacy{padding:62px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.privacy>p{font-size:16px;line-height:1.75;color:var(--muted);max-width:790px;margin:0}
.privacy-facts{display:flex;gap:35px;margin-top:26px;font-size:12px;font-weight:550;color:var(--accent)}

.faq{display:grid;grid-template-columns:1fr 1.5fr;gap:70px;padding-block:70px}
.faq h2{font-size:32px}
.faq details{border-bottom:1px solid var(--line)}
.faq details:first-child{border-top:1px solid var(--line)}
.faq summary{list-style:none;cursor:pointer;padding:20px 24px 20px 0;font-size:14px;position:relative}
.faq summary::-webkit-details-marker{display:none}
.faq summary:after{content:'+';position:absolute;right:0;top:15px;font-size:22px}
.faq details[open] summary:after{content:'−'}
.faq details p{font-size:13px;line-height:1.75;color:var(--muted);margin:0 30px 24px 0}

.waitlist{padding:62px 0;border-top:1px solid var(--line)}
.waitlist-intro{font-size:16px;line-height:1.75;color:var(--muted);max-width:560px;margin:0 0 26px}
.waitlist-form{display:flex;flex-wrap:wrap;gap:14px;align-items:flex-end}
.waitlist-form .field{display:grid;gap:8px;flex:1 1 300px;max-width:420px}
.waitlist-form label{font-size:12px;font-weight:600}
.waitlist-form input{width:100%;border:1px solid var(--line);border-radius:6px;background:var(--panel);color:var(--text);font-size:16px;padding:15px 16px}
.waitlist-status{margin:18px 0 0;font-size:13px;line-height:1.6;min-height:1.6em}
.waitlist-disclosure,.waitlist-noscript{margin:6px 0 0;font-size:12px;line-height:1.7;color:var(--muted)}

footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-block:30px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}
footer .brand{color:var(--text);font-size:24px}

@media(min-width:1024px) and (prefers-reduced-motion:no-preference){.hero-copy{animation:arrive .55s both}.hero-demo-slot{animation:arrive .7s .1s both}.button,.text-button{transition:transform .15s,filter .15s}@keyframes arrive{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}}
@media(prefers-reduced-motion:no-preference){.demo[data-phase=speaking] .wave i{animation:sound .5s ease-in-out infinite alternate}.demo[data-phase=speaking] .wave i:nth-child(2n){animation-delay:-.25s}.demo[data-phase=processing] .wave{animation:processing .6s ease-in-out infinite alternate}@keyframes sound{to{transform:scaleY(.35)}}@keyframes processing{to{opacity:.35}}}

@media(max-width:1200px){.shell{width:calc(100% - 72px)}.hero{gap:42px}.hero h1{font-size:53px;letter-spacing:-2.8px}.hero-actions{gap:18px}.button{padding-inline:17px}.hero-description{font-size:16px}.nav{gap:24px}.nav nav{gap:20px}.benefits{gap:55px}.benefits article{display:block}.benefits h2{margin-bottom:10px}.meetings{gap:60px}.meeting-photo img{height:400px}}
@media(max-width:1023px){.nav nav{display:none}.hero{grid-template-columns:.9fr 1.1fr;gap:34px}.hero h1{font-size:43px;letter-spacing:-2px}.hero-description{font-size:15px}.hero-actions{align-items:start;gap:12px;flex-direction:column;margin-top:24px}.hero-copy{padding-bottom:20px}.composer textarea{font-size:15px;min-height:210px}.spoken-line{gap:8px;padding-inline:3px}.voice-strip{gap:12px;padding-left:14px;min-width:290px}.hero-demo-slot:before{inset-inline:-12px}.meeting-photo img{height:380px}.meetings{gap:35px}.meeting-copy h2{font-size:32px}}
@media(max-width:767px){.shell{width:calc(100% - 40px)}.nav{height:72px;gap:18px}.brand{font-size:24px}.nav-cta{font-size:10px;padding:10px 12px;gap:8px}.hero{display:block;padding-top:31px;padding-bottom:37px;min-height:0}.hero-copy{padding:0 0 38px}.eyebrow{font-size:10px;margin-bottom:20px}.hero h1{font-size:clamp(41px,11.5vw,64px);line-height:1.07;letter-spacing:-2px;margin-bottom:21px}.hero-description{font-size:15px;line-height:1.7;max-width:410px}.hero-actions{flex-direction:row;align-items:center;gap:18px;margin-top:24px}.hero-actions .button{font-size:12px;padding:14px 16px;gap:10px}.hero-actions .text-button{font-size:12px;gap:5px}.hero-demo-slot:before{inset-inline:-5px}.example-tabs{padding-inline:10px;gap:22px}.composer-toolbar{padding-inline:17px}.email-fields{padding-inline:17px}.composer textarea{padding:19px 17px;font-size:15px;min-height:213px}.composer-footer{padding-inline:17px}.spoken-line{padding-block:16px;grid-template-columns:42px 1fr;gap:9px}.spoken-line p{font-size:11px}.spoken-line>span{font-size:9px}.demo-caption{font-size:9px}.dictation-section{padding-block:32px 42px}.benefits{grid-template-columns:1fr;gap:26px}.benefits article{display:block}.benefits h2{font-size:20px;margin-bottom:7px}.benefits p{font-size:13px;max-width:390px}.meetings{grid-template-columns:1fr;gap:29px;padding-block:30px 48px}.meeting-photo{width:100%;max-width:none}.meeting-photo img{height:280px;object-position:50% center;border-radius:80px 80px 10px 10px}.meeting-copy h2,h2{font-size:31px;letter-spacing:-1px}.meeting-copy>p{font-size:14px;margin-bottom:25px}.meeting-details{gap:15px}.privacy{padding-block:43px}.privacy>p{font-size:14px}.privacy-facts{flex-direction:column;gap:10px;margin-top:20px;font-size:12px}.faq{grid-template-columns:1fr;gap:8px;padding-block:40px}.faq h2{font-size:29px}.faq summary{font-size:13px}.faq details p{font-size:12px}.waitlist{padding-block:44px}.waitlist-intro{font-size:14px}.waitlist-form{flex-direction:column;align-items:stretch}.waitlist-form .field{flex:0 0 auto;max-width:none}.waitlist-form .button{width:100%}footer{flex-wrap:wrap;padding-block:25px;gap:16px}footer>span{order:3;width:100%;font-size:11px}footer .brand{font-size:22px}}
@media(max-width:359px){.shell{width:calc(100% - 32px)}.brand{font-size:22px;gap:7px}.brand-mark{width:19px}.nav-cta{padding-inline:8px}.hero h1{font-size:40px}.hero-actions{gap:11px}.hero-actions .button{padding-inline:12px;font-size:11px}.hero-actions .text-button{font-size:11px}.voice-strip{min-width:0;width:100%;gap:10px;padding-inline:12px}.voice-strip button{margin-left:auto}.wave{gap:2px}.composer textarea{font-size:14px}}
