.product-showcase{padding:2rem 0}.showcase-container{position:relative;max-width:1000px;margin:0 auto}.showcase-track{display:flex;justify-content:center;align-items:center;height:500px;position:relative}.showcase-slide{position:absolute;width:100%;opacity:0;transition:var(--transition-smooth);transform:scale(.9) translateX(50px);pointer-events:none}.showcase-slide.active{opacity:1;transform:scale(1) translateX(0);pointer-events:auto;z-index:2}.showcase-slide.prev{opacity:.3;transform:scale(.8) translateX(-100px);z-index:1}.slide-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;padding:2rem;border-radius:24px;align-items:center}.slide-image-container{position:relative;height:300px;background:var(--bg-secondary);border-radius:16px;overflow:hidden;border:1px solid var(--glass-border)}.mockup-fallback{display:flex;padding:1rem;z-index:1}.mockup-fallback,.slide-image{position:absolute;top:0;left:0;width:100%;height:100%}.slide-image{object-fit:cover;z-index:2;transition:transform .5s ease}.showcase-slide:hover .slide-image{transform:scale(1.05)}.image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.6) 0,transparent 70%);z-index:3}.mockup-ui{width:100%;height:100%;display:flex;flex-direction:column;gap:1rem}.mockup-nav{height:10px;width:40%;background:var(--glass-border);border-radius:5px}.mockup-chart{flex:1 1;background:linear-gradient(0deg,var(--accent-primary) 0,transparent 80%);opacity:.2;border-radius:8px}.mockup-stats{display:flex;gap:.5rem}.mockup-stats div{flex:1 1;height:40px}.mockup-list div,.mockup-stats div{background:var(--glass-bg);border-radius:4px}.mockup-list div{height:20px;width:100%;margin-bottom:.5rem}.mockup-graph{flex:1 1;background:linear-gradient(90deg,var(--accent-secondary) 0,transparent 100%);opacity:.2;border-radius:8px}.mockup-form{height:50px;background:var(--glass-bg);border-radius:8px}.slide-info h3{font-size:1.8rem;margin-bottom:.5rem}.slide-info p{color:var(--text-muted);line-height:1.6}.slide-bits{list-style:none;padding:0;margin-top:1.5rem;display:flex;flex-direction:column;gap:.8rem}.slide-bits li{display:flex;align-items:center;gap:.8rem;color:var(--text-main);font-size:.95rem;opacity:.9}.bit-check{color:var(--accent-primary);font-weight:700}.showcase-controls{position:absolute;top:50%;width:110%;left:-5%;display:flex;justify-content:space-between;transform:translateY(-50%);z-index:3}.control-btn{width:50px;height:50px;border-radius:50%;background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);color:var(--text-main);font-size:1.5rem;align-items:center}.control-btn,.showcase-dots{display:flex;justify-content:center}.showcase-dots{gap:.5rem;margin-top:2rem}.dot{width:8px;height:8px;border-radius:50%;background:var(--glass-border);transition:var(--transition-smooth)}.dot.active{width:24px;border-radius:4px;background:var(--accent-primary)}@media (max-width:768px){.slide-content{grid-template-columns:1fr}.showcase-track{height:700px}}