.scroll-story{color:#fff;position:relative}.scroll-story__pin{background-color:var(--scroll-story-bg);overflow:hidden;padding:var(--section-spacing,96px) 0;position:relative}.scroll-story__texture{background-image:radial-gradient(hsla(0,0%,100%,.08) 1px,transparent 0);background-size:24px 24px;inset:-48px;opacity:.6;pointer-events:none;position:absolute}.scroll-story__inner{position:relative;z-index:1}.scroll-story__intro{color:var(--accent-color);margin-bottom:32px}.scroll-story__steps{display:grid;gap:72px;list-style:none;margin:0;padding:0}.scroll-story__step{align-items:center;display:grid;gap:60px;grid-template-columns:.85fr 1.15fr}.scroll-story__label{align-items:center;color:var(--accent-color);display:inline-flex;font-size:12.5px;font-weight:700;gap:8px;letter-spacing:.14em;margin-bottom:14px;text-transform:uppercase}.scroll-story__label:before{background:currentColor;content:"";height:1.5px;width:18px}.scroll-story__heading{color:#fff;font-size:clamp(1.8rem,3vw,2.6rem);margin-bottom:16px}.scroll-story__text{color:hsla(0,0%,100%,.75);font-size:17px;margin:0;max-width:440px}.scroll-story__device,.scroll-story__frame{aspect-ratio:480/330;background:#1b2822;border:1px solid hsla(0,0%,100%,.12);border-radius:20px;box-shadow:0 50px 100px -20px rgba(0,0,0,.6);display:flex;flex-direction:column;justify-self:center;max-width:640px;overflow:hidden;width:100%}.scroll-story__bar{align-items:center;background:hsla(0,0%,100%,.04);display:flex;flex:0 0 40px;gap:8px;padding:0 20px}.scroll-story__bar span{background:hsla(0,0%,100%,.2);border-radius:50%;height:10px;width:10px}.scroll-story__body{flex:1;position:relative}.scroll-story__visual{inset:0;padding:32px;position:absolute}.scroll-story__visual--image{padding:0}.scroll-story__visual img{display:block;height:100%;object-fit:cover;width:100%}.scroll-story__line{background:hsla(0,0%,100%,.12);border-radius:6px;display:block;height:11px;margin-bottom:14px;transform-origin:left center}.scroll-story__line--40{width:40%}.scroll-story__line--60{width:60%}.scroll-story__line--70{width:70%}.scroll-story__line--80{width:80%}.scroll-story__blocks{display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin:20px 0}.scroll-story__blocks i{background:var(--primary-color);border-radius:8px;display:block;height:66px;opacity:.85}.scroll-story__blocks i:nth-child(2){background:var(--accent-color)}.scroll-story__blocks i:nth-child(3){background:#fff;opacity:.15}.scroll-story__chart{align-items:flex-end;display:flex;gap:12px;height:132px;margin-top:22px}.scroll-story__chart i{background:linear-gradient(180deg,var(--accent-color),var(--primary-color));border-radius:4px 4px 0 0;display:block;flex:1;transform-origin:bottom center}.scroll-story.is-enhanced .scroll-story__pin{align-items:center;display:flex;height:100vh;min-height:560px;padding:0}.scroll-story.is-enhanced .scroll-story__inner{align-items:center;display:grid;gap:60px;grid-template-columns:.85fr 1.15fr;width:100%}.scroll-story.is-enhanced .scroll-story__intro{display:none}.scroll-story.is-enhanced .scroll-story__steps{display:grid;gap:0}.scroll-story.is-enhanced .scroll-story__step{display:block;grid-area:1/1;visibility:hidden}.scroll-story.is-enhanced .scroll-story__frame{display:none}.scroll-story__stage{display:flex;justify-content:center;perspective:1200px}.scroll-story__device{transform-style:preserve-3d;will-change:transform}.scroll-story__device .scroll-story__visual{visibility:hidden}.scroll-story__progress{align-items:center;display:flex;gap:10px;margin-top:40px}.scroll-story__dot{background:hsla(0,0%,100%,.25);border-radius:2px;height:3px;transition:background-color .3s ease,width .3s ease;width:28px}.scroll-story__dot.is-active{background:var(--accent-color);width:44px}.scroll-story__meter{background:var(--accent-color);bottom:0;height:3px;left:0;position:absolute;transform:scaleX(0);transform-origin:left center;width:100%;z-index:2}@media (max-width:767px){.scroll-story__step{gap:32px;grid-template-columns:1fr}}