/* Use the same centered content width as the homepage and header. */
.scroll-solutions .use-cases{--case-content-width:min(1270px,calc(100% - 170px))}
.scroll-solutions .use-cases>.container,
.scroll-solutions .use-case-window{width:var(--case-content-width);max-width:1270px;margin-inline:auto}
.scroll-solutions .use-cases>.container>h2{max-width:none}
.scroll-solutions .use-case-slider{padding-right:0}
@media(min-width:900px) and (max-width:1250px){
 .scroll-solutions .use-cases{--case-content-width:calc(100% - 100px)}
}
@media(max-width:899px){
 .scroll-solutions .use-cases{--case-content-width:calc(100% - 48px)}
}

/* Positions follow scrolling. */
.solutions-motion-ready [data-sol-motion]{
  --sol-distance-x:0px;
  --sol-distance-y:36px;
  opacity:var(--sol-opacity,1);
  transform:translate3d(var(--sol-tx,0px),var(--sol-ty,0px),0);
}
.solutions-motion-ready [data-sol-motion="problem"]{--sol-distance-x:-64px;--sol-distance-y:0px}
.solutions-motion-ready [data-sol-motion="case"]{--sol-distance-y:0px}
.solutions-motion-ready [data-sol-motion="chip"]{--sol-distance-y:36px}
.solutions-motion-ready [data-sol-motion="faq"]{--sol-distance-y:32px}
.solutions-motion-ready [data-sol-motion].is-sol-visible,
.solutions-motion-ready [data-sol-motion]:focus-within{opacity:1;transform:none}
@media(max-width:899px){
  .solutions-motion-ready [data-sol-motion]{--sol-distance-y:24px}
  .solutions-motion-ready [data-sol-motion="problem"]{--sol-distance-x:-36px;--sol-distance-y:0px}
  .solutions-motion-ready [data-sol-motion="case"]{--sol-distance-y:0px}
  .solutions-motion-ready [data-sol-motion="chip"],
  .solutions-motion-ready [data-sol-motion="faq"]{--sol-distance-y:24px}
}
@media(prefers-reduced-motion:reduce){
  .solutions-motion-ready [data-sol-motion]{opacity:1;transform:none}
}

