.page-module__sBJAKq__container{color:#fff;background-color:#0a0a0a;min-height:100vh;overflow-x:hidden}.page-module__sBJAKq__hero{text-align:center;background:radial-gradient(circle,#2a1a0a 0%,#000 100%);flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.page-module__sBJAKq__heroBackground{opacity:.3;filter:blur(10px);z-index:0;background-image:url(/assets/images/al/Logo.png);background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.page-module__sBJAKq__heroContent{z-index:10;text-align:left;flex-direction:row;justify-content:space-between;align-items:center;gap:4rem;max-width:1200px;padding:0 20px;animation:6s ease-in-out infinite page-module__sBJAKq__float;display:flex;position:relative}.page-module__sBJAKq__heroTextContent{opacity:0;flex-direction:column;flex:1;align-items:flex-start;gap:1rem;animation:1s ease-out forwards page-module__sBJAKq__fadeInUp;display:flex}.page-module__sBJAKq__gameLogo{filter:drop-shadow(0 0 20px #ffa50080);opacity:0;flex:1;width:100%;max-width:600px;height:auto;margin-top:0;animation:1s ease-out .3s forwards page-module__sBJAKq__fadeInUp}.page-module__sBJAKq__heroTitle{letter-spacing:4px;text-transform:uppercase;color:orange;margin-top:1rem;font-size:1.5rem;font-weight:300}.page-module__sBJAKq__heroSubtitle{background:linear-gradient(90deg,#fff,orange);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:3rem;font-weight:800}.page-module__sBJAKq__heroLogo{width:auto;height:250px}.page-module__sBJAKq__partnershipBadge{align-items:center;gap:1rem;margin-top:2rem;display:flex}.page-module__sBJAKq__partnerLogo{object-fit:contain;width:auto;height:20px}.page-module__sBJAKq__xDivider{color:#e0e0e0;font-size:1rem;font-weight:300}.page-module__sBJAKq__section{max-width:1400px;margin:0 auto;padding:8rem 2rem}.page-module__sBJAKq__aboutGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.page-module__sBJAKq__sectionTitle{color:#fff;margin-bottom:1.5rem;font-size:3rem;font-weight:700}.page-module__sBJAKq__sectionText{color:#ccc;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.page-module__sBJAKq__highlightText{color:orange;font-weight:600}.page-module__sBJAKq__charactersSection{background:linear-gradient(#0a0a0a,#1a1005,#0a0a0a);padding:8rem 2rem}.page-module__sBJAKq__characterGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:4rem;display:grid}.page-module__sBJAKq__characterCard{perspective:1000px;cursor:pointer;background-color:#0000;width:100%;height:400px}.page-module__sBJAKq__cardInner{text-align:center;width:100%;height:100%;transform-style:preserve-3d;transition:transform .8s;position:relative}.page-module__sBJAKq__characterCard:hover .page-module__sBJAKq__cardInner{transform:rotateY(180deg)}.page-module__sBJAKq__cardFront,.page-module__sBJAKq__cardBack{backface-visibility:hidden;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}.page-module__sBJAKq__cardFront{background-color:#0000}.page-module__sBJAKq__cardBack{transform:rotateY(180deg)}.page-module__sBJAKq__emblemImage{object-fit:contain;width:80%;height:auto;margin-bottom:1rem}.page-module__sBJAKq__skillImage{border-radius:10px}.page-module__sBJAKq__characterName{color:#fff;text-transform:uppercase;letter-spacing:2px;font-size:1.8rem;font-weight:700}.page-module__sBJAKq__videoSection{text-align:center;background:#0a0a0a;padding:8rem 2rem}.page-module__sBJAKq__videoContainer{border:1px solid #ffffff1a;border-radius:20px;max-width:550px;margin:4rem auto 0;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080}.page-module__sBJAKq__video{width:100%;height:auto;display:block}.page-module__sBJAKq__featuresGrid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem;display:grid}.page-module__sBJAKq__featureCard{text-align:center;background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;padding:2rem}.page-module__sBJAKq__featureIcon{margin-bottom:1.5rem;font-size:2.5rem;display:block}.page-module__sBJAKq__featureTitle{color:orange;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.page-module__sBJAKq__featureDesc{color:#aaa;font-size:.9rem;line-height:1.6}.page-module__sBJAKq__ctaSection{text-align:center;padding:8rem 2rem;position:relative;overflow:hidden}.page-module__sBJAKq__ctaVideo{z-index:0;object-fit:cover;width:auto;min-width:100%;height:auto;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page-module__sBJAKq__ctaOverlay{z-index:1;background:#000000d9;width:100%;height:100%;position:absolute;top:0;left:0}.page-module__sBJAKq__ctaContent{z-index:2;max-width:800px;margin:0 auto;position:relative}.page-module__sBJAKq__button{color:#000;text-transform:uppercase;letter-spacing:1px;background:orange;border-radius:50px;margin-top:2rem;padding:1rem 2.5rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.page-module__sBJAKq__button:hover{background:#fff;transform:scale(1.05);box-shadow:0 0 20px #ffa50066}@keyframes page-module__sBJAKq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes page-module__sBJAKq__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1123px){.page-module__sBJAKq__hero{height:auto;padding:5rem 0}.page-module__sBJAKq__heroContent{text-align:center;flex-direction:column;align-items:center;gap:2rem;padding:0 16px}.page-module__sBJAKq__heroTextContent{order:0;align-items:center;max-width:900px}.page-module__sBJAKq__gameLogo{opacity:1;order:1;width:420px;max-width:80%;height:auto;margin-top:0;animation-delay:0s}.page-module__sBJAKq__heroSubtitle{font-size:2.4rem}}@media (max-width:768px){.page-module__sBJAKq__heroContent{text-align:center;flex-direction:column;gap:3rem}.page-module__sBJAKq__heroTextContent{align-items:center}.page-module__sBJAKq__aboutGrid,.page-module__sBJAKq__featuresGrid{grid-template-columns:1fr}.page-module__sBJAKq__heroSubtitle{font-size:2rem}}
