.wf-card{position:absolute;inset:0;border-radius:30px;overflow:hidden;display:flex;flex-direction:row;align-items:stretch;transform:translateY(110vh) scale(.96);opacity:0;transition:transform .7s cubic-bezier(.22,.8,.36,1),opacity .5s ease,box-shadow .4s ease;will-change:transform,opacity}.wf-is-behind{opacity:1;transform:translateY(var(--behind-y,0)) scale(var(--behind-s,1));transition:transform .6s cubic-bezier(.22,.8,.36,1),opacity .3s ease}.wf-is-active{transform:translateY(0) scale(1)!important;opacity:1!important;box-shadow:0 12px 40px rgba(0,0,0,.14)}.wf-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s ease;border-radius:16px}.wf-is-active .wf-img{transform:scale(1.03)}.wf-dot{width:7px;height:7px;border-radius:50%;background:currentColor;opacity:.22;transition:opacity .3s}.wf-dot-on{opacity:.85}.wf-card-right{position:relative}.wf-stage{--stage-margin:clamp(1rem,3vw,2rem);width:calc(100% - (var(--stage-margin) * 2));height:calc(100vh - 80px - (var(--stage-margin) * 2));padding:clamp(1rem,3vw,2.5rem);box-sizing:border-box}@media (max-width:1024px){.wf-stage{height:min(calc(100vh - 80px - (var(--stage-margin) * 2)),620px)!important}.wf-card{flex-direction:column!important}.wf-card-right{flex:0 0 32vh!important;width:100%!important;padding:.75rem .75rem 0!important}.wf-card-left{padding:clamp(1.1rem,4vw,2rem)!important;gap:.75rem!important;justify-content:flex-start!important}.wf-bullets{gap:.4rem!important}.wf-bullet-text{font-size:clamp(.8rem,2.2vw,1rem)!important;line-height:1.5!important}}@media (max-width:640px){.wf-stage{height:min(calc(100vh - 80px - (var(--stage-margin) * 2)),560px)!important}.wf-card-right{flex:0 0 28vh!important;padding:.6rem .6rem 0!important}.wf-card-left{padding:1.1rem!important;gap:.55rem!important}}