@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Manrope:wght@500;600;700;800&display=swap");:root{--bg:#f8f9fa;--surface:#fff;--soft:#f0f2f5;--line:#d8dce5;--ink:#191c1d;--muted:#505563;--blue:#075ac8;--aqua:#11bde8;--teal:#006b80;--shadow:0 30px 80px rgba(27,45,76,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a,button{touch-action:manipulation}main{overflow:hidden}.section{max-width:1280px;margin:0 auto;padding:148px 64px}.eyebrow{margin:0 0 20px;color:var(--blue);font-size:13px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}h1,h2,h3{font-family:Manrope,system-ui,sans-serif;letter-spacing:-.035em;margin-top:0}h2{font-size:clamp(42px,5vw,64px);line-height:1.06}p{line-height:1.7;color:var(--muted)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(248,249,250,.82);border-bottom:1px solid rgba(216,220,229,.7);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.nav-wrap{height:72px;max-width:1280px;margin:auto;padding:0 64px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.brand{display:inline-flex;align-items:center}.brand,.brand-crop{width:184px;height:40px;overflow:hidden}.brand-crop{display:block;position:relative}.brand img{position:absolute;width:184px;height:auto;left:0;top:50%;transform:translateY(-50%)}.desktop-nav{display:flex;gap:38px;font-size:14px;font-weight:600}.desktop-nav a{padding:10px 0;border-bottom:2px solid transparent}.desktop-nav a:hover{color:var(--blue);border-color:var(--blue)}.nav-cta{justify-self:end}.mobile-menu{display:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:14px 24px;border-radius:999px;font-size:14px;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s}.button:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(10,38,80,.15)}.button-dark{background:#232728;color:#fff}.button-blue{background:var(--blue);color:#fff}.button-soft{background:#eceef0}.button-outline{border:1px solid var(--teal);color:var(--teal)}.button-row{display:flex;gap:14px;flex-wrap:wrap}.hero{position:relative;min-height:calc(100svh - 72px);padding:120px 24px;display:grid;place-items:center}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 48%,rgba(42,125,255,.08),transparent 33%),linear-gradient(120deg,transparent 30%,rgba(19,192,229,.04),transparent 72%)}.hero-copy{position:relative;z-index:2;max-width:890px;text-align:center}.hero h1{font-size:clamp(58px,7vw,92px);line-height:1.02;margin-bottom:30px}.blue-text,.hero h1 span{color:var(--blue)}.hero-copy>p:not(.eyebrow){font-size:19px;max-width:650px;margin:0 auto 42px}.hero .button-row{justify-content:center}.hero-orbit{position:absolute;border:1px solid rgba(0,85,198,.08);border-radius:50%;pointer-events:none}.orbit-one{width:640px;height:640px}.orbit-two{width:930px;height:930px}.kernel-field i{position:absolute;width:9px;height:9px;border-radius:50%;background:var(--blue);box-shadow:0 0 24px rgba(0,85,198,.7)}.kernel-field i:first-child{left:14%;top:28%}.kernel-field i:nth-child(2){right:16%;top:20%;background:var(--aqua)}.kernel-field i:nth-child(3){right:9%;bottom:19%}.kernel-field i:nth-child(4){left:22%;bottom:14%;background:var(--aqua)}.kernel-field i:nth-child(5){left:49%;top:13%;width:5px;height:5px}.principles{padding-top:170px;padding-bottom:170px}.section-heading{max-width:760px;margin-bottom:78px}.section-heading>p:last-child{max-width:620px;font-size:18px}.principle-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}.principle-grid article{background:var(--surface);border:1px solid rgba(194,198,215,.6);border-radius:24px;padding:36px;box-shadow:0 22px 50px rgba(20,39,65,.035);transition:transform .25s}.principle-grid article:hover{transform:translateY(-5px)}.principle-grid article>span{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#dce7ff;color:var(--blue);font-weight:700;margin-bottom:44px}.principle-grid article:nth-child(2)>span{background:#c9f5ff;color:var(--teal)}.principle-grid article:nth-child(3)>span{background:#e3e8f0;color:#4f5d73}.principle-grid h3{font-size:23px;margin-bottom:12px}.principle-grid p{font-size:15px;margin:0}.products{padding-top:110px}.section-heading.compact{margin-bottom:64px}.product-card{display:grid;grid-template-columns:5fr 7fr;min-height:560px;margin-bottom:96px;border-radius:38px;background:var(--surface);border:1px solid rgba(194,198,215,.5);overflow:hidden;box-shadow:var(--shadow)}.product-card.reverse .product-copy{order:2}.product-card.reverse .product-visual{order:1}.product-copy{padding:64px;display:flex;flex-direction:column;justify-content:center}.product-label{display:flex;align-items:center;gap:13px;font-family:Manrope;font-size:22px;font-weight:700;color:var(--ink);margin:0 0 34px}.product-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;font-style:normal;color:#fff;background:var(--blue)}.iq-icon{background:var(--aqua);color:#014d5e}.dock-icon{background:#27374a}.product-copy h3{font-size:39px;line-height:1.15;margin-bottom:22px}.product-copy>p:not(.product-label){font-size:17px;margin:0 0 34px}.product-copy>a{display:inline-flex;gap:10px;align-items:center;color:var(--blue);font-weight:700}.product-copy>a:hover{gap:16px}.teal-link{color:var(--teal)!important}.product-visual{display:grid;place-items:center;padding:46px;overflow:hidden}.product-visual.blue{background:linear-gradient(145deg,#f0f5ff,#e6edf8)}.product-visual.aqua{background:linear-gradient(145deg,#e8f8fa,#edf2f5)}.app-window{width:100%;max-width:650px;aspect-ratio:16/10;border:1px solid #d7dbe3;border-radius:18px;background:#fff;box-shadow:0 30px 60px rgba(23,43,70,.17);overflow:hidden}.window-bar{height:44px;border-bottom:1px solid #e1e3e7;background:#f7f8fa;display:flex;align-items:center;gap:7px;padding:0 16px}.window-bar i{width:9px;height:9px;border-radius:50%;background:#ef5c56}.window-bar i:nth-child(2){background:#21a7ca}.window-bar i:nth-child(3){background:#277de2}.dociq-ui{display:grid;grid-template-columns:22% 48% 30%;height:calc(100% - 44px);font-size:9px}.dociq-ui aside{padding:22px 12px;border-right:1px solid #e2e5e9;background:#f8fafb}.dociq-ui aside b,.dociq-ui aside span{display:block;margin-bottom:16px}.dociq-ui aside span{color:#7a8290}.analysis-document{margin:22px;padding:22px;background:#fff;border:1px solid #e3e5e8;box-shadow:0 8px 22px rgba(0,0,0,.05)}.analysis-document mark,.analysis-document span{display:block;height:6px;background:#e8ebef;margin-bottom:9px;border-radius:3px}.analysis-document mark{background:#aeeed7;width:75%}.analysis-document mark:nth-of-type(5){background:#ffe5a1;width:52%}.insights{padding:22px 14px;border-left:1px solid #e2e5e9;background:#fafcfc}.insights dl{display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;margin-top:20px}.insights dd{font-weight:700;margin:0}.bars{height:64px;display:flex;align-items:flex-end;gap:8px;margin-top:18px}.bars i{flex:1 1;height:35%;background:var(--aqua)}.bars i:nth-child(2){height:72%}.bars i:nth-child(3){height:54%}.bars i:nth-child(4){height:88%}.compact-card{min-height:420px;grid-template-columns:7fr 5fr}.dock-visual{position:relative;display:flex;flex-direction:column;justify-content:center;gap:14px;padding:70px;background:linear-gradient(140deg,#dfe9f7,#edf1f6)}.dock-visual:before{content:"";position:absolute;inset:18%;background:#fff;border:1px solid #d8dee8;border-radius:24px;box-shadow:0 20px 50px rgba(29,51,82,.16)}.dock-visual i,.dock-visual span{position:relative;z-index:2}.dock-bubble{align-self:flex-end;background:#e9edf1;padding:13px 16px;border-radius:18px}.dock-answer{max-width:290px;background:#eef3ff;border:1px solid #b8ccfa;padding:16px;border-radius:18px}.dock-visual i{position:absolute;right:13%;bottom:15%;display:grid;place-items:center;width:54px;height:54px;background:var(--blue);color:#fff;border-radius:50%;font-style:normal;box-shadow:0 10px 24px rgba(0,85,198,.32)}.closing{text-align:center;padding-top:150px;padding-bottom:180px}.closing h2{font-size:clamp(50px,6vw,76px)}.closing>p:not(.eyebrow){max-width:650px;margin:0 auto 38px;font-size:18px}.closing .button{margin:auto}.site-footer{background:#e9ebee;border-top:1px solid var(--line);padding:76px 64px}.footer-grid{max-width:1152px;margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:64px;gap:64px}.footer-intro .brand{margin-bottom:18px}.footer-intro p{max-width:390px;margin:0 0 28px}.footer-grid h2{font:700 12px Inter;letter-spacing:.12em;text-transform:uppercase;margin-bottom:20px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:13px;font-size:14px}.footer-grid a:hover{color:var(--blue)}.footer-grid small{color:var(--muted)}.product-hero{max-width:1280px;margin:auto;padding:120px 64px 150px}.product-hero.centered{text-align:center}.product-hero.centered>p:not(.release-pill){max-width:690px;margin:0 auto 34px;font-size:18px}.product-hero.centered .button-row{justify-content:center}.release-pill{display:inline-block;padding:9px 16px;border:1px solid var(--line);border-radius:999px;font-size:13px;color:var(--ink);margin:0 0 32px}.product-hero h1{font-size:clamp(58px,7vw,90px);line-height:1.03;margin-bottom:26px}.hero-product-visual{margin:72px auto 0;max-width:1020px}.product-hero.split{display:grid;grid-template-columns:1fr 1.08fr;grid-gap:68px;gap:68px;align-items:center}.product-hero.split>div:first-child>p:not(.eyebrow){font-size:18px;margin-bottom:34px}.product-hero.split .hero-product-visual{margin:0}.teal-text{color:var(--teal)}.feature-strip,.workflow{max-width:none;background:#f0f2f4}.feature-strip>div,.workflow>.principle-grid,.workflow>div{max-width:1152px;margin-left:auto;margin-right:auto}.feature-strip>div:first-child{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:62px}.feature-strip .feature-grid{max-width:1152px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}.feature-grid article{border-top:1px solid #bdc4cf;padding-top:24px}.feature-grid b{color:var(--blue);font-size:13px}.feature-grid h3{font-size:26px;margin:38px 0 12px}.feature-grid p{margin:0}.centered-heading{text-align:center}.centered-heading,.centered-heading>p:last-child{margin-left:auto;margin-right:auto}@media(max-width:900px){.nav-wrap{padding:0 24px;grid-template-columns:1fr auto}.desktop-nav,.nav-cta{display:none}.mobile-menu{display:block;position:relative}.mobile-menu summary{list-style:none;width:42px;height:42px;display:grid;place-content:center;grid-gap:5px;gap:5px;cursor:pointer}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{display:block;width:22px;height:2px;background:#222}.mobile-menu nav{position:absolute;right:0;top:50px;width:220px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);display:flex;flex-direction:column}.mobile-menu nav a{padding:13px 14px;border-radius:9px}.mobile-menu nav a:hover{background:var(--soft)}.product-hero,.section{padding-left:24px;padding-right:24px}.compact-card,.principle-grid,.product-card{grid-template-columns:1fr}.product-card.reverse .product-copy{order:1}.product-card.reverse .product-visual{order:2}.product-copy{padding:44px}.product-visual{min-height:480px;padding:30px}.footer-grid{grid-template-columns:1fr 1fr}.footer-intro{grid-column:1/-1}.feature-strip .feature-grid,.product-hero.split{grid-template-columns:1fr}.feature-strip>div:first-child{display:block}}@media(max-width:600px){.brand,.brand img,.brand-crop{width:160px}.hero{min-height:790px;padding:100px 20px}.hero h1{font-size:50px}.hero-copy>p:not(.eyebrow){font-size:17px}.orbit-one{width:420px;height:420px}.orbit-two{width:650px;height:650px}.button-row{flex-direction:column}.button-row .button{width:100%}.section{padding-top:100px;padding-bottom:100px}.section-heading{margin-bottom:46px}h2{font-size:39px}.principle-grid article{padding:28px}.principle-grid article>span{margin-bottom:30px}.product-card{margin-bottom:54px;border-radius:26px}.product-copy{padding:34px 28px}.product-copy h3{font-size:31px}.product-visual{min-height:350px;padding:18px}.app-window{border-radius:12px}.window-bar{height:34px}.dociq-ui{height:calc(100% - 34px)}.document-pane{padding:18px 10px}.conversation-pane{padding:15px 8px}.input-mock{left:8px;right:8px;bottom:8px;font-size:7px}.citation-highlight{right:7px;width:70%;font-size:7px}.dociq-ui{grid-template-columns:25% 47% 28%}.analysis-document{margin:10px;padding:10px}.insights{padding:12px 6px}.dock-visual{min-height:330px;padding:42px}.closing h2{font-size:44px}.site-footer{padding:60px 24px}.footer-grid{grid-template-columns:1fr;gap:38px}.footer-intro{grid-column:auto}.product-hero{padding-top:78px;padding-bottom:100px}.product-hero h1{font-size:50px}.hero-product-visual{margin-top:50px}.feature-strip .feature-grid{gap:38px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition:none!important}}