:root{--bg: #ffffff;--panel: #f9f9f9;--line: rgba(119, 119, 119, .15);--text: rgba(17, 17, 17, 1);--muted: rgba(17, 17, 17, .5);--soft: #a0a1a7;--accent: #1f5df2;--accent2: #5483f5;--pro-bg: #f7f7ff;--pro-border: #1f5df2;--radius: 24px;--container: 1280px;--table-min: 980px;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,SF Pro Display,Segoe UI,Helvetica,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}img{max-width:100%}.container{width:min(var(--container),calc(100% - 48px));margin:0 auto}.brand{display:inline-flex;align-items:center;gap:10px}.brand__text{font-size:22px;font-weight:700;line-height:1;letter-spacing:-.04em}.brand__mark{width:26px;height:26px;display:inline-flex;flex-shrink:0}.avatar{width:36px;height:36px;border:0;border-radius:50%;background:#ececec;color:#66717a;display:grid;place-items:center;font-size:16px;font-weight:600;cursor:pointer}.site-header{padding:22px 0 0;position:sticky;top:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid transparent}.site-header__row{display:flex;justify-content:space-between;align-items:center;gap:24px;padding-bottom:22px}.site-header__nav{display:flex;align-items:center;gap:32px}.site-header__nav a{font-size:15px;font-weight:500;color:#444;transition:color .15s}.site-header__nav a:hover{color:#111}.site-header__right{display:flex;align-items:center;gap:16px}.footer-band{height:84px;background:#fafafa}.lang{display:inline-flex;align-items:center;gap:8px;margin-top:24px;padding:8px 12px;border-radius:999px;background:#efefef;color:#6c6d74;font-size:12px;font-weight:600}.socials{display:flex;align-items:center;gap:10px;margin-top:18px}.social{width:30px;height:30px;border-radius:50%;border:1px solid #dfdfdf;background:#fff;color:#1a1b20;display:grid;place-items:center;font-size:11px;font-weight:700;text-decoration:none;transition:border-color .15s,background .15s}.social svg{width:14px;height:14px}.legal{margin-top:18px;display:flex;flex-wrap:wrap;gap:16px;color:#a0a1a7;font-size:12px;line-height:1.5;font-weight:600}.footer-col__title{margin:0 0 18px;color:#a1a2a9;font-size:12px;line-height:1.4;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.footer-col li a{color:#6d6f76;font-size:13px;line-height:1.4;font-weight:500;transition:color .15s}@media (max-width: 900px){.container{width:min(var(--container),calc(100% - 32px))}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 620px){.footer-grid{grid-template-columns:1fr}}.reveal{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .55s ease}.reveal.is-visible{opacity:1;transform:none}.waveform{display:inline-flex;align-items:center;gap:2px;flex-shrink:0}.waveform--sm{gap:2px}.waveform--md{gap:3px}.waveform__bar{display:block;width:3px;border-radius:99px;background:currentColor;animation:waveform-pulse 1.1s ease-in-out infinite alternate}@keyframes waveform-pulse{0%{transform:scaleY(.4);opacity:.5}to{transform:scaleY(1);opacity:1}}main{animation:page-fade .2s ease}@keyframes page-fade{0%{opacity:0}to{opacity:1}}.feature-card{transition:box-shadow .22s ease,transform .22s ease}.feature-card:hover{box-shadow:0 10px 36px #00000017;transform:translateY(-3px)}.site-header{position:sticky;top:0;z-index:100;background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(119,119,119,.15)}.site-header__row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding-top:16px;padding-bottom:16px}.site-header__row .brand{justify-self:start}.site-header__nav{display:flex;align-items:center;gap:28px}.site-header__nav a{font-size:15px;font-weight:500;color:#1119;text-decoration:none;transition:color .15s;white-space:nowrap}.site-header__nav a:hover,.site-header__nav a.active{color:#111;font-weight:600}.site-header__right{display:flex;align-items:center;gap:12px;justify-self:end}.header-cta{display:inline-flex;align-items:center;padding:9px 18px;background:#1d1a1a;color:#fff;font-size:14px;font-weight:600;border-radius:999px;text-decoration:none;white-space:nowrap;transition:background .15s}.header-cta:hover{background:#4d4d4d}.header-hamburger{display:none;align-items:center;justify-content:center;width:36px;height:36px;border:0;background:none;color:#111;cursor:pointer;border-radius:8px;transition:background .15s}.header-hamburger:hover{background:#0000000f}.mobile-drawer{position:fixed;top:57px;left:0;right:0;bottom:0;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:99;display:flex;align-items:flex-start;padding:32px 24px}.mobile-drawer__nav{display:flex;flex-direction:column;gap:0;width:100%}.mobile-drawer__nav a{display:block;padding:18px 0;font-size:20px;font-weight:600;color:#111;text-decoration:none;border-bottom:1px solid rgba(119,119,119,.12);transition:color .15s}.mobile-drawer__nav a:hover{color:var(--accent)}.mobile-drawer__cta{margin-top:24px!important;background:#1d1a1a!important;color:#fff!important;border-radius:12px!important;padding:16px!important;text-align:center!important;border-bottom:0!important}@media (max-width: 768px){.site-header__nav,.header-cta{display:none}.header-hamburger{display:flex}.site-header__row{grid-template-columns:auto 1fr auto}}@media (max-width: 480px){.site-header__row{padding-top:14px;padding-bottom:14px}}.footer-band{height:1px;background:var(--line)}.site-footer{background:#fafafa;padding:56px 0 80px}.footer-grid{display:grid;grid-template-columns:1.7fr repeat(4,1fr);gap:28px;align-items:start}.footer-brand .brand__text{font-size:28px}.lang{display:inline-flex;align-items:center;gap:8px;margin-top:24px;padding:7px 12px;border-radius:999px;background:#efefef;color:#6c6d74;font-size:12px;font-weight:600}.socials{display:flex;align-items:center;gap:8px;margin-top:18px}.social{width:30px;height:30px;border-radius:50%;border:1px solid #dfdfdf;background:#fff;color:#1a1b20;display:grid;place-items:center;text-decoration:none;transition:border-color .15s,background .15s}.social:hover{background:#f0f0f0;border-color:#ccc}.social svg{width:13px;height:13px}.legal{margin-top:18px;display:flex;flex-wrap:wrap;gap:12px;color:#a0a1a7;font-size:12px;line-height:1.5;font-weight:500}.legal a{color:#a0a1a7;transition:color .15s}.legal a:hover{color:#666}.footer-col__title{margin:0 0 16px;color:#a1a2a9;font-size:11px;line-height:1.4;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.footer-col ul{list-style:none;margin:0;padding:0;display:grid;gap:14px}.footer-col li a{color:#6d6f76;font-size:13px;line-height:1.4;font-weight:500;text-decoration:none;transition:color .15s}.footer-col li a:hover{color:#111}@media (max-width: 1100px){.footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}}@media (max-width: 900px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 500px){.footer-grid{grid-template-columns:1fr}}.app-marquee-outer{display:flex;flex-direction:column;gap:10px;overflow:hidden;mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);margin:0 -24px}.marquee-row{overflow:hidden}.marquee-track{display:flex;gap:10px;width:max-content;animation:marquee-left 28s linear infinite}.marquee-row--reverse .marquee-track{animation-direction:reverse}@keyframes marquee-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.app-marquee-outer:hover .marquee-track{animation-play-state:paused}.marquee-icon{width:52px;height:52px;border-radius:14px;overflow:hidden;flex-shrink:0;background:#f3f3f3;display:flex;align-items:center;justify-content:center;position:relative}.marquee-icon img{width:100%;height:100%;object-fit:cover;display:block}.marquee-icon--fallback{background:#e5e7eb;font-size:12px;font-weight:700;color:#666}.marquee-icon--fallback:after{content:attr(data-label);position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#555}@media (max-width: 600px){.marquee-icon{width:44px;height:44px;border-radius:11px}}.home-hero{padding:96px 0 100px;text-align:center}.home-hero__title{font-size:clamp(52px,8vw,96px);font-weight:500;line-height:1.05;letter-spacing:-.055em;margin:0 0 28px}.home-hero__black{color:#111}.home-hero__gray{color:#bbb}.home-hero__sub{max-width:600px;margin:0 auto 40px;font-size:16px;line-height:1.65;color:#1111118c}.home-hero__sub strong{color:#111;font-weight:600}.home-hero__cta{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;background:#1d1a1a;color:#fff;font-size:16px;font-weight:600;border-radius:999px;text-decoration:none;transition:background .15s}.home-hero__cta:hover{background:#4d4d4d}.speed-section{padding:20px 0 100px}.speed-grid{display:grid;grid-template-columns:1fr 1.9fr;gap:14px;max-width:900px;margin:0 auto}.speed-card{border-radius:22px;overflow:hidden;padding:26px;min-height:280px;position:relative;display:flex;flex-direction:column}.speed-card--qwerty{background:#f5f5f5}.speed-card--typeless{color:#111}.speed-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff73;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);border-radius:22px;pointer-events:none}.speed-card__content{position:relative;z-index:1;display:flex;flex-direction:column;height:100%}.speed-card__label{font-size:13px;font-weight:500;color:#1111118c;margin-bottom:6px}.speed-card__label--light{color:#1119}.speed-card__wpm{display:flex;align-items:baseline;gap:4px;margin-bottom:22px}.speed-card__wpm--right{justify-content:flex-start}.speed-card__num{font-size:56px;font-weight:600;line-height:1;letter-spacing:-.04em;color:#111}.speed-card__num--save{font-size:40px}.speed-card__unit{font-size:14px;font-weight:500;color:#11111180}.speed-card__header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.speed-card__save .speed-card__label{text-align:right}.keyboard-mock{display:flex;flex-direction:column;gap:10px;margin-top:auto}.keyboard-mock__input{background:#fff;border:1px solid rgba(119,119,119,.2);border-radius:10px;padding:10px 12px;height:44px;display:flex;align-items:center}.keyboard-mock__cursor{display:inline-block;width:2px;height:16px;background:#555;animation:cursor-blink 1s step-end infinite}@keyframes cursor-blink{50%{opacity:0}}.keyboard-mock__keys{display:grid;grid-template-columns:repeat(9,1fr);gap:4px}.keyboard-mock__key{height:18px;background:#e0e0e0;border-radius:4px}.voice-mock{display:flex;flex-direction:column;gap:10px;margin-top:auto}.voice-mock__input{background:#ffffffa6;border:1px solid rgba(255,255,255,.85);border-radius:12px;height:52px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.voice-mock__btn{align-self:center;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 26px;background:#1d1a1ae6;color:#fff;border:0;border-radius:999px;cursor:pointer;transition:background .15s}.voice-mock__btn:hover{background:#1d1a1a}.works-section{padding:60px 0 100px}.works-title{font-size:clamp(44px,6vw,76px);font-weight:600;line-height:1.1;letter-spacing:-.04em;margin:0 0 48px}.works-title--gray{color:#ccc}.works-bottom{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;margin-top:40px}.works-desc{max-width:420px;font-size:14px;line-height:1.7;color:#1111118c;margin:0}.platform-btns{display:grid;grid-template-columns:1fr 1fr;gap:10px}.platform-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:999px;font-size:14px;font-weight:600;border:1.5px solid var(--line);background:#fff;color:#111;cursor:pointer;white-space:nowrap;text-decoration:none;transition:background .15s,box-shadow .15s}.platform-btn:hover{background:#f5f5f5;box-shadow:0 2px 8px #0000000f}.feature-section{padding:80px 0}.feature-section__title{text-align:center;font-size:clamp(44px,5vw,72px);font-weight:700;letter-spacing:-.04em;margin:0 0 80px;color:#111;line-height:1.1}.feature-row{display:grid;grid-template-columns:1fr 1.5fr;gap:64px;align-items:center;margin-bottom:80px}.feature-row--reverse{grid-template-columns:1.5fr 1fr}.feature-row--reverse .feature-row__visual{order:-1}.feature-row__text h3{font-size:22px;font-weight:700;line-height:1.22;letter-spacing:-.02em;margin:0 0 12px;color:#111}.feature-row__text p{font-size:14px;line-height:1.7;color:#1111118c;margin:0;max-width:360px}.feature-card-img{border-radius:22px;overflow:hidden;padding:28px 24px;min-height:280px;display:flex;align-items:center;justify-content:center}.feature-card-img--tall{min-height:360px;align-items:flex-start}.dictate-demo{width:100%;max-width:340px;display:flex;flex-direction:column;gap:10px}.dictate-demo__bubble{border-radius:16px;padding:12px 16px;font-size:13px;line-height:1.55}.dictate-demo__bubble--in{background:#ffffffe0;color:#333;display:flex;gap:10px;align-items:flex-start;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dictate-demo__bubble--out{background:#ffffffeb;color:#1a1a1a;border:1px solid rgba(255,255,255,.9);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dictate-demo__bubble--formatted p{margin:0 0 4px;font-size:12px}.dictate-demo__bubble--formatted p:last-child{margin:0}.mark-red{background:#fecacad9;color:#991b1b;border-radius:3px;padding:0 2px}.mark-orange{background:#fdba74bf;color:#92400e;border-radius:3px;padding:0 2px}.mark-yellow{background:#fde047bf;color:#78350f;border-radius:3px;padding:0 2px;text-decoration:line-through}.word-suggestions{width:100%;max-width:340px;display:flex;flex-direction:column;gap:8px}.word-suggestion-row{display:flex;align-items:center;gap:6px}.word-suggestion-bar{height:8px;border-radius:99px;transition:width .3s}.word-suggestion-dot{width:10px;height:10px;border-radius:50%;background:#6366f1;flex-shrink:0}.feature-cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px}.feature-card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff}.feature-card__img{height:220px;background-color:#f0f0f0}.feature-card__body{padding:20px 24px 28px}.feature-card__body h3{font-size:17px;font-weight:700;margin:0 0 8px;color:#111;letter-spacing:-.01em}.feature-card__body p{font-size:13px;line-height:1.65;color:#1111118c;margin:0}.ask-twitter-mock{background:#fff;border-radius:12px;overflow:hidden;font-size:12px;margin-top:8px;box-shadow:0 2px 12px #00000012;width:100%;max-width:340px}.ask-twitter-mock__header{display:flex;align-items:center;padding:10px 14px;border-bottom:1px solid #f3f4f6;font-weight:600;font-size:12px;color:#111}.ask-twitter-mock__body{padding:12px 14px}.ask-twitter-mock__body p{margin:0 0 6px;font-size:12px;color:#333;line-height:1.55}.ask-twitter-mock__tags{color:#1d4ed8;font-size:11px}.translate-popup{background:#fff;border-radius:12px;overflow:hidden;width:100%;max-width:340px;margin-top:8px;box-shadow:0 2px 12px #00000014}.translate-popup__header{display:flex;align-items:center;gap:6px;padding:9px 12px;font-weight:600;font-size:12px;border-bottom:1px solid #f3f4f6}.translate-popup__close{margin-left:auto;border:0;background:none;cursor:pointer;color:#aaa;font-size:11px}.translate-popup__row{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid #f3f4f6;font-size:11px;color:#555}.translate-popup__copy{border:0;background:none;cursor:pointer;color:#aaa;font-size:13px}.translate-popup__section{padding:7px 12px 2px;font-size:10px;font-weight:700;color:#aaa;text-transform:uppercase;letter-spacing:.05em}.translate-popup__text{padding:4px 12px 12px;font-size:12px;line-height:1.6;color:#333;margin:0}.quick-answers-mock{background:#ffffffe6;border-radius:16px;padding:16px;width:100%;max-width:340px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.quick-answers-mock__title{font-size:13px;font-weight:700;margin-bottom:10px;color:#111}.quick-answers-mock__item{display:flex;align-items:center;gap:10px;padding:9px 12px;background:#fff;border-radius:10px;margin-bottom:6px;font-size:12px;color:#333;border:1px solid var(--line)}.quick-answers-mock__icon{font-size:14px;flex-shrink:0}@media (max-width: 960px){.feature-row,.feature-row--reverse{grid-template-columns:1fr;gap:32px}.feature-row--reverse .feature-row__visual{order:0}.feature-row__text p{max-width:none}.feature-cards-grid,.speed-grid,.works-bottom{grid-template-columns:1fr}.platform-btns{grid-template-columns:repeat(2,auto)}}@media (max-width: 600px){.home-hero{padding:64px 0 72px}.feature-section__title{margin-bottom:48px}}.about-page{padding-bottom:80px}.about-hero{padding:64px 0 40px;text-align:center}.about-hero__title{font-size:clamp(36px,5vw,58px);font-weight:500;letter-spacing:-.04em;margin:0;color:var(--text)}.about-image-wrap{margin-bottom:60px}.about-image{border-radius:20px;overflow:hidden;aspect-ratio:16 / 6;background:#e8eef4}.about-image__photo{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.about-body{display:grid;grid-template-columns:1fr 360px;gap:64px;align-items:start}.about-text{display:flex;flex-direction:column;gap:18px}.about-text p{font-size:15px;line-height:1.7;color:var(--muted);margin:0}.about-sidebar{display:flex;flex-direction:column;gap:14px}.about-card{border:1px solid var(--line);border-radius:16px;padding:20px 22px;background:#fff}.about-card__title{font-size:16px;font-weight:700;margin:0 0 14px;color:var(--text);letter-spacing:-.01em}.about-card__name{font-size:14px;font-weight:700;margin:0 0 2px;color:var(--text)}.about-card__detail{font-size:14px;color:var(--muted);margin:0 0 14px}.about-card__line{font-size:13px;color:var(--muted);margin:0 0 10px;line-height:1.6}.about-card__line:last-child{margin-bottom:0}.startx-badge{font-weight:800;font-size:13px;color:var(--text);font-style:normal}.startx-badge em{font-style:italic;font-weight:900}.about-card__email{color:var(--accent);text-decoration:underline;font-size:13px}.about-card__email:hover{color:var(--accent2)}.about-founder{display:flex;justify-content:space-between;align-items:center;gap:16px}.about-founder__name{font-size:15px;font-weight:700;margin:0 0 10px;color:var(--text)}.about-founder__socials{display:flex;gap:8px}.about-founder__social{width:28px;height:28px;border:1px solid var(--line);border-radius:6px;display:grid;place-items:center;color:#444;text-decoration:none;transition:background .15s,border-color .15s}.about-founder__social:hover{background:#f5f5f5;border-color:#7777774d}.about-founder__avatar-img{width:58px;height:58px;border-radius:50%;object-fit:cover;flex-shrink:0;background:linear-gradient(135deg,#a78bfa,#60a5fa)}@media (max-width: 900px){.about-body{grid-template-columns:1fr;gap:40px}}.manifesto-page{padding:64px 0 100px}.manifesto-container{max-width:740px!important}.manifesto-title{font-size:clamp(32px,6vw,96px);font-weight:600;letter-spacing:-.04em;line-height:1.08;margin:0 0 44px;color:var(--text)}.manifesto-quote-block{background:#f9f9f9;border-radius:12px;padding:28px 32px;margin:0 0 48px;border:none}.manifesto-quote-block p{font-size:15px;line-height:1.7;color:#333;margin:0 0 8px}.manifesto-quote-block p:last-child{margin-bottom:0}.manifesto-section{margin-bottom:36px}.manifesto-heading{font-size:24px;font-weight:600;letter-spacing:-.02em;margin:0 0 20px;color:var(--text);line-height:1.1}.manifesto-section p{font-size:16px;line-height:1.5;color:#5d5d5d;margin:0 0 8px}.manifesto-section p:last-child{margin-bottom:0}.manifesto-section em{font-style:italic}.manifesto-pull-quote{border-left:4px solid #000;padding:4px 0 4px 20px;margin:0 0 48px}.manifesto-pull-quote p{font-size:clamp(18px,2vw,28px);font-style:italic;font-weight:500;line-height:1.5;color:#333;margin:0 0 8px}.manifesto-pull-quote p:last-child{margin-bottom:0}.manifesto-pull-quote--closing{margin-top:40px}.manifesto-emphasis{font-size:17px!important;font-weight:600;color:var(--text)!important;line-height:1.5!important}.manifesto-mark{border-radius:6px;padding:1px 6px;font-style:normal}.manifesto-mark--blue{background:#99ceff;color:#0d0d0d;font-weight:600}@media (max-width: 600px){.manifesto-quote-block{padding:20px 22px}.manifesto-pull-quote{padding-left:16px}.manifesto-pull-quote p{font-size:18px}}:root{--pro-bg: #f7f7ff;--pro-border: #9fb8ff;--table-min: 980px}.pricing-page{padding-bottom:0}.pricing-hero{text-align:center;padding:96px 0}.pricing-hero__title{margin:0 auto;max-width:1080px;font-size:clamp(40px,5.5vw,72px);line-height:1.05;font-weight:500;letter-spacing:-.045em;color:#111}.pricing-plans{padding-bottom:100px}.pricing__grid{max-width:980px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.plan{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:30px 30px 28px}.plan--pro{background:radial-gradient(158.75% 196.61% at 98.42% 0%,#e8effe,#fff 60%);border-color:#1f5df2;box-shadow:0 0 0 1px #1f5df20f}.plan__head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:8px}.plan__title{margin:0;font-size:clamp(42px,4vw,60px);line-height:.98;font-weight:500;letter-spacing:-.05em;color:#111}.plan__badge{margin-top:8px;padding:9px 16px;border-radius:999px;background:#eef2ff;color:var(--accent2);font-size:14px;font-weight:600;white-space:nowrap}.plan__eyebrow{margin:0 0 26px;color:#424349;font-size:16px;font-weight:500}.price{display:flex;align-items:flex-end;gap:8px;margin-bottom:10px}.price__amount{font-size:clamp(54px,5vw,72px);line-height:.88;font-weight:500;letter-spacing:-.055em;color:#111}.price__currency{font-size:24px;line-height:1.2;font-weight:600;letter-spacing:-.04em;margin-bottom:8px;color:#111}.plan__meta,.plan__submeta{margin:0;font-size:16px;line-height:1.35;color:#53545b}.plan__submeta{margin-top:8px}.plan__submeta strong{color:#202026}.plan__cta{width:100%;height:52px;margin:30px 0 28px;border:0;border-radius:999px;display:grid;place-items:center;font-size:18px;font-weight:700;letter-spacing:-.02em;cursor:pointer;transition:opacity .15s}.plan__cta--primary{background:var(--accent);color:#fff}.plan__cta--primary:hover{opacity:.88}.plan__cta--ghost{background:#f8f8f8;color:#cbcbcb;cursor:default}.plan__cta--outline{background:#fff;color:#111;border:1.5px solid rgba(119,119,119,.25);transition:background .15s,border-color .15s}.plan__cta--outline:hover{background:#f5f5f5;border-color:#7776}.plan__label{margin:0 0 16px;font-size:16px;line-height:1.3;font-weight:700;color:#191a1f}.list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.list li{display:flex;align-items:center;gap:10px;min-height:24px;color:#272932;font-size:16px;line-height:1.35;font-weight:500}.status{position:relative;display:inline-block;width:20px;height:20px;border:2px solid currentColor;border-radius:50%;color:var(--accent2);vertical-align:middle;flex:0 0 auto}.status:after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg)}.status--gray{color:#a5a5a9}.status--dash{width:auto;height:auto;border:0;color:#9d9ea4}.status--dash:after{content:"–";position:static;border:0;transform:none;font-size:20px;font-weight:600}.title{margin:0 0 44px;text-align:center;font-size:clamp(36px,4vw,54px);line-height:1.06;font-weight:600;letter-spacing:-.045em;color:#111}.comparison{padding-bottom:96px}.comparison__scroller{overflow:auto;padding-bottom:10px}.table{width:100%;min-width:var(--table-min);border-collapse:separate;border-spacing:0;table-layout:fixed}.table col:first-child{width:35%}.table col:nth-child(2),.table col:nth-child(3){width:32.5%}.table thead th{padding:18px 22px 22px;text-align:center;font-size:18px;font-weight:600;color:#23242a;vertical-align:bottom}.table thead th:first-child{text-align:left}.table .pro-head{border:1px solid var(--line);border-bottom:0;border-top:8px solid var(--accent);border-radius:16px 16px 0 0;background:#fff}.table tbody th{padding:18px 22px;text-align:left;font-size:16px;line-height:1.3;font-weight:600;color:#2e3037}.table tbody td{padding:18px 22px;text-align:center;vertical-align:middle;font-size:16px;line-height:1.3;color:#40424a}.table tbody td.pro{background:#fff;border-left:1px solid var(--line);border-right:1px solid var(--line)}.table tbody tr:last-child td.pro{border-bottom:1px solid var(--line);border-radius:0 0 16px 16px}.table .section th{padding-top:34px;padding-bottom:14px;font-size:22px;line-height:1.15;font-weight:700;letter-spacing:-.035em;color:#111}.table .section td.pro{padding-top:34px}.table .muted{color:#8c8d94;font-weight:500}.faq{padding:26px 0 112px}.faq__panel{background:var(--panel);padding:78px 0 0;border-radius:20px}.faq__inner{width:min(890px,calc(100% - 64px));margin:0 auto;padding-bottom:60px}.faq__title{margin:0 0 52px;text-align:center;font-size:clamp(38px,4vw,56px);line-height:1.05;font-weight:500;letter-spacing:-.05em;color:#111}.faq-item{border-bottom:1px solid #ebebeb}.faq-item__button{width:100%;padding:22px 0;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:24px;text-align:left;color:#17181d;cursor:pointer}.faq-item__question{font-size:16px;line-height:1.3;font-weight:700;letter-spacing:-.015em}.faq-item__chevron{position:relative;width:18px;height:18px;color:#8c8d94;flex:0 0 auto;transition:transform .16s ease}.faq-item__chevron:before{content:"";position:absolute;left:4px;top:3px;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg)}.faq-item.is-open .faq-item__chevron{transform:rotate(180deg)}.faq-item__answer{padding:0 0 22px;color:#5b5d66;font-size:15px;line-height:1.6;max-width:72ch}@media (max-width: 900px){.pricing__grid{grid-template-columns:1fr;max-width:680px}.faq__panel{padding-top:56px}.faq__inner{width:calc(100% - 36px)}}@media (max-width: 620px){.table{min-width:860px}}.downloads-page{padding:70px 0 100px}.downloads-title{text-align:center;font-size:clamp(32px,4vw,52px);font-weight:600;letter-spacing:-.04em;margin:0 0 56px;color:#111}.downloads-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:860px;margin:0 auto}.download-card{border:1px solid #e5e7eb;border-radius:20px;padding:28px;background:#fff;display:flex;flex-direction:column}.download-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:0}.download-card__icon{color:#111;margin-bottom:10px}.download-card__name{font-size:20px;font-weight:700;margin:0 0 8px;letter-spacing:-.02em;color:#111}.download-card__desc{font-size:13px;line-height:1.6;color:#666;margin:0 0 24px}.download-card__btns{display:flex;flex-direction:column;gap:10px;margin-top:auto}.download-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:0 24px;height:56px;border-radius:14px;font-size:15px;font-weight:700;text-decoration:none;border:0;cursor:pointer;transition:opacity .15s,background .15s;letter-spacing:-.01em}.download-btn--dark{background:#111;color:#fff}.download-btn--dark:hover{opacity:.85}.download-btn--store{flex-direction:row;align-items:center;gap:10px}.download-btn__small{display:block;font-size:10px;font-weight:500;line-height:1.2;letter-spacing:.02em;text-transform:uppercase}.download-btn__big{display:block;font-size:16px;font-weight:700;line-height:1.2;letter-spacing:-.01em}.download-btn--store span{text-align:left}.qr-code{flex-shrink:0;border:1px solid var(--line);border-radius:10px;width:80px;height:80px;object-fit:cover;display:block}@media (max-width: 700px){.downloads-grid{grid-template-columns:1fr;max-width:440px}}.congrats-page{padding:60px 0 120px;text-align:center}.congrats-thanks{font-size:15px;color:#888;margin:0 0 12px;font-weight:500}.congrats-title{font-size:clamp(32px,4.5vw,52px);font-weight:800;letter-spacing:-.04em;margin:0 0 64px;color:#111}.congrats-steps{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:780px;margin:0 auto 40px}.congrats-step{display:flex;flex-direction:column;align-items:flex-start}.congrats-step__num{width:34px;height:34px;border-radius:50%;background:#111;color:#fff;display:grid;place-items:center;font-size:16px;font-weight:700;margin-bottom:18px;flex-shrink:0}.congrats-step__visual{width:100%;margin-bottom:16px}.congrats-step__desc{font-size:14px;line-height:1.6;color:#555;text-align:left;margin:0}.congrats-step__desc strong{color:#111;font-weight:700}.browser-mock{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#f8f9fa;box-shadow:0 2px 8px #0000000f}.browser-mock__bar{background:#f1f3f5;border-bottom:1px solid #e5e7eb;padding:8px 10px}.browser-mock__controls{display:flex;gap:5px;margin-bottom:8px}.browser-mock__controls span{width:10px;height:10px;border-radius:50%;background:#e5e7eb;display:block}.browser-mock__url-area{display:flex;justify-content:space-between;align-items:center}.browser-mock__addr{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:4px 10px;flex:1;display:flex;align-items:center;gap:6px;color:#999;font-size:11px;max-width:60%}.browser-mock__actions{display:flex;gap:8px;color:#aaa;font-size:12px;margin-left:10px}.browser-mock__downloads{padding:10px 12px}.browser-mock__download-item{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px;margin-bottom:6px}.browser-mock__download-icon{width:22px;height:22px;background:#2563eb;color:#fff;border-radius:4px;display:grid;place-items:center;font-size:11px;flex-shrink:0}.browser-mock__download-info{flex:1}.browser-mock__download-name{font-size:11px;font-weight:600;color:#111;display:block;margin-bottom:3px}.browser-mock__download-actions{font-size:10px;color:#2563eb;font-weight:500}.browser-mock__cursor{font-size:14px;color:#333}.browser-mock__see-more{font-size:11px;color:#2563eb;font-weight:500;padding:4px 0}.installer-mock{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 2px 8px #0000000f}.installer-mock__titlebar{background:#f1f3f5;border-bottom:1px solid #e5e7eb;padding:0}.installer-mock__logo-row{display:flex;justify-content:space-between;align-items:center;padding:8px 12px}.installer-mock__logo{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#333}.installer-mock__window-btns{display:flex;gap:4px}.installer-mock__window-btns span{width:24px;height:22px;display:grid;place-items:center;font-size:10px;color:#666;cursor:pointer}.installer-mock__window-btns span:last-child:hover{background:#e81123;color:#fff}.installer-mock__body{padding:28px 24px}.installer-mock__spinner-row{display:flex;align-items:center;gap:12px;margin-bottom:20px}.installer-mock__spinner{width:28px;height:28px;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.installer-mock__status{font-size:13px;color:#333;font-weight:500}.installer-mock__progress{height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden}.installer-mock__progress-bar{height:100%;width:62%;background:#2563eb;border-radius:999px;animation:progress-fill 3s ease-in-out infinite}@keyframes progress-fill{0%{width:20%}50%{width:80%}to{width:20%}}.congrats-retry{font-size:14px;color:#888;margin:0}.congrats-retry__link{color:#111;text-decoration:underline;font-weight:500}.congrats-retry__link:hover{color:var(--accent)}@media (max-width: 640px){.congrats-steps{grid-template-columns:1fr;max-width:400px}}.deploy-check{padding:96px 0 112px}.deploy-check__panel{max-width:1100px;margin:0 auto;padding:42px;border:1px solid var(--line);border-radius:28px;background:radial-gradient(circle at top right,rgba(84,131,245,.12),transparent 28%),linear-gradient(180deg,#fff,#f8fbff)}.deploy-check__eyebrow{margin:0 0 10px;color:var(--accent2);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.deploy-check__title{margin:0;font-size:clamp(36px,5vw,60px);line-height:1;letter-spacing:-.05em;color:#101114}.deploy-check__intro{max-width:64ch;margin:18px 0 0;color:#4d5360;font-size:17px;line-height:1.6}.deploy-check__meta{margin:32px 0 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.deploy-check__meta div,.deploy-check__card{border:1px solid rgba(31,93,242,.12);border-radius:20px;background:#ffffffd9}.deploy-check__meta div{padding:18px 20px}.deploy-check__meta dt,.deploy-check__details dt{margin:0 0 8px;color:#7a8190;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.deploy-check__meta dd,.deploy-check__details dd{margin:0;color:#1d2230;font-size:15px;line-height:1.5;word-break:break-word}.deploy-check__status{font-weight:700;text-transform:uppercase}.deploy-check__status--loading{color:#8d6b10}.deploy-check__status--passed{color:#0e7a43}.deploy-check__status--failed,.deploy-check__status--missing-config{color:#b33a2d}.deploy-check__alert{margin-top:24px;padding:16px 18px;border-radius:18px;background:#fff3f1;color:#8f3126;font-size:15px;line-height:1.5}.deploy-check__grid{margin-top:28px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.deploy-check__card{padding:24px}.deploy-check__card.is-passed{border-color:#0e7a4338}.deploy-check__card.is-failed{border-color:#b33a2d3d}.deploy-check__card-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.deploy-check__card-head h2{margin:0;font-size:24px;line-height:1.15;letter-spacing:-.03em}.deploy-check__card-head span{display:inline-flex;align-items:center;justify-content:center;min-width:64px;padding:6px 12px;border-radius:999px;background:#eef3ff;color:var(--accent);font-size:12px;font-weight:800;letter-spacing:.06em}.deploy-check__card.is-passed .deploy-check__card-head span{background:#ecfbf2;color:#0e7a43}.deploy-check__card.is-failed .deploy-check__card-head span{background:#fff1ef;color:#b33a2d}.deploy-check__message{margin:16px 0 0;color:#495062;font-size:15px;line-height:1.6}.deploy-check__details{margin:20px 0 0;display:grid;gap:14px}.deploy-check__details div{padding-top:14px;border-top:1px solid rgba(119,119,119,.12)}.deploy-check__card pre{margin:20px 0 0;padding:14px;border-radius:16px;background:#0e1422;color:#d9e2ff;overflow:auto;font-size:12px;line-height:1.5}@media (max-width: 900px){.deploy-check__panel{padding:28px}.deploy-check__meta,.deploy-check__grid{grid-template-columns:1fr}}@media (max-width: 620px){.deploy-check{padding:72px 0 88px}.deploy-check__panel{padding:22px;border-radius:22px}}.notfound{text-align:center;padding:120px 24px;display:flex;flex-direction:column;align-items:center;gap:12px}.notfound__code{font-size:96px;font-weight:700;letter-spacing:-.05em;color:#e5e7eb;margin:0;line-height:1}.notfound__title{font-size:28px;font-weight:600;letter-spacing:-.03em;margin:0;color:var(--text)}.notfound__sub{font-size:15px;color:var(--muted);margin:0;max-width:320px}.notfound__cta{margin-top:12px;display:inline-flex;padding:11px 24px;background:#111;color:#fff;border-radius:999px;font-size:15px;font-weight:600;text-decoration:none;transition:background .15s}.notfound__cta:hover{background:#333}
