:root{--ink:#1b062d;--ink-2:#2c1741;--slate:#514761;--muted:#796f87;--line:#e3dcef;--soft:#f5f1ff;--white:#fff;--violet:#846dff;--violet-dark:#5d43d6;--violet-soft:#eee9ff;--cyan:#35a9dc;--green:#65d6a3;--navy:#211031;--navy-2:#2d1741;--danger:#b42318;--container:1180px;--shadow:0 24px 70px #331c4e21}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{background:var(--white);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Poppins,Arial,sans-serif}body,button,input,select,textarea{font-family:inherit}button,input,select,textarea{font-size:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{color:inherit}:focus-visible{outline:3px solid var(--cyan);outline-offset:3px}::selection{background:var(--violet);color:var(--white)}.skip-link{z-index:999;background:var(--white);color:var(--ink);border-radius:8px;padding:.75rem 1rem;font-weight:700;position:fixed;top:10px;left:10px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.container{width:min(calc(100% - 40px), var(--container));margin-inline:auto}.button{cursor:pointer;letter-spacing:.015em;text-align:center;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:.45rem;min-height:48px;padding:.82rem 1.2rem;font-size:.78rem;font-weight:700;line-height:1.2;transition:transform .16s,background .16s,border-color .16s,box-shadow .16s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button:disabled{cursor:wait;opacity:.65;transform:none}.button-primary{background:var(--violet);color:var(--white);box-shadow:0 12px 28px #7258ff42}.button-primary:hover{background:var(--violet-dark);box-shadow:0 16px 36px #7258ff52}.button-secondary{border-color:var(--line);background:var(--white);color:var(--ink)}.button-secondary:hover{border-color:var(--violet);color:var(--violet-dark)}.button-ghost{color:var(--white);background:#ffffff12;border-color:#ffffff3d}.button-ghost:hover{background:#ffffff21}.button-light{background:var(--white);color:var(--ink);box-shadow:0 16px 36px #0003}.button-outline-light{color:var(--white);background:0 0;border-color:#ffffff52}.text-link,.text-button{color:var(--violet-dark);cursor:pointer;background:0 0;border:0;align-items:center;gap:.45rem;padding:0;font-weight:700;display:inline-flex}.text-link:hover,.text-button:hover{text-underline-offset:4px;text-decoration:underline}.text-link-light{color:var(--white)}.eyebrow{width:fit-content;color:var(--violet-dark);letter-spacing:.15em;text-transform:uppercase;margin:0 0 1rem;font-size:.78rem;font-weight:700;display:block}.eyebrow-light{color:#c8bdff}.site-header{z-index:100;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f5f1fff0;border-bottom:1px solid #10162914;position:sticky;top:0}.site-header:after{content:"";opacity:.72;background:linear-gradient(90deg,#35a9dc 0 16.66%,#3a318f 16.66% 33.33%,#6c247d 33.33% 50%,#e6005c 50% 66.66%,#f29100 66.66% 83.33%,#a9c900 83.33%);height:3px;position:absolute;bottom:-1px;left:0;right:0}.nav-shell{grid-template-columns:auto minmax(390px,1fr) minmax(180px,220px) auto;align-items:center;gap:clamp(.8rem,1.5vw,1.25rem);min-height:80px;display:grid}.brand{align-items:center;width:fit-content;display:inline-flex}.brand img{width:clamp(142px,13vw,174px);height:auto}.brand-symbol{background:linear-gradient(145deg, var(--violet), #977dff);width:36px;height:36px;color:var(--white);border-radius:9px;place-items:center;font-size:1.1rem;font-weight:700;display:grid;box-shadow:0 9px 24px #7258ff3b}.brand-name{letter-spacing:.18em;flex-direction:column;font-size:1rem;font-weight:700;line-height:1.05;display:flex}.brand-name small{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin-top:.32rem;font-size:.48rem;font-weight:600}.primary-nav{justify-content:center;align-items:center;gap:clamp(.55rem,1vw,.9rem);display:flex}.primary-nav>a,.nav-dropdown-trigger{color:#343e54;cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:1.85rem 0;font-size:.68rem;font-weight:600;list-style:none;position:relative}.nav-dropdown-trigger{align-items:center;gap:.35rem;display:flex}.nav-summary-icon{color:var(--violet);transition:transform .16s}.nav-dropdown.is-open .nav-summary-icon{transform:rotate(90deg)}.primary-nav>a:after,.nav-dropdown-trigger:after{background:var(--violet);content:"";border-radius:2px;height:2px;transition:transform .16s;position:absolute;bottom:1.35rem;left:0;right:0;transform:scaleX(0)}.primary-nav>a:hover:after,.primary-nav>a.is-active:after,.nav-dropdown.is-active>.nav-dropdown-trigger:after,.nav-dropdown.is-open>.nav-dropdown-trigger:after{transform:scaleX(1)}.nav-dropdown{position:relative}.nav-dropdown.is-open{z-index:220}.dropdown-menu{z-index:230;border:1px solid var(--line);background:var(--white);width:290px;box-shadow:var(--shadow);border-radius:16px;padding:.6rem;display:grid;position:absolute;top:calc(100% - 10px);left:50%;transform:translate(-50%)}.dropdown-menu a{color:var(--slate);border-radius:11px;grid-template-columns:34px 1fr 16px;align-items:center;gap:.65rem;padding:.7rem .75rem;font-size:.76rem;font-weight:600;display:grid}.dropdown-menu a:hover,.dropdown-menu a.is-active{background:var(--violet-soft);color:var(--violet-dark)}.dropdown-icon{background:var(--white);width:34px;height:34px;color:var(--violet-dark);border-radius:10px;place-items:center;display:grid;box-shadow:0 5px 15px #331c4e14}.dropdown-menu a:nth-child(6n+1) .dropdown-icon{color:#35a9dc}.dropdown-menu a:nth-child(6n+2) .dropdown-icon{color:#3a318f}.dropdown-menu a:nth-child(6n+3) .dropdown-icon{color:#6c247d}.dropdown-menu a:nth-child(6n+4) .dropdown-icon{color:#e6005c}.dropdown-menu a:nth-child(6n+5) .dropdown-icon{color:#f29100}.dropdown-menu a:nth-child(6n+6) .dropdown-icon{color:#789500}.dropdown-arrow{opacity:0;transition:opacity .16s,transform .16s;transform:translate(-4px)}.dropdown-menu a:hover .dropdown-arrow{opacity:1;transform:translate(0)}.nav-actions,.mobile-nav-actions{align-items:center;gap:.9rem;display:flex}.nav-actions .button{max-width:174px;min-height:42px;padding:.65rem .9rem;font-size:.63rem}.mobile-nav-actions,.menu-toggle{display:none}.header-search{min-width:0;position:relative}.header-search-form{min-height:44px;color:var(--violet-dark);background:#ffffffbd;border:1px solid #d5cce5;border-radius:12px;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:.55rem;padding:0 .65rem 0 .8rem;transition:border-color .16s,background .16s,box-shadow .16s;display:grid}.header-search-form:hover,.header-search-form.is-open{background:var(--white);border-color:#aa9aef;box-shadow:0 10px 30px #331c4e1a}.header-search-form input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;font-size:.69rem}.header-search-form input::-webkit-search-cancel-button{display:none}.header-search-form kbd{border:1px solid var(--line);background:var(--soft);color:var(--muted);border-radius:5px;padding:.18rem .35rem;font-family:inherit;font-size:.52rem}.search-clear{background:var(--soft);width:26px;height:26px;color:var(--muted);cursor:pointer;border:0;border-radius:50%;place-items:center;padding:0;display:grid}.header-search-panel{z-index:150;border:1px solid var(--line);background:#fffffffa;border-radius:20px;width:min(680px,100vw - 40px);max-height:min(680px,100vh - 120px);padding:.65rem;position:absolute;top:calc(100% + 12px);left:50%;overflow:auto;transform:translate(-50%);box-shadow:0 28px 90px #2b12413d}.search-panel-head{color:var(--ink);justify-content:space-between;align-items:center;padding:.5rem .6rem .65rem;font-size:.65rem;font-weight:700;display:flex}.search-panel-head small{color:var(--muted);font-size:.54rem;font-weight:500}.search-result{border-radius:13px;grid-template-columns:38px minmax(0,1fr) auto 18px;align-items:center;gap:.7rem;min-height:58px;padding:.5rem .6rem;display:grid}.search-result:hover,.search-result.is-active{background:var(--soft)}.search-result-icon{background:var(--violet-soft);width:36px;height:36px;color:var(--violet-dark);border-radius:11px;place-items:center;display:grid}.search-result-voice .search-result-icon{color:#1484ad;background:#e7f7fc}.search-result-solutions .search-result-icon{color:#c50050;background:#fff0f6}.search-result-company .search-result-icon{color:#c27400;background:#fff6e7}.search-result-copy{gap:.15rem;min-width:0;display:grid}.search-result-copy strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.search-result-copy small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.58rem;overflow:hidden}.search-result-group{background:var(--white);color:var(--muted);text-transform:uppercase;border-radius:999px;padding:.25rem .45rem;font-size:.5rem;font-weight:700}.search-result-arrow{color:var(--violet-dark);opacity:0;transition:opacity .16s,transform .16s;transform:translate(-4px)}.search-result:hover .search-result-arrow,.search-result.is-active .search-result-arrow{opacity:1;transform:translate(0)}.search-empty{min-height:150px;color:var(--muted);text-align:center;align-content:center;place-items:center;gap:.5rem;display:grid}.search-empty p{margin:0;font-size:.7rem}.search-all-news{background:var(--navy);min-height:42px;color:var(--white);border-radius:11px;justify-content:center;align-items:center;gap:.45rem;margin-top:.4rem;font-size:.64rem;font-weight:700;display:flex}.home-hero,.page-hero,.article-hero{color:var(--ink);isolation:isolate;background:radial-gradient(circle at 84% 18%,#846dff47,#0000 29%),linear-gradient(125deg,#fbf9ff 0%,#e9e1ff 54%,#d8c9ff 100%);position:relative;overflow:hidden}.home-hero:before,.page-hero:before,.article-hero:before{z-index:-1;background:var(--white);content:"";border-radius:50% 50% 0 0;height:300px;position:absolute;bottom:-205px;left:-12%;right:-12%;transform:rotate(2deg)}.home-hero{padding:clamp(70px,8vw,106px) 0 clamp(112px,12vw,160px)}.hero-grid,.page-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);align-items:center;gap:clamp(3rem,7vw,7rem);display:grid}.hero-copy h1,.page-hero h1,.article-heading h1,.editorial-hero h1{max-width:760px;color:var(--ink);letter-spacing:-.062em;text-wrap:balance;margin:0;font-size:clamp(3rem,5.4vw,5.4rem);font-weight:700;line-height:1.02}.hero-copy p,.page-hero-copy>p,.editorial-hero-inner>p,.article-heading>p{max-width:690px;color:var(--slate);margin:1.55rem 0 2rem;font-size:clamp(1rem,1.4vw,1.12rem);line-height:1.7}.hero-actions{flex-wrap:wrap;align-items:center;gap:.8rem;display:flex}.hero-trust{color:#665b75;flex-wrap:wrap;gap:.8rem 1.5rem;margin-top:2.3rem;font-size:.69rem;font-weight:600;display:flex}.hero-trust span{padding-left:.9rem;position:relative}.hero-trust span:before{background:var(--green);content:"";border-radius:50%;width:5px;height:5px;position:absolute;top:.42rem;left:0}.hero-flow-card,.product-signal,.industry-problem,.contact-details{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff1;border:1px solid #ffffff21;border-radius:24px;padding:1.1rem;box-shadow:0 30px 80px #0000003d}.hero-image-card{background:var(--navy);border:9px solid #ffffffad;border-radius:32px;min-height:580px;position:relative;overflow:hidden;transform:rotate(1.2deg);box-shadow:0 32px 80px #4327643d}.hero-image-card>img{object-fit:cover;width:100%;height:100%;min-height:580px}.hero-image-caption{color:var(--white);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#211031c7;border:1px solid #ffffff47;border-radius:15px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.15rem;display:flex;position:absolute;bottom:18px;left:18px;right:18px}.hero-image-caption strong{font-size:.78rem}.hero-image-caption span{color:#ded5f0;font-size:.62rem}.home-hero .button-ghost,.page-hero .button-ghost{color:var(--violet-dark);background:#ffffff73;border-color:#5d43d659}.home-hero .button-ghost:hover,.page-hero .button-ghost:hover{background:var(--white)}.home-hero .eyebrow,.page-hero .eyebrow,.article-hero .eyebrow{color:var(--violet-dark)}.product-signal,.industry-problem,.contact-details{color:var(--white);background:#211031f5;border-color:#ffffff1f}.flow-card-head,.product-signal-top{color:#8f9ab1;letter-spacing:.12em;justify-content:space-between;align-items:center;padding:.35rem .35rem 1rem;font-size:.61rem;font-weight:700;display:flex}.status{color:#bfe8d7;align-items:center;gap:.45rem;display:flex}.status i,.product-signal-top i{background:var(--green);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #65d6a31f}.call-flow{align-items:stretch;gap:.55rem;display:flex}.flow-item{flex:1;align-items:center;gap:.4rem;min-width:0;display:flex}.flow-node{background:#050a1880;border:1px solid #ffffff1a;border-radius:15px;flex-direction:column;flex:1;justify-content:space-between;min-width:0;min-height:150px;padding:1rem;display:flex}.flow-index{width:46px;height:46px;color:var(--cyan);background:#35a9dc17;border:1px solid #35a9dc47;border-radius:14px;place-items:center;display:grid}.flow-index small{color:#b9e8fa;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.55rem;line-height:1}.flow-node strong{color:var(--white);font-size:.84rem;line-height:1.35}.flow-node>small{color:#a7b2c7;font-size:.65rem;line-height:1.45}.flow-arrow{color:#8994aa;font-size:.75rem}.flow-card-foot{color:#778299;justify-content:space-between;padding:1rem .35rem .25rem;font-size:.58rem;font-weight:600;display:flex}.signal-strip{border-bottom:1px solid var(--line);background:var(--white)}.signal-strip .container{min-height:70px;color:var(--slate);justify-content:center;align-items:center;gap:clamp(1rem,4vw,3.5rem);font-size:.7rem;font-weight:700;display:flex}.signal-strip i{background:var(--violet);border-radius:50%;width:4px;height:4px}.credibility-band{border-bottom:1px solid var(--line);background:linear-gradient(90deg,#fbfaff,#f1edff);padding-block:2rem}.credibility-grid{grid-template-columns:1.15fr repeat(3,1fr);align-items:stretch;gap:.8rem;display:grid}.credibility-intro{padding:1.1rem .8rem 1.1rem 0}.credibility-intro .eyebrow{margin-bottom:.55rem}.credibility-intro h2{letter-spacing:-.035em;max-width:280px;margin:0;font-size:1.2rem;line-height:1.35}.credibility-item{background:#ffffffb3;border:1px solid #ddd4ef;border-radius:15px;grid-template-columns:42px 1fr;align-items:center;gap:.8rem;padding:1rem;display:grid}.credibility-item:hover{background:var(--white);border-color:#bdb3ff;box-shadow:0 12px 30px #331c4e14}.credibility-item>svg{background:var(--violet-soft);color:var(--violet-dark);box-sizing:content-box;border-radius:12px;padding:.6rem}.credibility-item span{gap:.25rem;display:grid}.credibility-item strong{font-size:.78rem;line-height:1.35}.credibility-item small{color:var(--slate);font-size:.66rem;line-height:1.45}.section{padding:clamp(82px,10vw,124px) 0}.section-tight{padding-block:clamp(64px,8vw,88px)}.section-soft{background:var(--soft)}.section-dark{background:linear-gradient(145deg, var(--navy), #35184f);color:var(--white)}.section-heading{margin-bottom:3rem}.section-heading h2,.conversion-panel h2,.footer-lead h2{letter-spacing:-.055em;text-wrap:balance;max-width:780px;margin:0;font-size:clamp(2.1rem,4.2vw,4.2rem);font-weight:600;line-height:1.06}.section-heading>p,.split-heading>p{max-width:490px;color:var(--slate);margin:0;line-height:1.7}.split-heading{justify-content:space-between;align-items:flex-end;gap:3rem;display:flex}.split-heading-light>div h2{color:var(--white)}.split-heading-light>p{color:#9ba7bd}.centered{text-align:center}.centered .eyebrow{margin-inline:auto}.narrow-heading{max-width:800px;margin-inline:auto}.solution-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.solution-card{border:1px solid var(--line);background:var(--white);border-radius:18px;flex-direction:column;justify-content:space-between;min-height:240px;padding:1.6rem;transition:transform .16s,border-color .16s,box-shadow .16s;display:flex;position:relative}.solution-card:hover{box-shadow:var(--shadow);border-color:#bdb3ff;transform:translateY(-5px)}.solution-card-icon{background:var(--violet-soft);width:48px;height:48px;color:var(--violet-dark);border-radius:15px;place-items:center;display:grid}.solution-card:nth-child(6n+1) .solution-card-icon{color:#1484ad;background:#e6f7fc}.solution-card:nth-child(6n+2) .solution-card-icon{color:#3a318f;background:#eceafb}.solution-card:nth-child(6n+3) .solution-card-icon{color:#6c247d;background:#f5eafa}.solution-card:nth-child(6n+4) .solution-card-icon{color:#d40055;background:#ffedf4}.solution-card:nth-child(6n+5) .solution-card-icon{color:#d77f00;background:#fff4e4}.solution-card:nth-child(6n+6) .solution-card-icon{color:#708900;background:#f2f7df}.solution-card h3{letter-spacing:-.03em;margin:2.6rem 0 .6rem;font-size:1.25rem}.solution-card p{color:var(--slate);margin:0;font-size:.84rem;line-height:1.6}.card-arrow{border:1px solid var(--line);width:34px;height:34px;color:var(--violet-dark);border-radius:50%;place-items:center;display:grid;position:absolute;top:1.35rem;right:1.35rem}.proof-grid{grid-template-columns:.85fr 1.15fr;gap:clamp(4rem,9vw,8rem);display:grid}.proof-intro h2{letter-spacing:-.055em;margin:0;font-size:clamp(2.2rem,4.3vw,4.1rem);line-height:1.06}.proof-intro p{color:var(--slate);margin:1.5rem 0 2rem;line-height:1.75}.proof-list{display:grid}.proof-list article{border-bottom:1px solid var(--line);grid-template-columns:46px 1fr;gap:1rem;padding:1.6rem 0;display:grid}.proof-list article:first-child{padding-top:0}.proof-list article>span{color:var(--violet-dark);font-family:ui-monospace,monospace;font-size:.72rem}.proof-list h3{margin:0 0 .45rem;font-size:1rem}.proof-list p{color:var(--slate);margin:0;font-size:.84rem;line-height:1.6}.highlight-grid{grid-template-columns:1.08fr .92fr;gap:1rem;display:grid}.feature-panel{border-radius:24px;min-height:560px;padding:clamp(2rem,4.5vw,4.2rem);overflow:hidden}.feature-panel h2{letter-spacing:-.055em;max-width:590px;margin:0;font-size:clamp(2.2rem,4vw,4.1rem);line-height:1.06}.feature-panel p{max-width:590px;color:var(--slate);margin:1.3rem 0;line-height:1.7}.feature-panel ul{gap:.7rem;margin:1.8rem 0 2.5rem;padding:0;list-style:none;display:grid}.feature-panel li{padding-left:1.3rem;font-size:.82rem;position:relative}.feature-panel li:before{background:var(--green);content:"";border-radius:50%;width:6px;height:6px;position:absolute;top:.45rem;left:0}.feature-panel-dark{background:radial-gradient(circle at 92% 10%, #7258ff61, transparent 34%), var(--navy);color:var(--white)}.feature-panel-dark p{color:#adb7cb}.feature-panel-ai{background:linear-gradient(145deg, var(--violet-soft), #e9f9fc)}.mini-flow{align-items:center;gap:.7rem;margin:3.1rem 0;display:flex}.mini-flow span{min-width:66px;height:66px;color:var(--violet-dark);background:#ffffffb3;border:1px solid #7258ff40;border-radius:50%;place-items:center;padding:.5rem;font-size:.72rem;font-weight:700;display:grid}.mini-flow i{color:var(--violet);font-style:normal}.industry-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;display:grid}.industry-card{background:var(--navy-2);border:1px solid #ffffff1a;border-radius:18px;flex-direction:column;min-height:370px;padding:1.5rem;display:flex}.industry-card:hover{background:#172342;border-color:#77ddf373}.industry-index{color:var(--cyan)}.industry-card h3{letter-spacing:-.03em;margin:4.5rem 0 1rem;font-size:1.28rem}.industry-card p{color:#9eabc1;margin:0;font-size:.82rem;line-height:1.65}.industry-card small{color:#b9c3d6;border:1px solid #ffffff14;border-radius:9px;margin-top:auto;padding:.85rem;font-size:.62rem}.industry-card .text-link{margin-top:1.35rem;font-size:.72rem}.process-grid{border-top:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.process-grid article{border-right:1px solid var(--line);min-height:260px;padding:1.7rem}.process-grid article:last-child{border-right:0}.process-grid article>span{color:var(--violet-dark)}.process-grid h3{margin:4rem 0 .8rem;font-size:1.05rem}.process-grid p{color:var(--slate);margin:0;font-size:.78rem;line-height:1.65}.home-news-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.home-news-card{border:1px solid var(--line);background:var(--white);border-radius:22px;flex-direction:column;min-height:500px;padding:0 1.6rem 1.6rem;display:flex;overflow:hidden}.home-news-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.home-news-image{aspect-ratio:1.45;background:var(--violet-soft);margin:0 -1.6rem;overflow:hidden}.home-news-image img{object-fit:cover;width:100%;height:100%;transition:transform .28s}.home-news-card:hover .home-news-image img{transform:scale(1.035)}.home-news-card small{color:var(--violet-dark);text-transform:uppercase;margin-top:1.4rem;font-size:.62rem;font-weight:700}.home-news-card h3{margin:.8rem 0;font-size:1.2rem;line-height:1.35}.home-news-card p{color:var(--slate);margin:0 0 1.3rem;font-size:.8rem;line-height:1.6}.home-news-card .text-link{margin-top:auto;font-size:.72rem}.conversion-section{padding-top:0}.conversion-panel{min-height:360px;color:var(--white);background:radial-gradient(circle at 86% 10%,#77ddf338,#0000 32%),linear-gradient(135deg,#7258ff,#3d2b99);border-radius:28px;justify-content:space-between;align-items:center;gap:3rem;padding:clamp(2.5rem,6vw,5.5rem);display:flex}.conversion-panel h2{max-width:760px}.conversion-panel p{color:#ded9ff;max-width:670px;margin:1rem 0 0;line-height:1.7}.conversion-actions{gap:.75rem;min-width:230px;display:grid}.page-hero{padding:clamp(88px,11vw,136px) 0 clamp(112px,13vw,170px)}.page-hero h1{font-size:clamp(2.8rem,5.3vw,5.2rem)}.page-hero-copy>.button{margin-top:.2rem}.product-signal{padding:1.2rem}.call-flow-compact{flex-direction:column}.call-flow-compact .flow-item{flex-direction:column;flex:none;gap:.3rem;width:100%}.call-flow-compact .flow-node{grid-template-rows:auto auto;grid-template-columns:50px 1fr;justify-content:normal;gap:.25rem .8rem;width:100%;min-height:96px;display:grid}.call-flow-compact .flow-index{grid-row:span 2;padding-top:.1rem}.call-flow-compact .flow-arrow{transform:rotate(90deg)}.benefit-row{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.benefit-row article{border-right:1px solid var(--line);min-height:230px;padding:1.7rem}.benefit-row article:last-child{border-right:0}.benefit-row article>span{color:var(--violet-dark)}.benefit-row h2{letter-spacing:-.03em;margin:3.6rem 0 .7rem;font-size:1.25rem}.benefit-row p{color:var(--slate);margin:0;font-size:.82rem;line-height:1.65}.two-column{grid-template-columns:.78fr 1.22fr;align-items:start;gap:clamp(4rem,9vw,8rem);display:grid}.sticky-heading{margin:0;position:sticky;top:120px}.sticky-heading h2{font-size:clamp(2.2rem,4vw,3.8rem)}.sticky-heading p{color:var(--slate);margin:1.2rem 0 0;line-height:1.7}.section-dark .sticky-heading p{color:#9ba7bd}.use-case-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.use-case-list div{border:1px solid var(--line);background:var(--white);border-radius:14px;align-items:flex-start;gap:1rem;min-height:128px;padding:1.25rem;display:flex}.use-case-list span{color:var(--violet-dark)}.use-case-list strong{font-size:.84rem;line-height:1.5}.capability-grid{grid-template-columns:.8fr 1.2fr;gap:clamp(3rem,8vw,7rem);display:grid}.capability-grid .section-heading h2{color:var(--white);font-size:clamp(2.2rem,4vw,3.8rem)}.capability-cards{gap:.8rem;display:grid}.capability-cards article{background:var(--navy-2);border:1px solid #ffffff1a;border-radius:14px;padding:1.6rem}.capability-cards h3{margin:0 0 .6rem;font-size:1rem}.capability-cards p{color:#a2aec2;margin:0;font-size:.8rem;line-height:1.7}.country-tool{border:1px solid var(--line);border-radius:22px;overflow:hidden}.country-tool-head{background:var(--soft);grid-template-columns:1.2fr .8fr;align-items:end;gap:3rem;padding:clamp(1.7rem,4vw,3.2rem);display:grid}.country-tool-head h2{letter-spacing:-.05em;margin:0;font-size:clamp(2rem,3.8vw,3.5rem);line-height:1.08}.country-tool-head p{max-width:680px;color:var(--slate);margin:1rem 0 0;font-size:.82rem;line-height:1.7}.country-search{gap:.5rem;display:grid}.country-search span,.field>span,.solution-fieldset legend,.premium-qualifier legend{font-size:.68rem;font-weight:700}.country-search input,.field input,.field select,.field textarea{background:var(--white);width:100%;min-height:48px;color:var(--ink);border:1px solid #ccd3df;border-radius:9px;padding:.75rem .9rem}.country-search input:focus,.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--violet);outline:3px solid #7258ff1f}.country-list{grid-template-columns:repeat(2,minmax(0,1fr));max-height:440px;display:grid;overflow:auto}.country-row{border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white);cursor:pointer;text-align:left;grid-template-columns:1fr auto 20px;align-items:center;gap:.75rem;min-height:58px;padding:.85rem 1.1rem;display:grid}.country-row:nth-child(2n){border-right:0}.country-row:hover{background:var(--violet-soft)}.country-row>span:first-child{font-size:.76rem;font-weight:600}.country-row small{color:var(--muted);font-size:.57rem}.country-row>span:last-child{color:var(--violet-dark)}.country-empty{text-align:center;padding:3rem}.country-empty p{color:var(--slate)}.country-note{background:#fbfcfe;align-items:flex-start;gap:.8rem;padding:1rem 1.2rem;display:flex}.country-note>span{background:var(--violet-soft);width:22px;height:22px;color:var(--violet-dark);border-radius:50%;flex:0 0 22px;place-items:center;font-size:.65rem;font-weight:700;display:grid}.country-note p{color:var(--slate);margin:0;font-size:.66rem;line-height:1.55}.conditions-grid,.faq-layout,.values-band,.contact-prep{grid-template-columns:.82fr 1.18fr;gap:clamp(3rem,8vw,7rem);display:grid}.conditions-grid h2,.faq-layout h2,.values-band h2,.contact-prep h2{letter-spacing:-.05em;margin:0;font-size:clamp(2rem,3.8vw,3.5rem);line-height:1.08}.conditions-grid>div>p{color:var(--slate);line-height:1.7}.check-list{gap:.8rem;margin:0;padding:0;list-style:none;display:grid}.check-list li{border:1px solid var(--line);background:var(--white);color:var(--slate);border-radius:11px;padding:1rem 1rem 1rem 2.8rem;font-size:.78rem;line-height:1.55;position:relative}.check-list li:before{background:var(--violet-soft);width:22px;height:22px;color:var(--violet-dark);content:"✓";border-radius:50%;place-items:center;font-size:.65rem;font-weight:700;display:grid;position:absolute;top:1rem;left:1rem}.faq-layout .section-heading{margin:0}.faq-list details{border-top:1px solid var(--line)}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:1.35rem 0;font-size:.85rem;font-weight:600;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{border:1px solid var(--line);width:28px;height:28px;color:var(--violet-dark);border-radius:50%;flex:0 0 28px;place-items:center;display:grid}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{color:var(--slate);margin:0 0 1.4rem;font-size:.8rem;line-height:1.7}.related-band{border-block:1px solid var(--line);background:var(--navy);color:var(--white)}.related-band-light{background:var(--soft);color:var(--ink)}.related-inner{justify-content:space-between;align-items:center;gap:2rem;min-height:110px;display:flex}.related-inner>span{color:#909bb1;text-transform:uppercase;font-size:.67rem;font-weight:700}.related-inner>div{flex-wrap:wrap;justify-content:flex-end;gap:.7rem;display:flex}.related-inner a{border:1px solid #ffffff29;border-radius:8px;padding:.65rem .8rem;font-size:.69rem;font-weight:600}.related-band-light .related-inner a{border-color:var(--line);background:var(--white)}.industry-problem{padding:2.2rem}.industry-problem>span,.contact-details>span{color:var(--cyan);letter-spacing:.13em;font-size:.62rem;font-weight:700}.industry-problem p{color:var(--white);letter-spacing:-.035em;margin:5rem 0 .3rem;font-size:clamp(1.25rem,2.3vw,2rem);font-weight:500;line-height:1.35}.setup-list{margin:0;padding:0;list-style:none;display:grid}.setup-list li{border-bottom:1px solid var(--line);grid-template-columns:48px 1fr;gap:1rem;padding:1.3rem 0;font-size:.85rem;font-weight:600;display:grid}.setup-list li:first-child{border-top:1px solid var(--line)}.setup-list span{color:var(--violet-dark)}.proof-list article>span,.industry-index,.process-grid article>span,.benefit-row article>span,.use-case-list span,.setup-list span,.principle-grid article>span,.role-grid article>span,.timeline-list article>span,.contact-route-grid article>span,.legal-sections article>span{background:var(--violet-soft);width:42px;height:42px;color:var(--violet-dark);border:1px solid #d9d0f5;border-radius:14px;flex:0 0 42px;place-items:center;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.72rem;font-weight:700;display:grid}.section-dark .industry-index,.section-dark .timeline-list article>span{color:var(--cyan);background:#35a9dc1a;border-color:#35a9dc47}.editorial-hero-inner{max-width:900px}.editorial-hero-inner .button{margin-top:.2rem}.story-grid{grid-template-columns:.8fr 1.2fr;gap:clamp(4rem,10vw,9rem);display:grid}.story-lead h2{letter-spacing:-.055em;margin:0;font-size:clamp(2.2rem,4.2vw,4rem);line-height:1.08}.story-copy p{color:var(--slate);margin:0 0 1.6rem;font-size:1rem;line-height:1.85}.principle-grid,.role-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;display:grid}.principle-grid article,.role-grid article{border:1px solid var(--line);background:var(--white);border-radius:16px;min-height:310px;padding:1.5rem}.principle-grid h3,.role-grid h2{margin:5rem 0 .7rem;font-size:1.05rem}.principle-grid p,.role-grid p{color:var(--slate);margin:0;font-size:.78rem;line-height:1.65}.timeline-list{display:grid}.timeline-list article{border-bottom:1px solid #ffffff1f;grid-template-columns:48px 1fr;gap:1rem;padding:1.5rem 0;display:grid}.timeline-list article:first-child{border-top:1px solid #ffffff1f}.timeline-list h3{margin:0 0 .5rem;font-size:.95rem}.timeline-list p{color:#9ba7bd;margin:0;font-size:.78rem;line-height:1.65}.role-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.role-grid article{min-height:400px}.role-avatar{background:radial-gradient(circle at 72% 18%, #35a9dc40, transparent 30%), linear-gradient(145deg, var(--navy), #34275e);color:#c8bdff;border-radius:14px;place-items:center;height:140px;margin:1.2rem 0;display:grid;position:relative;overflow:hidden}.role-avatar:after{content:"";border:1px solid #77ddf32e;border-radius:50%;width:110px;height:110px;position:absolute}.role-avatar svg{z-index:1;position:relative}.role-grid h2{margin:1rem 0 .7rem}.news-hero .editorial-hero-inner{position:relative}.news-hero-count{background:#ffffff75;border:1px solid #5d43d62e;border-radius:16px;align-items:center;gap:1rem;width:fit-content;margin-top:2rem;padding:.9rem 1.1rem;display:flex}.news-hero-count strong{color:var(--violet-dark);font-size:2rem;line-height:1}.news-hero-count span{color:var(--slate);font-size:.66rem;line-height:1.45}.news-tools{border:1px solid var(--line);background:var(--soft);border-radius:20px;grid-template-columns:1fr minmax(220px,.34fr);gap:1rem;margin-bottom:1.2rem;padding:1.2rem;display:grid}.news-tools-search-only{grid-template-columns:1fr}.news-search,.news-topic-select{gap:.5rem;display:grid}.news-search span,.news-topic-select span{color:var(--ink);font-size:.68rem;font-weight:700}.news-search input,.news-topic-select select{background:var(--white);width:100%;min-height:50px;color:var(--ink);border:1px solid #d4cae5;border-radius:11px;padding:.75rem .9rem}.filter-row{flex-wrap:wrap;gap:.55rem;margin-bottom:1rem;display:flex}.filter-row button{border:1px solid var(--line);background:var(--white);cursor:pointer;min-height:42px;color:var(--slate);border-radius:999px;align-items:center;gap:.45rem;padding:.65rem .9rem;font-size:.7rem;font-weight:600;display:inline-flex}.filter-row button span{background:var(--soft);min-width:22px;height:22px;color:var(--muted);border-radius:999px;place-items:center;font-size:.57rem;display:grid}.filter-row button:hover,.filter-row button.is-active{border-color:var(--violet);background:var(--violet);color:var(--white)}.filter-row button.is-active span{color:var(--white);background:#fff3}.news-results{min-height:46px;color:var(--muted);justify-content:space-between;align-items:center;margin-bottom:1.1rem;font-size:.7rem;display:flex}.news-results strong{color:var(--ink)}.news-results button{color:var(--violet-dark);cursor:pointer;background:0 0;border:0;font-weight:700}.news-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;display:grid}.news-card{border:1px solid var(--line);background:var(--white);border-radius:22px;flex-direction:column;min-height:500px;transition:transform .18s,box-shadow .18s;display:flex;overflow:hidden}.news-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.news-card-image{aspect-ratio:1.35;background:var(--violet-soft);display:block;overflow:hidden}.news-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .28s}.news-card:hover .news-card-image img{transform:scale(1.035)}.news-card-copy{flex-direction:column;flex:1;padding:1.35rem;display:flex}.news-meta{color:var(--violet-dark);text-transform:uppercase;align-items:center;gap:.8rem;font-size:.61rem;font-weight:700;display:flex}.news-meta small{color:var(--muted);font-size:inherit}.news-card h2{margin:1rem 0 .65rem;font-size:1.1rem;line-height:1.4}.news-card h2 a{color:var(--ink);font-size:inherit}.news-card p{color:var(--slate);margin:0 0 1.2rem;font-size:.78rem;line-height:1.65}.news-card .news-card-link{color:var(--violet-dark);align-items:center;gap:.35rem;margin-top:auto;font-size:.7rem;font-weight:700;display:inline-flex}.empty-filter{border:1px dashed var(--line);color:var(--slate);text-align:center;border-radius:16px;padding:3rem}.article-hero{padding:clamp(82px,10vw,124px) 0 clamp(108px,12vw,154px)}.article-heading{max-width:920px}.article-heading h1{margin-top:2rem;font-size:clamp(2.8rem,5.5vw,5.3rem)}.back-link{color:var(--violet-dark);margin-bottom:3rem;font-size:.7rem;font-weight:700;display:inline-flex}.article-hero .news-meta{color:var(--violet-dark)}.article-hero .news-meta small{color:var(--muted)}.article-body{max-width:790px;padding-block:clamp(70px,9vw,110px)}.article-image{border:8px solid var(--white);background:var(--violet-soft);width:min(1080px,100vw - 40px);box-shadow:var(--shadow);border-radius:28px;margin:-150px 50% 4rem;overflow:hidden;transform:translate(-50%)}.article-image img{object-fit:cover;width:100%;max-height:650px}.article-body>p{color:var(--slate);font-size:.96rem;line-height:1.9}.article-body .article-lead{color:var(--ink);font-size:1.2rem;font-weight:500;line-height:1.75}.article-actions{flex-wrap:wrap;gap:.8rem;margin-top:3rem;display:flex}.contact-details{gap:.8rem;padding:2rem;display:grid}.contact-details p{color:#c4ccdc;margin:3rem 0 .8rem;line-height:1.8}.contact-details a{width:fit-content;color:var(--white);font-size:.82rem;font-weight:600}.contact-route-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.contact-route-grid article{border:1px solid var(--line);border-radius:16px;flex-direction:column;min-height:330px;padding:1.7rem;display:flex}.contact-route-grid h2{margin:4rem 0 .8rem;font-size:1.2rem}.contact-route-grid p{color:var(--slate);margin:0 0 1.4rem;font-size:.8rem;line-height:1.65}.contact-route-grid .text-link{margin-top:auto;font-size:.72rem}.contact-prep ol{counter-reset:prep;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin:0;padding:0;list-style:none;display:grid}.contact-prep li{counter-increment:prep;border:1px solid var(--line);background:var(--white);border-radius:11px;min-height:90px;padding:1rem;font-size:.76rem;font-weight:600}.contact-prep li:before{background:var(--violet-soft);width:36px;height:36px;color:var(--violet-dark);content:"0" counter(prep);border-radius:11px;place-items:center;margin-bottom:.8rem;font-family:ui-monospace,monospace;font-size:.68rem;font-weight:700;display:grid}.legal-layout{grid-template-columns:.58fr 1.42fr;align-items:start;gap:clamp(3rem,8vw,7rem);display:grid}.legal-layout aside{border:1px solid var(--line);background:var(--soft);border-radius:16px;gap:1rem;padding:1.5rem;display:grid;position:sticky;top:120px}.legal-layout aside .eyebrow,.legal-layout aside p{margin:0}.legal-layout aside p{color:var(--slate);font-size:.8rem;line-height:1.75}.legal-layout aside a{color:var(--violet-dark);font-size:.8rem;font-weight:700}.legal-layout aside small{border-top:1px solid var(--line);color:var(--muted);padding-top:1rem;font-size:.65rem}.legal-sections{display:grid}.legal-sections article{border-bottom:1px solid var(--line);grid-template-columns:52px 1fr;gap:1.2rem;margin-bottom:2rem;padding:0 0 2rem;display:grid}.legal-sections h2{letter-spacing:-.04em;margin:.45rem 0 .8rem;font-size:clamp(1.35rem,2.5vw,2rem)}.legal-sections p{color:var(--slate);margin:0;line-height:1.85}.site-footer{color:var(--white);background:linear-gradient(145deg,#1b062d,#35184f);padding-top:90px}.footer-lead{border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:flex-end;gap:2rem;padding-bottom:70px;display:flex}.footer-lead h2{font-size:clamp(2.1rem,4vw,3.8rem)}.footer-grid{grid-template-columns:1.5fr 1.15fr .9fr 1.1fr;gap:clamp(2rem,4vw,4rem);padding-block:65px;display:grid}.brand-inverse img{width:188px}.footer-brand p{color:#8f9bb0;max-width:300px;margin:1.5rem 0 0;font-size:.75rem;line-height:1.7}.footer-brand>strong{color:#cfc2ff;margin-top:1rem;font-size:.72rem;display:block}.footer-group{flex-direction:column;gap:.7rem;display:flex}.footer-group h3{color:#cad1df;letter-spacing:.09em;text-transform:uppercase;margin:0 0 .7rem;font-size:.64rem}.footer-group a,.footer-group p{color:#8f9bb0;font-size:.69rem;line-height:1.65}.footer-group a{align-items:center;gap:.5rem;display:inline-flex}.footer-group a:hover{color:var(--white)}.footer-contact p{margin:0 0 .25rem}.footer-contact-line{color:#cfc2ff;grid-template-columns:18px 1fr;align-items:flex-start;gap:.5rem;display:grid}.footer-bottom{color:#6f7c93;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;min-height:74px;font-size:.63rem;display:flex}.footer-meta{align-items:center;gap:.7rem;display:flex}.footer-version{color:#9ca7ba;font-variant-numeric:tabular-nums;letter-spacing:.04em;border:1px solid #ffffff1f;border-radius:999px;padding:.2rem .42rem}.footer-bottom nav{gap:1rem;display:flex}.footer-bottom a:hover{color:var(--white)}.modal-backdrop{z-index:500;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#050914c2;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.consultation-modal{background:var(--white);border:1px solid #ffffff26;border-radius:22px;width:min(100%,900px);max-height:min(92vh,880px);overflow:auto;box-shadow:0 40px 110px #00000061}.modal-header{z-index:3;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;justify-content:space-between;align-items:flex-start;gap:2rem;padding:1.7rem 1.9rem;display:flex;position:sticky;top:0}.modal-header .eyebrow{margin-bottom:.5rem}.modal-header h2{letter-spacing:-.045em;margin:0;font-size:clamp(1.55rem,3vw,2.35rem);line-height:1.15}.modal-header p{color:var(--slate);margin:.45rem 0 0;font-size:.72rem}.modal-close{border:1px solid var(--line);background:var(--white);cursor:pointer;border-radius:50%;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:1.4rem;line-height:1;display:grid}.modal-close:hover{background:var(--soft)}.consultation-form{gap:1.5rem;padding:1.9rem;display:grid}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.form-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}.field{gap:.45rem;display:grid}.field input,.checkbox-option input{scroll-margin-top:160px}.field textarea{resize:vertical;line-height:1.5}.field-error{color:var(--danger);font-size:.62rem}.field input[aria-invalid=true]{border-color:var(--danger)}.solution-fieldset,.premium-qualifier{border:1px solid var(--line);border-radius:12px;padding:1.2rem}.solution-fieldset legend,.premium-qualifier legend{padding:0 .4rem}.checkbox-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;display:grid}.checkbox-option{border:1px solid var(--line);cursor:pointer;border-radius:9px;align-items:center;gap:.7rem;min-height:45px;padding:.65rem .75rem;font-size:.68rem;font-weight:600;display:flex}.checkbox-option:has(input:checked){border-color:var(--violet);background:var(--violet-soft);color:var(--violet-dark)}.checkbox-option input{width:16px;height:16px;accent-color:var(--violet)}.form-footer{justify-content:space-between;align-items:center;gap:2rem;display:flex}.form-footer p{max-width:470px;color:var(--muted);margin:0;font-size:.62rem;line-height:1.6}.form-footer p a{color:var(--violet-dark);font-weight:700}.form-submit.has-errors{background:var(--danger);border-color:#8d1c13;box-shadow:0 12px 28px #b4231847}.form-submit.has-errors:hover{background:#8d1c13;box-shadow:0 16px 36px #b4231857}.form-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:430px;padding:3rem;display:flex}.form-state-mark{background:var(--violet-soft);width:64px;height:64px;color:var(--violet-dark);border-radius:50%;place-items:center;font-size:1.4rem;font-weight:700;display:grid}.form-state h3{margin:1.5rem 0 .5rem;font-size:1.6rem}.form-state p{max-width:520px;color:var(--slate);margin:0 0 1.7rem;font-size:.8rem;line-height:1.7}.form-state .text-button{margin-top:1rem}@media (width<=1100px){.nav-shell{grid-template-columns:auto 1fr auto;row-gap:.55rem;min-height:72px;padding-block:.65rem}.header-search{grid-area:2/1/auto/-1;width:100%}.header-search-form{min-height:42px}.header-search-panel{width:min(760px,100vw - 40px);top:calc(100% + 8px)}.menu-toggle{border:1px solid var(--line);background:var(--white);cursor:pointer;border-radius:9px;place-content:center;gap:6px;width:44px;height:44px;display:grid}.menu-toggle span{background:var(--ink);width:20px;height:2px}.primary-nav{border-bottom:1px solid var(--line);background:var(--white);max-height:calc(100vh - 130px);box-shadow:var(--shadow);align-items:stretch;padding:1rem 20px 1.5rem;display:none;position:fixed;top:130px;left:0;right:0;overflow:auto}.primary-nav.is-open{display:grid}.primary-nav>a,.nav-dropdown-trigger{border-bottom:1px solid var(--line);padding:1rem .2rem;font-size:.78rem}.primary-nav>a:after,.nav-dropdown-trigger:after{display:none}.nav-dropdown{width:100%}.nav-dropdown-trigger{justify-content:space-between;width:100%}.dropdown-menu{border:0;border-bottom:1px solid var(--line);width:100%;box-shadow:none;border-radius:0;padding:.45rem 0 .7rem;position:static;transform:none}.dropdown-menu a{padding-inline:.6rem}.nav-actions{grid-area:1/2;justify-self:end}.menu-toggle{grid-column:3}.mobile-nav-actions{display:none}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-contact{grid-column:span 1}}@media (width<=900px){.hero-grid,.page-hero-grid,.proof-grid,.highlight-grid,.two-column,.capability-grid,.story-grid,.conditions-grid,.faq-layout,.values-band,.contact-prep,.country-tool-head,.legal-layout{grid-template-columns:1fr}.credibility-grid{grid-template-columns:repeat(3,1fr)}.credibility-intro{grid-column:1/-1}.credibility-intro h2{max-width:620px}.legal-layout aside{position:static}.hero-grid,.page-hero-grid{gap:3.5rem}.hero-image-card,.hero-image-card>img{min-height:480px}.hero-flow-card,.product-signal,.industry-problem,.contact-details{width:min(100%,620px)}.solution-grid,.news-grid,.home-news-grid,.industry-grid,.process-grid,.principle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.process-grid article:nth-child(2){border-right:0}.process-grid article{border-bottom:1px solid var(--line)}.benefit-row{grid-template-columns:1fr}.benefit-row article{border-right:0;border-bottom:1px solid var(--line);min-height:0}.benefit-row h2{margin-top:2rem}.sticky-heading{position:static}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-brand{grid-column:span 2}.role-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.container{width:min(calc(100% - 30px), var(--container))}.nav-actions{display:none}.nav-shell{grid-template-columns:1fr auto}.brand{grid-column:1}.menu-toggle{grid-column:2}.header-search{grid-column:1/-1}.header-search-form kbd{display:none}.header-search-panel{width:calc(100vw - 30px);max-height:calc(100vh - 155px)}.search-result{grid-template-columns:38px minmax(0,1fr) 16px}.search-result-group{display:none}.mobile-nav-actions{gap:.75rem;margin-top:.7rem;display:grid}.mobile-nav-actions .button{justify-content:center;width:100%}.primary-nav{padding-inline:15px}.hero-copy h1,.page-hero h1,.article-heading h1{font-size:clamp(2.55rem,12vw,4.2rem)}.hero-actions,.conversion-actions{flex-direction:column;align-items:stretch}.hero-actions .button{width:100%}.hero-trust{display:grid}.hero-image-card,.hero-image-card>img{min-height:430px}.hero-image-card{border-width:6px;border-radius:24px;transform:none}.hero-image-caption{flex-direction:column;align-items:flex-start}.call-flow:not(.call-flow-compact){flex-direction:column}.call-flow:not(.call-flow-compact) .flow-item{flex-direction:column;flex:none;width:100%}.call-flow:not(.call-flow-compact) .flow-node{width:100%;min-height:110px}.call-flow:not(.call-flow-compact) .flow-arrow{transform:rotate(90deg)}.signal-strip .container{text-align:center;grid-template-columns:repeat(2,1fr);gap:.8rem;padding-block:1rem;display:grid}.signal-strip i{display:none}.credibility-grid{grid-template-columns:1fr}.credibility-intro{grid-column:auto}.split-heading,.footer-lead,.conversion-panel,.related-inner,.form-footer{flex-direction:column;align-items:flex-start}.solution-grid,.industry-grid,.home-news-grid,.news-grid,.role-grid,.principle-grid,.contact-route-grid,.use-case-list,.country-list{grid-template-columns:1fr}.news-tools{grid-template-columns:1fr;padding:1rem}.news-results{flex-direction:column;align-items:flex-start;gap:.6rem}.article-image{border-width:5px;border-radius:20px;width:calc(100vw - 30px);margin-top:-120px}.article-actions{flex-direction:column;align-items:stretch}.solution-card{min-height:220px}.highlight-grid{display:grid}.feature-panel{min-height:0}.industry-grid{display:grid}.industry-card{min-height:330px}.process-grid{grid-template-columns:1fr}.process-grid article{border-right:0;min-height:0}.process-grid h3{margin-top:2rem}.conversion-panel{min-height:0}.conversion-actions{width:100%;min-width:0}.conversion-actions .button,.conversion-panel>.button{width:100%}.country-row{border-right:0}.related-inner{padding-block:1.5rem}.related-inner>div{justify-content:flex-start}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-lead .button{width:100%}.footer-bottom{flex-direction:column;justify-content:center;align-items:flex-start;gap:.8rem;padding-block:1rem}.modal-backdrop{place-items:stretch stretch;padding:0}.consultation-modal{border-radius:0;max-height:100vh}.modal-header,.consultation-form{padding:1.2rem}.form-grid,.form-grid-four,.checkbox-grid{grid-template-columns:1fr}.form-footer .button{width:100%}.contact-prep ol{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
