:root{--bandai-red:#E60012;--bandai-dark-red:#C8000F;--bandai-blue:#00A0E9;--bandai-yellow:#FFF100;--bandai-black:#000000;--bandai-white:#FFFFFF;--bandai-gray:#F2F2F2;--bandai-text:#333333;--bandai-font:'Lato', sans-serif}.page-wrapper{max-width:100%;overflow-x:hidden}.page-header{background:linear-gradient(135deg,#020024,#090979,#00d4ff);background-size:200% 200%;animation:gradient-animation 15s ease infinite;color:#fff;padding:3rem 0;text-align:center;margin-bottom:3rem}@keyframes gradient-animation{0%{background-position:0}50%{background-position:100%}100%{background-position:0}}.page-header h1{font-size:2.5rem;margin-bottom:.5rem}.page-header h2{font-size:1.5rem;font-weight:400;margin-bottom:1rem}.page-description{max-width:800px;margin:0 auto;font-size:1.1rem;opacity:.9}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.cta-container{margin:0 auto;max-width:1200px;padding:0 20px}.bandai-cta{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 8px 30px rgba(0,0,0,.1);margin-bottom:2.5rem;transition:transform .3s ease,box-shadow .3s ease}.bandai-cta:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.bandai-cta-inner{display:flex;min-height:260px;position:relative}.bandai-cta-content{flex:1;padding:2.5rem;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center}.bandai-cta-title{color:var(--bandai-black);margin-bottom:1rem;line-height:1.2;position:relative}.bandai-cta-title::after{content:'';position:absolute;bottom:-10px;left:0;width:60px;height:3px;background-color:var(--bandai-red)}.bandai-cta-text{font-family:var(--bandai-font);font-size:1.1rem;margin-bottom:1.5rem;color:var(--bandai-text);line-height:1.6;max-width:85%}.bandai-cta-newsletter .bandai-cta-title{margin-top:0}.bandai-cta-newsletter .bandai-cta-image{width:170px;flex:1;max-width:300px}.bandai-cta-newsletter{margin-bottom:0;padding-bottom:0}.bandai-cta-image{flex:1;position:relative;overflow:hidden;min-height:260px}.bandai-cta-image img:not(.bandai-cta-latest-contained img){position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.bandai-cta:hover .bandai-cta-image img{transform:scale(1.05)}.bandai-cta-button{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 2rem;background-color:var(--bandai-red);color:var(--bandai-white);font-family:var(--bandai-font);font-size:1rem;font-weight:700;text-transform:uppercase;text-decoration:none;border-radius:4px;border:none;cursor:pointer;transition:background-color .3s ease,transform .2s ease;position:relative;overflow:hidden;z-index:1;min-width:160px}.bandai-cta-button:hover{background-color:var(--bandai-dark-red);transform:translateY(-2px)}.bandai-cta-button::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.2);transform:translateX(-100%);transition:transform .3s ease;z-index:-1}.bandai-cta-button:hover::after{transform:translateX(0)}.bandai-cta-button i{margin-left:8px;transition:transform .3s ease}.bandai-cta-button:hover i{transform:translateX(4px)}.ripple-effect{position:absolute;border-radius:50%;background-color:rgba(255,255,255,.4);transform:scale(0);animation:ripple .6s linear;pointer-events:none;z-index:0}@keyframes ripple{to{transform:scale(2.5);opacity:0}}.icon-animate{animation:bounce .4s ease}@keyframes bounce{0%,100%{transform:translateX(0)}50%{transform:translateX(5px)}}.bandai-cta-newsletter{background:linear-gradient(to right,#011e37,#153040)}.bandai-cta-newsletter .bandai-cta-title,.bandai-cta-newsletter .bandai-cta-text{color:var(--bandai-white)}.bandai-cta-newsletter .bandai-cta-title::after{background-color:var(--bandai-yellow)}.bandai-cta-newsletter .bandai-cta-inner{flex-direction:row-reverse}.bandai-cta-newsletter .bandai-cta-button{background-color:var(--bandai-yellow);color:var(--bandai-black)}.bandai-cta-newsletter .bandai-cta-button:hover{background-color:#f1e400}.bandai-message{padding:.8rem 1.2rem;border-radius:4px;margin-top:1rem;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease;font-weight:500}.bandai-message-visible{opacity:1;transform:translateY(0)}.bandai-message-success{background-color:rgba(76,175,80,.1);border-left:4px solid #4caf50;color:#1e6722}.bandai-message-error{background-color:rgba(244,67,54,.1);border-left:4px solid #f44336;color:#d32f2f}.bandai-cta-latest{background:linear-gradient(to right,#f9f9f9,#ffffff)}.bandai-cta-latest .bandai-cta-content{padding-left:3rem}.bandai-cta-latest .bandai-cta-title{color:var(--bandai-black)}.bandai-cta-latest .bandai-cta-text{color:#555}.bandai-cta-latest .bandai-cta-image::after{content:'';position:absolute;top:0;right:0;width:100%;height:100%;background:linear-gradient(to right,transparent,rgba(255,255,255,.1));z-index:1}.bandai-platforms{display:flex;align-items:center;margin-bottom:1.5rem}.bandai-platforms span{font-size:.9rem;margin-right:1rem;color:#777}.platform-icons{display:flex;align-items:center}.platform-icons img{height:24px;width:auto;margin-right:12px;opacity:.8;transition:opacity .2s ease}.platform-icons img:hover{opacity:1}.documentation{margin-top:4rem;padding:2rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.documentation h2{font-size:1.8rem;margin-bottom:1.5rem;color:var(--bandai-text);border-bottom:2px solid var(--bandai-red);padding-bottom:.5rem;display:inline-block}.doc-section{margin-bottom:2rem}.doc-section h3{font-size:1.4rem;margin-bottom:1rem;color:var(--bandai-text)}.doc-section h4{font-size:1.1rem;margin:1.5rem 0 .75rem;color:var(--bandai-text)}.doc-section p{margin-bottom:1rem;line-height:1.6}.doc-section ul{margin-left:1.5rem;margin-bottom:1rem}.doc-section li{margin-bottom:.5rem;line-height:1.6}.code-block{background-color:#f1f1f1;border-radius:4px;padding:1rem;margin:1rem 0;overflow-x:auto}.code-block pre{margin:0;font-family:monospace;font-size:.9rem;white-space:pre-wrap;line-height:1.5}.code-block code{color:#333}@media(max-width:992px){.bandai-cta-inner{flex-direction:column}.bandai-cta-newsletter .bandai-cta-inner{flex-direction:column}.bandai-cta-content{padding:2rem;order:2}.bandai-cta-image{order:1;min-height:200px}.bandai-cta-text{max-width:100%}.page-header h1{font-size:2rem}.page-header h2{font-size:1.3rem}}@media(max-width:576px){.bandai-cta-text{font-size:1rem}.bandai-cta-content{padding:1.5rem}.bandai-cta-button{width:100%;padding:.7rem 1.5rem}.page-header h1{font-size:1.8rem}.page-header h2{font-size:1.1rem}.page-description{font-size:.9rem}.documentation{padding:1.5rem 1rem}}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.bandai-cta{opacity:0;animation:fadeInUp .6s ease forwards;animation-delay:.2s}.bandai-cta-newsletter{animation-delay:.4s;border-radius:0!important}.bandai-cta-newsletter-enhanced{background:linear-gradient(135deg,#000428,#004e92);margin:4rem 0;border-radius:0;position:relative;overflow:visible;box-shadow:none}.bandai-cta-newsletter-enhanced::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url(https://www.bandainamcoent.asia/images/home/small-texture-pattern.png);opacity:.1;z-index:1}.bandai-cta-newsletter-enhanced .bandai-cta-inner{max-width:1200px;margin:0 auto;padding:0;min-height:320px}.bandai-cta-newsletter-enhanced .bandai-cta-content{padding:3rem;z-index:2;position:relative}.bandai-cta-newsletter-enhanced .bandai-cta-title{font-size:2.6rem;text-transform:uppercase;letter-spacing:1px;color:var(--bandai-white);font-weight:900}.bandai-cta-newsletter-enhanced .bandai-cta-title::after{background-color:var(--bandai-red);width:80px;height:4px;bottom:-15px}.bandai-cta-newsletter-enhanced .bandai-cta-text{color:rgba(255,255,255,.9);font-size:1.2rem;line-height:1.7;max-width:90%;margin-top:1rem}.bandai-cta-newsletter-enhanced .bandai-cta-button{background-color:var(--bandai-red);color:var(--bandai-white);font-size:1.1rem;padding:.9rem 2.2rem;border-radius:50px;transition:all .3s ease;margin-top:.5rem;box-shadow:0 4px 15px rgba(230,0,18,.3)}.bandai-cta-newsletter-enhanced .bandai-cta-button:hover{background-color:var(--bandai-yellow);color:var(--bandai-black);transform:translateY(-3px);box-shadow:0 8px 25px rgba(255,241,0,.4)}.bandai-cta-newsletter-enhanced .bandai-cta-image{flex:1;position:relative;display:flex;align-items:center;justify-content:center}.bandai-cta-newsletter-enhanced .bandai-cta-image img{position:relative;width:80%;height:auto;max-height:280px;object-fit:contain;transform:translateY(-15px);filter:drop-shadow(0 10px 20px rgba(0,0,0,.2))}.bandai-cta-newsletter-enhanced .bandai-logo-accent{position:absolute;bottom:1.5rem;right:2rem;width:120px;height:auto;opacity:.7;z-index:2}.bandai-cta-title .highlight{color:var(--bandai-yellow);position:relative;display:inline-block}.bandai-cta-title .highlight::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:6px;background-color:var(--bandai-red);transform:skewX(-15deg);z-index:-1}.bandai-cta-newsletter-variant{background:linear-gradient(to right,#222638,#0d1b3e);overflow:visible;border-radius:12px;padding:0}.bandai-cta-newsletter-variant .bandai-cta-inner{display:flex;flex-direction:row;align-items:center;padding:0}.bandai-cta-newsletter-variant .bandai-cta-content{padding:3rem;max-width:60%}.bandai-cta-newsletter-variant .bandai-cta-image{position:relative;min-height:unset;display:flex;align-items:center;justify-content:center;padding:2rem}.bandai-cta-newsletter-variant .bandai-cta-image img{position:relative;max-width:90%;height:auto;object-fit:contain;border-radius:8px;transform:rotate(3deg);box-shadow:0 15px 35px rgba(0,0,0,.3);transition:transform .5s cubic-bezier(.175,.885,.32,1.275)}.bandai-cta-newsletter-variant:hover .bandai-cta-image img{transform:rotate(0)scale(1.05)}.bandai-cta-newsletter-variant .bandai-cta-title{font-size:2.2rem;margin-bottom:1.5rem;color:var(--bandai-white)}.bandai-cta-newsletter-variant .bandai-cta-title::after{background-color:var(--bandai-red)}.bandai-cta-newsletter-variant .bandai-cta-text{color:rgba(255,255,255,.85)}.bandai-cta-newsletter-variant .bandai-cta-button{margin-top:1rem;background:linear-gradient(135deg,var(--bandai-red) 0%,#ff4747 100%);border-radius:5px;padding:.8rem 2rem;font-weight:700;letter-spacing:.5px;position:relative;overflow:hidden;z-index:1;transition:all .3s ease}.bandai-cta-newsletter-variant .bandai-cta-button::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--bandai-yellow) 0%,#ffea00 100%);z-index:-1;transition:transform .6s cubic-bezier(.19,1,.22,1);transform:scaleX(0);transform-origin:right}.bandai-cta-newsletter-variant .bandai-cta-button:hover{color:var(--bandai-black);transform:translateY(-2px)}.bandai-cta-newsletter-variant .bandai-cta-button:hover::before{transform:scaleX(1);transform-origin:left}.cta-full-width-wrapper{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;padding:0;overflow:hidden}.cta-full-width-wrapper .bandai-cta{margin-bottom:0;border-radius:0}@media(max-width:992px){.bandai-cta-newsletter-enhanced .bandai-cta-content,.bandai-cta-newsletter-variant .bandai-cta-content{max-width:100%;padding:2.5rem 2rem}.bandai-cta-newsletter-enhanced .bandai-cta-image img{max-height:220px}.bandai-cta-newsletter-enhanced .bandai-cta-title,.bandai-cta-newsletter-variant .bandai-cta-title{font-size:2rem}.bandai-cta-newsletter-variant .bandai-cta-image{padding:1.5rem}}@media(max-width:576px){.bandai-cta-newsletter-enhanced .bandai-cta-content,.bandai-cta-newsletter-variant .bandai-cta-content{padding:2rem 1.5rem}.bandai-cta-newsletter-enhanced .bandai-cta-title,.bandai-cta-newsletter-variant .bandai-cta-title{font-size:1.7rem}.bandai-cta-newsletter-enhanced .bandai-cta-image img{max-height:180px}.bandai-logo-accent{width:80px;bottom:1rem;right:1rem}}.bandai-cta-newsletter-light{background:linear-gradient(135deg,#f5f7fa,#e0e8ff);margin:4rem 0;border-radius:0;position:relative;overflow:visible;box-shadow:none}.bandai-cta-newsletter-light::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url(https://www.bandainamcoent.asia/images/home/small-texture-pattern.png);opacity:.05;z-index:1}.bandai-cta-newsletter-light .bandai-cta-inner{max-width:1200px;margin:0 auto;padding:0;min-height:320px}.bandai-cta-newsletter-light .bandai-cta-content{padding:3rem;z-index:2;position:relative}.bandai-cta-newsletter-light .bandai-cta-title{font-size:2.6rem;text-transform:uppercase;letter-spacing:1px;color:var(--bandai-black);font-weight:900}.bandai-cta-newsletter-light .bandai-cta-title::after{background-color:var(--bandai-red);width:80px;height:4px;bottom:-15px}.bandai-cta-newsletter-light .bandai-cta-text{color:#555;font-size:1.2rem;line-height:1.7;max-width:90%;margin-top:1rem}.bandai-cta-newsletter-light .bandai-cta-button{background:linear-gradient(135deg,var(--bandai-red) 0%,#ff4747 100%);color:var(--bandai-white);font-size:1.1rem;padding:.9rem 2.2rem;border-radius:50px;transition:all .3s ease;margin-top:.5rem;box-shadow:0 4px 15px rgba(230,0,18,.3)}.bandai-cta-newsletter-light .bandai-cta-button:hover{background:linear-gradient(135deg,var(--bandai-blue) 0%,#36c5ff 100%);transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,160,233,.4)}.bandai-cta-newsletter-light .bandai-cta-image{flex:1;position:relative;display:flex;align-items:center;justify-content:center}.bandai-cta-newsletter-light .bandai-cta-image img{position:relative;width:80%;height:auto;max-height:280px;object-fit:contain;transform:translateY(-15px);filter:drop-shadow(0 10px 20px rgba(0,0,0,.15))}.bandai-cta-newsletter-light .bandai-logo-accent{position:absolute;bottom:1.5rem;right:2rem;width:120px;height:auto;opacity:.6;z-index:2}.bandai-cta-newsletter-light .highlight{color:var(--bandai-blue)}.bandai-cta-newsletter-light .highlight::after{background-color:var(--bandai-red);height:4px}.bandai-cta-latest-enhanced{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:12px;overflow:hidden;position:relative}.bandai-cta-latest-enhanced::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url(https://www.bandainamcoent.asia/images/home/small-texture-pattern.png);opacity:.1;z-index:1}.bandai-cta-latest-enhanced .bandai-cta-inner{display:flex;min-height:400px;position:relative;z-index:2}.bandai-cta-latest-enhanced .bandai-cta-content{flex:1;padding:3rem;z-index:2;position:relative;display:flex;flex-direction:column;justify-content:center}.bandai-cta-latest-enhanced .bandai-cta-title{font-size:2.5rem;font-weight:900;text-transform:uppercase;color:var(--bandai-white);margin-bottom:1.5rem;line-height:1.2;position:relative}.bandai-cta-latest-enhanced .bandai-cta-title::after{display:none}.bandai-cta-latest-enhanced .bandai-cta-game-logo{margin-bottom:1.5rem;max-width:250px}.bandai-cta-latest-enhanced .bandai-cta-game-logo img{width:100%;height:auto;filter:drop-shadow(0 5px 15px rgba(0,0,0,.3))}.bandai-cta-latest-enhanced .bandai-cta-text{color:rgba(255,255,255,.9);font-size:1.2rem;margin-bottom:2rem;line-height:1.6;max-width:85%}.bandai-cta-latest-enhanced .bandai-cta-image{flex:1.2;position:relative;overflow:hidden}.bandai-cta-latest-enhanced .bandai-cta-image img{position:absolute;top:0;right:0;width:120%;height:100%;object-fit:cover;transform:translateX(10%);transition:transform .6s cubic-bezier(.215,.61,.355,1)}.bandai-cta-latest-enhanced:hover .bandai-cta-image img{transform:translateX(5%)scale(1.05)}.bandai-cta-latest-enhanced .release-date{display:inline-block;background-color:rgba(255,255,255,.1);padding:.5rem 1rem;border-radius:4px;color:var(--bandai-yellow);font-weight:700;margin-bottom:1.5rem;font-size:.9rem;letter-spacing:1px;border-left:3px solid var(--bandai-yellow)}.bandai-cta-latest-enhanced .bandai-platforms{margin-bottom:2rem}.bandai-cta-latest-enhanced .bandai-platforms span{color:rgba(255,255,255,.7);font-size:.9rem;display:block;margin-bottom:.8rem}.bandai-cta-latest-enhanced .platform-icons{display:flex;gap:1rem}.bandai-cta-latest-enhanced .platform-icons img{height:30px;filter:brightness(0)invert(1);opacity:.8;transition:all .3s ease}.bandai-cta-latest-enhanced .platform-icons img:hover{opacity:1;transform:translateY(-3px)}.bandai-cta-latest-enhanced .cta-actions{display:flex;gap:1rem;flex-wrap:wrap}.bandai-cta-latest-enhanced .bandai-cta-button{padding:.9rem 2rem;border-radius:4px;font-weight:700;letter-spacing:.5px;display:inline-flex;align-items:center;gap:.5rem}.bandai-cta-latest-enhanced .bandai-cta-button.primary{background-color:var(--bandai-yellow);color:var(--bandai-black)}.bandai-cta-latest-enhanced .bandai-cta-button.primary:hover{background-color:#ffe600;transform:translateY(-3px)}.bandai-cta-latest-enhanced .bandai-cta-button.secondary{background-color:initial;color:var(--bandai-white);border:1px solid rgba(255,255,255,.3)}.bandai-cta-latest-enhanced .bandai-cta-button.secondary:hover{background-color:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5);transform:translateY(-3px)}@media(max-width:992px){.bandai-cta-newsletter .bandai-cta-image{width:170px;flex:1;max-width:300px;opacity:.1;position:absolute}.bandai-cta-newsletter-light .bandai-cta-title,.bandai-cta-latest-enhanced .bandai-cta-title{font-size:2rem}.bandai-cta-latest-enhanced .bandai-cta-inner{flex-direction:column-reverse;min-height:auto}.bandai-cta-latest-enhanced .bandai-cta-image{height:250px}.bandai-cta-latest-enhanced .bandai-cta-image img{position:absolute;width:100%;transform:translateX(0)}.bandai-cta-latest-enhanced .bandai-cta-text{max-width:100%}.bandai-cta-latest-enhanced .cta-actions{flex-direction:column;gap:.8rem}.bandai-cta-latest-enhanced .bandai-cta-button{width:100%;justify-content:center}}@media(max-width:576px){.bandai-cta-newsletter-light .bandai-cta-title,.bandai-cta-latest-enhanced .bandai-cta-title{font-size:1.7rem}.bandai-cta-latest-enhanced .bandai-cta-content{padding:2rem 1.5rem}.bandai-cta-latest-enhanced .bandai-cta-image{height:200px}.bandai-cta-latest-enhanced .bandai-cta-game-logo{max-width:180px}}.bandai-cta-latest-contained{background:linear-gradient(to right,#f9f9f9,#ffffff);border:1px solid #eaeaea;border-radius:12px;overflow:hidden;padding:0}.bandai-cta-latest-contained .bandai-cta-inner{display:flex;min-height:300px;position:relative;padding:0}.bandai-cta-latest-contained .bandai-cta-content{flex:1.2;padding:2.5rem;position:relative;z-index:2}.bandai-cta-latest-contained .bandai-cta-title{font-weight:800;color:var(--bandai-black);margin-bottom:32px;line-height:1.2;position:relative;margin-top:0}.bandai-cta-latest-contained .bandai-cta-title::after{content:'';position:absolute;bottom:-10px;left:0;width:60px;height:3px;background-color:var(--bandai-red)}.bandai-cta-latest-contained .bandai-cta-text{color:#555;font-size:1.1rem;margin-bottom:1.5rem;line-height:1.6}.bandai-cta-latest-contained .bandai-cta-image{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.bandai-cta-latest-contained .bandai-cta-image img{width:100%;height:auto;max-height:280px;object-fit:contain;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .5s ease,box-shadow .5s ease}.bandai-cta-latest-contained .bandai-platforms{margin-bottom:1.5rem}.bandai-cta-latest-contained .bandai-platforms span{font-size:.9rem;color:#666;display:block;margin-bottom:.5rem}.bandai-cta-latest-contained .platform-icons{display:flex;gap:.8rem}.bandai-cta-latest-contained .platform-icons img{height:24px;opacity:.75;transition:opacity .3s ease,transform .3s ease}.bandai-cta-latest-contained .platform-icons img:hover{opacity:1;transform:translateY(-3px)}.bandai-cta-latest-contained .bandai-cta-button{background-color:var(--bandai-blue);color:var(--bandai-white);padding:.8rem 2rem;border-radius:30px;font-weight:700;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.bandai-cta-latest-contained .bandai-cta-button:hover{background-color:var(--bandai-red);transform:translateY(-3px);box-shadow:0 5px 15px rgba(230,0,18,.2)}.bandai-cta-latest-contained .bandai-cta-button i{font-size:.9rem}.bandai-cta-latest-enhanced-contained{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:16px;overflow:hidden;position:relative;padding:2rem}.bandai-cta-latest-enhanced-contained::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url(https://www.bandainamcoent.asia/images/home/small-texture-pattern.png);opacity:.05;z-index:1}.bandai-cta-latest-enhanced-contained .bandai-cta-inner{display:flex;position:relative;z-index:2;gap:2rem;align-items:center}.bandai-cta-latest-enhanced-contained .bandai-cta-content{flex:1.3;padding:1rem}.bandai-cta-latest-enhanced-contained .bandai-cta-game-logo{margin-bottom:1.5rem;max-width:220px}.bandai-cta-latest-enhanced-contained .bandai-cta-game-logo img{width:100%;height:auto;filter:drop-shadow(0 5px 15px rgba(0,0,0,.3))}.bandai-cta-latest-enhanced-contained .bandai-cta-title{font-size:2.2rem;font-weight:900;text-transform:uppercase;color:var(--bandai-white);margin-bottom:1rem;line-height:1.2}.bandai-cta-latest-enhanced-contained .bandai-cta-text{color:rgba(255,255,255,.9);font-size:1.1rem;margin-bottom:1.5rem;line-height:1.6}.bandai-cta-latest-enhanced-contained .release-date{display:inline-block;background-color:rgba(255,255,255,.1);padding:.4rem .8rem;border-radius:4px;color:var(--bandai-yellow);font-weight:700;margin-bottom:1.2rem;font-size:.9rem;letter-spacing:1px;border-left:3px solid var(--bandai-yellow)}.bandai-cta-latest-enhanced-contained .bandai-cta-image{flex:1;display:flex;align-items:center;justify-content:center}.bandai-cta-latest-enhanced-contained .bandai-cta-image img{width:100%;max-width:100%;height:auto;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.25);transform:perspective(1e3px)rotateY(-5deg);transition:all .5s cubic-bezier(.175,.885,.32,1.275)}.bandai-cta-latest-enhanced-contained:hover .bandai-cta-image img{transform:perspective(1e3px)rotateY(0)translateY(-10px);box-shadow:0 20px 50px rgba(0,0,0,.3)}.bandai-cta-latest-enhanced-contained .cta-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}.bandai-cta-latest-enhanced-contained .bandai-platforms{margin-bottom:1rem}.bandai-cta-latest-enhanced-contained .bandai-platforms span{color:rgba(255,255,255,.7);font-size:.85rem;display:block;margin-bottom:.5rem}.bandai-cta-latest-enhanced-contained .platform-icons{display:flex;gap:1rem}.bandai-cta-latest-enhanced-contained .platform-icons img{height:24px;filter:brightness(0)invert(1);opacity:.8;transition:all .3s ease}.bandai-cta-latest-enhanced-contained .platform-icons img:hover{opacity:1;transform:translateY(-3px)}.bandai-cta-latest-enhanced-contained .bandai-cta-button{padding:.8rem 1.8rem;border-radius:4px;font-weight:700;letter-spacing:.5px;display:inline-flex;align-items:center;gap:.5rem}.bandai-cta-latest-enhanced-contained .bandai-cta-button.primary{background-color:var(--bandai-yellow);color:var(--bandai-black)}.bandai-cta-latest-enhanced-contained .bandai-cta-button.primary:hover{background-color:#ffe600;transform:translateY(-3px)}.bandai-cta-latest-enhanced-contained .bandai-cta-button.secondary{background-color:initial;color:var(--bandai-white);border:1px solid rgba(255,255,255,.3)}.bandai-cta-latest-enhanced-contained .bandai-cta-button.secondary:hover{background-color:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5);transform:translateY(-3px)}@media(max-width:992px){.bandai-cta-latest-contained .bandai-cta-inner,.bandai-cta-latest-enhanced-contained .bandai-cta-inner{flex-direction:column}.bandai-cta-latest-contained .bandai-cta-content,.bandai-cta-latest-enhanced-contained .bandai-cta-content{order:2;padding:2rem 1.5rem}.bandai-cta-latest-contained .bandai-cta-image,.bandai-cta-latest-enhanced-contained .bandai-cta-image{order:1;padding:2rem 2rem 0}.bandai-cta-latest-enhanced-contained .bandai-cta-game-logo{max-width:180px}.bandai-cta-latest-enhanced-contained .cta-actions{flex-direction:column;gap:.8rem}.bandai-cta-latest-enhanced-contained .bandai-cta-button{width:100%;justify-content:center}}@media(max-width:576px){.bandai-cta-latest-contained .bandai-cta-image,.bandai-cta-latest-enhanced-contained .bandai-cta-image{padding:1.5rem 1.5rem 0}.bandai-cta-latest-contained .bandai-cta-content,.bandai-cta-latest-enhanced-contained .bandai-cta-content{padding:1.5rem}.bandai-cta-latest-enhanced-contained{padding:1.5rem}}