.stage-platform{position:absolute;bottom:0;left:50%;transform:translateX(-50%) rotateX(60deg);width:300px;height:200px;background:linear-gradient(135deg,rgba(255,0,0,.2) 0%,rgba(0,0,0,.8) 100%);border:2px solid rgba(255,0,0,.3);border-radius:20px;box-shadow:0 0 50px rgba(255,0,0,.3);animation:stageFloat 15s ease-in-out infinite}.stage-lights{position:absolute;top:20%;left:0;right:0;height:60%;display:flex;justify-content:space-around;align-items:center}.stage-light{width:8px;height:8px;background:radial-gradient(circle,#f00 0%,transparent 70%);border-radius:50%;animation:lightPulse 3s ease-in-out infinite;box-shadow:0 0 20px rgba(255,0,0,.8)}.stage-light:nth-child(1){animation-delay:0s}.stage-light:nth-child(2){animation-delay:.5s}.stage-light:nth-child(3){animation-delay:1s}.stage-light:nth-child(4){animation-delay:1.5s}.stage-light:nth-child(5){animation-delay:2s}.stage-curtains{position:absolute;top:0;left:0;right:0;height:100%;display:flex;justify-content:space-between}.stage-curtain{width:60px;height:100%;background:linear-gradient(90deg,rgba(255,0,0,.3) 0%,rgba(0,0,0,.8) 100%);border-radius:30px 0 0 30px}.stage-curtain:last-child{border-radius:0 30px 30px 0;background:linear-gradient(90deg,rgba(0,0,0,.8) 0%,rgba(255,0,0,.3) 100%)}.stage-spotlight{position:absolute;top:10%;left:50%;transform:translateX(-50%);width:200px;height:100px;background:conic-gradient(from 0deg,transparent 0deg,rgba(255,0,0,.1) 90deg,transparent 180deg,rgba(255,0,0,.1) 270deg,transparent 360deg);border-radius:50%}.exhibition-stands{position:absolute;bottom:20%;left:50%;transform:translateX(-50%);display:flex;gap:40px;z-index:5}.stand{display:flex;flex-direction:column;align-items:center}.stand-top{width:60px;height:60px;background:linear-gradient(135deg,rgba(255,0,0,.9) 0%,rgba(0,0,0,.8) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,0,0,.5);box-shadow:0 0 30px rgba(255,0,0,.6);margin-bottom:10px}.stand-top i{color:#fff;font-size:1.5rem}.stand-body{width:80px;height:40px;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,rgba(0,0,0,.6) 100%);border:1px solid rgba(255,0,0,.3);border-radius:10px;box-shadow:0 0 20px rgba(255,0,0,.4)}.event-elements{position:absolute;top:30%;right:20%;z-index:4}.event-banner{background:linear-gradient(135deg,rgba(255,0,0,.8) 0%,rgba(0,0,0,.9) 100%);padding:15px 25px;border-radius:25px;border:2px solid rgba(255,0,0,.5);box-shadow:0 0 30px rgba(255,0,0,.5);margin-bottom:30px}.event-banner span{color:#fff;font-size:1.2rem;font-weight:700;letter-spacing:2px}.event-podium{display:flex;flex-direction:column;align-items:center}.podium-top{width:100px;height:20px;background:linear-gradient(135deg,rgba(255,0,0,.6) 0%,rgba(0,0,0,.8) 100%);border:1px solid rgba(255,0,0,.4);border-radius:10px;margin-bottom:5px}.podium-base{width:120px;height:15px;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,rgba(0,0,0,.7) 100%);border:1px solid rgba(255,0,0,.3);border-radius:8px}.stage-particles{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.stage-particles .particle{position:absolute;width:6px;height:6px;background:radial-gradient(circle,rgba(255,0,0,.8) 0%,transparent 70%);border-radius:50%;animation:particleFloat 25s ease-in-out infinite}.stage-particles .particle:nth-child(1){top:20%;left:15%;animation-delay:0s}.stage-particles .particle:nth-child(2){top:60%;left:25%;animation-delay:5s}.stage-particles .particle:nth-child(3){top:40%;right:20%;animation-delay:10s}.stage-particles .particle:nth-child(4){top:80%;right:30%;animation-delay:15s}.stage-particles .particle:nth-child(5){top:30%;left:60%;animation-delay:20s}.carousel-slide.prev{transform:translateX(-100%)}@media (max-width:1200px){.stage-platform{width:250px;height:170px}}@media (max-width:768px){.exhibition-stands{gap:25px;bottom:15%}.stand-top{width:50px;height:50px}.stand-body{width:65px;height:35px}.event-elements{top:25%;right:15%}.event-banner{padding:12px 20px}.event-banner span{font-size:1rem}.podium-top{width:80px;height:15px}.podium-base{width:100px;height:12px}}.cta-btn.secondary{background:rgba(255,255,255,.05);color:#fff;border:2px solid rgba(255,255,255,.2);backdrop-filter:blur(10px)}.cta-btn.secondary:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.4);transform:translateY(-3px)}