.card-stack-section{--cstk-card-w:520px;--cstk-card-h:320px;color:#f5f5f5;background:linear-gradient(#0a0a0a 0%,#050505 60%,#000 100%);padding:96px 0 140px;position:relative;overflow:hidden}.card-stack-section .container{max-width:1180px;margin-inline-start:auto;margin-inline-end:auto;padding-inline-start:24px;padding-inline-end:24px}.card-stack__head{text-align:center;max-width:760px;margin:0 auto 8px}.card-stack__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#5b8cff;margin-bottom:14px;font-size:13px;font-weight:700;display:inline-block}.card-stack__title{color:#fff;margin:0 0 16px;font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.1}.card-stack__copy{color:#f5f5f5ad;margin:0;font-size:clamp(15px,1.4vw,18px);line-height:1.6}.card-stack{outline:none;width:100%}.card-stack:focus-visible{outline-offset:6px;border-radius:16px;outline:2px solid #5b8cff}.card-stack__stage{width:100%;height:calc(var(--cstk-card-h) + 90px);perspective:1100px;justify-content:center;align-items:flex-end;min-height:380px;margin-top:28px;display:flex;position:relative}.card-stack__stage:before,.card-stack__stage:after{content:"";pointer-events:none;filter:blur(60px);border-radius:9999px;position:absolute;left:50%;transform:translate(-50%)}.card-stack__stage:before{background:#ffffff0d;width:70%;height:192px;top:24px}.card-stack__stage:after{background:#0000004d;width:76%;height:160px;bottom:0}.cstk-card{width:var(--cstk-card-w);height:var(--cstk-card-h);transform-style:preserve-3d;will-change:transform, opacity;-webkit-user-select:none;user-select:none;cursor:pointer;opacity:0;border:4px solid #ffffff1a;border-radius:16px;transition:transform .55s cubic-bezier(.22,1,.36,1),opacity .35s;position:absolute;bottom:0;overflow:hidden;box-shadow:0 20px 45px -15px #000000b3}.cstk-card.is-active{cursor:grab}.cstk-card.is-active.is-dragging{cursor:grabbing;transition:opacity .35s}.cstk-card.is-hidden{pointer-events:none;opacity:0!important}.cstk-card__inner{transform-style:preserve-3d;transform:translateZ(var(--cstk-z,0px));position:absolute;top:0;bottom:0;left:0;right:0}.cstk-card__media{background-color:#1a1a1a;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;top:0;bottom:0;left:0;right:0}.cstk-card__overlay{pointer-events:none;background:linear-gradient(#0000 0%,#0000001f 30%,#0000008c 62%,#000000e6 100%),linear-gradient(#00000040 0%,#0000 30%);position:absolute;top:0;bottom:0;left:0;right:0}.cstk-card__content{z-index:2;flex-direction:column;justify-content:flex-end;padding:22px 24px;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.cstk-card__title{color:#fff;text-shadow:0 1px 8px #000000a6;font-size:19px;font-weight:700;line-height:1.25}.cstk-card__desc{color:#ffffffd1;text-shadow:0 1px 6px #0009;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:8px;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}.card-stack__nav{justify-content:center;align-items:center;gap:16px;margin-top:30px;display:flex}.card-stack__dots{align-items:center;gap:10px;display:flex}.card-stack__dot{cursor:pointer;background:#ffffff4d;border:0;border-radius:9999px;width:9px;height:9px;padding:0;transition:background .2s,transform .2s}.card-stack__dot:hover{background:#ffffff8c}.card-stack__dot.is-active{background:#fff;transform:scale(1.15)}.card-stack__open{color:#fff9;transition:color .2s;display:inline-flex}.card-stack__open:hover{color:#fff}@media (max-width:768px){.card-stack-section{--cstk-card-w:360px;--cstk-card-h:240px;padding:72px 0 56px}}@media (max-width:480px){.card-stack-section{--cstk-card-w:280px;--cstk-card-h:200px}.cstk-card__title{font-size:16px}.cstk-card__desc{-webkit-line-clamp:2}}@media (prefers-reduced-motion:reduce){.cstk-card{transition:opacity .2s}}