/* A single frame carries the three phases and the attached partner services. */
.scroll-solutions .responsibility{margin:40px 0 36px;padding:30px;border:1px solid #d9caec;border-radius:18px;background:#fff;--responsibility-progress:1}
.scroll-solutions .responsibility-bar{display:flex;align-items:center;gap:16px;padding-bottom:28px;border-bottom:1px solid #e8def2}
.scroll-solutions .responsibility-brand{display:grid;place-items:center;flex:none;width:50px;height:50px;background:#321066;border-radius:12px}
.scroll-solutions .responsibility-brand img{width:28px;height:28px;object-fit:contain;filter:brightness(0) invert(1)}
.scroll-solutions .responsibility-brand-name{display:block;color:#7f27ff;font-size:11px;font-weight:700;letter-spacing:.14em;margin-bottom:5px}
.scroll-solutions .responsibility-bar strong{display:block;font-family:var(--display);font-variation-settings:'wdth' 200,'wght' 400;font-size:22px;line-height:1.35;color:#321066}
.scroll-solutions .responsibility-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;position:relative;margin-top:30px;isolation:isolate}
.scroll-solutions .responsibility-track{position:absolute;top:18px;left:calc((100% - 40px)/6);right:calc((100% - 40px)/6);height:2px;background:#e8def2;z-index:-1}
.scroll-solutions .responsibility-track i{display:block;width:100%;height:100%;background:#7f27ff;transform:scaleX(var(--responsibility-progress));transform-origin:left}
.scroll-solutions .responsibility-step{min-width:0;position:relative;display:grid;grid-template-rows:36px 1fr;gap:20px}
.scroll-solutions .responsibility-number{display:grid;place-items:center;justify-self:center;width:36px;height:36px;border:1px solid #aa7fe0;border-radius:50%;background:#fff;color:#7f27ff;font-size:12px;font-weight:600;box-shadow:0 0 0 7px #fff;z-index:2}
.scroll-solutions .responsibility-card{padding:24px 22px;border:1px solid #e5d9f2;border-radius:12px;background:#f8f5fc}
.scroll-solutions .responsibility-card h3{font-size:20px;line-height:1.35;letter-spacing:-.025em;color:#321066;margin-bottom:24px;font-weight:600}
.scroll-solutions .responsibility-card ul{display:grid;gap:18px;padding:0;margin:0;list-style:none}
.scroll-solutions .responsibility-card li{padding-left:15px;position:relative;font-size:14px;line-height:1.65;color:#655471;overflow-wrap:anywhere}
.scroll-solutions .responsibility-card li:before{content:'';position:absolute;left:0;top:.65em;width:5px;height:5px;border-radius:50%;background:#a879e7}
.scroll-solutions .responsibility-partners{position:relative;margin:28px 0 0;padding:24px 0 0;border-top:1px solid #e8def2}
.scroll-solutions .responsibility-partners:before{content:'';position:absolute;top:-28px;left:50%;height:28px;width:1px;background:#d9caec}
.scroll-solutions .responsibility-partners p{font-size:13px!important;line-height:1.6!important;color:#766683;font-weight:400!important;margin:0 0 14px}
.scroll-solutions .responsibility-partners ul{display:flex;flex-wrap:wrap;gap:12px;padding:0;margin:0;list-style:none}
.scroll-solutions .responsibility-partners li{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:10px 14px;border:1px solid #d9caec;border-radius:7px;color:#6420bf;font-size:13px;line-height:1.4}
.scroll-solutions .responsibility-partners strong{font-weight:500}
.scroll-solutions .responsibility-partners small{font-size:10px;color:#8b789c}
.solutions-motion-ready [data-sol-motion="responsibility"]{--sol-distance-y:64px}
@media(max-width:899px){
 .scroll-solutions .responsibility{padding:22px;margin-block:32px}
 .scroll-solutions .responsibility-bar{gap:12px;padding-bottom:24px;align-items:flex-start}
 .scroll-solutions .responsibility-brand{width:42px;height:42px;border-radius:10px}
 .scroll-solutions .responsibility-brand img{width:24px;height:24px}
 .scroll-solutions .responsibility-bar strong{font-size:18px;line-height:1.45}
 .scroll-solutions .responsibility-steps{grid-template-columns:1fr;gap:24px;margin-top:26px}
 .scroll-solutions .responsibility-track{display:none}
 .scroll-solutions .responsibility-step{grid-template-columns:36px minmax(0,1fr);grid-template-rows:auto;gap:16px}
 .scroll-solutions .responsibility-step:not(:last-child):before,.scroll-solutions .responsibility-step:not(:last-child):after{content:'';position:absolute;left:17px;top:18px;width:2px;height:calc(100% + 24px);background:#e8def2;z-index:-1}
 .scroll-solutions .responsibility-step:not(:last-child):after{background:#7f27ff;transform:scaleY(var(--responsibility-link,1));transform-origin:top}
 .scroll-solutions .responsibility-card{padding:20px}
 .scroll-solutions .responsibility-card h3{margin-bottom:18px;font-size:19px}
 .scroll-solutions .responsibility-partners:before{left:17px}
 .solutions-motion-ready [data-sol-motion="responsibility"]{--sol-distance-y:48px}
}
@media(max-width:480px){
 .scroll-solutions .responsibility{padding:18px 14px}
 .scroll-solutions .responsibility-bar strong{font-size:16px}
 .scroll-solutions .responsibility-steps{gap:22px}
 .scroll-solutions .responsibility-step{grid-template-columns:28px minmax(0,1fr);gap:10px}
 .scroll-solutions .responsibility-number{width:28px;height:28px;font-size:10px;box-shadow:0 0 0 5px #fff}
 .scroll-solutions .responsibility-step:not(:last-child):before,.scroll-solutions .responsibility-step:not(:last-child):after{left:13px;top:14px;height:calc(100% + 22px)}
 .scroll-solutions .responsibility-card{padding:17px 14px}
 .scroll-solutions .responsibility-card h3{font-size:17px}
 .scroll-solutions .responsibility-card li{font-size:13px;line-height:1.6}
 .scroll-solutions .responsibility-partners:before{left:13px}
 .scroll-solutions .responsibility-partners li{gap:7px}
}
@media(prefers-reduced-motion:reduce){
 .scroll-solutions .responsibility-track i,.scroll-solutions .responsibility-step:after{transform:none!important}
}
