.vp-story-scene { position:fixed; z-index:0; top:88px; right:max(2vw,20px); width:min(32vw,460px); height:min(52vh,530px); pointer-events:none; opacity:.48; transition:opacity .35s ease; }
.vp-story-scene canvas,.vp-story-scene__fallback,.vp-story-scene__fallback img { display:block; width:100%; height:100%; }
.vp-story-scene__fallback { opacity:.72; transition:opacity .25s ease; }
.vp-story-scene__fallback--dark { display:none; }
.vp-story-scene.is-ready .vp-story-scene__fallback { opacity:0; }
.vp-story-scene canvas { position:absolute; inset:0; }
.vp-hero,.vp-section,.vp-proof-bar,.vp-assurance-strip { position:relative; z-index:1; }
.vp-story-section.is-story-active { isolation:isolate; }
.vp-story-section.is-story-active::after { position:absolute; z-index:-1; inset:0; background:radial-gradient(circle at 84% 42%,rgba(215,173,89,.08),transparent 34%); content:""; pointer-events:none; }
html[data-theme="dark"] .vp-story-scene { opacity:.38; mix-blend-mode:screen; }
html[data-theme="dark"] .vp-story-section.is-story-active::after { background:radial-gradient(circle at 84% 42%,rgba(120,196,160,.12),transparent 34%); }
html[data-theme="dark"] .vp-story-scene__fallback--light { display:none; }
html[data-theme="dark"] .vp-story-scene__fallback--dark { display:block; }
@media (max-width: 900px) { .vp-story-scene { top:102px; right:8px; width:42vw; height:38vh; opacity:.28; } }
@media (max-width: 640px) { .vp-story-scene { position:absolute; top:128px; right:0; width:100%; height:350px; opacity:.18; } .vp-story-scene canvas { display:none; } }
@media (prefers-reduced-motion: reduce), print { .vp-story-scene { display:none; } .vp-story-section.is-story-active::after { display:none; } }
.vp-care-checklist__item i { background:center/18px 18px no-repeat url('../img/motion/check-webpackpro.svg') !important; color:var(--vp-green-strong); }
.vp-care-checklist__item i::before,.vp-care-checklist__item i::after { display:none; }
.vp-faq-list summary .vp-faq-mark { background:center/14px 14px no-repeat url('../img/motion/faq-toggle.svg'); color:var(--vp-green-strong); transition:transform .25s ease; }
.vp-faq-list details[open] summary .vp-faq-mark { transform:translateY(-50%); }
