:root{--navy:#19283d;--deep:#112037;--gold:#b2905b;--gold-light:#ddc79e;--ink:#243146;--muted:#788392;--line:#e4e7e9;--paper:#fafbf9;--ease:cubic-bezier(.22,1,.36,1);font-family:'DM Sans',sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none;font-size:16px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button{cursor:pointer;color:inherit}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--gold);outline-offset:6px}a{text-decoration:none;color:inherit}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}span[data-icon]{display:inline-flex;align-items:center;justify-content:center}button{border:0}h1,h2,h3,p{margin:0}img,svg{max-width:100%}.container{max-width:1200px;width:calc(100% - 96px);margin:0 auto}.skip{position:fixed;top:-60px;left:15px;padding:12px;background:white;z-index:100}.skip:focus{top:10px}.site-header{position:sticky;top:0;z-index:30;background:#fafbf9ed;backdrop-filter:blur(18px);border-bottom:1px solid #e2e5e78c;transition:box-shadow .3s}.site-header.scrolled{box-shadow:0 4px 20px #19283d06}.nav-wrap{max-width:1320px;width:calc(100% - 96px);margin:auto;height:88px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:inline-flex;align-items:center;gap:11px;font-family:Georgia,serif;font-size:32px;letter-spacing:-1.2px;white-space:nowrap;color:var(--navy)}.brand-mark{width:34px;height:40px;display:inline-flex;align-items:center;justify-content:center;font-size:27px;border:1px solid #b59860;border-radius:10px 3px 10px 3px;color:#ad8e58;letter-spacing:-1px}.brand-mark>span{font-size:24px;margin-left:-3px}.desktop-nav{display:flex;align-items:center;gap:30px;margin-left:auto;margin-right:auto}.desktop-nav a{font-size:13px;color:#6b7788;position:relative;padding:15px 0}.desktop-nav a:after{content:'';position:absolute;bottom:7px;left:0;right:0;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .25s}.desktop-nav a:hover{color:var(--navy)}.desktop-nav a:hover:after{transform:scaleX(1)}.nav-actions{display:flex;align-items:center;gap:25px}.login-link{font-size:13px;display:flex;gap:5px;align-items:center}.login-link svg{width:13px;height:13px}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:54px;padding:15px 24px;border-radius:7px;font-size:14px;font-weight:550;transition:transform .25s,box-shadow .25s,background .25s;position:relative;overflow:hidden}.button svg{width:18px;height:18px;transition:transform .25s}.button:hover svg{transform:translateX(3px)}.button:hover{transform:translateY(-2px)}.button.dark{color:#fff;background:var(--navy);border:1px solid var(--navy);box-shadow:0 4px 9px #18273b0e}.button.dark:hover{background:#263e58;box-shadow:0 8px 19px #18273b17}.button.small{min-height:42px;padding:11px 16px;font-size:12px;gap:13px}.button.gold{background:#d7bd8e;color:#1c2c42;border:1px solid #d7bd8e}.button.gold:hover{background:#e5cea9}.button.outline{border:1px solid #34465e;color:#dce4ed;background:transparent}.mobile-toggle{display:none;width:40px;height:40px;background:none;padding:10px}.mobile-toggle span{display:block;background:var(--navy);height:1.5px;margin:6px 0;width:21px;transition:.25s}.mobile-toggle[aria-expanded=true] span:first-child{transform:translateY(3.75px) rotate(45deg)}.mobile-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.75px) rotate(-45deg)}#mobile-nav{padding:12px 24px 22px;border-top:1px solid var(--line)}#mobile-nav:not([hidden]){display:flex;flex-direction:column;gap:20px}#mobile-nav a{font-size:14px}.hero{position:relative;padding:71px 0 0;overflow:hidden;isolation:isolate}.hero-lines{position:absolute;top:0;bottom:0;left:50%;width:1320px;transform:translateX(-50%);pointer-events:none;z-index:-1;border-left:1px solid #e4e5df80;border-right:1px solid #e4e5df80;background:radial-gradient(ellipse at 50% 12%,#e9dfc329,transparent 50%)}.hero-lines:before,.hero-lines:after{content:'';position:absolute;left:6%;right:6%;height:1px;top:286px;background:linear-gradient(90deg,#c5bda633,transparent 19%,transparent 81%,#c5bda633)}.hero-lines:after{top:415px;left:0;right:0;opacity:.6}.hero-content{text-align:center}.eyebrow{font-size:11px;letter-spacing:1.8px;font-weight:550;color:var(--gold);text-transform:uppercase;display:flex;gap:10px;align-items:center}.hero-eyebrow{justify-content:center;animation:rise .8s var(--ease) both;margin-bottom:25px;font-size:10px;letter-spacing:2px}.tiny-seal{font-family:Georgia,serif;font-size:12px;letter-spacing:-1px;width:21px;height:25px;border:1px solid #bba27260;border-radius:5px 2px 5px 2px;display:inline-grid;place-items:center}.hero h1{font-family:'Manrope',sans-serif;font-size:clamp(40px,4.1vw,62px);font-weight:600;line-height:1.22;letter-spacing:-2.5px;animation:rise 1s var(--ease) .1s both}.hero h1 em{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.24em;font-weight:500;line-height:1.17;letter-spacing:-2.4px;color:#a1875d}.hero-description{margin:25px auto 27px;font-size:16px;line-height:1.8;color:#768191;max-width:570px;animation:rise 1s var(--ease) .2s both}.hero-actions{display:flex;align-items:center;justify-content:center;gap:29px;animation:rise 1s var(--ease) .3s both}.text-button{display:inline-flex;align-items:center;gap:9px;font-size:13px;font-weight:500;color:#536176}.text-button:hover{color:var(--navy)}.play-icon{width:30px;height:30px;border-radius:50%;border:1px solid #d9dedf;color:#778390}.play-icon svg{width:11px;height:11px;fill:currentColor;stroke-width:0}.demo-caption{font-size:11px;color:#9ca4ad;margin-top:17px;animation:rise 1s var(--ease) .35s both}.product-stage{max-width:1090px;margin:57px auto 0;padding:7px;background:linear-gradient(140deg,#e1e7e9,#e7e8e4 60%,#ede7db);border:1px solid #d7dedf;border-radius:15px 15px 0 0;box-shadow:0 20px 70px #19304e13,0 4px 20px #19304e0b;text-align:left;animation:productReveal 1.2s var(--ease) .4s both;scroll-margin-top:103px}.product-topline{height:47px;display:flex;justify-content:space-between;align-items:center;padding:0 13px 0 7px;background:#fcfdfd;border-radius:9px 9px 0 0;border:1px solid #e4e7ea;border-bottom:0}.product-view-tabs{display:flex;gap:4px;align-items:center}.product-view-tabs button{background:transparent;color:#8b96a2;border-radius:5px;display:flex;gap:6px;align-items:center;padding:7px 11px;font-size:11px}.product-view-tabs button svg{width:13px;height:13px}.product-view-tabs button.selected{color:#33465d;background:#edf0f3}.expand-link{display:flex;padding:5px;color:#91a0af}.expand-link svg{width:15px;height:15px}.product-frame{height:650px;overflow:hidden;position:relative;background:#f5f6f8;border:1px solid #dfe4e8;border-bottom:0;isolation:isolate}#product-preview{display:block;border:0;width:1200px;height:740px;transform-origin:top left;background:#f5f6f8}.product-bottomline{display:flex;align-items:center;justify-content:space-between;gap:15px;background:#fff;padding:12px 17px;color:#939eab;font-size:10px;border:1px solid #e3e6eb}.product-bottomline>span:first-child{display:flex;align-items:center;gap:7px}.preview-dot{width:5px;height:5px;background:#a99169;border-radius:50%}.topic-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:27px 0;background:#fff;position:relative;z-index:1}.topic-strip .container{display:flex;justify-content:center;align-items:center;gap:45px}.topic-strip span{display:inline-flex;gap:9px;align-items:center;font-size:13px;color:#7e8995;white-space:nowrap}.topic-strip svg{width:17px;height:17px;color:#a5afba}.topic-strip i{height:4px;width:4px;background:#c2b596;border-radius:50%}.section{padding:106px 0}.section-heading{max-width:610px}.section-heading .eyebrow{margin-bottom:19px}.section h2,.closing h2{font-family:'Manrope',sans-serif;font-size:clamp(30px,3.2vw,44px);font-weight:550;letter-spacing:-1.7px;line-height:1.25}.section h2 em,.closing h2 em{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.2em;font-weight:500;color:#a1875d;line-height:1.1}.section-heading>p{font-size:16px;line-height:1.8;color:var(--muted);margin-top:21px;max-width:520px}.section-heading.split{max-width:none;display:flex;justify-content:space-between;align-items:end;gap:50px}.section-heading.split>p{max-width:350px;margin-bottom:4px;font-size:14px}.feature-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:22px;margin-top:43px}.feature-card{background:#fff;border:1px solid #e1e5e8;border-radius:13px;overflow:hidden;padding:33px;position:relative}.feature-card h3{font-family:'Manrope',sans-serif;letter-spacing:-.5px;font-weight:650;font-size:22px;margin:19px 0 12px}.feature-card>p{font-size:14px;color:#83909e;line-height:1.8;max-width:360px}.feature-icon{display:grid;place-items:center;width:39px;height:39px;border-radius:9px;border:1px solid #e6e3d9;background:#f8f6f0;color:#a58c5c}.feature-icon svg{width:20px;height:20px}.feature-tag{font-size:10px;letter-spacing:1px;color:#a1abb8;position:absolute;right:30px;top:46px}.document-demo{background:#f6f8fa;padding:17px 20px;border:1px solid #e5eaf0;border-radius:10px;margin:26px 0 -49px 13px;box-shadow:0 10px 22px #18324805;transform:rotate(-2deg);transition:transform .45s var(--ease);position:relative;max-width:430px}.feature-card:hover .document-demo{transform:rotate(0) translateY(-3px)}.mini-toolbar{display:flex;justify-content:space-between;border-bottom:1px solid #e2e7ed;padding-bottom:12px;margin-bottom:4px;font-size:10px;color:#8f9aab}.mini-toolbar strong{color:#516479;font-weight:500}.document-row{display:flex;align-items:center;gap:10px;padding:13px 0;border-bottom:1px solid #e8ecf1;color:#62768c}.document-row>svg{width:18px;color:#92a4b7}.document-row strong{display:block;font-size:11px;font-weight:500;color:#586b80}.document-row small{display:block;font-size:9px;margin-top:4px;color:#99a5b3}.document-row>span{font-size:9px;color:#6d8c7c;margin-left:auto;padding:4px 6px;background:#eaf0eb;border-radius:4px}.feature-card.documents{min-height:378px}.feature-card.tasks{background:#edf1f5;min-height:378px}.feature-card.tasks .feature-icon{background:#f8fafc;border-color:#dce3ed;color:#7087a1}.task-demo{margin-top:30px;border-radius:8px;border:1px solid #dce3e9;background:#ffffffdb;box-shadow:0 10px 20px #1a355708;overflow:hidden}.task-line{display:flex;align-items:center;gap:12px;padding:15px 18px;font-size:12px;color:#607082;border-bottom:1px solid #e7ebef}.task-line:last-child{border:0}.task-line svg{width:15px;height:15px;color:#97ae9a}.task-line.current{background:#fcf8ed}.task-line.current svg{color:#b59a5f}.task-line small{font-size:9px;color:#a9936a;margin-left:auto;white-space:nowrap}.features-small{display:grid;grid-template-columns:repeat(3,1fr);gap:38px;margin-top:43px}.features-small article{padding-top:25px;border-top:1px solid #dce2e6}.features-small article>span{color:#ad945f}.features-small h3{font-size:16px;font-weight:600;margin:16px 0 10px}.features-small p{font-size:14px;line-height:1.8;color:#83909e}.flow-section{background:var(--navy);color:#e7edf4;position:relative;overflow:hidden}.flow-section:before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 95% 15%,#52678633,transparent 60%);pointer-events:none}.flow-section .container{position:relative}.flow-section .eyebrow{color:#d0b68a}.flow-section h2{color:#f4f6f9}.flow-section h2 em{color:#d5bb90}.flow-section .section-heading>p{color:#a0aec1}.flow-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:76px;margin-top:52px;align-items:center}.flow-selector{display:flex;flex-direction:column;gap:0}.flow-step{text-align:left;border:0;border-bottom:1px solid #ffffff10;display:grid;grid-template-columns:33px 1fr 20px;gap:14px;padding:21px 0;background:transparent;color:#7f91aa;transition:color .3s}.flow-step:last-child{border-bottom:0}.flow-step .step-no{font-size:11px;margin-top:4px;font-variant-numeric:tabular-nums}.flow-step strong{display:block;font-size:17px;font-weight:500;letter-spacing:-.1px}.flow-step p{font-size:13px;line-height:1.8;max-width:290px;color:#8d9eb5;margin-top:9px;display:none}.flow-step>svg{width:16px;height:16px;margin-top:3px;opacity:0;transform:translateX(-5px);transition:.25s}.flow-step.selected{color:#e9eef5}.flow-step.selected p{display:block}.flow-step.selected .step-no{color:#c7ac7c}.flow-step.selected>svg{opacity:1;transform:translateX(0);color:#ccb183}.flow-detail{background:#203148;border:1px solid #ffffff0b;border-radius:12px;padding:29px;box-shadow:0 20px 45px #0a152333;min-height:385px;position:relative}.flow-detail-header{display:flex;justify-content:space-between;gap:12px;font-size:10px;letter-spacing:1px;color:#8c9db3;padding-bottom:22px;border-bottom:1px solid #ffffff0b}.flow-detail-header span:last-child{letter-spacing:0;color:#c1aa82}.flow-detail-content{padding-top:26px}.flow-detail h3{font-size:18px;letter-spacing:-.5px;font-weight:500;color:#e5ebf4;margin-bottom:9px}.flow-detail p{font-size:13px;line-height:1.8;color:#9baac0;margin-bottom:20px}.flow-file{display:flex;gap:12px;align-items:center;padding:14px;border:1px solid #ffffff0c;border-radius:7px;background:#ffffff04;margin-top:10px}.flow-file>svg{width:18px;color:#b4a284}.flow-file strong{font-size:12px;font-weight:500;display:block;color:#d5deea}.flow-file small{font-size:10px;display:block;color:#7d91ac;margin-top:5px}.flow-file .file-status{margin-left:auto;color:#93af9f;font-size:10px}.flow-footnote{border-top:1px solid #ffffff0a;margin-top:26px;padding-top:16px;font-size:10px;color:#7f91ab;display:flex;gap:7px;align-items:center}.flow-footnote svg{width:13px}.flow-meter{height:4px;background:#ffffff0c;border-radius:3px;margin:24px 0}.flow-meter>span{height:100%;display:block;border-radius:3px;background:#c7ab79;transition:width .6s var(--ease)}.flow-tags{display:flex;flex-wrap:wrap;gap:8px}.flow-tags span{font-size:11px;border:1px solid #ffffff0c;color:#aebdd0;border-radius:4px;padding:8px 10px}.flow-field{display:flex;justify-content:space-between;gap:12px;font-size:12px;padding:13px 0;border-bottom:1px solid #ffffff09;color:#94a6bd}.flow-field strong{font-weight:400;color:#d5dfec}.audience-heading{text-align:center;max-width:660px;margin:auto}.audience-heading .eyebrow{justify-content:center}.audience-heading p{margin-left:auto;margin-right:auto;max-width:590px}.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:47px}.audience-card{border:1px solid #e0e5e8;border-radius:12px;padding:36px;background:white;position:relative;overflow:hidden}.audience-card .audience-no{position:absolute;right:31px;top:27px;font-family:'Cormorant Garamond',Georgia,serif;font-size:56px;color:#e9e8e2;font-style:italic}.audience-card h3{font-family:'Manrope';font-size:24px;font-weight:600;letter-spacing:-.8px;margin:23px 0 12px}.audience-card p{color:#84909f;font-size:14px;line-height:1.8;max-width:380px}.audience-card ul{list-style:none;margin:26px 0 30px;padding:0;display:grid;gap:14px}.audience-card li{display:flex;gap:9px;align-items:center;font-size:13px;color:#647488}.audience-card li svg{width:14px;height:14px;color:#a99a7b}.audience-link{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e5e9ec;padding-top:19px;font-size:12px;color:#947a4c}.audience-link svg{width:17px}.audience-card.secondary{background:#f2f4f5}.audience-card.secondary .audience-no{color:#dfe4e7}.faq-section{border-top:1px solid var(--line);background:#fff}.faq-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px}.faq-layout .section-heading h2{font-size:39px}.faq-layout .section-heading p{font-size:14px;max-width:280px}.faq-list details{border-bottom:1px solid #e6eaed}.faq-list details:first-child{border-top:1px solid #e6eaed}.faq-list summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 0;font-size:15px;font-weight:500}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';color:#9ba8b7;font-size:22px;font-weight:400;transition:transform .2s}.faq-list details[open] summary:after{transform:rotate(45deg);color:var(--gold)}.faq-list details p{color:#7d8a9a;font-size:14px;line-height:1.85;padding:0 35px 25px 0}.closing{padding:79px 0 84px;background:#f1f1ec;border-top:1px solid #e6e6df;position:relative;overflow:hidden;text-align:center}.closing .eyebrow{justify-content:center;margin-bottom:21px}.closing h2{font-size:46px}.closing p{font-size:15px;line-height:1.8;color:#7f8993;margin:20px 0 27px}.closing .demo-caption{margin:16px 0 0;font-size:11px}.closing-accent{width:1px;position:absolute;top:0;bottom:0;left:calc(50% - 530px);background:linear-gradient(transparent,#c9be9f55,transparent)}.closing-accent:after{content:'';position:absolute;left:1060px;top:0;bottom:0;width:1px;background:inherit}.site-footer{background:var(--navy);color:#95a3b7;padding:46px 0 24px}.site-footer .brand{color:#fff;font-size:30px}.site-footer .brand-mark{color:#d0b27c;border-color:#a98f5e}.footer-main{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-bottom:35px;border-bottom:1px solid #ffffff10}.footer-main>span{font-family:'Cormorant Garamond',Georgia,serif;font-size:24px;font-style:italic;color:#b2b8c3}.back-to-top{display:flex;align-items:center;gap:9px;font-size:12px}.back-to-top svg{width:14px}.footer-bottom{display:flex;justify-content:space-between;gap:25px;margin-top:24px;font-size:10px;color:#788ba4}.js .reveal{opacity:0;transform:translateY(20px);transition:opacity .75s var(--ease),transform .75s var(--ease)}.js .reveal.visible{opacity:1;transform:translateY(0)}.reveal.delay{transition-delay:.12s}@keyframes rise{from{opacity:0;transform:translateY(17px)}to{opacity:1;transform:translateY(0)}}@keyframes productReveal{from{opacity:0;transform:translateY(35px) perspective(1200px) rotateX(3deg)}to{opacity:1;transform:translateY(0) perspective(1200px) rotateX(0)}}
@media(min-width:1700px){.hero{padding-top:91px}.hero h1{font-size:68px}.product-stage{margin-top:66px}.container{max-width:1250px}.hero-description{font-size:18px}}
@media(max-width:1150px){.nav-wrap,.container{width:calc(100% - 64px)}.desktop-nav{gap:20px}.desktop-nav a{font-size:12px}.nav-actions{gap:18px}.nav-actions .button{font-size:11px;padding:11px 13px}.brand{font-size:29px}.hero{padding-top:60px}.hero h1{font-size:48px}.hero h1 em{font-size:1.22em}.product-stage{margin-top:45px}.flow-layout{gap:38px;grid-template-columns:.9fr 1.1fr}.faq-layout{gap:45px}.feature-card{padding:28px}.feature-tag{right:25px}.topic-strip .container{gap:25px}.section{padding:85px 0}.features-small{gap:25px}.flow-detail{padding:24px}.audience-card{padding:29px}.section-heading.split>p{max-width:300px}}
@media(max-width:900px){.desktop-nav{display:none}.nav-actions{margin-left:auto}.mobile-toggle{display:block}.nav-wrap{height:76px}.hero h1{font-size:42px;letter-spacing:-1.8px}.hero h1 em{letter-spacing:-1.3px}.hero-description{font-size:15px}.hero-lines{width:calc(100% - 25px)}.topic-strip .container{gap:20px;flex-wrap:wrap}.topic-strip span{font-size:12px}.section-heading.split{display:block}.section-heading.split>p{max-width:520px;margin-top:20px;font-size:15px}.feature-grid{grid-template-columns:1fr 1fr;gap:16px}.feature-card{padding:23px}.feature-tag{display:none}.feature-card h3{font-size:19px}.feature-card>p{font-size:13px}.document-demo{margin-left:0;padding:12px}.task-line{padding:13px 10px;font-size:11px;gap:7px}.task-line small{display:none}.features-small{gap:23px}.features-small h3{font-size:15px}.features-small p{font-size:13px}.flow-layout{gap:26px}.flow-step{grid-template-columns:24px 1fr 16px;gap:10px}.flow-step strong{font-size:16px}.flow-detail{padding:20px}.flow-file{padding:11px;gap:9px}.flow-file .file-status{font-size:9px}.flow-file strong{font-size:11px}.audience-card h3{font-size:21px}.faq-layout{grid-template-columns:1fr;gap:35px}.faq-layout .section-heading p{max-width:480px}.footer-main>span{font-size:21px}}
@media(max-width:640px){html{scroll-padding-top:80px}.container,.nav-wrap{width:calc(100% - 40px)}.nav-wrap{height:70px;gap:14px}.brand{font-size:29px;gap:8px}.brand-mark{height:34px;width:29px;font-size:23px;border-radius:8px 2px 8px 2px}.brand-mark>span{font-size:20px}.nav-actions{gap:14px}.nav-actions>.button{display:none}.login-link{font-size:13px}.hero{padding-top:45px}.hero-eyebrow{font-size:8px;letter-spacing:1.3px;gap:7px;margin-bottom:24px}.tiny-seal{height:22px;width:18px;font-size:11px}.hero h1{font-size:33px;letter-spacing:-1.5px;line-height:1.24}.hero h1 em{font-size:1.28em;letter-spacing:-1.5px;line-height:1.13;display:inline-block;margin-top:7px}.hero-description{font-size:14px;line-height:1.85;margin:23px auto;max-width:340px}.desktop-break{display:none}.hero-actions{flex-direction:column;gap:21px}.hero-actions>.button{min-height:49px;padding:13px 21px;font-size:13px}.text-button{font-size:12px}.demo-caption{font-size:10px;margin-top:18px}.product-stage{width:calc(100% + 10px);margin-left:-5px;margin-top:35px;padding:4px;border-radius:10px 10px 0 0}.product-topline{height:39px;padding:0 7px 0 3px;border-radius:7px 7px 0 0}.product-view-tabs{gap:2px}.product-view-tabs button{font-size:9px;padding:6px 7px;gap:4px}.product-view-tabs button svg{width:11px;height:11px}.product-bottomline{padding:9px;font-size:8px}.product-bottomline>span:last-child{display:none}.product-frame{height:230px}.topic-strip{padding:20px 0}.topic-strip .container{display:grid;grid-template-columns:1fr 1fr;gap:16px 20px;justify-items:center}.topic-strip i{display:none}.topic-strip span{font-size:12px}.topic-strip svg{width:15px}.section{padding:65px 0}.section h2{font-size:31px;letter-spacing:-1.2px}.section h2 em{font-size:1.2em}.eyebrow{font-size:9px;letter-spacing:1.3px}.section-heading>p,.section-heading.split>p{font-size:14px;line-height:1.85}.section-heading .eyebrow{margin-bottom:16px}.feature-grid{grid-template-columns:1fr;margin-top:30px;gap:17px}.feature-card{padding:26px}.feature-card h3{font-size:22px}.feature-card>p{font-size:14px;max-width:330px}.feature-card.documents{min-height:370px}.feature-card.tasks{min-height:343px}.document-demo{margin-left:10px;padding:15px}.task-line{font-size:12px;padding:15px;gap:10px}.task-line small{display:block}.features-small{grid-template-columns:1fr;gap:25px;margin-top:32px}.features-small article{display:grid;grid-template-columns:25px 1fr;gap:0 14px;padding-top:23px}.features-small article>span{grid-column:1;grid-row:1 / 3;align-self:start;margin-top:4px}.features-small h3{grid-column:2;font-size:16px;margin:0 0 8px}.features-small p{grid-column:2;font-size:14px}.flow-layout{grid-template-columns:1fr;gap:25px;margin-top:25px}.flow-step{padding:19px 0;grid-template-columns:27px 1fr 20px}.flow-step strong{font-size:17px}.flow-step p{font-size:13px;max-width:100%}.flow-detail{padding:23px;min-height:365px}.flow-file strong{font-size:12px}.flow-file .file-status{font-size:10px}.audience-grid{grid-template-columns:1fr;gap:17px;margin-top:30px}.audience-card{padding:28px}.audience-card h3{font-size:24px}.audience-card p{font-size:14px}.audience-card li{font-size:13px}.audience-heading{text-align:left}.audience-heading .eyebrow{justify-content:start}.faq-layout{gap:29px}.faq-layout .section-heading h2{font-size:31px}.faq-list summary{font-size:14px;padding:22px 0}.faq-list details p{font-size:13px;padding-right:10px}.closing{padding:58px 0 62px}.closing h2{font-size:33px;letter-spacing:-1.2px}.closing h2 em{font-size:1.2em}.closing p{font-size:14px;margin:18px auto 26px;max-width:300px}.closing .button{font-size:13px;min-height:49px}.closing .demo-caption{font-size:10px}.site-footer{padding:32px 0 24px}.footer-main{flex-wrap:wrap;gap:23px;padding-bottom:27px}.site-footer .brand{font-size:28px}.footer-main>span{font-size:21px;order:3;width:100%}.back-to-top{font-size:10px}.footer-bottom{flex-direction:column;gap:10px;font-size:9px;margin-top:22px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js .reveal{opacity:1;transform:none}}
/* Equal visual prominence for both audiences and more legible supporting copy. */
.hero-description,.section-heading>p,.section-heading.split>p,.feature-card>p,.features-small p,.audience-card p,.faq-list details p,.closing p{color:#667486}.demo-caption{color:#727e8c}.flow-section .section-heading>p{color:#aebbcf}.flow-step>span[data-icon]{align-self:start;margin-top:3px;opacity:0}.flow-step.selected>span[data-icon]{opacity:1;color:#ccb183}.topic-strip span{color:#697788}

.closing-actions{display:flex;align-items:center;justify-content:center;gap:29px;flex-wrap:wrap}
.faq-list a{color:inherit;text-decoration:underline;text-underline-offset:3px}
