.sky-container{position:fixed;top:0;left:0;width:100%;height:300px;pointer-events:none;z-index:48;overflow:hidden}.sky-gradient{width:100%;height:100%;background:linear-gradient(180deg,rgba(135,206,250,.15),rgba(176,224,230,.1) 50%,hsla(0,0%,100%,0));animation:skyPulse 10s ease-in-out infinite}@keyframes skyPulse{0%,to{opacity:1}50%{opacity:.8}}.clouds-container{position:fixed;top:0;left:0;width:100%;height:250px;pointer-events:none;z-index:49;overflow:hidden}.cloud{background:radial-gradient(ellipse at center,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.08) 50%,transparent 100%);opacity:.3;animation:cloudFloat 60s linear infinite;filter:blur(8px)}.cloud,.cloud:after,.cloud:before{position:absolute;border-radius:100px}.cloud:after,.cloud:before{content:"";background:radial-gradient(ellipse at center,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.1) 50%,transparent 100%);filter:blur(6px)}.cloud-1{width:100px;height:40px;top:20px;left:-150px;animation-duration:45s}.cloud-1:before{width:50px;height:40px;top:-15px;left:15px}.cloud-1:after{width:60px;height:30px;top:-10px;right:15px}.cloud-2{width:120px;height:45px;top:80px;left:-200px;animation-duration:55s;animation-delay:-15s}.cloud-2:before{width:60px;height:45px;top:-18px;left:20px}.cloud-2:after{width:70px;height:35px;top:-12px;right:20px}.cloud-3{width:90px;height:35px;top:140px;left:-180px;animation-duration:50s;animation-delay:-30s}.cloud-3:before{width:45px;height:35px;top:-12px;left:12px}.cloud-3:after{width:50px;height:25px;top:-8px;right:12px}.cloud-4{width:110px;height:42px;top:50px;left:-160px;animation-duration:48s;animation-delay:-20s}.cloud-5{width:80px;height:32px;top:110px;left:-140px;animation-duration:52s;animation-delay:-40s}@keyframes cloudFloat{0%{left:-200px;transform:translateY(0)}50%{transform:translateY(-15px)}to{left:110%;transform:translateY(0)}}.birds-container{position:fixed;top:0;left:0;width:100%;height:250px;pointer-events:none;z-index:49;overflow:hidden}.bird{position:absolute;animation:birdFly 30s ease-in-out infinite}.bird-svg{color:hsla(0,0%,100%,.4);filter:drop-shadow(0 1px 3px rgba(255,255,255,.2))}.bird-wings{animation:birdWingFlap .6s ease-in-out infinite;transform-origin:center}.bird-1{top:60px;left:-50px;animation-delay:0s}.bird-2{top:100px;left:-50px;animation-delay:-10s}.bird-2 .bird-svg{width:20px;height:14px}.bird-3{top:140px;left:-50px;animation-delay:-20s}.bird-3 .bird-svg{width:22px;height:15px}@keyframes birdFly{0%{left:-50px;transform:translateY(0)}25%{transform:translateY(-20px)}50%{transform:translateY(0)}75%{transform:translateY(-15px)}to{left:110%;transform:translateY(0)}}@keyframes birdWingFlap{0%,to{d:path("M 2 8 Q 6 4 12 8 Q 18 4 22 8")}50%{d:path("M 2 8 Q 6 10 12 8 Q 18 10 22 8")}}.smoke-trail{position:absolute;top:45px;left:-150px;display:flex;gap:15px;z-index:1}.smoke-puff{width:18px;height:18px;background:radial-gradient(circle,hsla(0,0%,78%,.6) 0,hsla(0,0%,100%,.3) 40%,transparent 70%);border-radius:50%;animation:smokeDrift 2s ease-out infinite}@keyframes smokeDrift{0%{transform:scale(.5) translateY(0);opacity:.8}to{transform:scale(2) translateY(-30px);opacity:0}}@keyframes flyLeftToRight{0%{left:-100%;opacity:0}3%{opacity:1}97%{opacity:1}to{left:110%;opacity:0}}@keyframes floatBobbing{0%,to{transform:translateY(0) translateX(0)}25%{transform:translateY(-12px) translateX(3px)}50%{transform:translateY(-8px) translateX(0)}75%{transform:translateY(-12px) translateX(-3px)}}.airplane-wrapper{position:absolute;top:50px;left:-100%;animation:flyLeftToRight 22s cubic-bezier(.4,0,.2,1) infinite;will-change:transform,left;transform:translateZ(0)}.airplane-wrapper.paused{animation-play-state:paused}.airplane-banner-content{display:flex;flex-direction:row;align-items:center;gap:0;animation:floatBobbing 3.5s ease-in-out infinite;transform-style:preserve-3d}.airplane-svg{filter:drop-shadow(0 8px 24px rgba(255,69,0,.6)) drop-shadow(0 4px 12px rgba(255,107,107,.4));animation:tilt 2.5s ease-in-out infinite;z-index:10;position:relative;transform-style:preserve-3d}.propeller{animation:spin .06s linear infinite;filter:blur(1px)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes tilt{0%,to{transform:rotate(-1.5deg) translateZ(0)}50%{transform:rotate(1.5deg) translateZ(0)}}.rope-container{position:relative;width:70px;height:3px;margin:0 8px;z-index:5}.rope-line{position:relative;width:100%;height:100%;display:flex;gap:2px}.rope-segment{flex:1;height:100%;background:linear-gradient(90deg,#555,#777 50%,#555);border-radius:2px;box-shadow:0 2px 4px rgba(0,0,0,.3);animation:ropeWave 1.2s ease-in-out infinite}@keyframes ropeWave{0%,to{transform:translateY(0) scaleY(1)}50%{transform:translateY(-2px) scaleY(.95)}}.banner-container{position:relative;z-index:8;animation:bannerFloat 2.5s ease-in-out infinite}@keyframes bannerFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-5px) rotate(-1deg)}}.banner-text{background:linear-gradient(135deg,#fff,#f8f9fa 25%,#fff 50%,#f1f3f5 75%,#fff);color:#6b21a8;padding:12px 32px;border-radius:16px;font-size:17px;font-weight:900;letter-spacing:2px;box-shadow:0 8px 32px rgba(124,58,237,.35),0 4px 16px rgba(139,92,246,.25),0 0 40px rgba(167,139,250,.2),inset 0 -3px 12px rgba(109,40,217,.15),inset 0 2px 8px hsla(0,0%,100%,.8);border:3px solid #7c3aed;white-space:nowrap;position:relative;overflow:visible;transform-style:preserve-3d}.banner-glow{position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;background:linear-gradient(135deg,rgba(139,92,246,.4),rgba(124,58,237,.3),rgba(167,139,250,.4));border-radius:18px;filter:blur(12px);opacity:.8;animation:glowPulse 2s ease-in-out infinite;z-index:-1}@keyframes glowPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.banner-text:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,rgba(124,58,237,.6) 20%,rgba(167,139,250,.8) 50%,rgba(124,58,237,.6) 80%,transparent);border-radius:16px 16px 0 0;animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%,to{opacity:.4;transform:translateX(-10px)}50%{opacity:1;transform:translateX(10px)}}.text-content{position:relative;z-index:2;background:linear-gradient(135deg,#6b21a8,#7c3aed 50%,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none;filter:drop-shadow(0 2px 8px rgba(107,33,168,.3));animation:textShine 4s ease-in-out infinite}@keyframes textShine{0%,to{filter:drop-shadow(0 2px 8px rgba(107,33,168,.3))}50%{filter:drop-shadow(0 2px 12px rgba(139,92,246,.5))}}.sparkle{position:absolute;font-size:14px;animation:sparkleFloat 3s ease-in-out infinite;opacity:0;z-index:3}.sparkle-1{top:-8px;left:15%;animation-delay:0s}.sparkle-2{top:-12px;right:20%;animation-delay:1s}.sparkle-3{bottom:-10px;left:50%;animation-delay:2s}@keyframes sparkleFloat{0%,to{opacity:0;transform:translateY(0) scale(0)}10%{opacity:1;transform:translateY(-5px) scale(1)}30%{opacity:.8;transform:translateY(-15px) scale(1.2)}50%{opacity:0;transform:translateY(-25px) scale(.8)}}@media (max-width:768px){.airplane-wrapper{top:35px}.airplane-svg svg{width:140px;height:70px}.banner-text{font-size:13px;padding:10px 24px}.rope-container{width:50px}.cloud{transform:scale(.7)}.smoke-puff{width:14px;height:14px}}@media (max-width:480px){.airplane-wrapper{top:25px}.airplane-svg svg{width:100px;height:50px}.banner-text{font-size:10px;padding:8px 18px;letter-spacing:1px}.rope-container{width:40px}.sparkle{font-size:10px}.bird-svg{width:18px;height:12px}}@media (prefers-reduced-motion:reduce){.airplane-banner-content,.airplane-wrapper,.banner-glow,.bird,.cloud,.propeller,.rope-segment,.smoke-puff,.sparkle,.text-content,.wing-left,.wing-right{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.airplane-banner-content,.airplane-svg,.airplane-wrapper,.banner-text,.bird,.cloud{will-change:transform;backface-visibility:hidden;perspective:1000px}