.scroll-show-on-up{position:fixed;top:20px;left:0;right:0;transform:translateY(0);transition:transform .3s ease;z-index:9999}.st-carousel-container{position:relative;max-width:450px;margin:0 auto;perspective:1000px}.st-carousel{position:relative;width:100%;height:500px;transform-style:flat;transition:transform .6s cubic-bezier(.4,0,.2,1)}.st-card,.st-card-header{display:flex;flex-direction:column}.st-card{position:absolute;width:100%;height:100%;background:#fff;border-radius:20px;box-shadow:0 20px 40px rgb(0 0 0/.1);padding:30px;justify-content:space-between;transition:all .6s cubic-bezier(.4,0,.2,1);cursor:pointer}.st-card.st-active{transform:scale(1.05);opacity:1!important;background:#fff;filter:none;z-index:20}.st-card.st-next{transform:translateX(120px) scale(.9);opacity:.7;background:rgb(255 255 255/.9);z-index:2;pointer-events:none}.st-card.st-hidden{transform:scale(.8);opacity:0;z-index:1;pointer-events:none}@media (min-width:1024px){.st-card.st-next{transform:translateX(220px) scale(.9)}}.st-card-header{flex-shrink:0;height:120px;justify-content:flex-start}.st-card-content{height:300px;overflow:hidden;padding-top:20px}.st-card-footer{flex-shrink:0;height:60px;display:flex;align-items:flex-end}.st-card-category{color:#4285f4;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.st-card-title{font-size:24px;font-weight:700;color:#333;margin-bottom:15px}.st-card-price{font-size:28px;font-weight:800;color:#333}.st-card-price .st-period{font-size:14px;color:#666;font-weight:400}.st-price-text{font-weight:400;font-size:18px}.st-features{list-style:none;margin:0;padding:0;height:100%;overflow-y:auto}.st-features .st-feature-item{font-size:14px;color:#555;position:relative;padding:8px 0 8px 25px;margin:0}.st-features .st-feature-item::before{content:"✓";position:absolute;left:0;top:8px;color:#4285f4;font-weight:700;font-size:14px}.st-btn{width:100%;padding:15px;background:#2253fe;color:#fff;border-radius:12px;font-size:16px;font-weight:600;text-align:center;display:block;text-decoration:none;transition:all .3s ease}.st-btn:hover{background:#1e47e0;transform:translateY(-2px);box-shadow:0 10px 25px rgb(34 83 254/.3)}.st-card.st-active .st-btn{opacity:1!important;position:relative;z-index:25;background:#2253fe!important;color:#fff!important}.st-navigation{position:absolute;bottom:-60px;left:50%;transform:translateX(-50%);display:flex;justify-content:center;gap:40px;z-index:9999;pointer-events:auto}.st-nav-btn{background:0 0;border:0;font-size:32px;color:#fff;cursor:pointer;transition:transform .3s ease,color .3s ease;z-index:20;position:relative;padding:10px;min-width:50px;min-height:50px;touch-action:manipulation}.st-nav-btn:hover{transform:scale(1.1);color:#444}.st-indicators{position:absolute;bottom:-100px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:9999}.st-indicator{width:8px;height:8px;border-radius:50%;background:rgb(0 0 0/.3);cursor:pointer;transition:transform .3s ease,background .3s ease}.st-indicator.st-active{background:#fff;transform:scale(1.5)}body,html{overflow-x:hidden!important}