.carousel-section{min-height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 0;position:relative;overflow:hidden}.carousel-header{text-align:center;margin-bottom:60px;z-index:10;padding:0 20px}.carousel-instruction{font-family:var(--font-mono);font-size:.85rem;color:var(--text-muted);margin-top:16px;opacity:.7}.carousel-container{width:100%;max-width:none;position:relative;perspective:1500px;overflow-x:clip;overflow-y:visible}.carousel-stage{width:100%;height:500px;padding-bottom:100px;position:relative;overflow:visible;display:flex;justify-content:center;align-items:center}.carousel-track{position:relative;width:100%;height:100%;transform-style:preserve-3d}.carousel-card{position:absolute;width:500px;aspect-ratio:16/9;background:#141414e6;border:1px solid rgba(255,255,255,.15);border-radius:20px;overflow:hidden;transform-origin:center bottom;will-change:transform,opacity;backface-visibility:hidden;-webkit-backface-visibility:hidden;box-shadow:0 30px 80px #00000080;cursor:pointer;contain:layout style paint}.carousel-card img,.carousel-card video{width:100%;height:100%;object-fit:cover;display:block}.carousel-card .card-overlay{position:absolute;bottom:0;left:0;right:0;padding:20px;background:linear-gradient(transparent,#000000e6);pointer-events:none}.carousel-card .card-title{font-size:1rem;font-weight:600;color:#fff;margin-bottom:4px;text-transform:uppercase}.carousel-card .card-number{font-family:var(--font-mono);font-size:.75rem;color:var(--accent-glow)}.carousel-card.active{box-shadow:0 30px 80px #0009,0 0 40px #baf3;border-color:#bbaaff4d}.carousel-card.hidden{opacity:0;pointer-events:none}.carousel-hint{text-align:center;font-family:var(--font-mono);font-size:.85rem;color:var(--text-muted);margin-top:-180px;opacity:.6}.carousel-hint-desktop{display:block}.carousel-hint-mobile{display:none}@media(max-width:768px){.carousel-hint-desktop{display:none}.carousel-hint-mobile{display:block}}.next-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center}.next-section h3{font-size:2rem;margin-bottom:16px}.footer{padding:40px 20px;text-align:center;border-top:1px solid rgba(255,255,255,.05)}.footer-content{max-width:1200px;margin:0 auto;color:var(--text-muted);font-size:.9rem}.carousel-section.paused:after{content:"\23f8";position:absolute;top:20px;right:20px;font-size:1.5rem;opacity:.5}@media(max-width:768px){.carousel-stage{height:450px;padding-bottom:60px}.carousel-card{width:360px;aspect-ratio:10/9;box-shadow:0 20px 50px #00000080}.carousel-header{margin-bottom:30px}.carousel-header h2{font-size:2rem}.carousel-hint{margin-top:-40px}}@media(max-width:480px){.carousel-stage{height:400px;padding-bottom:40px}.carousel-card{width:300px;aspect-ratio:10/9}.carousel-header h2{font-size:1.5rem}.carousel-hint{margin-top:-40px}}
