@font-face{font-family:Gerstner;src:url("parallel-assets/gerstner-regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Gerstner;src:url("parallel-assets/gerstner-medium.woff2") format("woff2");font-weight:500 900;font-style:normal;font-display:swap}
@font-face{font-family:SystemMono;src:url("parallel-assets/system-mono-regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:SystemMono;src:url("parallel-assets/system-mono-medium.woff2") format("woff2");font-weight:500 900;font-style:normal;font-display:swap}
@font-face{font-family:TrouveWordmark;src:url("fonts/InstrumentSansVariable.woff2") format("woff2");font-weight:400 800;font-style:normal;font-display:swap}

:root{
  --ink:#181818;
  --muted:#858483;
  --quiet:#b5b3af;
  --line:#dededb;
  --line-dark:#c9c8c4;
  --paper:#efeeeb;
  --tag:#f1f1ef;
  --brand:#ee6b36;
  --brand-hover:#dd5e2b;
  --blue:#6897d5;
  --sans:Gerstner,"Helvetica Neue",Arial,sans-serif;
  --mono:SystemMono,"SFMono-Regular",Consolas,monospace;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;background:#fff}
body{margin:0;background:#fff;color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}
button,a{font:inherit;color:inherit}
button{border:0;background:none;cursor:pointer}
a{text-decoration:none}
img,video{display:block;max-width:100%}
p,h1,h2,h3,h4,blockquote,dl,dd{margin:0}
::selection{background:#f6c0a8;color:#181818}

.site-shell{position:relative;margin:16px 48px 0;border:0;overflow:clip;background:#fff;box-shadow:inset 1px 0 var(--line),inset -1px 0 var(--line)}
.section-pad{padding-inline:24px}

.announcement{height:28px;margin:0 24px;display:flex;align-items:center;justify-content:center;position:relative;background:#edf4f8;color:#527b9a;font-size:12px;line-height:16px;text-align:center}
.announcement a{text-decoration:underline;text-underline-offset:2px}
.announcement-close{position:absolute;right:16px;top:2px;width:24px;height:24px;color:#527b9a;font-size:16px;line-height:24px}
.announcement.is-hidden{display:none}

.site-header{height:74px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(10px)}
.site-header,.hero,.hero-media{--brand:#1688d4;--brand-hover:#1174b8}
.wordmark{font-family:TrouveWordmark,var(--sans);font-size:30px;line-height:1;font-weight:720;letter-spacing:-2.1px;font-variation-settings:"wght" 720}
.desktop-nav{display:flex;align-items:center;gap:27px;font-family:var(--mono);font-size:13px;color:#747270;white-space:nowrap}
.desktop-nav>a:not(.button){transition:color .2s ease}
.desktop-nav>a:not(.button):hover{color:var(--ink)}
.desktop-nav i{display:inline-block;width:7px;height:7px;margin-left:5px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:translateY(-2px) rotate(45deg)}
.button{min-height:35px;padding:8px 16px;border:1px solid transparent;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--mono);font-size:13px;line-height:16px;letter-spacing:.01em;white-space:nowrap;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}
.button:hover{transform:translateY(-1px)}
.button-brand{background:var(--brand);color:#fff}
.button-brand:hover{background:var(--brand-hover)}
.button-dark{background:#414141;color:#fff}
.button-dark:hover{background:#292929}
.button-light{background:#fff;border-color:var(--line);color:var(--ink)}
.button-light:hover{border-color:#aaa9a5}
kbd{border:0;border-radius:3px;padding:0 4px;background:rgba(0,0,0,.11);font:11px/16px var(--mono);box-shadow:none}
.button-dark kbd,.button-brand kbd{background:rgba(0,0,0,.18);color:#f4f4f4}
.button-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.menu-button,.mobile-menu{display:none}

.hero{padding-top:121px;padding-bottom:50px}
.hero h1{font-size:36px;line-height:40px;font-weight:500;letter-spacing:-.45px}
.hero-subtitle{margin-top:13px;color:var(--muted);font-size:26px;line-height:34px;letter-spacing:-.32px}
.hero-actions{margin-top:14px}
.agent-marks{color:#4c64a6;letter-spacing:3px}
.copy-icon{font-size:14px;color:#777}
.chevron{border-left:1px solid var(--line);margin:-8px -16px -8px 0;padding:8px 12px;color:#888}

.framed-media{position:relative;margin:0 24px;overflow:hidden}
.hero-media{height:597px}
.hero-media>video,.pipeline>video{width:100%;height:100%;object-fit:cover}
.hero-console{position:absolute;top:188px;left:50%;width:562px;transform:translateX(-50%);font-family:var(--mono)}
.hero-tabs{width:190px;margin:0 auto 12px;display:grid;grid-template-columns:repeat(2,1fr);border:1px solid rgba(205,205,205,.85);border-radius:10px;overflow:hidden;background:rgba(255,255,255,.88);box-shadow:0 4px 17px rgba(58,87,123,.12)}
.hero-tabs button{height:31px;padding:0;color:#777;background:rgba(255,255,255,.55);border-right:1px solid #ddd;font:13px/31px var(--mono)}
.hero-tabs button:last-child{border-right:0}
.hero-tabs button.active{background:#fff;color:#292929;box-shadow:0 0 8px rgba(30,30,30,.16)}
.hero-query-card{border:1px solid rgba(219,219,219,.95);border-radius:10px;background:rgba(255,255,255,.94);box-shadow:0 18px 45px rgba(35,72,111,.18);overflow:hidden}
.hero-query-top{height:48px;padding:0 17px;display:flex;align-items:center;gap:9px;border-bottom:1px solid #e3e3e3;font-size:13px}
.globe-mark{font-size:17px;color:#777}
.hero-query-card p{height:90px;padding:12px 18px;font-family:var(--sans);font-size:16px;line-height:21px}
.hero-query-card p.is-typing::after{content:"";display:inline-block;width:1px;height:1em;margin-left:2px;vertical-align:-.12em;background:#1688d4;animation:hero-caret .72s steps(1) infinite}
.hero-api-json{height:90px;margin:0;padding:7px 18px;overflow:hidden;background:rgba(244,247,248,.72);color:#596167;font:10px/14.5px var(--mono);white-space:pre-wrap}
.hero-api-json[hidden]{display:none}.json-key{color:#3976a2}.json-value{color:#25323a}.json-punctuation{color:#899297}
@keyframes hero-caret{50%{opacity:0}}
.hero-run{height:47px;padding:0 14px;display:flex;align-items:center;gap:12px;border-top:1px solid #e5e5e5;color:#7b7b7b;font-size:12px}
.hero-run b{font-weight:400;color:#222}
.hero-run button{margin-left:auto;padding:7px 16px;border-radius:4px;background:#3e3e3e;color:#fff;font:12px var(--mono)}

.logos-section{min-height:409px;padding:80px 24px 53px;text-align:center}
.logos-section h2{font-size:20px;line-height:28px;font-weight:500}
.logos-section>p{margin-top:11px;color:var(--muted);font-size:16px;line-height:24px}
.logo-cloud{max-width:1090px;margin:72px auto 0;display:grid;grid-template-columns:repeat(6,1fr);align-items:center;row-gap:44px;column-gap:34px;color:#777}
.logo-type{display:inline-flex;align-items:center;justify-content:center;min-height:24px;font-size:18px;font-weight:500;filter:grayscale(1);opacity:.72;white-space:nowrap}
.logo-type::before{content:"";display:inline-block;width:18px;height:18px;margin-right:8px;border-radius:50%;border:1px solid currentColor;background:repeating-linear-gradient(0deg,transparent 0 3px,currentColor 3px 4px);opacity:.65}
.logo-type.attio{font-weight:900;text-transform:lowercase}.logo-type.formation{font-size:14px}.logo-type.pfizer{font-style:italic}.logo-type.owner{font-weight:900}.logo-type.manus{letter-spacing:.14em;font-size:13px}
.platform-cloud{max-width:1090px;margin-top:68px;display:flex;flex-wrap:wrap;justify-content:center;column-gap:30px;row-gap:44px}
.platform-logo{height:58px;flex:0 0 calc(25% - 23px);display:flex;align-items:center;justify-content:center;gap:9px;overflow:hidden;filter:grayscale(1);opacity:.62;transition:opacity .25s ease}
.platform-logo:hover{opacity:.9}.platform-logo img{display:block;max-width:132px;max-height:34px;object-fit:contain}.platform-logo.sap-mark img{width:50px;max-width:none;max-height:none}.platform-logo.icon-label img{width:25px;height:25px}.platform-logo.icon-label b{color:#222;font-size:16px;line-height:22px;font-weight:600;letter-spacing:-.025em}.platform-logo.padded-mark img{width:154px;max-width:none;max-height:none}

.workflow{padding:159px 24px 81px}
.workflow>h2{font-size:32px;line-height:36px;font-weight:500;letter-spacing:-.3px}
.workflow-grid{margin-top:60px;display:grid;grid-template-columns:minmax(0,880px) minmax(0,440px);gap:48px;align-items:start}
.workflow-stage{position:relative;height:495px;overflow:hidden;padding:64px 20%;background-size:cover;background-position:center;transition:background-image .35s ease}
.texture-erp{background:#dce9f5 url("parallel-assets/trouve-workflow-erp-v4.jpg") center/cover}
.texture-crm{background:#eee4ef url("parallel-assets/trouve-workflow-crm-v3.jpg") center/cover}
.texture-insurance{background:#edf0dc url("parallel-assets/trouve-workflow-insurance-v3.jpg") center/cover}
.texture-service{background:#f7edc9 url("parallel-assets/trouve-workflow-service-v3.jpg") center/cover}
.monitor-card{position:relative;z-index:3;padding:22px;background:rgba(255,255,255,.52);border:1px solid rgba(255,255,255,.78);border-radius:6px;box-shadow:0 10px 28px rgba(49,43,36,.12);backdrop-filter:blur(12px) saturate(.86);-webkit-backdrop-filter:blur(12px) saturate(.86)}
.monitor-request{min-height:54px;font-size:16px;line-height:23px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.chip,.tag{display:inline-flex;align-items:center;background:var(--tag);border:1px solid #e0e0de;border-radius:3px;font:12px/22px var(--mono);padding:0 9px}
.monitor-card .chip{background:rgba(255,255,255,.58);border-color:rgba(70,65,58,.16)}
.radar-icon{font-size:17px;margin-right:5px}.tag{padding-inline:8px;border:0;color:#3c3c3c}
.result-stack{position:absolute;right:5%;bottom:43px;width:47%;display:grid;gap:7px}
.result-stack article{position:relative;overflow:hidden;padding:13px 15px;background:rgba(255,255,255,.58);border:1px solid rgba(255,255,255,.8);border-radius:4px;box-shadow:0 7px 18px rgba(49,43,36,.11);backdrop-filter:blur(10px) saturate(.9);-webkit-backdrop-filter:blur(10px) saturate(.9);opacity:0}
.result-stack article::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;transform:scaleX(0);transform-origin:left;background:rgba(66,115,155,.52)}
.result-stack b{display:block;font-size:13px;line-height:18px;font-weight:500}.result-stack span{display:block;margin-top:5px;color:#888;font:10px/14px var(--mono)}
.workflow-motion-layer{position:absolute;z-index:1;inset:0;overflow:hidden;pointer-events:none}.workflow-motion-layer::before,.workflow-motion-layer::after,.workflow-motion-layer i{content:"";position:absolute;display:block}
.workflow-variant-erp .result-stack article.is-visible{animation:erpStepIn .72s cubic-bezier(.2,.75,.2,1) both}.workflow-variant-erp .result-stack article.is-visible::after{animation:workflowProgress 1.15s .18s ease-out both}.workflow-variant-erp .workflow-motion-layer::before{left:22%;top:44%;width:56%;height:1px;background:linear-gradient(90deg,transparent,rgba(66,112,147,.34),transparent)}.workflow-variant-erp .workflow-motion-layer i:first-child{top:calc(44% - 3px);left:24%;width:7px;height:7px;border-radius:50%;background:#4f83aa;box-shadow:0 0 0 5px rgba(79,131,170,.12);animation:erpRoute 3.4s ease-in-out infinite}
.workflow-variant-crm .result-stack{right:7%;width:52%}.workflow-variant-crm .result-stack article.is-visible{animation:crmFieldUpdate .68s cubic-bezier(.18,.72,.25,1) both}.workflow-variant-crm .result-stack article::after{height:100%;width:3px;right:auto;transform:scaleY(0);transform-origin:bottom;background:rgba(119,83,128,.4)}.workflow-variant-crm .result-stack article.is-visible::after{animation:crmFieldRail .65s .12s ease-out both}.workflow-variant-crm .workflow-motion-layer::before{right:7%;bottom:38px;width:52%;height:205px;border:1px solid rgba(104,72,112,.14);background:repeating-linear-gradient(0deg,transparent 0 37px,rgba(104,72,112,.09) 37px 38px);animation:crmRefresh 3.8s ease-in-out infinite}
.workflow-variant-insurance .result-stack{right:8%;width:54%}.workflow-variant-insurance .result-stack article.is-visible{animation:insuranceReveal .8s ease-out both}.workflow-variant-insurance .result-stack article.is-visible::after{animation:workflowProgress 1.35s .18s ease-out both;background:rgba(111,126,70,.46)}.workflow-variant-insurance .workflow-motion-layer::before{left:12%;right:8%;top:45%;height:1px;background:rgba(111,126,70,.22);box-shadow:0 0 18px rgba(111,126,70,.22);animation:insuranceScan 3.1s ease-in-out infinite}.workflow-variant-insurance .workflow-motion-layer i{width:9px;height:9px;border:1px solid rgba(92,111,60,.38);border-radius:50%;animation:insurancePulse 2.6s ease-out infinite}.workflow-variant-insurance .workflow-motion-layer i:nth-child(1){left:18%;top:63%;animation-delay:-.4s}.workflow-variant-insurance .workflow-motion-layer i:nth-child(2){left:35%;top:75%;animation-delay:-1.2s}.workflow-variant-insurance .workflow-motion-layer i:nth-child(3){left:48%;top:58%;animation-delay:-2s}
.workflow-variant-service .result-stack{left:7%;right:auto;width:52%}.workflow-variant-service .result-stack article.is-visible{animation:serviceQueue .72s cubic-bezier(.2,.72,.25,1) both}.workflow-variant-service .result-stack article.is-visible::after{animation:workflowProgress .95s .2s ease-out both;background:rgba(165,122,52,.42)}.workflow-variant-service .workflow-card-link{left:38%}.workflow-variant-service .workflow-motion-layer::before{left:7%;bottom:32px;width:52%;height:210px;border-left:1px dashed rgba(155,115,54,.24);border-right:1px dashed rgba(155,115,54,.18)}.workflow-variant-service .workflow-motion-layer i{right:15%;width:26px;height:8px;border-radius:6px;background:rgba(155,115,54,.23);animation:serviceSignal 2.7s ease-in-out infinite}.workflow-variant-service .workflow-motion-layer i:nth-child(1){top:47%}.workflow-variant-service .workflow-motion-layer i:nth-child(2){top:59%;animation-delay:-.9s}.workflow-variant-service .workflow-motion-layer i:nth-child(3){top:71%;animation-delay:-1.8s}
@keyframes erpStepIn{from{opacity:0;transform:translateY(17px) scale(.975)}to{opacity:1;transform:none}}@keyframes erpRoute{0%,100%{transform:translateX(0);opacity:.35}50%{transform:translateX(410px);opacity:1}}@keyframes workflowProgress{to{transform:scaleX(1)}}
@keyframes crmFieldUpdate{from{opacity:0;transform:translateX(28px)}to{opacity:1;transform:none}}@keyframes crmFieldRail{to{transform:scaleY(1)}}@keyframes crmRefresh{0%,100%{opacity:.3;transform:translateY(4px)}50%{opacity:.65;transform:none}}
@keyframes insuranceReveal{from{opacity:0;clip-path:inset(0 100% 0 0);transform:translateY(5px)}to{opacity:1;clip-path:inset(0);transform:none}}@keyframes insuranceScan{0%,100%{transform:translateY(-82px);opacity:0}20%,80%{opacity:.75}50%{transform:translateY(103px)}}@keyframes insurancePulse{0%{transform:scale(.7);opacity:0}45%{opacity:.7}100%{transform:scale(3);opacity:0}}
@keyframes serviceQueue{from{opacity:0;transform:translateX(-24px) rotate(-.25deg)}to{opacity:1;transform:none}}@keyframes serviceSignal{50%{transform:translateX(-42px);opacity:.28}}
.workflow-copy{min-height:495px;border-left:1px solid var(--line);padding-left:24px}
.workflow-tab{width:100%;display:grid;grid-template-columns:1fr 28px;text-align:left;padding:4px 0 25px;color:#b1b0ad;border-bottom:1px solid transparent}
.workflow-tab span{font-size:20px;line-height:27px;font-weight:500}.workflow-tab i{font:11px/25px var(--mono);font-style:normal;text-align:right}
.workflow-tab small{display:none;grid-column:1/-1;margin-top:12px;color:var(--muted);font-size:16px;line-height:24px}
.workflow-tab.active{color:var(--ink)}.workflow-tab.active small{display:block}
.workflow-actions{margin-top:3px;flex-direction:column;align-items:flex-start;gap:6px}.workflow-tags{display:flex;flex-wrap:wrap;gap:8px}.workflow-actions .button{width:max-content;margin-top:6px}

.feature-row{position:relative;min-height:597.5px;padding:80px 24px;display:grid;grid-template-columns:328px minmax(0,1fr);gap:48px;align-items:start}
.feature-row.visual-first{grid-template-columns:minmax(0,1fr) 328px}
.feature-row.basis-section,.feature-row.signal-row{min-height:626.664px}
.detailed-feature::before{content:"";position:absolute;z-index:0;top:0;bottom:0;left:376px;width:1px;background:var(--line)}
.detailed-feature.visual-first::before{left:auto;right:376px}
.detailed-feature::after{content:attr(data-rail);position:absolute;top:27px;left:24px;color:#aaa9a6;font:9px/13px var(--mono);letter-spacing:.06em}
.detailed-feature.visual-first::after{left:auto;right:24px;text-align:right}
.feature-copy,.demo-panel{position:relative;z-index:1}
.feature-copy h3{font-size:26px;line-height:32px;font-weight:500;letter-spacing:-.2px}
.feature-copy p{margin-top:14px;color:var(--muted);font-size:16px;line-height:24px}
.feature-copy .button{margin-top:25px}
.demo-panel{position:relative;min-height:438px;overflow:hidden;background:#efeeeb}
.retrieval-demo{padding:48px 9%}
.comparison-label{display:flex;justify-content:space-between;color:#888;font:11px/16px var(--mono)}
.comparison-label b{color:#222;font-weight:400}
.answer{position:relative;width:72%;margin:20px 0 0;padding:20px;border:1px solid #ddd;background:#fff;border-radius:5px;font-size:15px;line-height:22px;box-shadow:0 8px 24px rgba(0,0,0,.04)}
.muted-answer{color:#aaa;filter:blur(.1px)}
.live-answer{margin-left:auto;border-left:3px solid var(--brand);color:#333}
.retrieval-beam{margin:34px auto 0;position:relative;text-align:center;font:10px/14px var(--mono);color:#777}
.retrieval-beam i{display:block;height:1px;margin-top:9px;background:linear-gradient(90deg,transparent,var(--brand),transparent)}
.confidence{position:absolute;right:9%;bottom:33px;font:11px/16px var(--mono)}.confidence span{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 4px rgba(238,107,54,.18)}
.compose-demo{display:flex;align-items:center;justify-content:center;padding:36px}
.compose-flow{width:min(520px,80%);position:relative;padding-left:30px;border-left:1px solid #d6d5d1}
.mini-chip{display:inline-flex;padding:6px 10px;background:#fff;border:1px solid #ddd;border-radius:4px;font:12px/16px var(--mono)}
.prompt-box{margin:9px 0 0;padding:16px 18px;background:#fff;border:1px solid #dcdcdc;border-radius:4px;box-shadow:0 5px 12px rgba(0,0,0,.05);font-size:15px}
.flow-line{height:23px;margin-left:26px;border-left:1px dashed #c9c7c1}
.basis-demo{display:grid;grid-template-columns:1.05fr .95fr;grid-template-rows:auto repeat(3,56px);gap:1px;padding:46px;background:#ebeae6}
.basis-answer{grid-column:1/-1;margin-bottom:18px;padding:18px;background:#fff;border-radius:3px;font-size:18px;line-height:28px}.basis-answer sup,.live-answer sup{color:var(--brand)}
.basis-row{display:grid;grid-template-columns:1fr 50px 140px;grid-column:1;padding:13px;background:#fff;border-bottom:1px solid #eee;font:12px/20px var(--mono)}.basis-row strong{color:var(--brand)}.basis-row span{color:#888}
.basis-demo pre{grid-column:2;grid-row:2/5;margin:0;padding:17px;background:#333;color:#ddd;font:11px/18px var(--mono);overflow:hidden}
.signal-demo{padding:94px 18%;background:#efeeeb}
.terminal-line{padding:16px 20px;background:#333;color:#fff;border-radius:4px;font:13px/22px var(--mono)}
.context-window{padding:17px 20px;background:#fff;border:1px solid #ddd;box-shadow:0 6px 15px rgba(0,0,0,.05)}
.context-window>small{color:#8c8c89;font:11px var(--mono)}
.signal-line{margin-top:18px;display:flex;justify-content:space-between;color:#7b7a78}.signal-line em{font:11px var(--mono);font-style:normal}.signal-line.faded{opacity:.45}
.meter{height:30px;margin-top:6px;padding:4px;display:flex;gap:3px;background:#f4f4f2;overflow:hidden}.meter i{width:4px;background:var(--brand)}.default-meter i{background:#bfc0c0}

/* Product UI detailing */
.window-dots{display:inline-flex;align-items:center;gap:4px}.window-dots i{display:block;width:6px;height:6px;border:1px solid #aaa9a6;border-radius:50%;background:rgba(255,255,255,.55)}
.workflow-stage::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:32px 32px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 82%)}
.workflow-card-link{position:absolute;z-index:1;top:162px;left:50%;height:90px;border-left:1px dashed rgba(79,87,93,.34)}
.workflow-card-link::before,.workflow-card-link::after{content:"";position:absolute;left:-3px;width:5px;height:5px;border-radius:50%;background:rgba(79,87,93,.45)}.workflow-card-link::before{top:0}.workflow-card-link::after{bottom:0}
.workflow-card-link i{position:absolute;left:-10px;top:37px;width:20px;height:16px;border:1px solid rgba(79,87,93,.28);border-radius:10px;background:rgba(255,255,255,.48)}
.workflow-status{position:absolute;z-index:4;right:5%;bottom:13px;display:flex;align-items:center;gap:7px;color:#5f6262;font:9px/13px var(--mono)}
.workflow-status>span,.ui-titlebar>em i,.developer-status i{width:6px;height:6px;border-radius:50%;background:#69a27b;box-shadow:0 0 0 3px rgba(105,162,123,.14)}
.workflow-status b{font-weight:400}.workflow-status em{padding-left:8px;border-left:1px solid rgba(75,75,75,.18);font-style:normal;color:#777}

.coverage-demo,.speed-demo,.reliability-demo,.developer-demo{display:flex;align-items:center;justify-content:center;padding:42px;background:#efeeeb}
.coverage-demo{background:#3974cf url("parallel-assets/trouve-feature-coverage-solid-v1.jpg") center/cover no-repeat}
.speed-demo{background:#cf5736 url("parallel-assets/trouve-feature-speed-solid-v1.jpg") center/cover no-repeat}
.reliability-demo{background:#667744 url("parallel-assets/trouve-feature-reliability-solid-v1.jpg") center/cover no-repeat}
.developer-demo{background:#604b68 url("parallel-assets/trouve-feature-developer-solid-v1.jpg") center/cover no-repeat}
.ui-window{width:min(700px,82%);overflow:hidden;border:1px solid #d8d7d3;border-radius:6px;background:#fff;box-shadow:0 13px 32px rgba(35,35,32,.08)}
.coverage-demo .ui-window,.speed-demo .ui-window,.reliability-demo .ui-window,.developer-demo .ui-window{box-shadow:0 18px 42px rgba(25,24,22,.18)}
.ui-titlebar{height:39px;padding:0 13px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #e2e1de;background:#f7f7f5;color:#6f6e6b;font:9px/13px var(--mono)}
.ui-titlebar small{font:inherit;letter-spacing:.04em}.ui-titlebar>em{margin-left:auto;display:flex;align-items:center;gap:7px;font-style:normal;color:#6d806e}.ui-titlebar>em i{display:block}
.coverage-prompt,.speed-task,.reliability-prompt{padding:14px 17px;border-bottom:1px solid #e4e3e0}.coverage-prompt small,.speed-task small,.reliability-prompt small{display:block;margin-bottom:3px;color:#9a9995;font:8px/12px var(--mono);letter-spacing:.06em}.coverage-prompt b,.speed-task b,.reliability-prompt b{font-size:14px;line-height:19px;font-weight:400}
.coverage-routes{position:relative;padding:13px 17px}.coverage-routes::before{content:"";position:absolute;z-index:3;left:32px;top:29px;width:5px;height:5px;border-radius:50%;background:#5d789b;box-shadow:0 0 0 4px rgba(93,120,155,.12);animation:coverageTraveller 5.6s ease-in-out infinite both;animation-play-state:paused}.coverage-routes article{min-height:42px;padding:8px 10px;display:grid;grid-template-columns:117px minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid #e1e0dd;border-radius:3px;background:#fbfbfa;animation:coverageRoutePulse 5.6s ease-in-out infinite both;animation-play-state:paused}.coverage-routes article:nth-of-type(2){animation-delay:1.55s}.coverage-routes article:nth-of-type(3){animation-delay:3.1s}.coverage-routes article.active{border-color:#9db3c9;background:#f4f8fb;box-shadow:inset 2px 0 #5d789b}.coverage-routes article span,.coverage-routes article em{color:#888783;font:8px/12px var(--mono);font-style:normal}.coverage-routes article b{font-size:11px;line-height:16px;font-weight:400}.coverage-routes article.active em{color:#4d7192}.route-line{display:block;height:9px;margin-left:18px;border-left:1px dashed #c8c7c3;background:linear-gradient(#6f8ca9,#6f8ca9) 0 0/1px 0 no-repeat;animation:coverageLine 1.35s ease-in-out infinite;animation-play-state:paused}.coverage-footer{height:31px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e2e1de;background:#f7f7f5;color:#777;font:8px/12px var(--mono)}.coverage-footer b{font-weight:400;color:#4d7192}

.speed-window{--speed-accent:#397fb0}.speed-badge{padding:3px 6px;border:1px solid #a9c1d2;border-radius:3px;background:#edf5fa;color:#39749d!important;animation:speedBadge 5.8s ease-in-out infinite both;animation-play-state:paused}.speed-task{display:flex;align-items:center;gap:14px}.speed-task small{min-width:47px;margin:0;padding-right:13px;border-right:1px solid #ddd}.speed-race{padding:12px 17px 15px}.speed-race article{padding:7px 0}.speed-race article+article{border-top:1px solid #ecebe8}.speed-race header{display:flex;justify-content:space-between;gap:14px;color:#777;font:8px/12px var(--mono)}.speed-race header b{font-weight:500;color:#555}.speed-race article.winner header{color:#2f6f9c}.speed-race article>div{height:9px;margin-top:5px;overflow:hidden;border-radius:2px;background:#ededea}.speed-race article>div i{display:block;width:92%;height:100%;transform-origin:left;background:#bbbcb9;animation:speedRun 5.8s cubic-bezier(.22,.7,.2,1) infinite both;animation-play-state:paused}.speed-race article.winner>div i{width:5%;min-width:18px;background:var(--speed-accent);animation-delay:.12s}.speed-race article:nth-child(2)>div i{animation-delay:.62s}.speed-race article:nth-child(3)>div i{width:100%;animation-delay:1s}.speed-race article>small{display:block;margin-top:4px;color:#a09f9b;font:7px/10px var(--mono)}.speed-race article.winner>small{color:#5f839c}

.reliability-window{--reliable:#699578}.reliability-grid{display:grid;grid-template-columns:1fr .95fr;min-height:174px}.run-matrix{position:relative;min-width:0;overflow:hidden;border-right:1px solid #e2e1de;background-color:#f4f8f4;background-image:radial-gradient(circle,var(--reliable) 0 2.6px,transparent 3px);background-position:0 0;background-size:10% 10%}.run-matrix::before{content:"";position:absolute;z-index:2;top:0;bottom:0;width:1px;background:#7aa187;box-shadow:0 0 12px rgba(88,139,105,.55);animation:reliabilityScan 4.8s ease-in-out infinite both;animation-play-state:paused}.run-matrix::after{content:"";position:absolute;z-index:1;inset:0;background:#f4f8f4;transform-origin:right;animation:reliabilityReveal 4.8s ease-in-out infinite both;animation-play-state:paused}.reliability-score{padding:20px 18px}.reliability-score strong{display:block;color:#48765a;font:28px/31px var(--mono);font-weight:400;animation:reliabilityScore 4.8s ease-in-out infinite both;animation-play-state:paused}.reliability-score>span{display:block;margin-top:3px;color:#777;font:8px/12px var(--mono)}.reliability-score dl{margin-top:18px}.reliability-score dl>div{display:flex;justify-content:space-between;padding:5px 0;border-top:1px solid #e5e4e1;color:#85847f;font:9px/13px var(--mono)}.reliability-score dd{color:#4d765a}.reliability-steps{height:35px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;border-top:1px solid #e2e1de;background:#f7f7f5}.reliability-steps span{padding:0 9px;border-right:1px solid #deddda;color:#5e8068;font:7px/11px var(--mono);text-align:center;animation:reliabilityStep 4.8s ease-out infinite both;animation-play-state:paused}.reliability-steps span:nth-child(2){animation-delay:.28s}.reliability-steps span:nth-child(3){animation-delay:.56s}.reliability-steps span:nth-child(4){animation-delay:.84s}.reliability-steps span:last-child{border-right:0}

.developer-window{--dev-accent:#466f9b}.developer-tabs{gap:4px}.developer-tabs button{height:25px;padding:0 8px;color:#8b8a86;border:1px solid transparent;border-radius:3px;font:8px/11px var(--mono)}.developer-tabs button.active{border-color:#d7d6d3;background:#fff;color:#333}.developer-grid{display:grid;grid-template-columns:.88fr 1.12fr;min-height:251px}.developer-console{padding:18px;border-right:1px solid #deddda}.developer-console>small{color:#92918d;font:8px/12px var(--mono)}.developer-console p{min-height:69px;margin-top:8px;padding:12px;border:1px solid #dfdeda;border-radius:3px;background:#fafaf8;font-size:12px;line-height:18px}.developer-console>div{margin-top:9px;padding:8px 10px;display:flex;justify-content:space-between;border:1px solid #e1e0dd;border-radius:3px;color:#8a8985;font:8px/12px var(--mono)}.developer-console>div b{color:#444;font-weight:400}.developer-console>button{margin-top:11px;width:100%;padding:8px 10px;display:flex;justify-content:space-between;border-radius:3px;background:#3f5369;color:#fff;font:8px/12px var(--mono);animation:developerRun 5.2s ease-in-out infinite both;animation-play-state:paused}.developer-console kbd{background:rgba(255,255,255,.13);font-size:8px}.developer-grid pre{position:relative;margin:0;padding:24px 20px;overflow:hidden;background:#1e2227;color:#c4cbd2;font:10px/18px var(--mono);white-space:pre-wrap}.developer-grid pre::after{content:"";position:absolute;inset:0;background:#1e2227;transform-origin:right;animation:developerReveal 5.2s steps(18,end) infinite both;animation-play-state:paused}.developer-grid pre span{color:#75a9d3}.developer-grid pre b{color:#9bc0df;font-weight:400}.developer-status{height:34px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #deddda;background:#f7f7f5;color:#777;font:8px/12px var(--mono)}.developer-status span{display:flex;align-items:center;gap:7px}.developer-status em{font-style:normal}.developer-status b{font-weight:400;color:#587693}
.detailed-feature.is-animating .coverage-routes::before,.detailed-feature.is-animating .coverage-routes article,.detailed-feature.is-animating .route-line,.detailed-feature.is-animating .speed-badge,.detailed-feature.is-animating .speed-race article>div i,.detailed-feature.is-animating .run-matrix::before,.detailed-feature.is-animating .run-matrix::after,.detailed-feature.is-animating .reliability-score strong,.detailed-feature.is-animating .reliability-steps span,.detailed-feature.is-animating .developer-console>button,.detailed-feature.is-animating .developer-grid pre::after{animation-play-state:running}
@keyframes coverageRoutePulse{0%,7%{opacity:.48;transform:translateX(-5px)}13%,29%{opacity:1;transform:none;box-shadow:0 7px 16px rgba(71,100,126,.1)}38%,100%{opacity:.76;transform:none}}@keyframes coverageTraveller{0%,8%{transform:translateY(0);opacity:.25}42%{transform:translateY(51px);opacity:1}76%,100%{transform:translateY(102px);opacity:.45}}@keyframes coverageLine{0%{background-size:1px 0}55%,100%{background-size:1px 100%}}
@keyframes speedRun{0%,7%{transform:scaleX(0)}48%,82%{transform:scaleX(1)}100%{transform:scaleX(0)}}@keyframes speedBadge{0%,48%{transform:scale(.96);opacity:.48}58%,86%{transform:scale(1);opacity:1;box-shadow:0 0 0 3px rgba(57,127,176,.08)}100%{opacity:.48}}
@keyframes reliabilityReveal{0%,8%{transform:scaleX(1)}58%,84%{transform:scaleX(0)}100%{transform:scaleX(1)}}@keyframes reliabilityScan{0%,8%{left:0;opacity:0}18%{opacity:.75}58%,84%{left:100%;opacity:.75}92%,100%{opacity:0}}@keyframes reliabilityScore{0%,36%{opacity:.28;transform:translateY(4px)}60%,88%{opacity:1;transform:none}100%{opacity:.28}}@keyframes reliabilityStep{0%,24%{opacity:.2;transform:translateY(4px)}45%,88%{opacity:1;transform:none}100%{opacity:.2}}
@keyframes developerReveal{0%,7%{transform:scaleX(1)}58%,88%{transform:scaleX(0)}100%{transform:scaleX(1)}}@keyframes developerRun{0%,12%{filter:brightness(.9)}28%,72%{filter:brightness(1.2);box-shadow:0 0 0 3px rgba(70,111,155,.1)}100%{filter:brightness(.9)}}

.products{padding:78px 24px 0}
.products-intro{position:relative;display:grid;grid-template-columns:704px minmax(0,1fr);gap:48px;align-items:start;margin-bottom:103px}
.section-index{position:absolute;left:0;top:0;font:15px/24px var(--mono);transform:translateX(-1px)}
.products-intro>div{grid-column:1;padding-left:0}.products-intro>p{grid-column:2}
.products-intro small{display:block;margin-bottom:6px;font-size:16px;color:#555}.products-intro h2{font-size:32px;line-height:36px;font-weight:500;max-width:none}.products-intro>p{color:var(--muted);font-size:16px;line-height:24px;max-width:470px}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:60px 48px}
.product-card{height:342px;min-width:0}.product-card.card-wide{grid-column:span 1}
.product-visual{height:255px;padding:24px;background:#efeeeb;overflow:hidden;position:relative;border:1px solid #eee}
.product-card footer{padding-top:12px}.product-card footer h3{font-size:20px;line-height:28px;font-weight:500}.product-card footer p{margin-top:7px;color:var(--muted);font-size:14px;line-height:20px}.product-icon{display:inline-flex;width:24px;height:24px;margin-right:5px;align-items:center;justify-content:center;background:#f3f3f1;border:1px solid #ddd;border-radius:3px;font:13px var(--mono);vertical-align:2px}
.task-visual{padding:25px}.task-visual h4{font-size:16px;font-weight:500}.versus{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:19px}.versus>div,.difference{padding:12px;background:#fff;border:1px solid #ddd;border-radius:4px}.versus b{font-size:16px}.versus span,.difference span{display:block;margin-top:2px;color:#999;font:9px var(--mono)}.versus p{margin-top:10px;font-size:12px;color:#666}.difference{margin-top:10px;font-size:11px;line-height:16px}.difference span{margin:0 0 4px}
.radar-visual{display:flex;flex-direction:column;align-items:center;justify-content:center}.radar-visual strong{position:absolute;bottom:25px;font-size:13px;font-weight:400}.radar{position:relative;width:170px;height:170px;border:1px solid #cbd6df;border-radius:50%;background:repeating-radial-gradient(circle,transparent 0 26px,rgba(108,151,184,.22) 27px 28px)}.radar::before,.radar::after{content:"";position:absolute;background:#cbd6df}.radar::before{width:1px;height:100%;left:50%}.radar::after{height:1px;width:100%;top:50%}.radar i{position:absolute;inset:0;border-radius:50%;background:conic-gradient(from 0deg,rgba(107,151,190,.45),transparent 22%);animation:radar 3s linear infinite}.radar b,.radar span{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--brand)}.radar b{top:39px;right:38px}.radar span{bottom:34px;left:51px}
@keyframes radar{to{transform:rotate(360deg)}}
.responses-visual{padding-top:54px}.chat-line{width:83%;padding:12px 15px;background:#fff;border-radius:4px;border:1px solid #ddd;font-size:13px}.chat-line.reply{margin:12px 0 0 auto}.thinking{margin:28px auto;display:flex;width:max-content;gap:8px}.thinking i{width:8px;height:8px;border-radius:50%;background:#b7b7b5;animation:think 1.2s ease-in-out infinite}.thinking i:nth-child(2){animation-delay:.2s}.thinking i:nth-child(3){animation-delay:.4s}@keyframes think{50%{transform:translateY(-7px);background:var(--brand)}}
.search-visual small,.extract-visual small{font:10px var(--mono);color:#888}.search-bar,.url-bar{margin-top:22px;padding:12px;background:#fff;border:1px solid #ddd;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.search-visual ol{list-style:none;margin:16px 0 0;padding:0}.search-visual li{margin:4px 0;padding:8px;background:linear-gradient(90deg,#fff 0 12%,#e4ebee 12% 78%,transparent 78%);font:11px var(--mono);color:#5882a4}
.loading-lines{margin-top:17px}.loading-lines i{display:block;height:15px;margin-bottom:7px;background:linear-gradient(90deg,#dfe9ed 0 84%,transparent 84%);animation:loadLine 1.8s ease-in-out infinite}.loading-lines i:nth-child(2){width:82%;animation-delay:.2s}.loading-lines i:nth-child(3){width:93%;animation-delay:.4s}.loading-lines i:nth-child(4){width:66%;animation-delay:.6s}@keyframes loadLine{50%{opacity:.35}}
.findall-visual h4{padding:10px;background:#fff;border:1px solid #ddd;border-radius:4px;font-size:14px;font-weight:400}.table-head{margin-top:17px;color:#999;font:8px var(--mono)}.findall-visual>div:not(.table-head){margin-top:8px;padding:7px;border-bottom:1px solid #dededb;font:11px var(--mono);color:#6f7f8d}

.foundation{min-height:830px;padding:120px 24px 80px;display:grid;grid-template-columns:minmax(0,896px) minmax(0,424px);gap:48px;align-items:start}
.foundation-visual{height:520px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.api-rack{display:flex;gap:8px;padding:8px;background:#d9e7ef;border-radius:5px}.api-rack div{padding:10px 12px;background:#fff;border-radius:3px;box-shadow:0 3px 5px rgba(0,0,0,.06);font-size:14px}.api-rack span{font-family:var(--mono)}
.rack-lines{width:350px;height:70px;display:flex;justify-content:space-around}.rack-lines i{border-left:1px dashed #bcccd2}.index-core{display:flex;align-items:center;gap:12px;padding:14px 22px;background:#fff;border:1px solid #ddd;border-radius:4px}.index-core img{width:30px;height:30px}.index-core b{font-size:15px;font-weight:500}.source-lines{margin-top:37px;display:flex;gap:7px}.source-lines span{padding:5px 8px;background:#fff;border:1px solid #ddd;font:10px var(--mono)}
.foundation-copy h2{font-size:32px;line-height:36px;font-weight:500}.foundation-copy>p{margin-top:14px;color:var(--muted);font-size:16px;line-height:24px}.foundation-copy dl{margin-top:33px}.foundation-copy dl>div{padding:16px 0;border-top:1px solid var(--line)}.foundation-copy dt{font-size:16px;font-weight:500}.foundation-copy dd{margin-top:5px;color:var(--muted);font-size:13px;line-height:19px}

.integrations{position:relative;min-height:890px;padding:112px 24px 80px}
.integration-anchor{position:absolute;top:-74px}
.integrations-head{position:relative;display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:48px;align-items:start;margin-bottom:63px}
.integrations-head>.section-index{position:absolute;top:2px;left:0;color:#959593;font:10px/14px var(--mono)}
.integrations-head>div:first-of-type{padding-left:72px}
.integrations-head small{display:block;margin-bottom:14px;color:#777;font:10px/14px var(--mono);letter-spacing:.04em;text-transform:uppercase}
.integrations-head h2{max-width:620px;font-size:40px;line-height:44px;font-weight:500;letter-spacing:-.025em}
.integrations-head>div:last-child{padding-left:24px;border-left:1px solid var(--line)}
.integrations-head p{max-width:410px;color:var(--muted);font-size:16px;line-height:24px}
.integrations-head .button-row{margin-top:25px}
.integrations .button-brand{background:#1688d4}
.integrations .button-brand:hover{background:#1174b8}
.integration-stage{position:relative;height:548px;overflow:hidden;border:1px solid rgba(33,48,56,.2);background:#dbe6e9}
.integration-stage::before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,rgba(26,49,61,.07) 1px,transparent 1px),linear-gradient(rgba(26,49,61,.06) 1px,transparent 1px),radial-gradient(circle at 50% 46%,rgba(255,255,255,.78),transparent 27%),linear-gradient(115deg,rgba(158,190,199,.45),transparent 34% 67%,rgba(194,179,160,.35));background-size:72px 72px,72px 72px,auto,auto}
.integration-stage::after{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;box-shadow:inset 75px 0 72px -48px #dbe6e9,inset -75px 0 72px -48px #dbe6e9}
.integration-row{position:absolute;z-index:2;left:0;display:flex;width:max-content;will-change:transform;animation:integration-left 38s linear infinite}
.integration-row.row-one{top:39px}.integration-row.row-two{top:151px;animation-name:integration-right;animation-duration:43s}.integration-row.row-three{top:263px;animation-duration:41s}.integration-row.row-four{top:375px;animation-name:integration-right;animation-duration:46s}
.integration-group{display:flex;gap:14px;padding-right:14px}
.integration-tile{width:158px;height:74px;display:flex;align-items:center;justify-content:center;gap:11px;border:1px solid rgba(40,55,62,.18);border-radius:4px;background:rgba(255,255,255,.85);box-shadow:0 8px 20px rgba(50,73,82,.08);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#292c2d;font:12px/16px var(--mono);transition:transform .25s ease,background .25s ease,box-shadow .25s ease}
.integration-tile img{width:25px;height:25px;object-fit:contain;filter:grayscale(1);opacity:.73}
.integration-tile.word-only span{font-family:var(--sans);font-size:16px;line-height:20px;font-weight:600;letter-spacing:-.02em}
.integration-tile:hover{transform:translateY(-2px);background:rgba(255,255,255,.98);box-shadow:0 12px 24px rgba(50,73,82,.13)}
.integration-hub{position:absolute;z-index:5;left:50%;top:50%;width:218px;height:90px;transform:translate(-50%,-50%);display:grid;grid-template-columns:11px 1fr;grid-template-rows:1fr auto;align-items:center;column-gap:11px;padding:18px 20px;border:1px solid rgba(255,255,255,.35);border-radius:4px;background:#202526;color:#fff;box-shadow:0 18px 44px rgba(32,45,50,.25)}
.integration-hub::before,.integration-hub::after{content:"";position:absolute;z-index:-1;background:rgba(38,64,75,.22)}
.integration-hub::before{left:-330px;right:-330px;top:50%;height:1px}.integration-hub::after{top:-130px;bottom:-130px;left:50%;width:1px}
.integration-hub>i{width:9px;height:9px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 5px rgba(52,116,203,.18);animation:integration-pulse 2.4s ease-in-out infinite}
.integration-hub>b{font-size:27px;line-height:30px;font-weight:500;letter-spacing:-.045em}
.integration-hub>small{grid-column:1/3;color:#aeb9bc;font:8px/11px var(--mono);letter-spacing:.08em}
@keyframes integration-left{to{transform:translateX(-50%)}}
@keyframes integration-right{from{transform:translateX(-50%)}to{transform:translateX(0)}}
@keyframes integration-pulse{50%{opacity:.45;box-shadow:0 0 0 8px rgba(52,116,203,.07)}}

.stories{min-height:826px;padding:80px 24px 109px;overflow:hidden}
.stories-head{display:flex;align-items:center;justify-content:space-between}.stories-head h2{font-size:32px;line-height:36px;font-weight:500}.stories-head>div{display:flex;gap:6px}.arrow{width:35px;height:35px;border:1px solid var(--line);border-radius:4px;background:#fff;font:16px var(--mono)}
.quote-track{margin-top:54px;display:flex;gap:24px;overflow:auto;scrollbar-width:none;scroll-snap-type:x mandatory;padding-bottom:12px}.quote-track::-webkit-scrollbar{display:none}
.quote-card{flex:0 0 380px;height:500px;padding:32px;color:#fff;display:flex;flex-direction:column;scroll-snap-align:start;background-size:cover;box-shadow:0 14px 24px rgba(0,0,0,.14);position:relative;overflow:hidden}.quote-card::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(40,40,40,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(40,40,40,.1) 1px,transparent 1px);background-size:30px 30px;pointer-events:none}.quote-card.taupe{background-image:url("parallel-assets/paper-taupe.webp")}.quote-card.blue{background-image:url("parallel-assets/paper-blue.webp")}.quote-card.orange{background-image:url("parallel-assets/paper-orange.webp")}.quote-card.green{background-image:url("parallel-assets/paper-green.webp")}
.quote-card blockquote{position:relative;z-index:1;font-size:24px;line-height:31px;font-weight:500}.quote-card>div{position:relative;z-index:1;margin-top:auto;padding-bottom:20px}.quote-card>div b,.quote-card>div span{display:block}.quote-card>div b{font-size:14px}.quote-card>div span{font-size:12px;opacity:.85}.quote-card footer{position:relative;z-index:1;padding-top:20px;border-top:1px solid rgba(255,255,255,.75);display:flex;justify-content:space-between;font-size:21px}.quote-card footer span{font-size:12px;line-height:28px}

.trust{min-height:537px;padding:157px 24px 61px}.eyebrow{font:12px/16px var(--mono);color:#777}.trust h2{margin-top:21px;font-size:32px;line-height:36px;font-weight:500}.trust-intro{max-width:720px;margin-top:12px;color:var(--muted);font-size:16px;line-height:24px}.trust-grid{margin-top:48px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.trust-grid article{padding:18px 20px 0;border-left:1px solid var(--line)}.trust-grid article:first-child{border-left:0;padding-left:0}.trust-grid article>span{font:19px var(--mono)}.trust-grid h3{margin-top:18px;font-size:16px;font-weight:500}.trust-grid p{margin-top:5px;color:var(--muted);font-size:13px;line-height:18px}

.pricing{min-height:730px;padding:80px 24px;display:grid;grid-template-columns:minmax(0,3fr) minmax(300px,1fr);gap:24px;align-items:stretch}
.price-visual{position:relative;min-height:570px;overflow:hidden;padding:34px 12%;background-position:center}.processor-tabs{position:relative;z-index:2;display:flex;align-items:center;gap:4px;padding:9px 12px;background:rgba(255,255,255,.9);border:1px solid #ddd;border-radius:4px;font:11px var(--mono)}.processor-tabs span{margin-right:auto}.processor-tabs button{padding:6px 11px;border-radius:3px;font:11px var(--mono)}.processor-tabs button.active{background:#333;color:#fff}
.price-box{position:relative;z-index:2;margin-top:18px;padding:18px 22px;display:flex;justify-content:space-between;background:#fff;border:1px solid #ddd;border-radius:4px;font:13px var(--mono)}.price-box strong{color:var(--brand);font-weight:400}
.price-bars{position:absolute;left:0;bottom:0;width:68%;height:350px;opacity:.24;background:repeating-linear-gradient(90deg,#7f3417 0 6px,transparent 6px 12px),linear-gradient(140deg,transparent 0 35%,#7f3417 35% 64%,transparent 64%)}
.price-copy{padding:3px 0 0 24px;border-left:1px solid var(--line)}.price-copy h2{font-size:32px;line-height:36px;font-weight:500}.price-copy p{margin-top:14px;color:var(--muted);font-size:16px;line-height:24px}.price-copy .button{margin-top:24px}

.start{min-height:730px;padding:80px 24px;display:grid;grid-template-columns:306px minmax(0,1fr);gap:48px;align-items:stretch}
.start-copy{padding-top:4px}.start-copy h2{font-size:26px;line-height:32px;font-weight:500}.start-copy p{margin-top:14px;color:var(--muted);font-size:16px;line-height:24px}.start-copy .button-row{margin-top:25px}.start-visual{min-height:570px;position:relative;overflow:hidden;padding:46px 11%;background-position:center}.onboarding-card{position:relative;z-index:2;padding:18px;background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 10px 25px rgba(28,56,88,.14)}.onboarding-card small{font:10px var(--mono);color:#777}.onboarding-card p{margin-top:15px;font:13px/21px var(--mono)}.onboarding-card button{margin-top:22px;padding:7px 10px;border:1px solid #ddd;border-radius:3px;font:11px var(--mono)}.blue-bars{position:absolute;right:0;bottom:-12px;width:75%;height:300px;opacity:.3;background:repeating-linear-gradient(90deg,#264f73 0 7px,transparent 7px 15px);clip-path:polygon(21% 0,100% 13%,100% 100%,0 100%,0 35%)}

.platforms{min-height:220px;padding:80px 24px 0;overflow:hidden}.platforms h2{font-size:16px;font-weight:400}.marketplace{margin-top:18px;font-size:15px;color:#666}.platform-marquee{margin:21px -24px 0;padding:17px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;width:max-content;color:#777;font:13px var(--mono);animation:marquee 28s linear infinite}.platform-marquee div{white-space:nowrap}@keyframes marquee{to{transform:translateX(-50%)}}

.faq{min-height:944px;padding:120px 24px;display:grid;grid-template-columns:328px minmax(0,1fr);gap:24px}.faq>h2{color:var(--muted);font-size:20px;line-height:28px;font-weight:400}.faq-list{border-left:1px solid var(--line)}.faq details{padding:0 24px;border-bottom:1px solid var(--line)}.faq summary{list-style:none;padding:17px 0;font-size:16px;line-height:23px;font-weight:500;cursor:pointer}.faq summary::-webkit-details-marker{display:none}.faq details p{padding:0 0 24px;color:var(--muted);font-size:16px;line-height:24px;max-width:990px}.faq details p a{color:#2678b6;border-bottom:1px solid rgba(38,120,182,.35)}.faq details p a:hover{color:#155f99;border-bottom-color:currentColor}.faq details:first-child[open] summary{padding-top:0}

.pipeline{height:718px;margin-top:0;padding-top:80px}.pipeline>video{height:638px}.pipeline::after{content:"";position:absolute;inset:80px 0 0;background:linear-gradient(90deg,rgba(74,126,190,.32),transparent 60%);pointer-events:none}.pipeline-copy{position:absolute;z-index:2;left:72px;top:353px;color:#fff}.pipeline-copy h2{font-size:36px;line-height:40px;font-weight:500}.pipeline-copy .button-row{margin-top:21px}.pipeline-copy .button-brand{background:#1688d4}.pipeline-copy .button-brand:hover{background:#1174b8}.pipeline-copy .button-light{background:#fff}

.site-footer{padding:80px 24px 24px;min-height:382px}.footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;min-height:224px}.footer-grid>div{padding-left:24px;border-left:1px solid var(--line);display:flex;flex-direction:column;align-items:flex-start}.footer-grid>div:first-child{padding-left:0;border-left:0}.footer-grid h3{margin:0 0 7px;font:12px/18px var(--mono);font-weight:400}.footer-grid a{color:#8a8987;font:13px/24px var(--mono)}.footer-grid a:hover{color:#222}.footer-bottom{height:64px;border-top:1px solid var(--line);display:flex;align-items:flex-end;justify-content:space-between;color:#898886;font:10px/16px var(--mono)}

/* Trouve inner pages */
.desktop-nav a[aria-current="page"]{color:var(--ink)}
.inner-main{--brand:#1688d4;--brand-hover:#1174b8;border-top:1px solid var(--line)}
.inner-hero{position:relative;min-height:470px;padding:111px 24px 80px;overflow:hidden;background:linear-gradient(90deg,transparent 0 calc(25% - 1px),rgba(47,74,91,.08) calc(25% - 1px) 25%,transparent 25% calc(50% - 1px),rgba(47,74,91,.08) calc(50% - 1px) 50%,transparent 50% calc(75% - 1px),rgba(47,74,91,.08) calc(75% - 1px) 75%,transparent 75%),linear-gradient(145deg,#fff 38%,#e6f0f4)}
.simple-page-hero{min-height:620px}
.inner-hero::after{content:"";position:absolute;right:7%;top:76px;width:320px;height:320px;border:1px solid rgba(38,88,118,.13);border-radius:50%;box-shadow:0 0 0 55px rgba(255,255,255,.24),0 0 0 110px rgba(255,255,255,.16)}
.inner-hero>*{position:relative;z-index:1}.eyebrow{display:block;margin-bottom:22px;color:#628099;font:10px/14px var(--mono);letter-spacing:.08em;text-transform:uppercase}.inner-hero h1{max-width:820px;font-size:58px;line-height:61px;font-weight:500;letter-spacing:-.04em}.inner-hero>p{max-width:720px;margin-top:22px;color:#696a69;font-size:20px;line-height:30px}.inner-actions{margin-top:31px}
.section-kicker{color:#777;font:10px/14px var(--mono);letter-spacing:.07em;text-transform:uppercase}.inner-section{padding:88px 24px;border-top:1px solid var(--line)}.inner-section-head{display:grid;grid-template-columns:328px minmax(0,1fr);gap:48px;margin-bottom:52px}.inner-section-head h2{font-size:36px;line-height:42px;font-weight:500;letter-spacing:-.025em}.inner-section-head p{max-width:660px;color:var(--muted);font-size:16px;line-height:25px}
.docs-shell{display:grid;grid-template-columns:252px minmax(0,1fr);border-top:1px solid var(--line)}.docs-sidebar{position:relative;padding:54px 24px;border-right:1px solid var(--line);background:#fafaf8}.docs-sidebar>div{position:sticky;top:104px}.docs-sidebar small{display:block;margin-bottom:18px;color:#999;font:9px/13px var(--mono);letter-spacing:.08em}.docs-sidebar nav{display:flex;flex-direction:column}.docs-sidebar a{padding:8px 0;color:#858483;font:12px/17px var(--mono)}.docs-sidebar a:hover{color:#222}.docs-sidebar a:first-of-type{color:#2678b6}.docs-content{max-width:970px;padding:72px 64px 112px}.docs-section{padding:0 0 68px}.docs-section+.docs-section{padding-top:68px;border-top:1px solid var(--line)}.docs-section h2{font-size:32px;line-height:38px;font-weight:500;letter-spacing:-.02em}.docs-section h3{margin-top:36px;font-size:19px;line-height:26px;font-weight:500}.docs-section>p{max-width:760px;margin-top:14px;color:var(--muted);font-size:16px;line-height:25px}.preview-note{margin-top:25px;padding:13px 15px;border-left:2px solid #4087bc;background:#edf5fa;color:#587084;font:11px/18px var(--mono)}.endpoint{display:flex;align-items:center;gap:11px;margin-top:27px;padding:11px 13px;border:1px solid var(--line);border-radius:4px;background:#fafaf8;font:12px/18px var(--mono)}.endpoint b{padding:3px 7px;border-radius:3px;background:#dcecf6;color:#276f9f;font-weight:500}.endpoint.get b{background:#e5efe8;color:#4f7c5e}.code-block{margin:16px 0 0;padding:22px 24px;overflow:auto;border-radius:5px;background:#1e2227;color:#cbd1d6;font:11px/19px var(--mono);white-space:pre}.code-block .code-blue{color:#78acd4}.code-block .code-green{color:#93bea0}.code-block .code-dim{color:#7f8992}.field-table{margin-top:22px;border-top:1px solid var(--line)}.field-row{display:grid;grid-template-columns:170px 100px minmax(0,1fr);gap:18px;padding:15px 0;border-bottom:1px solid var(--line);font-size:13px;line-height:20px}.field-row code{font:11px/20px var(--mono);color:#3479a7}.field-row span{color:#999;font:10px/20px var(--mono)}.field-row p{color:#666}
.blog-empty{min-height:620px;padding:80px 24px;display:grid;grid-template-columns:minmax(260px,.75fr) minmax(0,1.6fr);gap:1px;background:var(--line)}.blog-art,.empty-copy{background:#fff}.blog-art{position:relative;overflow:hidden;background:#dfeaed}.blog-art::before,.blog-art::after{content:"";position:absolute;border:1px solid rgba(44,85,105,.2);transform:rotate(12deg)}.blog-art::before{inset:17% 20%}.blog-art::after{inset:27% 10%;transform:rotate(-8deg)}.blog-art i{position:absolute;left:50%;top:50%;width:58px;height:58px;border-radius:50%;background:#5592ba;transform:translate(-50%,-50%);box-shadow:0 0 0 38px rgba(255,255,255,.35),0 0 0 76px rgba(255,255,255,.18)}.empty-copy{padding:84px 9%;display:flex;flex-direction:column;justify-content:center}.empty-copy h2{max-width:570px;font-size:40px;line-height:45px;font-weight:500;letter-spacing:-.025em}.empty-copy p{max-width:570px;margin-top:18px;color:var(--muted);font-size:17px;line-height:26px}.empty-copy .button{width:max-content;margin-top:29px}
.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line)}.pricing-card{min-height:430px;padding:34px;background:#fff}.pricing-card.featured{background:#eaf3f7}.pricing-card small{color:#777;font:9px/13px var(--mono);letter-spacing:.08em}.pricing-card h2{margin-top:17px;font-size:28px;line-height:34px;font-weight:500}.pricing-card>p{min-height:75px;margin-top:12px;color:var(--muted);font-size:15px;line-height:23px}.pricing-card .price-label{min-height:0;margin-top:27px;color:#222;font:12px/18px var(--mono)}.pricing-card ul{list-style:none;margin:28px 0 32px;padding:0;border-top:1px solid rgba(70,70,70,.16)}.pricing-card li{padding:10px 0;border-bottom:1px solid rgba(70,70,70,.13);color:#626362;font-size:13px;line-height:19px}.pricing-card li::before{content:"↳";margin-right:8px;color:#4083b2}.pricing-card .button{margin-top:auto}.pricing-factors{display:grid;grid-template-columns:328px minmax(0,1fr);gap:48px}.factor-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line)}.factor-list article{min-height:150px;padding:24px;background:#fff}.factor-list span{color:#5d89a5;font:10px/14px var(--mono)}.factor-list h3{margin-top:16px;font-size:18px;line-height:24px;font-weight:500}.factor-list p{margin-top:7px;color:var(--muted);font-size:13px;line-height:20px}
.inner-cta{min-height:370px;padding:94px 24px;display:flex;align-items:flex-start;justify-content:space-between;gap:48px;border-top:1px solid var(--line);background:#dce9ef}.inner-cta h2{max-width:690px;font-size:40px;line-height:45px;font-weight:500;letter-spacing:-.025em}.inner-cta p{max-width:450px;margin-top:14px;color:#63727a;font-size:16px;line-height:24px}.inner-cta .button-row{margin-top:26px}.terms-placeholder{min-height:520px;padding:88px 24px;border-top:1px solid var(--line)}.terms-placeholder>div{max-width:780px;margin-left:auto;margin-right:auto}.terms-placeholder h2{font-size:32px;line-height:39px;font-weight:500}.terms-placeholder p{margin-top:18px;color:var(--muted);font-size:16px;line-height:26px}.terms-placeholder a{color:#2678b6;border-bottom:1px solid rgba(38,120,182,.35)}

.privacy-hero{min-height:390px}.privacy-hero h1{max-width:780px}.privacy-layout{display:grid;grid-template-columns:252px minmax(0,1fr);border-top:1px solid var(--line)}.privacy-toc{position:relative;padding:54px 24px;border-right:1px solid var(--line);background:#fafaf8}.privacy-toc>div{position:sticky;top:104px}.privacy-toc small{display:block;margin-bottom:17px;color:#999;font:9px/13px var(--mono);letter-spacing:.08em}.privacy-toc nav{display:flex;flex-direction:column}.privacy-toc a{padding:5px 0;color:#858483;font:10px/15px var(--mono)}.privacy-toc a:hover{color:#2678b6}.privacy-copy{max-width:950px;padding:76px 64px 120px}.privacy-copy>p:first-child{font-size:19px;line-height:29px;color:#444}.privacy-copy h2{margin:72px 0 16px;padding-top:4px;font-size:28px;line-height:35px;font-weight:500;letter-spacing:-.018em;scroll-margin-top:96px}.privacy-copy h3{margin:38px 0 14px;font-size:20px;line-height:27px;font-weight:500}.privacy-copy p{margin:0 0 17px;color:#626362;font-size:15px;line-height:25px}.privacy-copy ul{margin:0 0 20px;padding-left:21px}.privacy-copy li{margin-bottom:10px;padding-left:3px;color:#626362;font-size:15px;line-height:25px}.privacy-copy strong{color:#252525;font-weight:500}.privacy-copy a{color:#2678b6;border-bottom:1px solid rgba(38,120,182,.32)}.legal-callout{margin:30px 0 38px;padding:19px 21px;border-left:2px solid #4388b7;background:#edf5f8}.legal-callout p{margin:0;color:#526a78}.hipaa-callout{border-left-color:#5a8d68;background:#eef5f0}.hipaa-callout p{color:#546a5a}.legal-contact{margin-top:8px;padding:20px;border:1px solid var(--line);background:#fafaf8}.legal-contact p{margin:0}.legal-contact p+p{margin-top:4px}
.pricing-card{display:flex;flex-direction:column}
.toast{position:fixed;z-index:100;left:50%;bottom:30px;transform:translate(-50%,20px);padding:9px 14px;border-radius:4px;background:#333;color:#fff;font:12px var(--mono);opacity:0;pointer-events:none;transition:.25s ease}.toast.show{opacity:1;transform:translate(-50%,0)}

@media(max-width:1160px){
  .desktop-nav{gap:16px}
  .workflow-grid{grid-template-columns:minmax(0,1.7fr) minmax(300px,1fr)}
  .integrations-head{grid-template-columns:minmax(0,1.55fr) minmax(280px,1fr)}
}

@media(max-width:760px){
  .site-shell{margin:16px 16px 0}
  .announcement{height:76px;min-height:76px;margin:0 16px;padding:8px 31px 8px 20px;font-size:12px;line-height:20px}
  .announcement-close{right:8px;top:25px}
  body.menu-open{overflow:hidden}
  .site-header{height:68px;padding:0 16px;position:sticky;top:16px}
  .wordmark{font-size:28px}
  .desktop-nav{display:none}.menu-button{display:block;padding:8px 16px;border:1px solid var(--line);border-radius:4px;font:12px/16px var(--mono)}
  .mobile-menu{position:fixed;z-index:49;inset:0 16px;padding:113px 16px max(16px,env(safe-area-inset-bottom));overflow:auto;background:#fff;border-left:1px solid var(--line);border-right:1px solid var(--line);flex-direction:column;gap:0}.mobile-menu.open{display:flex}.mobile-menu a{padding:13px 0;color:#202020;font-size:20px;line-height:28px;font-weight:500}.mobile-menu a:nth-last-child(2),.mobile-menu a:last-child{min-height:50px;padding:12px 16px;display:flex;align-items:center;justify-content:center;border-radius:4px;color:#fff;font:13px/16px var(--mono);font-weight:400}.mobile-menu a:nth-last-child(2){margin-top:auto;background:#414141}.mobile-menu a:last-child{margin-top:12px;background:#1688d4}.mobile-menu a[aria-current="page"]{color:#5d86a6}
  .hero{padding:77px 16px 20px}.hero h1{max-width:310px;font-size:28px;line-height:32px}.hero-subtitle{max-width:320px;margin-top:17px;font-size:21px;line-height:29px}.hero-actions{margin-top:16px;align-items:stretch}.hero-actions .button{width:max-content;max-width:100%}.hero-actions .button-light{font-size:11.5px}.agent-marks{font-size:11px}.chevron{margin-right:-16px}
  .framed-media{margin-inline:16px}.hero-media{height:594px}.hero-media>video{object-fit:cover;object-position:center}.hero-console{top:179px;width:calc(100% - 40px)}.hero-tabs{width:100%;grid-template-columns:1fr 1fr;border-radius:9px}.hero-tabs button{height:30px}.hero-query-top{height:47px;padding-inline:12px}.hero-query-top>span:nth-child(2){max-width:210px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.hero-query-card p,.hero-api-json{height:155px;padding:20px 13px}.hero-api-json{font-size:9.5px;line-height:18px}.hero-run{margin-top:5px}.logos-section{height:629px;min-height:629px;padding:16px 16px 64px}.logos-section h2{font-size:19px}.logos-section>p{font-size:15px}.logo-cloud{margin-top:53px;grid-template-columns:repeat(2,1fr);gap:28px 16px}.logo-type{font-size:15px}.platform-cloud{margin-top:52px;gap:28px 16px}.platform-logo{flex-basis:calc(50% - 8px)}
  .workflow{min-height:1214px;padding:96px 16px 80px}.workflow>h2{font-size:28px;line-height:32px}.workflow-grid{margin-top:42px;display:block}.workflow-stage{height:326px;padding:50px 20px}.monitor-request{white-space:normal}.result-stack,.workflow-variant-crm .result-stack,.workflow-variant-insurance .result-stack,.workflow-variant-service .result-stack{left:auto;right:20px;width:70%}.workflow-variant-service .workflow-card-link{left:50%}.workflow-copy{min-height:0;margin-top:34px;padding-left:0;border-left:0}.workflow-tab{padding:13px 0;border-top:1px solid var(--line)}.workflow-tab span{font-size:18px;line-height:24px}.workflow-tab small{font-size:15px;line-height:22px}.workflow-actions{padding-top:12px}
  .feature-row,.feature-row.visual-first{min-height:0;padding:56px 16px 42px;display:flex;flex-direction:column;gap:16px;align-items:stretch}.feature-row#developers{min-height:658px}.feature-row.visual-first:not(.signal-row){min-height:610px}.feature-row.basis-section{min-height:630px}.feature-row.signal-row{min-height:610px}.feature-row.visual-first .feature-copy{order:1}.feature-row.visual-first .demo-panel{order:2}.feature-copy h3{font-size:25px;line-height:28px}.feature-copy p{font-size:15px;line-height:22px}.demo-panel{height:326px;min-height:326px}.retrieval-demo{padding:24px 16px}.answer{width:91%;font-size:12px;line-height:17px;padding:12px}.basis-demo{display:block;padding:18px 12px}.basis-answer{font-size:14px;line-height:20px;margin-bottom:8px;padding:10px}.basis-row{grid-template-columns:1fr 37px 95px;padding:7px;font-size:9px;line-height:14px}.basis-demo pre{height:92px;margin-top:8px;padding:10px;font-size:9px;line-height:14px}.signal-demo{padding:46px 12px}.terminal-line{font-size:9px;padding:10px}.context-window{padding-inline:10px}.signal-line{font-size:11px}.signal-line em{font-size:8px}.compose-demo{padding:14px}.compose-flow{width:100%}
  .detailed-feature::before,.detailed-feature::after{display:none}.coverage-demo,.speed-demo,.reliability-demo,.developer-demo{padding:14px 10px}.ui-window{width:100%;max-height:298px}.ui-titlebar{height:34px;padding-inline:9px}.ui-titlebar small{font-size:7px}.workflow-card-link{top:143px;height:62px}.workflow-status{right:20px;bottom:9px}.coverage-prompt,.speed-task,.reliability-prompt{padding:9px 11px}.coverage-prompt b,.speed-task b,.reliability-prompt b{font-size:11px;line-height:15px}.coverage-routes{padding:8px 10px}.coverage-routes article{min-height:35px;padding:5px 7px;grid-template-columns:78px minmax(0,1fr);gap:7px}.coverage-routes article em{display:none}.coverage-routes article span{font-size:6.5px}.coverage-routes article b{font-size:9px;line-height:12px}.route-line{height:5px}.coverage-footer{height:25px;padding-inline:10px}.speed-task{gap:8px}.speed-task small{min-width:38px;padding-right:7px}.speed-race{padding:6px 10px}.speed-race article{padding:4px 0}.speed-race header{font-size:6.5px}.speed-race article>div{height:6px;margin-top:3px}.speed-race article>small{display:none}.reliability-grid{min-height:126px}.run-matrix{background-position:8px 6px;background-size:16px 12px}.reliability-score{padding:13px 10px}.reliability-score strong{font-size:20px;line-height:24px}.reliability-score dl{margin-top:8px}.reliability-score dl>div{font-size:7px;padding:3px 0}.reliability-steps{height:30px}.reliability-steps span{padding-inline:3px;font-size:5.8px}.developer-tabs button{padding-inline:5px;font-size:6.5px}.developer-grid{grid-template-columns:1fr;min-height:217px}.developer-console{display:none}.developer-grid pre{padding:18px 16px;font-size:9px;line-height:17px}.developer-status{height:30px}
  .run-matrix{background-position:0 0;background-size:10% 10%}
  .integrations{min-height:790px;padding:72px 16px 48px}.integrations-head{display:block;margin-bottom:40px}.integrations-head>.section-index{top:1px}.integrations-head>div:first-of-type{padding-left:45px}.integrations-head small{margin-bottom:8px}.integrations-head h2{font-size:28px;line-height:32px}.integrations-head>div:last-child{margin-top:24px;padding:20px 0 0;border-left:0;border-top:1px solid var(--line)}.integrations-head p{font-size:15px;line-height:22px}.integrations-head .button-row{margin-top:18px}.integration-stage{height:470px}.integration-row.row-one{top:31px}.integration-row.row-two{top:126px}.integration-row.row-three{top:221px}.integration-row.row-four{top:316px}.integration-group{gap:10px;padding-right:10px}.integration-tile{width:132px;height:62px;gap:8px;font-size:9px}.integration-tile img{width:21px;height:21px}.integration-tile.word-only span{font-size:14px}.integration-hub{width:185px;height:78px;padding:14px 16px}.integration-hub>b{font-size:24px}.integration-stage::after{box-shadow:inset 42px 0 40px -31px #dbe6e9,inset -42px 0 40px -31px #dbe6e9}
  .stories{height:723px;min-height:723px;padding:56px 16px 108px}.stories-head{display:block}.stories-head h2{font-size:26px;line-height:32px}.stories-head>div{display:none}.quote-track{margin-top:30px}.quote-card{flex-basis:340px;height:465px;padding:25px}.quote-card blockquote{font-size:21px;line-height:28px}
  .trust{height:656px;min-height:656px;padding:91px 16px 49px}.trust h2{font-size:26px;line-height:32px}.trust-intro{font-size:15px;line-height:22px}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid article{min-height:130px;padding:16px;border-bottom:1px solid var(--line)}.trust-grid article:nth-child(odd){border-left:0;padding-left:0}
  .pricing{height:535px;min-height:535px;padding:40px 16px;display:flex;flex-direction:column;gap:24px}.price-visual{height:217px;min-height:217px;padding:14px}.processor-tabs{overflow:auto;padding:5px}.processor-tabs button{padding:4px 7px}.price-box{margin-top:8px;padding:11px 10px}.price-bars{display:none}.price-copy{padding:0;border-left:0}.price-copy h2{font-size:26px;line-height:28px;white-space:nowrap}.price-copy h2 br{display:none}
  .start{height:455px;min-height:455px;padding:40px 16px;display:flex;flex-direction:column;gap:24px}.start-copy{order:2;padding-top:0}.start-copy h2{font-size:26px;line-height:32px}.start-copy p{font-size:14px;line-height:20px}.start-copy .button-row{margin-top:13px}.start-visual{order:1;height:217px;min-height:217px;padding:14px}.onboarding-card{padding:10px}.onboarding-card p{margin-top:7px;font-size:10px;line-height:15px}.onboarding-card button{margin-top:8px}.platforms{height:246px;min-height:246px;padding:70px 16px 0}.platform-marquee{margin-inline:-16px}
  .faq{height:auto;min-height:0;padding:96px 16px 80px;display:block}.faq>h2{margin-bottom:52px}.faq-list{border-left:0}.faq details{padding:0;border-top:1px solid var(--line)}.faq details[open] summary{padding-top:17px}.faq details p{font-size:15px;line-height:22px}
  .pipeline{height:480px;padding-top:80px}.pipeline>video{height:400px}.pipeline-copy{left:16px;right:16px;top:250px}.pipeline-copy h2{font-size:28px;line-height:32px}.pipeline-copy .button-row{display:flex;flex-direction:column;align-items:flex-start}
  .site-footer{height:auto;min-height:485px;padding:64px 16px 24px}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px 16px;min-height:300px}.footer-grid>div{padding-left:0;border-left:0}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{height:auto;padding-top:18px;align-items:flex-start;gap:12px;flex-direction:column}
  .inner-hero{min-height:430px;padding:76px 16px 62px}.simple-page-hero{min-height:520px}.inner-hero::after{right:-125px;top:75px;width:270px;height:270px}.inner-hero h1{font-size:40px;line-height:43px}.inner-hero>p{font-size:17px;line-height:26px}.inner-section{padding:64px 16px}.inner-section-head{display:block;margin-bottom:36px}.inner-section-head h2{font-size:29px;line-height:34px}.inner-section-head p{margin-top:16px}.docs-shell{display:block}.docs-sidebar{padding:18px 16px;border-right:0;border-bottom:1px solid var(--line);overflow:auto}.docs-sidebar>div{position:static}.docs-sidebar small{display:none}.docs-sidebar nav{width:max-content;flex-direction:row;gap:24px}.docs-sidebar a{white-space:nowrap}.docs-content{padding:52px 16px 80px}.docs-section{padding-bottom:52px}.docs-section+.docs-section{padding-top:52px}.docs-section h2{font-size:27px;line-height:33px}.code-block{margin-inline:-4px;padding:18px 16px;font-size:10px;line-height:18px}.field-row{grid-template-columns:110px 70px minmax(0,1fr);gap:10px}.blog-empty{min-height:700px;padding:40px 16px;display:block;background:#fff}.blog-art{height:280px}.empty-copy{min-height:340px;padding:52px 0}.empty-copy h2{font-size:31px;line-height:36px}.pricing-grid{grid-template-columns:1fr}.pricing-card{min-height:0}.pricing-factors{display:block}.factor-list{margin-top:32px;grid-template-columns:1fr}.inner-cta{min-height:420px;padding:72px 16px;display:block}.inner-cta h2{font-size:31px;line-height:36px}.terms-placeholder{padding:64px 16px}.privacy-hero{min-height:350px}.privacy-layout{display:block}.privacy-toc{padding:18px 16px;border-right:0;border-bottom:1px solid var(--line);overflow:auto}.privacy-toc>div{position:static}.privacy-toc small{display:none}.privacy-toc nav{width:max-content;flex-direction:row;gap:20px}.privacy-toc a{white-space:nowrap}.privacy-copy{padding:54px 16px 88px}.privacy-copy>p:first-child{font-size:17px;line-height:27px}.privacy-copy h2{margin-top:58px;font-size:25px;line-height:31px}.privacy-copy h3{font-size:19px}.legal-callout{padding:17px 16px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.result-stack article,.result-stack article::after,.workflow-motion-layer::before,.workflow-motion-layer::after,.workflow-motion-layer i,.radar i,.thinking i,.loading-lines i,.platform-marquee,.integration-row,.integration-hub>i,.hero-query-card p::after,.coverage-routes::before,.coverage-routes article,.route-line,.speed-badge,.speed-race article>div i,.run-matrix::before,.run-matrix::after,.reliability-score strong,.reliability-steps span,.developer-console>button,.developer-grid pre::after{animation:none!important}.result-stack article,.coverage-routes article,.reliability-score strong,.reliability-steps span{opacity:1!important;transform:none!important;clip-path:none!important}.result-stack article::after{transform:scaleX(1)}.speed-race article>div i{transform:none!important}.run-matrix::after,.developer-grid pre::after{display:none!important}.button,.integration-tile{transition:none}}
