@charset "UTF-8";
:root{--ink:#1d1d1f;--muted:#6e6e73;--green:#176448;--green-soft:#e8f2ed;--paper:#f5f5f7;--line:#dedee3;--white:#fff;--font:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:86px}
body{margin:0;background:var(--white);font-family:var(--font);color:var(--ink);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}
body.dialog-open{overflow:hidden}
h1,h2,h3,h4,p,figure{margin:0}
h1,h2,h3,h4{line-height:1.25}
button,input,select,textarea{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
button{cursor:pointer;border:0;background:none;color:inherit}
a{color:inherit;text-decoration:none}
button:disabled{cursor:default}
img{display:block;max-width:100%}
svg{display:inline-block;flex-shrink:0;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}
[hidden]{display:none!important}
.icon-defs{position:absolute;width:0;height:0;overflow:hidden}
.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}
:focus-visible{outline:3px solid #26725a;outline-offset:5px;border-radius:4px}
::selection{background:#cbe7db;color:#14382a}
.wrap{width:calc(100% - 96px);max-width:1180px;margin-inline:auto}
.skip-link{position:fixed;top:-100px;left:20px;padding:12px 20px;background:var(--green);color:#fff;z-index:200}
.skip-link:focus{top:12px}
.button{min-height:48px;border-radius:30px;padding:12px 24px;display:inline-flex;justify-content:center;align-items:center;gap:16px;background:var(--green);color:#fff;font-size:15px;font-weight:500;line-height:1.5;transition:background .2s,box-shadow .2s}
.button:hover{background:#21795a;box-shadow:0 4px 16px #174d321a}
.button svg{width:18px;height:18px}
.button.compact{min-height:34px;font-size:12px;padding:8px 16px;white-space:nowrap}
.link{display:inline-flex;min-height:44px;align-items:center;gap:9px;font-size:16px;color:var(--green);font-weight:500}
.link svg{width:18px;height:18px;transition:transform .2s}
.link:hover svg{transform:translateX(3px)}
.link:hover{text-decoration:underline;text-underline-offset:5px}
.eyebrow{font-size:17px;line-height:1.6;font-weight:600;letter-spacing:.2px}
.muted{color:#7b7c80}
.green{color:var(--green)}
.section{padding-block:112px}
h2{font-size:clamp(38px,4vw,58px);font-weight:650;letter-spacing:-2px;line-height:1.2}
.section-heading{margin-bottom:46px}
.section-heading .eyebrow{margin-bottom:20px;color:#616469}
.section-description{font-size:20px;line-height:1.8;color:var(--muted);margin-top:25px;letter-spacing:.1px}
.section-note,.visual-note{font-size:12px;color:#686c70;line-height:1.8}
.section-note{margin-top:24px;max-width:1000px}
.centered{text-align:center}
.centered-note{text-align:center;margin-inline:auto}
.site-header{position:sticky;top:0;background:#fafafce8;backdrop-filter:blur(18px);border-bottom:1px solid #1d1d1f10;z-index:60;height:66px}
.nav-shell{display:flex;align-items:center;height:100%;gap:24px;max-width:1320px}
.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}
.brand img{width:90px;height:auto}
.brand>span{font-size:17px;font-weight:650;white-space:nowrap;letter-spacing:.5px}
.desktop-nav{display:flex;align-items:center;gap:25px;margin-left:auto;font-size:12px;color:#42454b}
.desktop-nav a,.ecosystem-nav a{min-height:44px;display:flex;align-items:center;white-space:nowrap}
.desktop-nav a:hover,.ecosystem-nav a:hover{color:var(--green)}
.desktop-nav a.active{color:var(--green)}
.ecosystem-nav{display:flex;gap:19px;align-items:center;margin-left:18px;font-size:12px;color:#505459}
.ecosystem-nav svg{width:12px;height:12px;margin-left:3px}
.menu-button{width:40px;height:44px;display:none;position:relative}
.menu-button span{position:absolute;left:9px;top:17px;width:21px;height:1.5px;background:var(--ink);transition:transform .2s}
.menu-button span+span{top:25px}
.menu-button[aria-expanded="true"] span{transform:translateY(4px) rotate(45deg)}
.menu-button[aria-expanded="true"] span+span{transform:translateY(-4px) rotate(-45deg)}
.mobile-menu{background:#fff;padding:16px 28px 25px;border-bottom:1px solid var(--line);box-shadow:0 12px 15px #00000005;max-height:calc(100dvh - 66px);overflow-y:auto}
.mobile-menu a{display:block;padding:13px 0;border-bottom:1px solid #eee;font-size:16px}
.hero{background:linear-gradient(180deg,#fafafa 0%,#f5f5f7 100%);overflow:hidden;padding:47px 0 25px}
.hero-intro{text-align:center}
.hero .eyebrow{font-size:22px;margin-bottom:12px;letter-spacing:1px}
h1{font-size:clamp(42px,5.25vw,76px);font-weight:700;letter-spacing:-3.2px;line-height:1.15}
h1>span{color:var(--green);white-space:nowrap}
.hero-promise{font-size:27px;font-weight:500;margin-top:20px;letter-spacing:-.3px}
.hero-description{font-size:17px;line-height:1.8;color:#6c6e72;margin-top:17px}
.hero-actions{display:flex;align-items:center;justify-content:center;gap:29px;margin-top:24px}
.hero-actions .link{font-size:15px}
.hero-actions .link>svg{width:20px;height:20px}
.product-composition{position:relative;height:335px;margin-top:34px;max-width:1000px;isolation:isolate}
.composition-halo{position:absolute;bottom:34px;left:23%;width:58%;height:42%;border-radius:50%;background:radial-gradient(ellipse,#d8e1dbaa,transparent 70%);filter:blur(18px);z-index:-1}
.hero-device{position:absolute;width:455px;height:305px;object-fit:contain;left:50%;top:-5px;transform:translateX(-50%);filter:drop-shadow(0 22px 16px #0d312d22);z-index:2;animation:product-arrive .75s ease-out both}
.hero-phone{position:absolute;top:6px;left:10.5%;width:171px;height:275px;padding:36px 12px 12px;background:#fff;border:5px solid #34393d;border-radius:27px;box-shadow:0 18px 23px #18252114;transform:rotate(-7deg);z-index:3;animation:scene-fade .8s .12s both}
.phone-island{position:absolute;top:9px;left:50%;transform:translateX(-50%);width:54px;height:12px;border-radius:20px;background:#22262b}
.hero-phone-header{display:flex;align-items:center;gap:7px;padding-bottom:11px;border-bottom:1px solid #eceef0;font-size:11px;line-height:1.4}
.hero-phone-header img{width:23px;height:28px;object-fit:contain}
.hero-phone-header small{display:block;color:#74797f;font-size:7px;margin-top:3px}
.mini-user{background:#e2efe6;border-radius:8px 2px 8px 8px;padding:8px 9px;font-size:9px;line-height:1.7;margin:12px 0 8px 16px;color:#2e543e}
.mini-reply{font-size:8px;line-height:1.8;color:#4e565d;margin-bottom:9px}
.mini-file{display:flex;align-items:center;gap:7px;background:#f4f6f4;border:1px solid #e2e9e0;border-radius:6px;font-size:9px;padding:7px}
.mini-file svg{width:20px;height:20px;color:var(--green)}
.mini-file small{display:block;font-size:7px;color:#747b72;margin-top:1px}
.mini-composer{display:flex;align-items:center;justify-content:space-between;position:absolute;bottom:13px;left:11px;right:11px;border-top:1px solid #e8eaec;padding-top:8px;font-size:7px;color:#7d8187}
.mini-composer svg{width:11px;height:11px}
.hero-deliverable{position:absolute;right:3.7%;top:77px;width:232px;padding:20px 20px 14px;border:1px solid #ffffff;border-radius:14px;background:#fffffff5;box-shadow:0 15px 35px #2b3b2e12;transform:rotate(6deg);z-index:4;animation:scene-fade .85s .22s both}
.deliverable-top{display:flex;align-items:center;gap:12px;font-size:15px;line-height:1.5;font-weight:600}
.deliverable-top small{display:block;font-size:9px;font-weight:400;color:#767b78;margin-top:3px}
.document-icon{width:34px;height:41px;display:grid;place-items:center;background:#e8f1ea;border-radius:7px;color:var(--green)}
.paper-lines{display:flex;flex-direction:column;gap:8px;margin-block:21px}
.paper-lines i{height:4px;background:#e9eceb;border-radius:3px;width:100%}
.paper-lines i:nth-child(2){width:82%}.paper-lines i:nth-child(3){width:60%}
.deliverable-stamp{display:flex;align-items:center;gap:6px;border-top:1px solid #edf0ed;padding-top:11px;font-size:10px;color:#487558}
.deliverable-stamp svg{width:14px;height:14px}
.composition-labels{position:absolute;bottom:9px;left:10%;right:6%;display:flex;justify-content:space-between;font-size:11px;letter-spacing:1.5px;color:#727b75}
.composition-labels>span:first-child{padding-left:43px}.composition-labels>span:last-child{padding-right:53px}
.visual-note{text-align:center;padding-inline:24px;margin-top:13px;font-size:11px}
.work-section{background:#fff}
.demo-tabs{display:flex;justify-content:center;gap:3px;padding:5px;border-radius:40px;background:#eeeef0;width:max-content;max-width:100%;margin:0 auto 36px}
.demo-tabs button{display:flex;align-items:center;justify-content:center;gap:10px;min-height:43px;padding:10px 23px;border-radius:30px;color:#64696c;font-size:14px;white-space:nowrap;transition:background .2s,color .2s,box-shadow .2s}
.demo-tabs svg{width:18px;height:18px}
.demo-tabs button[aria-selected="true"]{background:#fff;color:var(--ink);box-shadow:0 2px 9px #0000000a}
.demo-tabs button:hover{color:var(--green)}
.demo-panel{display:grid;grid-template-columns:1.15fr 1fr;gap:26px;padding:28px;background:#f5f5f7;border-radius:26px;position:relative;min-height:481px}
.demo-panel>*{min-width:0}
.demo-panel:has(.result-window[hidden])::after{content:"从一句交代，到一个结果。";display:grid;place-items:center;color:#7e8387;font-size:17px;border:1px dashed #d4dad6;border-radius:13px;min-height:420px}
.conversation-window{background:#fff;border:1px solid #e0e3e4;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;min-height:425px}
.window-bar{display:flex;align-items:center;gap:13px;padding:16px;border-bottom:1px solid #eceef0;font-size:11px;color:#666d71}
.window-dots{display:flex;gap:4px;flex-shrink:0}
.window-dots i{width:5px;height:5px;background:#c7cccc;border-radius:50%}
.demo-badge{font-size:10px;margin-left:auto;white-space:nowrap;color:#747b7d}
.conversation{flex:1;padding:23px 23px 19px;min-height:331px}
.message-label{display:block;font-size:10px;color:#707879;margin-bottom:7px}
.user-message{margin-left:auto;max-width:87%;text-align:right}
.user-message p{text-align:left;padding:13px 16px;background:#e4efe6;color:#2b4838;border-radius:13px 3px 13px 13px;font-size:13px;line-height:1.85}
.ai-message{display:flex;align-items:flex-start;gap:10px;margin-top:21px}
.ai-message .assistant-avatar{width:27px;height:33px;object-fit:contain;margin-top:3px}
.ai-message>div{min-width:0;flex:1}
.ai-message p{font-size:13px;line-height:1.85;color:#343d3f}
.message-attachment{border:1px solid #dee6de;background:#f8faf7;border-radius:7px;padding:10px;display:flex;align-items:center;gap:7px;font-size:11px;margin-top:12px;flex-wrap:wrap}
.message-attachment>svg{color:var(--green);width:18px;height:18px}
.message-attachment>span:last-child{color:#697b6d;font-size:9px;margin-left:auto}
.typing-indicator{display:flex;align-items:center;gap:10px;margin-top:24px}
.typing-indicator img{width:26px;height:32px;object-fit:contain}
.typing-indicator>span{display:flex;gap:5px;align-items:center;padding:15px 17px;background:#f3f5f2;border-radius:10px}
.typing-indicator i{width:5px;height:5px;border-radius:50%;background:#8b9a8c;animation:typing-pulse 1.1s ease-in-out infinite}
.typing-indicator i:nth-child(2){animation-delay:.15s}.typing-indicator i:nth-child(3){animation-delay:.3s}
.conversation-composer{display:flex;justify-content:space-between;align-items:center;gap:10px;border-top:1px solid #eef0f1;padding:13px 17px;font-size:10px;color:#797f82}
.conversation-composer>svg{width:17px;height:17px;color:#5d7664}
.result-window{background:#fff;border-radius:14px;border:1px solid #e3e5e8;display:flex;flex-direction:column;box-shadow:0 5px 25px #2d353305}
.result-header{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #eef0ed;padding:17px 23px;font-size:12px}
.result-tag{font-size:10px;color:#557762;padding:2px 7px;background:#edf4ec;border-radius:4px}
#result-content{flex:1;padding:25px 25px 20px;min-height:323px;font-size:13px;line-height:1.8}
.file-overline{font-size:9px;letter-spacing:2px;color:#848b86}
#result-content h3{font-size:27px;letter-spacing:-.5px;margin-top:8px;font-weight:600}
#result-content h4{font-size:12px;margin:20px 0 8px;font-weight:600}
#result-content p{font-size:12px;color:#6b726d;line-height:1.9}
#result-content .document-subtitle{font-size:11px;margin-top:7px}
.document-rule{height:1px;background:#dfe5dc;margin-top:18px}
.pending-note{border-left:2px solid #b5c7a9;padding:9px 11px;background:#f3f6ee;color:#627152;font-size:10px;margin-top:20px}
#result-content table{border-collapse:collapse;width:100%;font-size:12px;margin-top:20px}
#result-content td,#result-content th{padding:10px 5px;border-bottom:1px solid #e3e7e2;text-align:left}
#result-content th{font-weight:500;color:#737b76}
#result-content ul{padding-left:19px;font-size:12px;color:#657467}
#result-content .preview-web{padding:20px;background:#e8eee2;border-radius:8px}
#result-content table em{font-style:normal;font-size:10px;color:#78622d;background:#f1ecde;padding:2px 5px;border-radius:4px}
.table-scroll{overflow-x:auto;margin-block:20px}
.table-scroll table{min-width:480px}
.table-scroll caption{font-size:11px;color:#66756a;padding-bottom:12px;text-align:left}
.mini-site-nav{display:flex;justify-content:space-between;gap:9px;padding:12px 0;border-bottom:1px solid #dce4d6;font-size:12px;margin-top:8px}
.mini-site-nav span{font-size:10px;color:#65735f}
.mini-site-hero{padding:22px 17px;background:#eaf0e2;margin-top:10px;border-radius:8px}
#result-content .mini-site-hero h3{font-size:25px;line-height:1.4;margin:10px 0}
#result-content .mini-site-hero>p{font-size:11px}
.mini-site-button{display:inline-block;font-size:10px;border:1px solid #a8bb99;padding:5px 10px;border-radius:20px;margin-top:13px;color:#55704b}
.mini-site-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;text-align:center}
#result-content .mini-site-grid h4{margin:15px 0 4px;font-size:12px}
#result-content .mini-site-grid p{font-size:10px}
#result-content .reminder-preview dl{display:grid;grid-template-columns:52px 1fr;gap:11px 16px;font-size:12px;margin:23px 0;color:#4f6254}
#result-content .reminder-preview dt{color:#7c877e}
#result-content .reminder-preview dd{margin:0}
.result-link{display:flex;align-items:center;justify-content:space-between;min-height:48px;margin:0 23px 8px;padding:10px 0;border-top:1px solid #e8ece7;color:var(--green);font-size:12px;font-weight:500;text-align:left}
.result-link svg{width:17px;height:17px}
.demo-controls{display:flex;align-items:center;justify-content:space-between;gap:22px;margin:0 0 18px;padding-inline:5px}
.demo-progress{display:flex;align-items:center;gap:13px;font-size:12px;color:#7c8283}
.demo-progress span.active{color:var(--green);font-weight:600}.demo-progress span.done{color:#4d7060}
.demo-progress>i{height:1px;width:24px;background:#c7d4cc}
.playback-controls{display:flex;gap:12px}
.playback-controls>button{display:flex;align-items:center;gap:7px;min-height:42px;border-radius:25px;background:#f0f1f1;padding:9px 16px;font-size:12px}
.playback-controls>button:hover{background:#e5eae6}
.playback-controls svg{width:16px;height:16px}
.message-arrive,.result-arrive{animation:message-enter .55s ease-out both}
.mobile-section{background:#101614;color:#f5f7f5;padding-block:105px 90px;overflow:hidden}
.mobile-layout{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:74px}
.mobile-copy .eyebrow{color:#b4c1b8;margin-bottom:24px}
.mobile-copy h2{font-size:clamp(36px,3.7vw,54px);line-height:1.35;letter-spacing:-1.8px}
.mobile-copy h2>span{color:#a7c9b5}
.mobile-copy .section-description{font-size:19px;color:#b0bcb5;line-height:1.95;margin-top:23px}
.mobile-steps{margin-top:31px;max-width:385px}
.mobile-steps>button{display:flex;align-items:center;gap:17px;width:100%;border-bottom:1px solid #46524a;padding:16px 3px;font-size:15px;text-align:left;color:#aebbb2;min-height:60px;transition:color .2s}
.mobile-steps>button>span{font-size:11px;font-variant-numeric:tabular-nums;color:#93a89a}
.mobile-steps svg{margin-left:auto;width:18px;height:18px;opacity:.4}
.mobile-steps>button[aria-pressed="true"]{color:#fff}.mobile-steps>button[aria-pressed="true"] svg{opacity:1;color:#c0dac9}
.mobile-section :focus-visible{outline-color:#b7d7c3}
.dark-note{font-size:12px;color:#a8b4ac;line-height:1.9;max-width:395px;margin-top:26px}
.mobile-visual{position:relative;isolation:isolate;display:flex;justify-content:center}
.phone-glow{position:absolute;width:420px;height:520px;top:50%;left:50%;transform:translate(-50%,-50%);background:radial-gradient(ellipse,#65907828,transparent 66%);z-index:-1}
.remote-phone{width:294px;min-height:563px;background:#f7f8f7;border:7px solid #454d48;border-radius:44px;color:var(--ink);position:relative;padding:37px 20px 26px;box-shadow:0 25px 65px #0008,0 0 0 1px #667c6e;transform:rotate(5deg)}
.remote-phone .phone-island{top:11px;width:78px;height:18px}
.remote-phone-top{display:flex;justify-content:space-between;font-size:9px;font-weight:600;color:#6c7570;line-height:1.5}
.remote-phone-top>span:last-child{font-size:8px;font-weight:400}
.remote-title{display:flex;align-items:center;gap:10px;margin-top:27px;border-bottom:1px solid #e3e7e3;padding-bottom:16px}
.remote-title img{width:33px;height:41px;object-fit:contain}
.remote-title strong{font-size:16px;font-weight:600;display:block}
.remote-title>div>span{font-size:10px;color:#6f7c73;display:block;margin-top:1px}
.remote-screen{padding-top:21px;min-height:316px}
.remote-user{margin-left:26px;background:#dcecdf;color:#335740;padding:12px 13px;font-size:12px;line-height:1.8;border-radius:12px 3px 12px 12px}
.remote-ai{font-size:12px;color:#495b4e;line-height:1.9;margin-top:17px}
.remote-task{border:1px solid #dce4d9;background:#fff;border-radius:9px;margin-top:17px;padding:13px}
.remote-task>span{display:block;font-size:8px;color:#778776;letter-spacing:.3px}
.remote-task strong{font-size:15px;display:block;font-weight:550;margin-top:5px}
.remote-task p{font-size:9px;line-height:1.8;color:#7b897b;margin-top:5px}
.remote-task-footer{display:flex;gap:5px;align-items:center;margin-top:13px;padding-top:8px;border-top:1px solid #e8eee4;font-size:8px;color:#527350}
.remote-task-footer svg{width:13px;height:13px}
.remote-input{font-size:10px;display:flex;align-items:center;justify-content:space-between;color:#728075;margin-top:20px;padding:11px;background:#fff;border:1px solid #e4e9e2;border-radius:8px}
.remote-input svg{width:15px;height:15px}
.phone-home{position:absolute;bottom:10px;width:85px;height:4px;border-radius:10px;left:50%;transform:translateX(-50%);background:#515d54}
.memory-section{background:#fff}
.memory-stage{display:grid;grid-template-columns:1fr 60px 1fr;align-items:center;max-width:980px;margin:55px auto 0}
.memory-feedback{background:#f5f5f7;padding:46px;border-radius:24px;min-height:322px;display:flex;flex-direction:column}
.memory-label{font-size:12px;color:#686c70}
.memory-feedback>p{font-size:27px;line-height:1.7;letter-spacing:-.7px;font-weight:500;margin-top:21px}
.memory-feedback>p>span{color:#7b807e}
.feedback-signature{font-size:11px;color:#777e78;margin-top:auto;padding-top:24px}
.memory-arrow{text-align:center;color:#829b87}.memory-arrow svg{width:25px;height:25px}
.memory-output{padding:34px;border:1px solid #dbe5dd;border-radius:24px;background:#f5faf6;min-height:290px;box-shadow:0 20px 50px #2a513608;transform:rotate(2deg)}
.memory-output-heading{display:flex;align-items:center;gap:11px;font-size:15px;font-weight:550}
.memory-output-heading img{width:30px;height:37px;object-fit:contain}
.memory-output-heading small{display:block;font-size:10px;color:#748a77;font-weight:400;margin-top:3px}
.memory-output-quote{font-size:17px;line-height:1.95;margin-top:22px;color:#385944}
.preference-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:22px}
.preference-chips span{font-size:10px;padding:4px 9px;border-radius:20px;border:1px solid #d6e3d4;background:#fff;color:#618065}
.memory-output-bottom{border-top:1px solid #dce8da;padding-top:17px;margin-top:22px;font-size:11px;color:#648266;display:flex;align-items:center;gap:7px}
.memory-output-bottom svg{width:15px;height:15px}
.memory-section .section-note{margin-top:32px}
.device-section{background:#f5f5f7;padding-bottom:78px}
.device-gallery{max-width:870px;margin:0 auto}
.device-platform{position:relative;height:408px;display:grid;place-items:center;isolation:isolate;margin-top:10px}
.device-wordmark{position:absolute;left:50%;top:12px;transform:translateX(-50%);font-size:clamp(100px,17vw,245px);font-weight:700;letter-spacing:-14px;color:#e4e8e5;line-height:1;z-index:-1;user-select:none}
.device-platform img{width:600px;height:360px;object-fit:contain;filter:drop-shadow(0 24px 20px #21392a25);margin-top:32px}
.device-views{display:flex;gap:4px;padding:4px;width:max-content;margin:22px auto 0;border-radius:25px;border:1px solid #d4dbd6;background:#fdfdfd}
.device-views button{min-height:39px;padding:8px 19px;border-radius:22px;font-size:12px;color:#626c64}
.device-views button[aria-pressed="true"]{background:#233f31;color:#fff}
.device-gallery figcaption{text-align:center;font-size:11px;color:#6f7972;margin-top:16px}
.connection-strip{display:flex;align-items:center;justify-content:center;gap:40px;margin:51px auto 0;max-width:820px;border-top:1px solid #dce1dc;padding-top:34px}
.connection-strip>div{display:grid;grid-template-columns:22px auto;column-gap:10px;align-items:center;row-gap:3px}
.connection-strip>div>svg{grid-row:1/3;color:#4c7159;width:21px;height:21px}
.connection-strip strong{font-size:14px;font-weight:500}.connection-strip>div>span{font-size:11px;color:#7c827e}
.connection-arrow{width:24px;height:24px;color:#9ba79d}
.device-boundary{text-align:center;margin-top:27px;font-size:12px;color:#626d65;line-height:1.9}
.device-more{display:flex;width:max-content;margin:15px auto 0;font-size:13px}
.ownership-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}
.ownership-card{background:#f5f5f7;border-radius:22px;padding:36px 37px 30px;position:relative;display:flex;flex-direction:column}
.ownership-card:nth-child(2){background:#f0f5f1}
.route-number{position:absolute;right:32px;top:29px;font-size:28px;font-weight:300;color:#adb6af}
.ownership-card .eyebrow{font-size:12px;color:#667568;margin-bottom:23px;margin-right:36px}
.ownership-card h3{font-size:29px;letter-spacing:-1px;font-weight:600}
.ownership-card>p:not(.eyebrow){font-size:15px;line-height:1.95;color:#737a73;margin-top:18px}
.ownership-model{padding:24px 0 19px;border-bottom:1px solid #dbe0db;font-size:17px;display:flex;align-items:center;gap:15px;margin-top:10px}
.ownership-model span{font-weight:300;color:#97a497}
.ownership-card ul{list-style:none;padding:0;margin:22px 0 24px;font-size:14px;color:#607064;line-height:2.1;flex:1}
.ownership-card li{position:relative;padding-left:18px}
.ownership-card li::before{content:"";position:absolute;left:1px;top:14px;width:5px;height:5px;border-radius:50%;background:#90a593}
.ownership-card .link{font-size:14px;align-self:flex-start}
.faq-section{padding-block:5px 98px;max-width:950px}
.faq-section>h2{font-size:34px;letter-spacing:-1px;margin-bottom:31px}
.faq-list{border-top:1px solid var(--line)}
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:24px 0;cursor:pointer;font-size:17px;font-weight:500;line-height:1.7}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary>span{width:15px;height:15px;position:relative;flex-shrink:0}
.faq-list summary>span::before,.faq-list summary>span::after{position:absolute;left:1px;top:7px;content:"";width:13px;height:1px;background:#657169}
.faq-list summary>span::after{transform:rotate(90deg);transition:transform .2s}
.faq-list details[open] summary>span::after{transform:none}
.faq-list details>div{font-size:15px;line-height:2;color:#6b7370;padding:0 32px 24px 0}
.experience-section{background:#f5f5f7}
.experience-layout{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:start}
.experience-copy{padding-top:33px}
.experience-copy .eyebrow{font-size:14px;color:#636e66;margin-bottom:23px}
.experience-copy h2{font-size:clamp(33px,3.1vw,45px);line-height:1.4;letter-spacing:-1.6px}
.experience-copy .section-description{font-size:17px;line-height:1.9}
.form-preview-note{border-top:1px solid #d8e0d8;padding-top:26px;margin-top:32px;max-width:395px}
.preview-label{font-size:11px;display:inline-block;border:1px solid #b9c8bb;border-radius:4px;padding:2px 7px;color:#5c7560;margin-bottom:12px}
.form-preview-note p{font-size:13px;color:#69746b;line-height:1.95}.form-preview-note strong{font-weight:600;color:#4b6750}
.experience-copy>.link{font-size:13px;margin-top:15px}
.lead-form{background:#fff;border:1px solid #e3e5e5;border-radius:21px;padding:30px 31px;box-shadow:0 18px 40px #21332804}
.lead-form fieldset{padding:0;margin:0;border:0;min-width:0}
.form-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:26px}.form-heading h3{font-size:22px;font-weight:600;letter-spacing:-.5px}.form-heading>span{font-size:10px;color:#7a837e}
.lead-form legend,.lead-form label:not(.intent-options label){display:block;font-size:13px;font-weight:500;margin-bottom:8px}
.lead-form label>span{font-size:10px;font-weight:400;color:#7b8580;margin-left:4px}
.intent-options{display:flex;gap:7px;margin-bottom:22px}
.intent-options label{flex:1;position:relative;cursor:pointer}
.intent-options input{position:absolute;opacity:0;width:1px;height:1px}
.intent-options label>span{display:block;margin:0;text-align:center;padding:9px 7px;border:1px solid #d8dfda;border-radius:7px;font-size:12px;color:#637167;min-height:41px}
.intent-options input:checked+span{background:#edf5ef;color:#28573d;border-color:#83a992}
.intent-options input:focus-visible+span{outline:3px solid #26725a;outline-offset:3px}
.form-two-columns{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:17px}
.lead-form input:not([type="radio"]):not([type="checkbox"]),.lead-form select,.lead-form textarea{display:block;width:100%;border:1px solid #cfd7d1;border-radius:7px;background:#fff;color:#303d34;padding:11px 12px;font-size:15px;min-height:45px;line-height:1.6}
.lead-form select{cursor:pointer}
.lead-form input::placeholder,.lead-form textarea::placeholder{color:#7b867e;font-size:12px;opacity:1}
.lead-form input[aria-invalid="true"]{border-color:#a54637}
.lead-form textarea{resize:vertical;min-height:100px;max-height:230px}
.lead-form label[for="lead-task"]{margin-top:18px}
.textarea-meta{display:flex;justify-content:space-between;gap:12px;font-size:10px;line-height:1.8;color:#6c7a70;margin-top:7px}
#task-count{white-space:nowrap}
.consent-row{display:flex;align-items:flex-start;gap:8px;flex-wrap:wrap;margin-top:21px}
.consent-row input{width:16px;height:16px;flex-shrink:0;margin:4px 0 0;accent-color:var(--green);cursor:pointer}
.lead-form .consent-row label{font-size:11px;font-weight:400;line-height:1.9;flex:1;min-width:170px;cursor:pointer;margin:0;color:#617165}
.inline-link{font-size:11px;color:var(--green);padding:0;line-height:1.9;text-decoration:underline;text-underline-offset:3px}
.form-submit{width:100%;margin-top:22px;justify-content:space-between;border-radius:8px;font-size:14px;min-height:48px}
.form-footnote{text-align:center;font-size:10px;color:#6e7b72;line-height:1.8;margin-top:11px}
.field-error{font-size:11px;color:#a34030;margin-top:7px}
.form-result{background:#eff5ee;border:1px solid #c9ddc7;border-radius:7px;color:#3e6946;font-size:13px;line-height:1.9;padding:13px;margin-top:15px}
.form-result[data-state="error"]{background:#fdf0ee;border-color:#e5c4c0;color:#8c332a}
.form-submit:disabled{opacity:.55;cursor:wait}
.form-reset{font-size:11px;color:#68786b;min-height:37px;display:block;margin:7px auto -9px;text-decoration:underline;text-underline-offset:3px}
.site-footer{background:#efeff1;color:#6f7476;padding-block:36px 23px}
.footer-brand-row{display:flex;align-items:center;gap:25px;padding-bottom:24px;border-bottom:1px solid #dadde0}
.footer-brand-row .brand{color:#333d38}.footer-brand-row .brand img{width:86px}.footer-brand-row .brand span{font-size:15px}
.footer-brand-row>p{font-size:12px}.back-top{margin-left:auto;font-size:11px;min-height:40px;display:flex;align-items:center}
.footer-links{display:flex;align-items:flex-start;justify-content:space-between;gap:25px;padding-top:20px}
.footer-links nav{display:flex;align-items:center;gap:19px;flex-wrap:wrap;font-size:11px}
.footer-links nav a,.footer-links nav button{min-height:38px;display:flex;align-items:center;font-size:11px;padding:0}
.footer-links nav a:hover,.footer-links nav button:hover{text-decoration:underline;text-underline-offset:3px}
.version-links>span{color:#304a3c}
.footer-bottom{display:flex;align-items:center;gap:20px;font-size:10px;padding-top:13px;line-height:1.8}
.footer-bottom>span:nth-child(2){margin-left:auto}
#motion-toggle{font-size:10px;min-height:37px;padding:8px 0}
#motion-toggle[aria-pressed="true"]{color:var(--green)}
dialog{color:var(--ink);width:650px;max-width:calc(100% - 36px);max-height:calc(100dvh - 44px);overflow-y:auto;border:1px solid #dbe2db;border-radius:22px;padding:40px;background:#fff;box-shadow:0 30px 100px #12231c33}
dialog::backdrop{background:#101b166b;backdrop-filter:blur(7px)}
.dialog-close{position:absolute;right:13px;top:12px;width:38px;height:38px;display:grid;place-items:center;background:#f1f3f0;border-radius:50%;z-index:2}
.dialog-close svg{width:18px;height:18px}
dialog .eyebrow{font-size:12px;color:#647669;margin-bottom:17px;padding-right:20px}
dialog h2{font-size:31px;letter-spacing:-1px;margin-right:12px}
.privacy-dialog h3{font-size:17px;margin-top:26px}
.privacy-dialog p:not(.eyebrow){font-size:14px;line-height:1.95;color:#68716b;margin-top:11px}
.result-dialog{width:730px}
#result-dialog-body{margin-top:28px;color:#56655a;font-size:15px;line-height:1.95}
#result-dialog-body h3{font-size:22px;margin-block:23px 12px;color:var(--ink)}
#result-dialog-body h4{font-size:16px;margin-block:20px 9px;color:var(--ink)}
#result-dialog-body p{margin-block:9px}
#result-dialog-body pre{font:inherit;white-space:pre-wrap;overflow-wrap:anywhere;background:#f5f7f3;padding:22px;border-radius:12px;font-size:14px}
#result-dialog-body table{width:100%;border-collapse:collapse;font-size:13px}
#result-dialog-body th,#result-dialog-body td{border-bottom:1px solid #dce4d8;padding:10px 7px;text-align:left;overflow-wrap:anywhere}
.result-dialog-actions{display:flex;align-items:center;gap:18px;border-top:1px solid #dce3d9;margin-top:26px;padding-top:22px}
.result-dialog-actions>span{font-size:11px;color:#758473}
.toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);max-width:calc(100% - 36px);background:#243e30;color:#fff;border-radius:10px;padding:13px 20px;font-size:13px;line-height:1.8;z-index:150;box-shadow:0 9px 25px #0002}
.noscript-note{text-align:center;background:#e9f0e6;font-size:13px;padding:15px 24px;color:#37543e}
[data-reveal]{opacity:1}
.revealed{animation:section-enter .9s cubic-bezier(.2,.7,.2,1) both}
[data-reveal]:focus-within{opacity:1!important;transform:none!important;animation:none}
.reduce-motion *, .reduce-motion *::before,.reduce-motion *::after{animation:none!important;transition:none!important}
html:has(.reduce-motion){scroll-behavior:auto}
@keyframes product-arrive{from{opacity:.2;translate:0 16px}to{opacity:1;translate:0 0}}
@keyframes scene-fade{from{opacity:0;translate:0 12px}to{opacity:1;translate:0 0}}
@keyframes section-enter{from{opacity:.4;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@keyframes message-enter{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}
@keyframes typing-pulse{0%,80%,100%{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}
@media(min-width:1600px){.hero{padding-top:64px}.hero-description{font-size:18px}.product-composition{height:385px;margin-top:44px}.hero-device{width:520px;height:360px}.hero-phone{left:8%;top:15px;width:185px;height:294px}.hero-deliverable{top:95px}.composition-labels{bottom:14px}}
@media(max-width:1199px){.wrap{width:calc(100% - 72px)}.nav-shell{gap:18px}.desktop-nav{gap:20px}.ecosystem-nav{gap:12px;margin-left:6px}.brand{gap:9px}.brand img{width:82px}.brand>span{font-size:16px}.demo-panel{padding:23px;gap:21px}.conversation{padding:21px 18px}.window-bar{padding-inline:13px;font-size:10px;gap:10px}.demo-badge{font-size:9px}.user-message p,.ai-message p{font-size:12px}#result-content{padding:23px 22px}.mobile-layout{gap:55px}.experience-layout{gap:55px}.memory-feedback{padding:38px}.memory-feedback>p{font-size:25px}.memory-output{padding:29px}.ownership-card{padding:32px}.ownership-card h3{font-size:25px}.footer-links{display:block}.footer-links nav+nav{margin-top:9px}}
@media(max-width:1099px){.desktop-nav,.ecosystem-nav{display:none}.nav-shell>.button{margin-left:auto}.menu-button{display:block}.nav-shell{gap:14px}.brand img{width:90px}.brand>span{font-size:17px}.hero{padding-top:44px}.product-composition{height:315px}.hero-device{width:420px;height:293px}.hero-phone{left:5%;width:163px;height:262px}.hero-deliverable{right:0;width:215px;top:66px;padding:17px}.composition-labels{left:3%;right:0}.composition-labels>span:last-child{padding-right:50px}.section{padding-block:88px}.mobile-layout{gap:35px}.mobile-copy h2{font-size:42px}.mobile-copy .section-description{font-size:17px}.remote-phone{width:276px;min-height:555px;padding-inline:17px}.experience-layout{gap:38px}.experience-copy h2{font-size:37px}.lead-form{padding:26px}.form-heading>span{font-size:9px}.demo-panel{grid-template-columns:1.1fr 1fr;gap:18px;padding:20px}.demo-progress{gap:9px}.demo-progress>i{width:17px}.playback-controls{gap:7px}.playback-controls>button{padding-inline:13px}.message-attachment>span:last-child{display:none}.connection-strip{gap:30px}}
@media(max-width:850px){.wrap{width:calc(100% - 48px)}.section-description{font-size:18px}.hero-device{width:370px;height:270px;left:51%}.hero-phone{left:3%;transform:rotate(-6deg) scale(.94);transform-origin:left center}.hero-deliverable{transform:rotate(6deg) scale(.9);transform-origin:right center}.demo-panel{gap:16px;padding:16px}.conversation{padding:19px 14px}.window-dots{display:none}.window-bar{font-size:10px}.user-message{max-width:94%}.ai-message{gap:7px}.ai-message .assistant-avatar{width:24px;height:30px}.message-attachment{font-size:10px}.result-header{padding-inline:17px}#result-content{padding:21px 18px}.result-link{margin-inline:17px}.mobile-layout{gap:30px;grid-template-columns:1.1fr 1fr}.mobile-copy h2{font-size:36px;letter-spacing:-1.4px}.mobile-copy .eyebrow{font-size:14px}.remote-phone{width:257px;min-height:546px;padding-inline:16px;transform:rotate(3deg)}.remote-user,.remote-ai{font-size:11px}.memory-stage{grid-template-columns:1fr 40px 1fr}.memory-feedback{padding:30px;min-height:304px}.memory-feedback>p{font-size:23px}.memory-output{padding:25px}.memory-output-quote{font-size:15px}.ownership-card{padding:29px}.ownership-card h3{font-size:23px}.ownership-card>p:not(.eyebrow){font-size:14px}.ownership-model{font-size:15px;gap:11px}.experience-layout{grid-template-columns:1fr 1.1fr;gap:30px}.experience-copy h2{font-size:32px}.experience-copy .section-description{font-size:15px}.lead-form{padding:24px}.form-two-columns{gap:10px}.form-heading{align-items:flex-start;flex-direction:column;gap:5px}.form-heading>span{font-size:10px}.footer-bottom{flex-wrap:wrap;gap:4px 20px}.footer-bottom>span:nth-child(2){margin-left:0}#motion-toggle{margin-left:auto}}
@media(max-width:699px){
 html{scroll-padding-top:79px}.wrap{width:calc(100% - 40px)}.site-header{height:61px}.nav-shell{gap:9px}.brand{gap:9px}.brand img{width:79px}.brand>span{font-size:16px}.button.compact{font-size:11px;padding-inline:14px;min-height:34px}.menu-button{width:35px;flex-shrink:0}.menu-button span{left:7px}.mobile-menu{max-height:calc(100dvh - 61px)}
 .hero{padding:35px 0 24px}.hero .eyebrow{font-size:19px;margin-bottom:16px}.hero h1{font-size:clamp(35px,8.7vw,56px);letter-spacing:-1.8px;line-height:1.25}.hero-promise{font-size:19px;line-height:1.7;margin-top:17px;font-weight:550}.hero-description{font-size:14px;line-height:1.9;max-width:400px;margin:15px auto 0}.hero-description br{display:none}.hero-actions{gap:21px;margin-top:22px}.hero-actions .button{font-size:13px;min-height:45px;padding:11px 20px;gap:12px}.hero-actions .link{font-size:12px;gap:6px}.hero-actions .link svg{width:18px;height:18px}
 .product-composition{width:100%;height:281px;margin-top:34px;max-width:470px}.hero-device{width:72%;height:238px;top:10px;left:55%;filter:drop-shadow(0 15px 11px #153a2722)}.hero-phone{width:145px;height:244px;left:4%;top:5px;transform:rotate(-8deg) scale(.73);transform-origin:left center;border-radius:24px;padding-top:32px;z-index:3}.hero-phone-header{font-size:10px}.mini-user{font-size:8px;padding:7px;margin-top:9px}.mini-reply{font-size:7px}.mini-file{font-size:8px;padding:5px}.hero-deliverable{width:172px;top:137px;right:5%;padding:13px;border-radius:10px;transform:rotate(5deg) scale(.8);transform-origin:right top}.deliverable-top{font-size:12px;gap:8px}.deliverable-top small{font-size:7px}.document-icon{width:28px;height:33px}.document-icon svg{width:19px;height:19px}.paper-lines{margin:13px 0;gap:6px}.paper-lines i{height:3px}.deliverable-stamp{font-size:8px;padding-top:8px}.deliverable-stamp svg{width:12px;height:12px}.composition-labels{left:7%;right:7%;bottom:1px;font-size:9px;letter-spacing:1px}.composition-labels>span:first-child{padding-left:6px}.composition-labels>span:last-child{padding-right:0}.visual-note{font-size:10px;line-height:1.8;max-width:440px;margin:15px auto 0}
 .section{padding-block:67px}h2{font-size:37px;letter-spacing:-1.6px;line-height:1.25}.section-heading{margin-bottom:31px}.section-heading .eyebrow{font-size:13px;margin-bottom:17px}.section-description{font-size:16px;line-height:1.9;margin-top:21px}.section-description br{display:none}.section-note{font-size:11px;line-height:1.9;margin-top:20px}
 .demo-tabs{gap:1px;padding:4px;margin-bottom:23px;border-radius:30px;width:100%;max-width:460px}.demo-tabs button{flex:1;min-height:42px;font-size:12px;gap:6px;padding:9px 6px}.demo-tabs svg{width:16px;height:16px}.demo-panel{grid-template-columns:minmax(0,1fr);padding:13px;gap:15px;border-radius:21px;min-height:0}.conversation-window{min-height:383px;border-radius:12px}.window-bar{font-size:11px;padding:14px;gap:8px}.window-dots{display:flex}.demo-badge{font-size:9px}.conversation{padding:21px 16px;min-height:290px}.user-message{max-width:90%}.user-message p{font-size:13px;padding:12px 13px;line-height:1.85}.message-label{font-size:10px}.ai-message{gap:9px;margin-top:23px}.ai-message p{font-size:13px;line-height:1.9}.ai-message .assistant-avatar{width:25px;height:31px}.message-attachment{font-size:11px;margin-top:12px}.message-attachment>span:last-child{display:none}.conversation-composer{font-size:9px;padding:13px 14px}.result-window{border-radius:12px;min-height:365px}.result-header{font-size:12px;padding:15px 20px}#result-content{min-height:286px;padding:22px}#result-content h3{font-size:28px}#result-content h4{font-size:13px}#result-content p{font-size:13px}#result-content .document-subtitle{font-size:12px}.pending-note{font-size:11px}.result-link{margin-inline:20px;font-size:13px;min-height:47px}.demo-panel:has(.result-window[hidden])::after{min-height:170px;font-size:15px}.demo-controls{flex-direction:column;align-items:center;gap:15px;margin-top:19px}.demo-progress{font-size:11px;gap:12px}.demo-progress>i{width:20px}.playback-controls>button{min-height:42px;font-size:12px;padding-inline:17px}.work-section .section-note{text-align:center}
 .mobile-section{padding-block:66px 76px}.mobile-layout{grid-template-columns:minmax(0,1fr);gap:40px}.mobile-copy h2{font-size:37px;line-height:1.35;letter-spacing:-1.3px}.mobile-copy .eyebrow{font-size:13px;margin-bottom:18px}.mobile-copy .section-description{font-size:16px;margin-top:20px;max-width:440px}.mobile-copy .section-description br{display:none}.mobile-steps{display:flex;max-width:none;gap:9px;margin-top:27px}.mobile-steps>button{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:8px;font-size:12px;min-height:79px;padding:10px 5px}.mobile-steps>button>span{font-size:10px}.mobile-steps svg{display:none}.mobile-steps>button[aria-pressed="true"]{border-bottom-color:#b5d3c1}.dark-note{font-size:11px;line-height:1.9;margin-top:21px;max-width:none}.mobile-visual{margin-top:0;padding:10px 0}.remote-phone{width:278px;min-height:557px;padding:37px 18px 26px;transform:rotate(3deg)}.remote-user,.remote-ai{font-size:12px}.remote-title strong{font-size:16px}.remote-task strong{font-size:15px}.remote-task p{font-size:10px}.remote-screen{min-height:315px}.remote-phone-top>span:last-child{font-size:9px}.phone-glow{width:350px}
 .memory-stage{grid-template-columns:minmax(0,1fr);gap:0;max-width:440px;margin-top:33px;padding:0 3px}.memory-feedback{padding:31px 32px;min-height:280px;border-radius:20px}.memory-feedback>p{font-size:25px}.feedback-signature{font-size:11px;padding-top:23px}.memory-arrow{display:grid;place-items:center;height:49px}.memory-arrow svg{transform:rotate(90deg)}.memory-output{min-height:0;padding:29px;border-radius:20px;transform:rotate(1deg)}.memory-output-quote{font-size:16px;line-height:1.9}.memory-output-bottom{font-size:11px}.preference-chips span{font-size:11px}.memory-section .section-note{font-size:11px;margin-top:27px}
 .device-section{padding-bottom:58px}.device-platform{height:278px;max-width:430px;margin:16px auto 0}.device-platform img{height:247px;width:95%;margin-top:15px}.device-wordmark{font-size:clamp(100px,25vw,160px);letter-spacing:-6px;top:0}.device-views{margin-top:15px}.device-views button{font-size:12px;min-height:40px}.device-gallery figcaption{font-size:10px;margin-top:15px}.connection-strip{gap:17px;margin-top:31px;padding-top:25px}.connection-strip>div{display:flex;flex-direction:column;align-items:center;gap:3px;text-align:center}.connection-strip>div>svg{width:22px;height:22px;margin-bottom:5px}.connection-strip strong{font-size:12px}.connection-strip>div>span{font-size:9px}.connection-arrow{width:16px;height:16px}.device-boundary{font-size:11px;margin-top:22px;line-height:1.9}.device-boundary br{display:none}.device-more{font-size:12px;margin-top:12px}
 .ownership-section h2{font-size:34px}.ownership-grid{grid-template-columns:minmax(0,1fr);gap:18px}.ownership-card{padding:29px;border-radius:19px}.route-number{right:27px;top:24px;font-size:25px}.ownership-card h3{font-size:26px}.ownership-card .eyebrow{font-size:11px;margin-bottom:22px}.ownership-card>p:not(.eyebrow){font-size:15px}.ownership-card>p br{display:none}.ownership-model{font-size:16px;padding-block:20px 18px}.ownership-card ul{font-size:14px;line-height:2.2;margin-top:19px}.ownership-card .link{font-size:14px}
 .faq-section{padding-block:0 61px}.faq-section>h2{font-size:30px;margin-bottom:23px}.faq-list summary{font-size:15px;padding:21px 0;gap:18px}.faq-list details>div{font-size:14px;padding-right:16px;line-height:2}
 .experience-layout{grid-template-columns:minmax(0,1fr);gap:31px}.experience-copy{padding-top:0}.experience-copy h2{font-size:35px;line-height:1.4;letter-spacing:-1.5px}.experience-copy .eyebrow{font-size:12px;margin-bottom:20px}.experience-copy .section-description{font-size:16px}.form-preview-note{max-width:none;margin-top:25px;padding-top:20px}.form-preview-note p{font-size:12px}.experience-copy>.link{font-size:13px}.lead-form{padding:26px 23px;border-radius:19px}.form-heading{flex-direction:row;align-items:center;margin-bottom:24px}.form-heading h3{font-size:22px}.form-heading>span{font-size:9px}.lead-form legend,.lead-form label:not(.intent-options label){font-size:13px}.form-two-columns{gap:12px}.lead-form input:not([type="radio"]):not([type="checkbox"]),.lead-form select,.lead-form textarea{font-size:16px;min-height:47px;padding-inline:11px}.lead-form input::placeholder,.lead-form textarea::placeholder{font-size:12px}.intent-options label>span{font-size:12px;min-height:43px}.lead-form .consent-row label{font-size:11px}.consent-row{gap:7px}.consent-row input{margin-top:5px}.inline-link{font-size:11px}.form-submit{font-size:14px;min-height:49px}.field-error,.form-footnote{font-size:11px}.form-result{font-size:13px}.textarea-meta{font-size:10px}
 .site-footer{padding:29px 0 21px}.footer-brand-row{gap:15px;flex-wrap:wrap;padding-bottom:19px}.footer-brand-row .brand img{width:75px}.footer-brand-row .brand span{font-size:14px}.footer-brand-row>p{font-size:11px;margin-left:auto}.back-top{font-size:10px;margin:0;width:100%;min-height:29px}.footer-links{padding-top:13px}.footer-links nav{gap:3px 18px}.footer-links nav a,.footer-links nav button{font-size:11px;min-height:37px}.footer-links .version-links{font-size:10px;gap:0 15px;margin-top:8px}.footer-links .version-links a{font-size:10px}.footer-bottom{font-size:9px;padding-top:15px;gap:7px 10px}.footer-bottom>span{width:100%}.footer-bottom>span:nth-child(2){width:auto;flex:1}#motion-toggle{font-size:9px;white-space:nowrap;min-height:36px}
 dialog{max-width:calc(100% - 26px);max-height:calc(100dvh - 28px);padding:35px 23px 28px;border-radius:19px}.dialog-close{width:40px;height:40px;top:9px;right:9px}dialog .eyebrow{font-size:11px}dialog h2{font-size:26px;letter-spacing:-1px}.privacy-dialog h3{font-size:16px}.privacy-dialog p:not(.eyebrow){font-size:14px}.result-dialog-actions{flex-wrap:wrap;gap:12px}.result-dialog-actions>.button{font-size:13px;min-height:45px}.result-dialog-actions>span{font-size:10px}#result-dialog-body{font-size:14px}#result-dialog-body pre{font-size:13px;padding:16px}#result-dialog-body table{font-size:11px}#result-dialog-body td,#result-dialog-body th{padding:8px 5px}.toast{font-size:12px;bottom:18px;padding:11px 16px}
}
@media(max-width:359px){.wrap{width:calc(100% - 32px)}.brand img{width:68px}.brand>span{font-size:14px}.brand{gap:7px}.button.compact{padding-inline:11px;font-size:10px}.nav-shell{gap:5px}.hero h1{font-size:34px;letter-spacing:-1.6px}.hero-promise{font-size:17px}.hero-description{font-size:13px}.hero-actions{gap:15px}.hero-actions .button{padding-inline:17px;font-size:12px}.hero-actions .link{font-size:11px}.hero-phone{left:4%;transform:rotate(-7deg) scale(.66)}.hero-device{left:58%;width:72%}.hero-deliverable{right:3%;transform:rotate(5deg) scale(.7);top:143px}.demo-tabs button{font-size:11px;gap:5px}.demo-tabs svg{width:14px;height:14px}.demo-panel{padding:11px}.conversation{padding:20px 12px}.user-message p,.ai-message p{font-size:12px}.window-bar{font-size:10px;padding:13px 11px}.demo-badge{font-size:8px}.window-dots{display:none}.message-attachment{font-size:10px}.demo-progress{gap:9px;font-size:10px}.demo-progress>i{width:17px}.mobile-copy h2{font-size:34px}.remote-phone{width:263px}.mobile-steps>button{font-size:11px}.memory-feedback{padding:28px}.memory-output{padding:25px}.memory-feedback>p{font-size:23px}.connection-strip{gap:11px}.connection-strip>div>span{font-size:8px}.connection-strip strong{font-size:11px}.ownership-section h2{font-size:30px}.ownership-card{padding:26px}.ownership-card h3{font-size:24px}.ownership-model{font-size:14px}.lead-form{padding-inline:19px}.form-heading{flex-direction:column;align-items:flex-start;gap:7px}.form-two-columns{grid-template-columns:1fr}.form-two-columns>div+div{margin-top:4px}.form-heading>span{font-size:10px}.footer-links nav{gap:3px 12px}.footer-links nav a,.footer-links nav button{font-size:10px}.experience-copy h2{font-size:31px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}[data-reveal]{opacity:1!important;transform:none!important}}
@media print{.site-header,.hero-actions,.playback-controls,.demo-tabs,.lead-form,.mobile-steps,.device-views,.site-footer,dialog,.toast{display:none!important}.section{padding-block:35px}.wrap{width:100%}.hero{padding-top:0}.hero h1{font-size:44px}.mobile-section{background:#fff;color:#222}.mobile-copy .section-description,.mobile-copy h2>span,.dark-note{color:#555}.mobile-visual{display:none}.mobile-layout,.experience-layout{display:block}.demo-panel{break-inside:avoid}h2{font-size:30px}}
