.ss-section{background:#e0dcdc;flex-direction:column;align-items:center;padding:26px;display:flex;position:relative;overflow:hidden}.ss-section:before{content:"";background:linear-gradient(90deg,#0000,#64c8ff4d,#0000);width:100px;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.ss-head{text-align:center;margin-bottom:40px}.ss-head__pill{color:#a5b4fc;text-transform:uppercase;letter-spacing:1.2px;background:#6366f124;border:1px solid #6366f159;border-radius:99px;align-items:center;gap:7px;margin-bottom:14px;padding:5px 16px;font-size:12px;font-weight:700;display:inline-flex}.ss-head__title{color:#fff;margin-bottom:8px;font-family:"Baloo 2",cursive;font-size:clamp(20px,5vw,30px);font-weight:800;line-height:1.25}.ss-head__title span{background:linear-gradient(135deg,#6366f1,#ec4899);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.ss-head__sub{color:#2b2a2a73;max-width:300px;margin:0 auto;font-size:14px;line-height:1.6}.ss-stage{justify-content:center;align-items:center;width:100%;max-width:680px;min-height:480px;margin-bottom:24px;display:flex;position:relative}.ss-glow{filter:blur(48px);pointer-events:none;z-index:0;border-radius:50%;width:240px;height:240px;transition:background .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ss-phone-wrap{z-index:2;cursor:grab;-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;gap:20px;animation:.38s cubic-bezier(.25,.46,.45,.94) both ssSlideIn;display:flex;position:relative}.ss-phone-wrap:active{cursor:grabbing}@keyframes ssSlideIn{0%{opacity:0;transform:translateX(var(--ss-from,40px))}to{opacity:1;transform:translate(0)}}.ss-phone{width:210px;box-shadow:0 0 0 1px #00000080,0 24px 64px #000000a6,0 0 0 2px var(--phone-border,#ffffff1f),0 0 36px var(--phone-glow,transparent);background:#0d1117;border-radius:38px;padding:12px 7px 10px;transition:box-shadow .5s}.ss-phone__notch{background:#0d1117;border:1.5px solid #ffffff1a;border-radius:99px;width:58px;height:10px;margin:0 auto 8px}.ss-phone__screen{aspect-ratio:9/16;background:#111827;border-radius:26px;width:100%;overflow:hidden}.ss-phone__screen img{object-fit:cover;object-position:top;pointer-events:none;border-radius:26px;width:100%;height:100%;transition:transform .4s;display:block}.ss-phone__screen img:hover{transform:scale(1.03)}.ss-phone__placeholder{border-radius:26px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;height:100%;font-size:13px;font-weight:700;display:flex}.ss-phone__bar{background:#ffffff24;border-radius:99px;width:46px;height:4px;margin:8px auto 0}.ss-info{text-align:center;animation:.35s both ssFadeUp}@keyframes ssFadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ss-info__tag{letter-spacing:1px;text-transform:uppercase;border-radius:99px;margin-bottom:7px;padding:3px 12px;font-size:11px;font-weight:700;display:inline-block}.ss-info__label{color:#ea803f;margin-bottom:4px;font-family:"Baloo 2",cursive;font-size:17px;font-weight:800}.ss-info__desc{color:#d77429e6;max-width:220px;font-size:13px;line-height:1.5}.ss-ghost{z-index:1;pointer-events:none;opacity:.35;filter:blur(2px)brightness(.6);transition:opacity .4s,transform .4s;position:absolute;top:50%;transform:translateY(-50%)}.ss-ghost--prev{left:0;transform:translateY(-50%)scale(.72)rotateY(12deg)}.ss-ghost--next{right:0;transform:translateY(-50%)scale(.72)rotateY(-12deg)}.ss-ghost .ss-phone{width:160px}.ss-arrow{color:#fff9;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff12;border:1px solid #ffffff24;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;transition:background .2s,color .2s,transform .2s;display:flex;position:absolute;top:38%;transform:translateY(-50%)}.ss-arrow:hover{color:#fff;background:#ffffff29;transform:translateY(-50%)scale(1.1)}.ss-arrow:active{transform:translateY(-50%)scale(.95)}.ss-arrow--prev{left:2px}.ss-arrow--next{right:2px}.ss-dots{align-items:center;gap:7px;margin-top:4px;display:flex}.ss-dot{cursor:pointer;background:#fff3;border:none;border-radius:99px;width:7px;height:7px;padding:0;transition:width .35s cubic-bezier(.25,.46,.45,.94),background .35s,box-shadow .35s}.ss-dot.active{width:22px}.ss-dot:hover:not(.active){background:#ffffff73}@media (max-width:500px){.ss-stage{min-height:420px}.ss-phone{width:175px}.ss-ghost,.ss-arrow{display:none}}
