/* Interior pages and forms */
/* Short interaction transitions; native links/forms never wait for animation. */
@media(prefers-reduced-motion:no-preference){
  .js-enabled main>:first-child{animation:content-arrive .36s cubic-bezier(.22,1,.36,1)}
  .nav-dropdown[open]>.dropdown-panel{animation:menu-reveal .24s cubic-bezier(.22,1,.36,1)}
  dialog[open]{animation:dialog-reveal .22s cubic-bezier(.22,1,.36,1)}
  dialog[open]::backdrop{animation:backdrop-reveal .22s ease-out}
  .menu-toggle .icon path{transform-box:fill-box;transform-origin:center;transition:transform .24s cubic-bezier(.22,1,.36,1),opacity .16s}
  .nav-dropdown>summary>.icon{transition:transform .22s ease}
  .button>.icon{transition:transform .2s ease}
  .button:hover>.icon{transform:translateX(3px)}
}
.menu-toggle[aria-expanded=true] .icon path:nth-child(1){transform:translateY(6px) rotate(45deg)}
.menu-toggle[aria-expanded=true] .icon path:nth-child(2){opacity:0}
.menu-toggle[aria-expanded=true] .icon path:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.nav-dropdown[open]>summary>.icon{transform:rotate(180deg)}
@keyframes content-arrive{from{opacity:.8;translate:0 12px}to{opacity:1;translate:0 0}}
@keyframes menu-reveal{from{opacity:0;translate:0 -8px}to{opacity:1;translate:0 0}}
@keyframes dialog-reveal{from{opacity:0;translate:0 10px;scale:.98}to{opacity:1;translate:0 0;scale:1}}
@keyframes backdrop-reveal{from{opacity:0}to{opacity:1}}
/* A non-blocking first-visit prompt; both choices have equal prominence. */
.cookie-prompt{position:fixed;z-index:60;inset:auto 24px 24px;max-width:1080px;margin-inline:auto;display:flex;align-items:center;gap:28px;padding:24px 28px;background:var(--paper);color:var(--ink);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 8px 48px #07142526}
.cookie-prompt-copy{flex:1;min-width:0}.cookie-prompt h2{font-size:20px;line-height:1.35;letter-spacing:-.025em;margin:0 0 8px}.cookie-prompt p{font-size:14px;line-height:1.65;color:var(--muted);margin:0}.cookie-prompt a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.cookie-prompt-actions{display:flex;gap:10px;flex-shrink:0}.cookie-prompt .button{font-size:14px;min-height:46px;padding:12px 18px;white-space:nowrap}.cookie-prompt #cookie-prompt-status{margin-top:10px;color:var(--ink)}
@media(max-width:760px){.cookie-prompt{inset:auto 12px max(12px,env(safe-area-inset-bottom));padding:20px;gap:16px;flex-direction:column;align-items:stretch;max-height:calc(100dvh - 24px);overflow-y:auto}.cookie-prompt-actions .button{flex:1}.cookie-prompt h2{font-size:18px}}
@media(max-width:380px){.cookie-prompt-actions{flex-direction:column}}
:root{--blue:#006c91}.dash-nav>div{color:#52677a}.dash-title{font-size:26px;font-weight:650;letter-spacing:-.025em;line-height:1.15;color:var(--ink);margin-top:5px}.product-wordmark{background:white;border-radius:7px;padding:12px 16px;width:280px;max-width:100%}.product-wordmark img{width:100%;height:auto;object-fit:contain}
@media(max-width:920px){.dash-title{font-size:23px}}@media(max-width:600px){.dash-title{font-size:22px}.product-wordmark{width:250px}}
.page-hero{background:var(--soft);padding:78px 0 75px;border-bottom:1px solid var(--line)}.page-hero h1{max-width:960px;font-weight:700}.page-hero .lead{margin-top:25px;max-width:760px;font-size:19px;line-height:1.85}.page-hero .split{align-items:center;grid-template-columns:1.5fr .6fr}.solution-hero-symbol{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:30px;color:var(--blue);padding:30px 0}.solution-hero-symbol>.icon{width:110px;height:110px;stroke-width:1}.solution-hero-symbol>span{font-size:12px;letter-spacing:.09em;text-align:center;max-width:220px}.subnav{border-bottom:1px solid var(--line)}.subnav>.container{display:flex;gap:35px;align-items:center;justify-content:space-between;padding-block:15px}.subnav a{font-size:14px;white-space:nowrap}.subnav a:last-child{margin-left:auto}.audience-panel{background:#eef5f8;padding:32px;border:1px solid var(--line);border-radius:10px}.audience-panel>p:not(.eyebrow){font-size:18px;color:var(--ink)}.insight{margin-top:25px;border-top:1px solid #c9dbe5;padding-top:25px;display:flex;gap:15px}.insight>.icon{color:var(--blue);margin-top:4px}.insight p{font-size:15px}.split>.section-heading+.lead,.split>div>.section-heading+.lead{margin-top:25px}.module-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px 60px;margin-top:45px}.module-grid article{border-top:1px solid #bdcfda;padding-top:26px}.module-grid h3{font-size:25px;margin-top:15px}.module-grid article>h3:first-child{margin-top:0}.module-grid p{font-size:17px;margin-top:17px}.boundary-note{display:flex;align-items:flex-start;gap:18px;padding:24px 28px;border:1px solid #c6d8e2;border-radius:8px;background:#eaf2f6;margin-top:40px;font-size:14px}.boundary-note>.icon{margin-top:3px;color:var(--blue)}.boundary-note strong{display:block;font-size:15px}.boundary-note strong+p{margin-top:7px}.boundary-note p{font-size:14px;line-height:1.85}.numbered-list li{display:flex;gap:25px;padding-block:22px;border-top:1px solid var(--line)}.numbered-list li:first-child{padding-top:0;border:0}.numbered-list li>span{font-size:13px;font-weight:750;color:var(--blue)}.numbered-list li>p{font-size:17px}.inline-cta{display:flex;justify-content:space-between;align-items:center;gap:40px;border-top:1px solid var(--line);padding-top:40px;margin-top:55px}.inline-cta p{font-size:16px;margin-top:12px}.inline-cta>.button{flex-shrink:0}.related-links{display:flex;flex-wrap:wrap;gap:25px 50px;margin-top:30px}.service-index{display:grid;grid-template-columns:repeat(4,1fr);gap:0 30px;padding-block:26px}.service-index>a{display:flex;align-items:center;gap:15px;justify-content:space-between;padding:15px 0;border-bottom:1px solid var(--line);font-size:14px}.service-index>a>.icon{width:17px}.service-list article{display:grid;grid-template-columns:35px 50px 1fr 1.5fr;gap:25px;align-items:start;padding-block:38px;border-top:1px solid var(--line)}.service-number{font-size:13px;color:var(--blue);padding-top:11px}.service-list h2{font-size:28px;letter-spacing:-.035em;padding-top:8px;line-height:1.3;max-width:320px}.service-list article>div>p{font-size:17px}.service-list article .text-link{margin-top:15px}.tech-tags{display:flex;flex-wrap:wrap;gap:10px;margin-block:25px}.tech-tags>span{border:1px solid #ccdae4;background:var(--soft);border-radius:5px;padding:8px 14px;font-size:14px;font-weight:600}.secondary-products{display:grid;grid-template-columns:minmax(0,1fr);gap:35px}.secondary-products article{display:grid;grid-template-columns:280px minmax(0,1fr);align-items:center;gap:45px;border:1px solid var(--line);border-radius:12px;padding:35px}.secondary-products article>div>p:not(.eyebrow){margin-top:20px;margin-bottom:23px;font-size:17px}.product-logo-box{height:125px;display:flex;align-items:center;margin-bottom:30px}.product-logo-box>img{object-fit:contain;width:250px;height:100px;object-position:left center}.product-hero-logo{padding:30px 24px;background:white;border:1px solid var(--line);border-radius:12px}.product-hero-logo img{width:100%;height:140px;object-fit:contain}.three-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:40px}.three-columns article{border-top:1px solid var(--line);padding-top:26px}.three-columns .icon-box{margin-bottom:22px}.three-columns .eyebrow{font-size:12px;letter-spacing:.07em;margin-top:7px;margin-bottom:12px}.three-columns p{font-size:16px;margin-top:18px}.work-filters{display:flex;gap:35px;border-bottom:1px solid var(--line);padding-block:23px}.work-filters>a{font-size:15px;font-weight:700}.owned-work{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:35px;margin-top:38px}.owned-work article{padding:25px 0;border-top:1px solid var(--line)}.owned-work p{margin-top:20px;margin-bottom:18px}.work-grid .work-card:nth-child(n+4){margin-top:25px}.section-heading+.work-grid{margin-top:40px}.section>div>div[id]+.work-grid{margin-top:45px}.case-layout{display:grid;grid-template-columns:260px 1fr;gap:110px}.case-layout aside{display:flex;flex-direction:column;align-items:start;gap:15px}.case-layout aside>.eyebrow{margin-top:18px;margin-bottom:0}.case-layout aside p{font-size:13px}.case-layout aside .text-link{margin-top:20px}.case-story{max-width:760px}.case-story h2{font-size:30px;margin-bottom:18px}.case-story p{font-size:18px;line-height:1.85;margin-bottom:38px}.about-statement h2{font-size:36px}.leadership{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.leader-profile{display:flex;align-items:center;gap:25px;padding:30px;background:#eff5f7;border:1px solid var(--line);border-radius:10px}.leader-monogram{width:85px;height:95px;border-radius:8px;background:#133951;color:#abdae9;display:flex;align-items:center;justify-content:center;font-weight:650;font-size:27px;flex-shrink:0;letter-spacing:.02em}.leader-profile h3{font-size:25px}.leader-profile p{font-size:14px;margin-top:10px}.leader-profile p+p{font-size:13px}.integration-groups{margin-top:50px}.integration-groups article{display:grid;grid-template-columns:1fr 1.6fr;gap:80px;border-top:1px solid var(--line);padding:35px 0}.integration-groups h2{font-size:25px;line-height:1.4}.integration-names{display:flex;flex-wrap:wrap;gap:14px 25px;align-content:start}.integration-names>span{font-size:16px;padding:9px 13px;background:var(--soft);border-radius:5px}.prose{max-width:820px;margin-inline:auto}.prose h2{font-size:29px;margin-top:38px;margin-bottom:18px}.prose h2:first-child{margin-top:0}.prose p{font-size:18px;line-height:1.9}.prose a:not(.button){text-decoration:underline;text-underline-offset:3px;color:var(--blue)}.prose .button{margin-top:30px}.prose code{font-size:16px;overflow-wrap:anywhere}.not-found-actions{display:flex;gap:25px;padding-block:55px 100px}
.contact-section{background:#f1f6f9;padding:75px 0 90px}.contact-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:80px;align-items:start}.contact-copy{padding-top:15px}.contact-copy h1{font-size:clamp(44px,4.3vw,65px);font-weight:700}.contact-copy>.lead{font-size:18px;margin-top:28px;margin-bottom:36px}.contact-method{display:flex;align-items:center;gap:17px;border-top:1px solid #cbdbe5;padding:24px 0}.contact-method .icon-box{background:white}.contact-method div>span{font-size:13px;color:var(--muted)}.contact-method div>a{display:flex;gap:15px;align-items:center;font-size:18px;font-weight:650;margin-top:3px}.contact-method div>a>.icon{width:17px}.contact-expectations{border-top:1px solid #cbdbe5;padding-top:27px;margin-top:9px}.contact-expectations h2{font-size:23px}.contact-expectations p{font-size:15px;margin-top:15px}.contact-expectations p+p{font-size:13px}.contact-form-card{background:white;border:1px solid #d5e0e8;border-radius:14px;padding:35px;box-shadow:0 15px 40px #142b4108}.contact-form-card h2{font-size:29px}.contact-form-card>p{font-size:13px;margin-top:10px}.form-notice{background:#f0f6f9;padding:15px 17px;font-size:13px;border:1px solid #cbdfe8;border-radius:6px;margin-block:22px;color:var(--muted);line-height:1.8}.form-notice a{text-decoration:underline;color:var(--blue);overflow-wrap:anywhere}.contact-form-card fieldset{padding:0;margin:0;min-width:0}.contact-form-card fieldset:disabled{opacity:.6}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field{display:flex;flex-direction:column;gap:8px;min-width:0}.field>span:first-child{font-size:13px;font-weight:750;color:#314a60}.required-mark{color:var(--blue)}.optional{color:#647687;font-size:12px;font-weight:500}.field input,.field select,.field textarea{background:#fafcfd;border:1px solid #beccd7;border-radius:5px;min-height:48px;padding:12px;font-size:16px;width:100%;color:var(--ink)}.field textarea{resize:vertical}.field textarea::placeholder,.field input::placeholder{font-size:14px;color:#687b8c;opacity:1}.field-error{font-size:12px;color:#a12e32;line-height:1.6}.field-error:empty{display:none}.field [aria-invalid=true]{border-color:#b8343b}.field-hint{font-size:12px;color:var(--muted)}.full{grid-column:1/-1}.privacy-copy{font-size:12px;line-height:1.8;margin-top:22px}.privacy-copy a{text-decoration:underline;color:var(--blue)}.submit-button{margin-top:24px;width:100%;justify-content:space-between}.contact-result{margin-top:23px;padding:20px;border-radius:7px;background:#edf7f5;border:1px solid #bcd8d0;font-size:14px;line-height:1.8}.contact-result.error{background:#fff5f1;border-color:#e5c4b7;color:#7c2c1e}.contact-result a{text-decoration:underline}.honeypot{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.contact-result:focus{outline:2px solid var(--blue);outline-offset:3px}
dialog{border:1px solid var(--line);border-radius:14px;padding:35px;width:min(600px,calc(100% - 36px));max-height:calc(100dvh - 48px);color:var(--ink);box-shadow:0 30px 100px #0003}dialog::backdrop{background:#071425b8}dialog form{position:relative}dialog h2{font-size:30px}dialog p{font-size:15px;margin-top:18px}dialog .eyebrow{margin-top:0;margin-bottom:12px}dialog a{text-decoration:underline;color:var(--blue)}.dialog-close{position:absolute;right:-17px;top:-17px;background:transparent;padding:10px;min-width:44px;min-height:44px}.cookie-essential{border-block:1px solid var(--line);margin-top:25px;padding-block:20px}.cookie-essential>strong{font-size:15px}.cookie-essential>span{font-size:12px;color:var(--teal);float:right;padding-top:3px}.cookie-essential>p{font-size:13px;margin-top:9px}dialog .button-row{margin-top:26px;gap:10px}dialog .button{font-size:13px;padding:13px 16px;flex:1}dialog #cookie-status{font-size:13px}
/* Responsive behavior */
@media(min-width:1450px){.site-header nav>a:not(.button),.nav-dropdown>summary{font-size:15px}.home-hero{padding-block:95px}.hero-grid{gap:60px}.ecosystem-body{height:384px}}
@media(max-width:1250px){.container{width:calc(100% - 64px)}.site-header nav{gap:16px}.site-header nav>a:not(.button),.nav-dropdown>summary{font-size:13px}.header-inner{gap:20px}.logo{width:150px}.site-header .nav-cta{font-size:13px;padding-inline:13px;gap:10px}.site-header .nav-cta>.icon{display:none}.hero-grid{gap:32px}.hero-copy h1{font-size:53px}.hero-copy>.eyebrow{font-size:12px;letter-spacing:.025em}.hero-description{font-size:16px}.hero-copy .button{font-size:13px;padding:14px 17px}.hero-copy .text-button{padding-inline:0}.ecosystem-top{font-size:12px;padding-inline:19px;letter-spacing:0}.system-node{padding:18px 12px}.system-node strong{font-size:14px}.system-node>span{font-size:12px}.ai-layer{margin-inline:19px;gap:10px}.ai-label{display:none}.expertise-strip>.container{gap:25px}.expertise-strip ul{gap:10px 18px}.expertise-strip li{font-size:13px}.split{gap:50px}.solution-card{padding:25px}.flagship-intro{gap:70px}.product-flow strong{font-size:13px}.flow-arrow{right:0;width:14px}.product-flow li{gap:10px}.ai-split{gap:35px}.demo-content{padding:20px}.contact-grid{gap:45px}.service-list article{grid-template-columns:25px 48px 1fr 1.5fr;gap:20px}.service-list h2{font-size:26px}.footer-grid{gap:35px}.technology-strip p>i{margin-inline:9px}}
@media(max-width:1080px){.site-header nav{gap:13px}.site-header nav>a:first-child{display:none}.logo{width:144px}.hero-grid{grid-template-columns:1fr 1fr;gap:28px}.hero-copy h1{font-size:47px}.home-hero{padding-block:65px}.hero-copy .button-row{gap:8px}.hero-copy .button{font-size:12px;padding:14px 12px;gap:10px}.hero-copy .text-button{padding-inline:2px}.hero-signature{font-size:12px;margin-top:25px}.ecosystem-body{height:345px}.system-node{width:41%}.node-payments,.node-cards{left:5%}.node-wallets,.node-operations{right:5%}.system-node>span{line-height:1.5}.ecosystem-top>.icon{display:none}.ecosystem-top>span{font-size:12px}.ai-layer strong{font-size:12px}.ai-layer div>span{font-size:12px}.ecosystem figcaption{font-size:12px;line-height:1.7;padding-inline:15px}.expertise-strip>.container{display:block;padding-block:20px}.expertise-strip ul{margin-top:15px;justify-content:space-between}.section{padding-block:78px}.section-title-row{gap:40px}.section-side-copy{font-size:16px;max-width:340px}.solution-card h3{font-size:21px}.operations-link{gap:18px}.operations-link>span:last-child{max-width:180px;font-size:13px}.dash-body{padding:25px}.dashboard-shell{grid-template-columns:165px 1fr}.dash-nav{padding:25px 13px}.flagship-intro h2{font-size:36px}.flagship-intro{gap:40px}.ai-split{grid-template-columns:1fr;max-width:760px;gap:40px}.ai-split .section-heading{max-width:650px}.ai-split .section-heading h2 br{display:none}.ai-demo{width:100%}.demo-answer{min-height:230px}.why-section .split{gap:35px}.work-art{height:190px}.work-copy h3{font-size:21px}.work-copy p{font-size:15px}.delivery-steps{gap:23px}.delivery-steps h3{font-size:19px}.delivery-steps p{font-size:14px}.technology-strip>.container{flex-wrap:wrap;gap:14px}.technology-strip .container>span{max-width:none;flex-basis:100%}.footer-grid{grid-template-columns:1.3fr 1fr 1fr;gap:35px}.footer-grid>div:last-child{grid-column:2}.footer-brand{grid-row:1/3}.footer-bottom{align-items:flex-start;font-size:12px}.contact-grid{gap:28px}.contact-form-card{padding:26px}.contact-method div>a{font-size:16px}.contact-copy>.lead{font-size:17px}.subnav>.container{gap:22px;flex-wrap:wrap}.subnav a{font-size:13px}.case-layout{grid-template-columns:200px 1fr;gap:65px}.service-index{grid-template-columns:repeat(2,1fr)}.leadership{gap:35px}.leader-profile{padding:24px;gap:20px}.leader-monogram{width:65px}.product-flow{gap:20px}.flow-arrow{display:none}.product-flow li{align-items:flex-start}.product-flow strong{font-size:14px}.product-flow li>.icon:first-child{width:22px}.three-columns{gap:28px}.page-hero .split{gap:40px}.page-hero h1{font-size:50px}}
@media(max-width:920px){.header-inner{height:82px}.logo{width:147px}.menu-toggle{display:block;min-height:46px;min-width:46px}.site-header nav{display:none;position:absolute;top:100%;left:0;width:100%;max-height:calc(100dvh - 82px);overflow:auto;overscroll-behavior:contain;background:#fff;padding:15px 32px 28px;border-bottom:1px solid var(--line);box-shadow:0 20px 30px #0c1c3010}.site-header nav.is-open{display:flex;flex-direction:column;align-items:stretch;gap:0}.site-header nav>a:first-child{display:flex}.site-header nav>a:not(.button),.nav-dropdown>summary{font-size:16px;min-height:52px;border-bottom:1px solid #e4ebef;justify-content:space-between}.site-header .nav-cta{margin-top:20px;padding:16px;font-size:15px}.site-header .nav-cta>.icon{display:inline-block}.dropdown-panel{position:static;width:100%;transform:none;border:0;border-radius:0;background:var(--soft);box-shadow:none;padding:15px}.solutions-menu{grid-template-columns:1fr}.dropdown-intro{display:none}.dropdown-links{grid-template-columns:1fr 1fr}.dropdown-links a{font-size:14px}.product-menu>a{font-size:15px}.site-header nav details summary>.icon{width:16px;height:16px}.hero-grid{grid-template-columns:1fr;gap:45px;max-width:740px}.hero-copy h1{font-size:64px}.hero-description{font-size:18px;max-width:640px}.hero-copy .button{font-size:15px;padding:16px 22px}.hero-copy .button-row{gap:22px}.hero-signature{margin-top:30px;font-size:13px}.ecosystem{max-width:630px;width:100%;margin-inline:auto}.ecosystem-body{height:380px}.system-node strong{font-size:16px}.system-node>span{font-size:13px}.ecosystem-top{padding:25px;font-size:13px}.ecosystem-top>.icon{display:block}.ai-layer{padding-block:19px}.ai-layer strong{font-size:15px}.ai-layer div>span{font-size:13px}.ai-label{display:block}.expertise-strip ul{justify-content:start;gap:13px 29px}.expertise-strip li{font-size:14px}.solution-grid{grid-template-columns:1fr 1fr}.section-title-row{display:block}.section-side-copy{max-width:640px;margin-top:25px;font-size:18px}.section-title-row>div:last-child:not(:first-child){margin-top:22px}.pillar-grid>a{padding-inline:24px}.pillar-grid h3{font-size:25px}.pillar-grid p{font-size:15px}.operations-link>span:last-child{max-width:150px}.flagship-intro{grid-template-columns:1fr;gap:30px}.flagship-intro>div:last-child{max-width:640px}.flagship-intro h2{font-size:42px}.flagship-intro .text-link{display:inline-flex;margin:0 0 0 25px}.dashboard-shell{grid-template-columns:150px 1fr}.dash-body{padding:25px 20px}.dash-metrics{gap:10px}.dash-metrics>div{padding:14px 12px}.dash-metrics strong{font-size:28px}.dash-nav{padding-inline:9px}.dash-nav>span:not(.dash-brand){font-size:12px;gap:7px}.dash-heading h3{font-size:23px}.dash-metrics span{font-size:12px}.product-flow{grid-template-columns:1fr 1fr;gap:30px}.product-flow strong{font-size:16px}.product-flow li{gap:15px}.product-flow li>.icon:first-child{width:28px;height:28px}.why-section .split,.section>.container>.split,.leadership{grid-template-columns:1fr;gap:40px}.why-section .lead{max-width:650px}.work-grid{grid-template-columns:1fr 1fr}.work-art{height:210px}.delivery-steps{grid-template-columns:1fr 1fr;gap:35px}.delivery-steps h3{font-size:22px}.delivery-steps p{font-size:16px}.closing-inner{display:block;padding-block:65px}.closing-inner>.button{margin-top:30px}.footer-grid{grid-template-columns:1.3fr 1fr;gap:35px}.footer-grid>div:last-child{grid-column:auto}.footer-brand{grid-row:auto}.footer-bottom{flex-direction:column;gap:20px}.contact-grid{grid-template-columns:1fr;max-width:760px;gap:45px}.contact-copy h1{font-size:60px}.contact-copy>.lead{font-size:18px}.contact-method div>a{font-size:19px}.contact-form-card{padding:35px}.page-hero h1{font-size:48px}.page-hero .split{grid-template-columns:1.5fr .5fr}.solution-hero-symbol>.icon{width:80px;height:80px}.solution-hero-symbol>span{font-size:12px}.three-columns{grid-template-columns:1fr;gap:25px}.three-columns article{padding-top:25px}.module-grid{gap:30px}.service-list article{grid-template-columns:25px 48px 1fr}.service-list article>div{grid-column:3}.service-list h2{padding-top:6px;max-width:none}.case-layout{grid-template-columns:1fr;gap:40px}.case-layout aside{flex-direction:row;align-items:center;flex-wrap:wrap;gap:20px}.case-layout aside>.eyebrow,.case-layout aside .text-link{margin:0}.case-layout aside p{margin:0}.case-story{max-width:100%}.owned-work{grid-template-columns:1fr;gap:15px}.integration-groups article{gap:40px}.ai-use-cases{gap:0 35px}.ai-use-cases article{grid-template-columns:26px 1fr;gap:15px}.ai-use-cases article>.index{display:none}.ai-use-cases article>p{grid-column:2}}
@media(max-width:600px){html{scroll-padding-top:94px}.container{width:calc(100% - 40px)}.header-inner{height:76px}.logo{width:135px}.site-header nav{padding-inline:20px;max-height:calc(100dvh - 76px)}.dropdown-links{grid-template-columns:1fr}.dropdown-panel{padding:10px}.home-hero{padding:43px 0 50px}.hero-grid{gap:35px}.hero-copy>.eyebrow{font-size:12px;letter-spacing:.045em;max-width:340px;line-height:1.9;margin-bottom:20px}.hero-copy h1{font-size:clamp(39px,9.55vw,56px);letter-spacing:-.055em}.hero-description{font-size:16px;line-height:1.9;margin-block:24px}.hero-copy .button-row{gap:8px;align-items:stretch;flex-direction:column}.hero-copy .button{font-size:15px;min-height:54px;justify-content:space-between;padding:15px 20px}.hero-copy .text-button{justify-content:center}.hero-signature{font-size:12px;gap:10px;margin-top:19px}.signature-line{width:22px}.ecosystem-top{padding:19px 16px;gap:10px}.ecosystem-top>span{font-size:12px;letter-spacing:0}.ecosystem-top>.icon{display:none}.ecosystem-body{height:350px}.system-node{width:42%;padding:18px 11px}.node-payments,.node-cards{left:4%}.node-wallets,.node-operations{right:4%}.system-node>.icon{width:22px;height:22px;margin-bottom:11px}.system-node strong{font-size:14px}.system-node>span{font-size:12px;line-height:1.5;margin-top:6px}.system-core{gap:12px;padding:11px 16px}.system-core strong{font-size:13px}.system-core div>span{font-size:12px}.core-mark{font-size:26px}.ai-layer{margin-inline:16px;gap:12px;padding-block:18px}.ai-layer strong{font-size:13px}.ai-layer div>span{font-size:12px}.ai-label{display:none}.ai-layer>.icon{width:25px;height:25px}.ecosystem figcaption{font-size:12px;line-height:1.7;padding:12px 17px}.expertise-strip>.container{padding-block:21px}.expertise-strip .container>span{font-size:12px;letter-spacing:.045em}.expertise-strip ul{gap:11px 21px}.expertise-strip li{font-size:13px}.section{padding-block:58px}h2{font-size:34px}h3{font-size:23px}.eyebrow{font-size:12px;letter-spacing:.1em;margin-bottom:16px}.section-heading>p:not(.eyebrow){font-size:16px;margin-top:22px}.section-title-row{margin-bottom:30px}.section-title-row>div:last-child:not(:first-child){margin-top:20px}.section-side-copy{font-size:16px;margin-top:22px}.pillar-grid{grid-template-columns:1fr}.pillar-grid>a{padding:27px 0!important;border-left:0!important;display:grid;grid-template-columns:1fr 30px}.pillar-grid>a>span{grid-column:1/-1}.pillar-grid h3{font-size:26px;margin-top:15px}.pillar-grid h3 br{display:none}.pillar-grid p{font-size:16px;max-width:none;grid-column:1;grid-row:3;margin-top:13px}.pillar-grid>a>.icon{grid-row:2;grid-column:2;margin-top:18px}.solution-grid{grid-template-columns:1fr;gap:15px}.solution-card{padding:25px}.card-top{margin-bottom:23px}.solution-card h3{font-size:24px;min-height:0}.solution-card p{font-size:16px;margin-top:14px;margin-bottom:24px}.card-link{font-size:14px}.operations-link{padding:25px;display:grid;grid-template-columns:43px 1fr;gap:17px}.operations-link>.icon-box{width:43px;height:43px}.operations-link h3{font-size:22px;line-height:1.3}.operations-link p{font-size:15px;margin-top:12px}.operations-link>span:last-child{grid-column:1/-1;max-width:none;font-size:14px;margin-left:0;justify-content:space-between;margin-top:7px}.flagship-intro{gap:25px;margin-bottom:32px}.flagship-intro h2{font-size:35px}.flagship-intro>div>p:not(.eyebrow){font-size:16px}.flagship-intro .text-link{display:flex;margin:13px 0 0}.flagship-intro .button{font-size:14px}.product-wordmark{font-size:24px}.dashboard-chrome{padding:13px;gap:10px;flex-wrap:wrap;font-size:12px}.dashboard-chrome>div{display:none}.sample-tag{font-size:12px}.dashboard-shell{display:block}.dash-nav{display:none}.dash-body{padding:22px 16px}.dash-heading{gap:15px}.dash-heading h3{font-size:22px}.dash-heading .small{font-size:12px;letter-spacing:.025em}.dash-metrics{grid-template-columns:1fr;gap:0;border:1px solid var(--line);border-radius:6px;padding:0 14px}.dash-metrics>div{border:0;border-radius:0;display:grid;grid-template-columns:1fr 90px;align-items:center;padding:13px 0}.dash-metrics>div+div{border-top:1px solid var(--line)}.dash-metrics strong{grid-column:2;grid-row:1/3;font-size:26px;text-align:right;margin:0}.dash-metrics span{font-size:13px}.dash-metrics small{font-size:12px}.dash-chart{padding:15px 12px}.dash-chart svg{height:94px}.dash-table>div{grid-template-columns:1fr 1fr;gap:5px;font-size:12px;padding:12px 0}.dash-table>div>span:nth-child(2){grid-row:2;grid-column:1/-1;color:var(--muted)}.dash-table>div:first-child{flex-wrap:wrap;gap:6px;font-size:13px}.dash-table>div:first-child>span{font-size:12px}.dash-table .pill{grid-row:1;grid-column:2}.dashboard-preview figcaption{font-size:12px;line-height:1.8;padding:12px 16px}.product-flow{margin-top:30px;gap:25px 20px}.product-flow strong{font-size:14px}.product-flow small{font-size:12px;letter-spacing:.02em}.product-flow li{display:block}.product-flow li>.icon:first-child{width:23px;height:23px;margin-bottom:12px}.product-boundary{font-size:12px;line-height:1.9;margin-top:25px}.ai-split{gap:35px}.tick-list{gap:14px;margin-block:24px}.tick-list li{font-size:15px}.quiet-note{font-size:12px;line-height:1.9;margin-top:22px}.demo-header{padding:18px 16px;gap:10px;flex-wrap:wrap}.demo-header strong{font-size:15px}.demo-header div>span{font-size:12px}.read-only{margin-left:51px;font-size:12px}.assistant-icon{width:40px;height:40px}.demo-content{padding:18px 16px}.demo-question{margin-left:15px;font-size:13px;padding:13px}.demo-answer{min-height:300px;font-size:14px}.exception-row{gap:10px;margin-top:18px}.exception-row strong{font-size:13px}.exception-row p{font-size:13px;line-height:1.8}.evidence-note{font-size:12px;line-height:1.8}.demo-prompts{gap:7px}.demo-prompts button{font-size:12px;padding:10px;min-height:44px}.sample-data summary{font-size:13px;padding:16px 0}.demo-disclaimer{font-size:12px}.ai-use-cases{grid-template-columns:1fr;margin-top:35px;gap:0}.ai-use-cases article{padding:26px 0;gap:13px}.ai-use-cases article h3{font-size:23px}.ai-use-cases article>p{font-size:16px}.why-section .lead{font-size:17px;margin-top:24px;margin-bottom:20px}.editorial-list article{gap:18px;padding-block:24px}.editorial-list h3{font-size:22px}.editorial-list p{font-size:16px}.work-grid{grid-template-columns:1fr;gap:22px}.work-art{height:225px}.work-copy{padding-top:23px}.work-copy h3{font-size:25px}.work-copy p{font-size:16px}.work-grid .work-card:nth-child(n+4){margin-top:0}.delivery-steps{grid-template-columns:1fr;gap:25px;margin-top:32px}.delivery-steps li{display:grid;grid-template-columns:35px 1fr;gap:10px 12px;padding-top:22px}.step-number{margin-bottom:0;padding-top:4px}.delivery-steps h3{font-size:24px}.delivery-steps p{grid-column:2;margin-top:0;font-size:16px}.technology-strip .container>span{font-size:12px;letter-spacing:.035em}.technology-strip p{font-size:14px;line-height:2;max-width:90%}.technology-strip p>i{margin-inline:7px}.technology-strip a{padding:0}.closing-inner{padding-block:57px}.closing-inner h2{font-size:34px}.closing-inner p:not(.eyebrow){font-size:16px;margin-top:23px}.closing-inner>.button{font-size:15px;min-width:210px}.site-footer{padding-top:45px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px 22px;padding-bottom:35px}.footer-brand{grid-column:1/-1}.footer-brand .logo{width:165px}.footer-brand p{font-size:16px;margin-top:18px;margin-bottom:20px}.footer-grid>div>h2{font-size:15px;margin-bottom:18px}.footer-grid>div:not(.footer-brand)>a{font-size:13px;line-height:1.9}.footer-grid>div:last-child{grid-column:1/-1}.footer-grid>div:last-child>a{display:inline-block;margin-right:20px}.footer-bottom{font-size:12px;line-height:1.8;gap:16px}.footer-bottom>div{gap:14px;flex-wrap:wrap}.page-hero{padding:49px 0}.page-hero h1{font-size:clamp(37px,9vw,48px)}.page-hero .lead{font-size:17px;margin-top:23px}.page-hero .split{grid-template-columns:1fr;gap:30px}.solution-hero-symbol{display:none}.subnav>.container{gap:10px 24px;padding-block:13px}.subnav a{font-size:13px;white-space:normal}.subnav a:last-child{margin-left:0;width:100%;justify-content:space-between}.section>.container>.split,.split{gap:32px}.lead{font-size:17px}.audience-panel{padding:25px}.audience-panel>p:not(.eyebrow){font-size:17px}.insight{gap:12px;padding-top:22px}.insight p{font-size:15px}.module-grid{grid-template-columns:1fr;gap:27px;margin-top:32px}.module-grid article{padding-top:22px}.module-grid h3{font-size:24px}.module-grid p{font-size:16px}.boundary-note{padding:20px;gap:13px;margin-top:30px}.boundary-note p{font-size:13px}.boundary-note strong{font-size:14px}.boundary-note>.icon{width:20px}.numbered-list li>p{font-size:16px}.numbered-list li{gap:20px}.inline-cta{display:block;margin-top:35px;padding-top:30px}.inline-cta h3{font-size:24px}.inline-cta .button{margin-top:25px}.related-links{display:grid;gap:13px;margin-top:25px}.service-index{grid-template-columns:1fr;gap:0;padding-block:16px}.service-index>a{font-size:14px;padding-block:14px}.service-list article{grid-template-columns:25px 1fr;gap:12px 15px;padding-block:28px}.service-list .icon-box{grid-column:1;grid-row:1;width:30px;height:36px;background:transparent}.service-number{display:none}.service-list h2{grid-column:2;grid-row:1;padding-top:0;font-size:26px}.service-list article>div{grid-column:2}.service-list article>div>p{font-size:16px}.service-list .text-link{font-size:14px}.tech-tags>span{font-size:13px;padding:8px 12px}.secondary-products{grid-template-columns:1fr;gap:22px}.secondary-products article{padding:25px;grid-template-columns:1fr;gap:0}.secondary-products h2{font-size:31px}.secondary-products article>p:not(.eyebrow){font-size:16px}.product-logo-box{height:105px;margin-bottom:22px}.product-logo-box>img{width:220px;height:90px}.product-hero-logo{max-width:300px;padding:20px}.product-hero-logo img{height:100px}.three-columns h3{font-size:25px}.three-columns p{font-size:16px}.section:not(.flagship-section) .product-flow{margin-bottom:35px}.work-filters{gap:14px 24px;flex-wrap:wrap;padding-block:19px}.work-filters>a{font-size:14px}.case-story h2{font-size:28px}.case-story p{font-size:17px;margin-bottom:30px}.case-layout aside{gap:14px}.case-layout aside .text-link{width:100%}.case-layout aside p{font-size:12px}.about-statement h2{font-size:31px}.leader-profile{padding:23px;gap:20px;align-items:start}.leader-monogram{height:76px;width:58px;font-size:22px}.leader-profile h3{font-size:25px}.leader-profile p{font-size:14px}.integration-groups article{grid-template-columns:1fr;gap:22px;padding:28px 0}.integration-groups h2{font-size:25px}.integration-names{gap:10px}.integration-names>span{font-size:14px;padding:8px 10px}.prose h2{font-size:27px;margin-top:30px}.prose p{font-size:16px;line-height:1.9}.prose code{font-size:14px}.contact-section{padding-block:43px 60px}.contact-copy h1{font-size:52px}.contact-copy>.lead{font-size:17px;margin-top:24px}.contact-method{gap:14px}.contact-method div>a{font-size:16px;gap:9px}.contact-method .icon-box{width:42px;height:42px}.contact-method div>span{font-size:12px}.contact-form-card{padding:25px 20px;border-radius:10px}.contact-form-card h2{font-size:27px}.form-grid{grid-template-columns:1fr;gap:20px}.field>span:first-child{font-size:14px}.field-hint{font-size:12px}.privacy-copy{font-size:12px}.contact-result{font-size:14px;padding:18px}.form-notice{padding:14px;font-size:13px}.submit-button{font-size:15px}.contact-copy{padding-top:0}.contact-grid{gap:33px}.contact-expectations h2{font-size:23px}.not-found-actions{flex-direction:column;padding-block:35px 65px;gap:15px}dialog{padding:28px 23px}dialog h2{font-size:28px}dialog p{font-size:14px}dialog .button-row{flex-direction:column;align-items:stretch}dialog .button{font-size:14px}.cookie-essential>span{float:none;display:block;margin-top:6px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.button:hover{transform:none}.solution-card:hover{transform:none}}
/* Reserve separate rows for every node, including wrapped mobile labels. */
.ecosystem-body{height:410px}.system-node{height:135px}.system-core{z-index:1}
@media(max-width:600px){.ecosystem-body{height:438px}.system-node{height:150px;display:flex;flex-direction:column;justify-content:center}.node-payments,.node-wallets{top:20px}.node-cards,.node-operations{bottom:20px}}
@media print{.site-header,.site-footer,.closing-cta,.menu-toggle,.button-row,dialog{display:none!important}.section{padding:25px 0}.container{width:100%}.page-hero{padding:25px 0}body{font-size:12pt}.split{display:block}a{color:inherit}h1,h2,h3{break-after:avoid}article,figure{break-inside:avoid}}
