@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--ink:#191d18;--paper:#f8f9f5;--lime:#c7f451;--muted:#687064;--line:#dce0d6;--white:#fff;--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:35px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.55}button,input,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #467512;outline-offset:5px}::selection{background:var(--lime);color:var(--ink)}.wrap{width:min(1320px,calc(100% - 100px));margin-inline:auto}.header{height:108px;display:flex;align-items:center;justify-content:space-between;gap:28px}.wordmark{font-family:'Manrope',Arial,sans-serif;font-size:35px;font-weight:800;letter-spacing:-2px;display:inline-flex;align-items:center;gap:5px;line-height:1}.brand-dot{color:#526f23;font-size:29px;letter-spacing:0}.desktop-nav{display:flex;gap:35px;font-size:14px;font-weight:550}.desktop-nav a:hover,.text-link:hover{color:#56752b}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;padding:19px 26px;border-radius:100px;font-size:15px;font-weight:650;line-height:1.2;min-height:54px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-3px)}.button span{font-size:22px;font-weight:400}.button.small{padding:14px 24px;min-height:48px}.dark{background:var(--ink);color:var(--white)}.dark:hover{background:#35412d}.lime{background:var(--lime);color:var(--ink)}.lime:hover{background:#b7e441}.eyebrow{font-size:12px;letter-spacing:1.6px;font-weight:650;margin:0 0 30px;line-height:1.6}.hero{display:grid;grid-template-columns:1.32fr 1fr;align-items:center;min-height:650px;padding-top:34px;padding-bottom:76px;gap:5px}.hero-copy{position:relative;z-index:2}.hero .eyebrow{font-size:12px;letter-spacing:1.1px;display:flex;gap:10px;align-items:center}.tiny-star{font-size:23px;color:#5c782e}.hero h1{font-family:'Manrope',Arial,sans-serif;font-weight:650;font-size:clamp(54px,6.4vw,96px);line-height:1.06;letter-spacing:-5.5px;margin:0 0 34px;white-space:nowrap}.highlight{position:relative;z-index:0}.highlight:after{content:'';position:absolute;left:-6px;right:-6px;bottom:4px;height:36%;background:var(--lime);z-index:-1;transform:rotate(-1.5deg)}.hero-description{font-size:18px;line-height:1.7;max-width:510px;color:#555e50;margin:0 0 33px}.hero-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.text-link{font-size:14px;font-weight:600;display:inline-flex;gap:14px;align-items:center}.hero-footnote{font-size:12px;color:#666e60;margin-top:34px}.hero-footnote span{border-left:1px solid #c7cdbe;padding-left:13px;margin-left:10px}.hero-visual{position:relative;min-width:0;align-self:stretch;background:#f0f2eb;border-radius:200px 200px 32px 32px;margin:0 0 0 8px;overflow:hidden;min-height:485px}.hero-visual img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.visual-caption{position:absolute;top:44px;left:39px;right:39px;display:flex;justify-content:space-between;gap:15px;z-index:1;font-size:12px;letter-spacing:1.3px;color:#5b6555}.floating-label{position:absolute;top:112px;left:25px;padding:15px 18px;border:1px solid #fff;background:#ffffffe0;border-radius:15px;font-size:13px;line-height:1.55;box-shadow:0 12px 25px #17220d08;transform:rotate(-6deg)}.mini-icon{display:inline-flex;border-radius:50%;background:var(--lime);float:left;align-items:center;justify-content:center;width:32px;height:32px;margin:5px 12px 0 0;font-size:20px}.floating-receipt{position:absolute;bottom:29px;left:26px;right:26px;background:var(--ink);color:white;border-radius:17px;padding:20px;display:flex;align-items:center;gap:13px;box-shadow:0 15px 30px #161e1725}.receipt-icon{background:var(--lime);color:var(--ink);width:35px;height:35px;display:grid;place-items:center;border-radius:50%}.floating-receipt strong{font-size:15px;display:block;font-weight:550}.floating-receipt div>span{display:block;font-size:12px;color:#b8c0b2;margin-top:3px}.example-label{font-size:12px;letter-spacing:1px;align-self:start;color:#b5c0ac;margin-left:auto}.statement-strip{background:var(--lime);padding:26px 0}.strip-inner{display:flex;justify-content:space-between;align-items:center;gap:20px}.strip-inner>span:first-child{font-size:20px;letter-spacing:-.6px;font-weight:600}.strip-inner>span:not(:first-child){font-size:12px;font-weight:600;letter-spacing:1.1px}.section{padding-block:115px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:45px}.section-heading .eyebrow{margin-bottom:20px}h2{font-family:'Manrope',Arial,sans-serif;font-size:clamp(36px,4vw,57px);line-height:1.1;letter-spacing:-2.6px;font-weight:600;margin:0}h3{font-family:'Manrope',Arial,sans-serif}.section-heading>p{font-size:16px;color:#656e5e;line-height:1.7;max-width:330px;margin:0 0 4px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.product-card{border:1px solid var(--line);background:#fff;border-radius:var(--radius);padding:28px 28px 22px;display:flex;flex-direction:column;min-height:453px}.lime-card{background:#e0f5af;border-color:#e0f5af}.card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;gap:10px}.card-top>span:last-child{font-size:12px;letter-spacing:1.2px;color:#5e6953}.product-icon{font-size:25px;border:1px solid #bac3ad;width:45px;height:45px;display:grid;place-items:center;border-radius:50%;line-height:1}.product-card h3{font-size:27px;line-height:1.18;letter-spacing:-1px;font-weight:650;margin:0 0 18px}.product-card>p{font-size:15px;color:#596250;line-height:1.65;margin:0 0 28px}.mini-conversation{display:flex;flex-direction:column;align-items:start;gap:7px;margin-top:auto;margin-bottom:31px}.mini-conversation span,.mini-conversation strong{font-size:12px;padding:10px 13px;background:#f0f2eb;border-radius:9px 9px 9px 0;font-weight:400}.mini-conversation strong{align-self:end;background:#eef7dc;border-radius:9px 9px 0 9px}.lime-card .mini-conversation span{background:#ffffffb8}.lime-card .mini-conversation strong{background:#bedf80}.card-bottom{border-top:1px solid #ccd3c2;padding-top:17px;display:flex;flex-direction:column;gap:12px}.card-bottom>span{font-size:12px;letter-spacing:.65px;color:#666e60}.card-bottom button,.card-bottom>a{border:0;background:transparent;padding:0;display:flex;justify-content:space-between;font-size:14px;font-weight:600;color:var(--ink);min-height:28px}.card-bottom button span,.card-bottom>a span{font-size:20px}.document-example{display:flex;align-items:center;gap:10px;border:1px solid #e0e4d9;border-radius:11px;padding:15px 10px;margin:auto 0 37px;background:#f7f8f4}.document-example>span{font-size:30px;color:#6b785e}.document-example strong{font-size:12px;font-weight:500;display:block}.document-example div>span{font-size:12px;display:block;margin-top:3px;color:#66705e}.demo-section{background:var(--ink);color:white;padding:94px 0;overflow:hidden}.demo-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.demo-copy .eyebrow{color:#b4bcab;font-size:12px}.demo-copy h2{font-size:clamp(44px,5vw,70px);letter-spacing:-3.5px}.demo-copy h2>span{color:var(--lime)}.demo-copy>p:not(.eyebrow):not(.demo-note){color:#bac1b3;font-size:18px;max-width:360px;margin:27px 0 30px}.scenario-tabs{display:flex;gap:9px;flex-wrap:wrap}.scenario-tabs button{border:1px solid #56604e;background:transparent;color:#d7decf;border-radius:24px;padding:12px 16px;font-size:13px;min-height:45px}.scenario-tabs button[aria-selected=true]{background:var(--lime);color:var(--ink);border-color:var(--lime)}.demo-copy .demo-note{font-size:12px;color:#9ca591;line-height:1.7;max-width:355px;margin-top:24px}.chat-shell{background:#f1f3ec;border-radius:24px;overflow:hidden;color:var(--ink);min-height:543px;box-shadow:0 28px 80px #0004;display:flex;flex-direction:column}.chat-header{display:flex;gap:12px;align-items:center;padding:22px;background:#fff;border-bottom:1px solid #e4e8df}.chat-avatar{font-family:'Manrope',sans-serif;font-weight:800;font-size:29px;background:var(--lime);width:46px;height:46px;border-radius:14px;display:flex;justify-content:center;align-items:center;letter-spacing:-3px}.chat-avatar>span{font-size:18px;letter-spacing:0}.chat-header strong{display:block;font-size:15px;font-weight:650}.chat-header div>span{font-size:12px;color:#6a7362}.reset-demo{background:transparent;border:0;font-size:25px;color:#59654d;margin-left:auto;width:35px;height:40px}.chat-date{text-align:center;font-size:12px;letter-spacing:.6px;color:#78806f;padding:24px 10px 10px}.messages{padding:12px 25px 22px;display:flex;flex-direction:column;gap:13px;flex:1;min-height:260px}.bubble{font-size:14px;line-height:1.55;padding:14px 17px;max-width:88%;border-radius:15px;background:#fff;box-shadow:0 2px 4px #1a291305;animation:arrive .25s ease-out}.bubble.user{align-self:end;background:#d7f49f;border-bottom-right-radius:3px}.bubble.assistant{align-self:start;border-bottom-left-radius:3px}.bubble time{display:block;text-align:right;color:#7c876f;font-size:12px;margin-top:5px}.chat-choices{padding:0 22px 20px;display:flex;flex-wrap:wrap;gap:9px}.chat-choices button{border:1px solid #bac9a4;background:transparent;border-radius:100px;padding:10px 14px;font-size:12px;color:#3d5523;min-height:41px}.chat-choices button:hover{background:#dfedcc}.system-event{margin:0 20px 20px;padding:11px 13px;border-radius:9px;background:#e6eadf;font-size:12px;color:#5c6950;display:flex;gap:8px;align-items:center}.integrations{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.integration-copy h2{margin-bottom:28px}.muted{color:#828b78}.integration-copy>p:not(.eyebrow){color:#626d58;max-width:445px;font-size:16px}.integration-copy .text-link{margin-top:18px}.connection-panel{background:#ecf0e4;border:1px solid #e0e5d7;border-radius:24px;padding:42px 30px 24px;text-align:center}.connection-row{display:flex;gap:12px;justify-content:center}.connection-row span{background:#fff;border:1px solid #dce3d0;border-radius:12px;padding:14px 15px;font-size:13px;flex:1;white-space:nowrap}.connector-line{width:1px;height:42px;background:#a9b792;margin:auto}.connection-center{font-family:'Manrope',sans-serif;display:inline-block;background:var(--ink);color:#fff;border-radius:20px;font-weight:750;font-size:39px;padding:25px 48px 22px;letter-spacing:-2px;box-shadow:0 10px 30px #1d2a1815}.connection-center>span{color:var(--lime);margin-left:3px;font-size:31px}.connection-center small{display:block;font-family:'DM Sans',sans-serif;font-size:12px;letter-spacing:1.2px;color:#bac9a9;margin-top:9px;font-weight:500}.connection-panel>p{font-size:12px;color:#6c7760;max-width:370px;margin:27px auto 0}.impact-section{background:#232721;color:#fff;padding:83px 0 64px}.impact-section .section-heading>p{color:#b1baa7}.impact-section .eyebrow{color:#c7d3b8}.calculator{display:grid;grid-template-columns:1fr 1fr;gap:26px}.calculator-controls,.impact-result{padding:36px 40px;background:#2e332b;border:1px solid #414939;border-radius:22px}.calculator-controls label{display:flex;justify-content:space-between;gap:10px;font-size:14px;color:#d9e0d2;margin:0 0 15px}.calculator-controls output{font-weight:600;color:var(--lime);white-space:nowrap}.calculator-controls input{display:block;width:100%;accent-color:var(--lime);margin:0 0 32px;cursor:pointer;height:20px}.calculator-controls input:last-child{margin-bottom:0}.impact-result{display:flex;flex-direction:column;justify-content:center;align-items:start;border-top:3px solid var(--lime);padding-top:31px}.result-label{font-size:12px;letter-spacing:1.4px;color:#c3ceba}.impact-result>div{display:flex;align-items:baseline;gap:16px;line-height:1.1;margin-top:15px}.impact-result strong{color:var(--lime);font-family:'Manrope',sans-serif;font-size:100px;font-weight:550;letter-spacing:-5px}.impact-result>div>span{font-size:24px;color:#c4ceba}.impact-result>p{font-size:12px;color:#b6c1ab;margin:12px 0 24px}.impact-result .button{font-size:13px;padding:15px 22px;min-height:46px}.calculation-note{font-size:12px;color:#a6b19b;line-height:1.7;max-width:850px;margin:23px 0 0}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:60px}.process-grid article{border-top:1px solid #bcc5b2;padding-top:21px}.process-grid article>span{font-family:'Manrope',sans-serif;font-size:14px;color:#6c785f}.process-grid h3{font-size:21px;letter-spacing:-.6px;font-weight:650;margin:23px 0 12px}.process-grid p{color:#69725f;font-size:15px;line-height:1.7;margin:0}.faq-section{padding:0 0 105px;display:grid;grid-template-columns:1fr 1.5fr;gap:80px}.faq-section .eyebrow{margin-bottom:18px}.faq-list details{border-bottom:1px solid #d5dccb;padding:21px 0}.faq-list details:first-child{border-top:1px solid #d5dccb}.faq-list summary{list-style:none;font-size:17px;font-weight:550;cursor:pointer;display:flex;gap:20px;align-items:center;justify-content:space-between;line-height:1.5}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{font-size:25px;font-weight:400;transition:transform .2s}.faq-list details[open] summary>span{transform:rotate(45deg)}.faq-list details>p{font-size:15px;color:#66715b;line-height:1.75;max-width:95%;margin:15px 0 5px}.contact-section{background:var(--lime);border-radius:28px;padding:44px 55px 36px}.contact-top{display:flex;justify-content:space-between;align-items:start;gap:20px}.contact-top .eyebrow{margin-bottom:40px;font-size:12px}.contact-top>span{font-size:55px;line-height:1}.contact-section h2{font-size:clamp(44px,5.6vw,78px);letter-spacing:-3.8px}.contact-bottom{display:flex;justify-content:space-between;align-items:center;gap:30px;margin:25px 0 34px}.contact-bottom>p{font-size:17px;margin:0;color:#425625}.contact-bottom .button{min-width:220px}.contact-email{font-size:15px;border-bottom:1px solid #778f51;padding-bottom:3px}.footer{padding-block:47px;display:flex;justify-content:space-between;align-items:center;gap:20px}.footer .wordmark{font-size:30px}.footer p{font-size:13px;color:#66715b}.footer>span{font-size:12px;color:#78816e;text-align:right}.skip{position:absolute;top:-80px;left:12px;padding:12px;background:var(--ink);color:#fff;z-index:20}.skip:focus{top:10px}@keyframes arrive{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1600px){.hero h1{font-size:96px}}@media(max-width:1150px){.wrap{width:calc(100% - 64px)}.hero h1{font-size:65px;letter-spacing:-3.9px}.hero{min-height:590px;padding-bottom:55px}.hero-description{font-size:16px;max-width:380px}.hero-visual{min-height:445px}.hero-actions{gap:18px}.hero-actions .button{padding:17px 20px;font-size:13px}.hero .eyebrow{font-size:12px}.hero-footnote{font-size:12px}.product-card{padding:23px 22px 20px}.product-card h3{font-size:24px}.product-card>p{font-size:14px}.demo-grid,.integrations{gap:55px}.connection-panel{padding:35px 20px 23px}.connection-row{gap:7px}.connection-row span{font-size:12px;padding:13px 9px}.strip-inner>span:first-child{font-size:17px}.strip-inner>span:not(:first-child){font-size:12px}.section{padding-block:88px}.process-grid{gap:30px}.document-example{padding-inline:7px}.document-example div>span{font-size:12px}.faq-section{gap:40px}}
@media(max-width:850px){.wrap{width:calc(100% - 44px)}.header{height:87px}.desktop-nav{gap:20px;font-size:13px}.wordmark{font-size:30px}.hero{grid-template-columns:1fr 1fr;gap:18px;padding-top:20px;padding-bottom:48px;min-height:550px}.hero h1{font-size:clamp(44px,6.9vw,62px);letter-spacing:-3px;white-space:normal}.hero .eyebrow{max-width:280px;line-height:1.7}.hero-description br{display:none}.hero-description{font-size:15px}.hero-visual{border-radius:140px 140px 25px 25px;min-height:410px;margin:0}.visual-caption{top:50px;left:24px;right:24px;font-size:12px}.visual-caption>span:last-child{display:none}.floating-label{left:12px;top:115px;font-size:12px;padding:12px}.floating-receipt{left:12px;right:12px;padding:14px;gap:9px;bottom:20px}.floating-receipt strong{font-size:12px}.floating-receipt div>span{font-size:12px}.example-label{display:none}.hero-footnote span{display:block;margin:7px 0 0;padding:0;border:0}.hero-footnote{font-size:12px}.strip-inner{flex-wrap:wrap;justify-content:center;gap:15px 28px}.strip-inner>span:first-child{width:100%;text-align:center}.section-heading>p{font-size:14px;max-width:240px}.product-grid{gap:13px}.product-card{padding:20px 17px}.product-card h3{font-size:21px}.card-top>span:last-child{font-size:12px}.product-icon{width:37px;height:37px;font-size:22px}.product-card>p{font-size:14px}.mini-conversation span,.mini-conversation strong{font-size:12px;padding:9px}.card-bottom>span{font-size:12px;min-height:26px}.card-bottom button,.card-bottom>a{font-size:12px}.document-example{gap:5px}.document-example strong{font-size:12px}.document-example div>span{font-size:12px}.demo-grid{gap:30px;grid-template-columns:.85fr 1fr}.demo-copy h2{font-size:49px;letter-spacing:-2.3px}.demo-copy .eyebrow{font-size:12px}.demo-copy>p:not(.eyebrow):not(.demo-note){font-size:16px}.scenario-tabs{gap:7px}.scenario-tabs button{font-size:12px;padding:11px 12px}.chat-header{padding:18px 15px}.chat-header div>span{font-size:12px}.messages{padding-inline:15px}.bubble{font-size:13px;max-width:93%}.integrations{gap:30px;grid-template-columns:.95fr 1fr}.integration-copy>p:not(.eyebrow){font-size:15px}.connection-center{font-size:31px;padding:23px 25px}.connection-row{flex-wrap:wrap}.connection-row span{padding:11px 6px;font-size:12px}.calculator-controls,.impact-result{padding:30px 25px}.calculator-controls label{font-size:12px}.impact-result strong{font-size:83px}.faq-section{grid-template-columns:.8fr 1.2fr;gap:35px}.contact-section{padding:35px}.process-grid h3{font-size:19px}.process-grid{gap:23px}.process-grid p{font-size:14px}}
@media(max-width:620px){.wrap{width:calc(100% - 36px)}.header{height:81px;gap:15px}.wordmark{font-size:30px}.brand-dot{font-size:25px}.desktop-nav{display:none}.header .button{font-size:12px;gap:14px;padding:12px 17px;min-height:42px}.hero{grid-template-columns:1fr;padding:27px 0 35px;gap:35px}.hero .eyebrow{font-size:12px;max-width:none;gap:8px;margin-bottom:23px;letter-spacing:.65px}.hero h1{font-size:clamp(47px,11.8vw,73px);letter-spacing:-3px;line-height:1.1;margin-bottom:25px}.hero-description{font-size:16px;max-width:none;line-height:1.7;margin-bottom:26px}.hero-description br{display:none}.hero-actions{gap:18px}.hero-actions .button{padding:17px 21px;font-size:13px}.hero-actions .text-link{font-size:12px;gap:8px}.hero-footnote{font-size:12px;margin-top:24px}.hero-footnote span{display:inline;margin-left:9px;padding-left:9px;border-left:1px solid #c7cdbe}.hero-visual{min-height:360px;max-width:450px;width:100%;margin:auto;border-radius:130px 130px 24px 24px}.hero-visual img{object-position:center 48%}.visual-caption{top:30px;left:48px;right:48px;font-size:12px}.visual-caption>span:last-child{display:block}.floating-label{top:94px;left:15px;font-size:12px}.floating-receipt{left:20px;right:20px;bottom:20px;padding:17px}.floating-receipt strong{font-size:14px}.floating-receipt div>span{font-size:12px}.example-label{display:block;font-size:12px}.statement-strip{padding:23px 0}.strip-inner{gap:12px 20px}.strip-inner>span:first-child{font-size:19px;margin-bottom:3px}.strip-inner>span:not(:first-child){font-size:12px;letter-spacing:.4px}.section{padding-block:64px}.section-heading{display:block;margin-bottom:30px}h2{font-size:39px;letter-spacing:-1.8px}.section-heading .eyebrow,.eyebrow{font-size:12px;letter-spacing:1.2px;margin-bottom:18px}.section-heading>p{font-size:15px;max-width:none;margin-top:22px}.product-grid{grid-template-columns:1fr;gap:18px}.product-card{padding:25px;min-height:390px}.card-top{margin-bottom:25px}.card-top>span:last-child{font-size:12px}.product-icon{width:42px;height:42px}.product-card h3{font-size:29px;letter-spacing:-1px}.product-card>p{font-size:16px}.mini-conversation{margin-bottom:25px}.mini-conversation span,.mini-conversation strong{font-size:12px;padding:12px}.card-bottom>span{font-size:12px;min-height:0}.card-bottom button,.card-bottom>a{font-size:14px}.document-example{padding:17px;gap:15px;margin-bottom:26px}.document-example strong{font-size:13px}.document-example div>span{font-size:12px}.demo-section{padding:60px 0}.demo-grid{grid-template-columns:1fr;gap:32px}.demo-copy h2{font-size:51px;letter-spacing:-2.5px}.demo-copy h2 br:nth-child(2){display:none}.demo-copy>p:not(.eyebrow):not(.demo-note){max-width:none;margin:23px 0}.demo-copy .eyebrow{font-size:12px}.demo-copy .demo-note{max-width:none;margin-bottom:0}.scenario-tabs button{font-size:13px;padding:12px 16px}.chat-shell{min-height:525px}.chat-header{padding:19px}.chat-header div>span{font-size:12px}.messages{padding:13px 20px 23px}.bubble{font-size:14px;max-width:91%}.integrations{grid-template-columns:1fr;gap:33px}.integration-copy>p:not(.eyebrow){font-size:16px}.connection-panel{padding:35px 21px 25px}.connection-row span{font-size:12px;padding:13px 9px}.connection-center{font-size:37px;padding:23px 37px}.impact-section{padding:61px 0 45px}.calculator{grid-template-columns:1fr;gap:17px}.calculator-controls,.impact-result{padding:29px}.calculator-controls label{font-size:14px}.impact-result strong{font-size:91px}.impact-result .button{font-size:14px}.result-label{font-size:12px}.calculation-note{font-size:12px}.process-grid{grid-template-columns:1fr;gap:29px;margin-top:30px}.process-grid article{position:relative;padding:25px 0 0 42px}.process-grid article>span{position:absolute;left:0;top:25px}.process-grid h3{font-size:22px;margin:0 0 10px}.process-grid p{font-size:16px}.faq-section{grid-template-columns:1fr;gap:28px;padding-bottom:60px}.faq-section h2 br{display:none}.faq-list summary{font-size:16px}.faq-list details>p{font-size:15px}.contact-section{padding:28px;border-radius:22px}.contact-top .eyebrow{font-size:12px;margin-bottom:29px;max-width:180px}.contact-top>span{font-size:38px}.contact-section h2{font-size:clamp(36px,9vw,53px);letter-spacing:-2px}.contact-bottom{align-items:start;flex-direction:column;gap:25px;margin-bottom:25px}.contact-bottom>p{font-size:15px}.contact-bottom .button{min-width:0;padding:17px 23px;font-size:14px;gap:35px}.contact-email{font-size:14px}.footer{padding:33px 0;flex-wrap:wrap;gap:21px}.footer .wordmark{font-size:28px}.footer p{order:3;width:100%;margin:0;font-size:12px}.footer>span{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

/* Readable controls and captions at every breakpoint. */
.desktop-nav,.text-link,.hero-actions .text-link,.card-bottom button,.card-bottom>a,.scenario-tabs button,.chat-choices button,.calculator-controls label,.header .button{font-size:14px}.product-card>p,.process-grid p,.integration-copy>p:not(.eyebrow){font-size:16px}.card-top{flex-wrap:wrap}.hero .eyebrow{font-size:12px;letter-spacing:.5px}.visual-caption{flex-wrap:wrap}.connection-row{flex-wrap:wrap}.connection-row span{min-width:80px}.card-bottom>span{line-height:1.6}.hero h1{white-space:normal}.hero-actions{gap:16px}.hero-footnote{line-height:1.8}@media(max-width:850px){.visual-caption{left:25px;right:25px;top:35px}.hero .eyebrow{font-size:12px}.product-grid{grid-template-columns:1fr}.product-card{min-height:0}.product-card h3{font-size:29px}.mini-conversation,.document-example{margin-top:8px}.mini-conversation span,.mini-conversation strong{font-size:14px}.card-bottom>span{min-height:0}.hero-visual{min-height:440px}.header .button{font-size:14px}.floating-label{top:120px}.hero-actions .text-link{min-height:40px}.connection-row span{white-space:normal}}@media(max-width:620px){.hero-visual{min-height:360px}.hero-footnote span{display:block;border:0;padding:0;margin:5px 0 0}.demo-copy h2 br:nth-child(2){display:block}.contact-top .eyebrow{font-size:12px}.contact-top{gap:10px}}
