*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.3);z-index:2}.hero-content{position:relative;z-index:3;text-align:center;color:white;padding:20px}.hero-title{font-size:4rem;font-weight:900;text-transform:uppercase;margin-bottom:20px;text-shadow:2px 2px 8px rgba(0,0,0,0.5);background:linear-gradient(135deg,#0052D4,#C73E3E,#4CAF50);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:2px}.hero-tagline{font-size:1.5rem;margin-bottom:40px;text-shadow:1px 1px 4px rgba(0,0,0,0.5);max-width:800px;margin-left:auto;margin-right:auto}.store-buttons{display:flex;gap:20px;justify-content:center;align-items:center;flex-wrap:wrap}.store-btn{height:60px;width:auto;transition:transform 0.3s ease;cursor:pointer}.store-btn:hover{transform:scale(1.05)}.game-info{padding:80px 0;background:transparent}.game-info-grid{display:flex;gap:60px;align-items:center}.character-video-wrapper{flex:0 0 550px}.character-video{width:100%;height:auto;display:block}.game-info-content{flex:1}.game-icon{width:90px;height:90px;margin-bottom:20px;border-radius:20px;box-shadow:0 4px 15px rgba(0,0,0,0.2)}.bounce{animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-15px)}}.game-title{font-size:2.5rem;font-weight:800;margin-bottom:20px;background:linear-gradient(135deg,#0052D4,#C73E3E);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.game-description{margin-bottom:30px}.game-description p{font-size:1.1rem;line-height:1.8;margin-bottom:15px;color:#555}.game-highlights{padding:80px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.section-title{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:50px;background:linear-gradient(135deg,#0052D4,#C73E3E);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-title-white{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:50px;color:white;text-shadow:2px 2px 4px rgba(0,0,0,0.3)}.highlights-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.highlight-card{background:white;padding:40px;border-radius:20px;text-align:center;box-shadow:0 4px 15px rgba(0,0,0,0.1);transition:transform 0.3s ease,box-shadow 0.3s ease}.highlight-card:hover{transform:scale(1.05);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.highlight-icon{font-size:3rem;margin-bottom:15px}.highlight-number{font-size:1.8rem;font-weight:800;color:#0052D4;margin-bottom:10px}.highlight-label{font-size:1rem;color:#666;text-transform:uppercase;letter-spacing:1px}.features{padding:80px 0;background:linear-gradient(135deg,#0052D4,#C73E3E);position:relative;overflow:hidden}.features::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,0.15) 1px,transparent 1px);background-size:30px 30px;z-index:1}.features .container{position:relative;z-index:2}.features-content{display:flex;gap:4rem;align-items:stretch}.feature-image-wrapper{flex:1;display:flex;align-items:stretch}.feature-image{width:100%;height:100%;object-fit:cover;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,0.3);aspect-ratio:16/9}.feature-list{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.feature-item{flex:1;background:rgba(255,255,255,0.15);backdrop-filter:blur(10px);padding:25px;border-radius:15px;border:1px solid rgba(255,255,255,0.2);transition:transform 0.3s ease,background 0.3s ease}.feature-item:hover{transform:translateX(10px);background:rgba(255,255,255,0.25)}.feature-item p{font-size:1.05rem;color:white;margin:0;line-height:1.6}.how-to-play{padding:80px 0;background:white}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.step{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:40px 30px;border-radius:20px;text-align:center;box-shadow:0 4px 15px rgba(0,0,0,0.1);transition:transform 0.3s ease,box-shadow 0.3s ease}.step:hover{transform:translateY(-10px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.step-number{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#0052D4,#C73E3E);color:white;font-size:2rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.step h3{font-size:1.3rem;font-weight:700;margin-bottom:15px;color:#333}.step p{font-size:1rem;color:#666;line-height:1.6}.screenshots{padding:80px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.screenshots-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}.screenshots-grid a{display:block;cursor:pointer}.screenshot-img{width:100%;aspect-ratio:9/16;object-fit:cover;border-radius:15px;box-shadow:0 4px 15px rgba(0,0,0,0.1);transition:transform 0.3s ease,box-shadow 0.3s ease}.screenshot-img:hover{transform:scale(1.05);box-shadow:0 8px 25px rgba(0,0,0,0.2)}.reviews{padding:80px 0;background:white}.reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;max-width:900px;margin:0 auto}.review-card{background:white;padding:40px;border-radius:20px;text-align:center;border:2px solid #e9ecef;box-shadow:0 4px 15px rgba(0,0,0,0.05);transition:transform 0.3s ease,box-shadow 0.3s ease}.review-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.1)}.review-card h3{font-size:1.5rem;font-weight:700;margin-bottom:20px;color:#333}.rating-stars{font-size:2rem;color:#FFD700;margin-bottom:10px}.rating-number{font-size:2.5rem;font-weight:800;color:#0052D4;margin-bottom:10px}.review-count{font-size:1rem;color:#666;margin-bottom:20px}.view-store{display:inline-block;padding:12px 30px;background:linear-gradient(135deg,#0052D4,#C73E3E);color:white;text-decoration:none;border-radius:25px;font-weight:600;transition:transform 0.3s ease}.view-store:hover{transform:scale(1.05)}.faq{padding:80px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.faq-list{max-width:900px;margin:0 auto}.faq-item{background:white;margin-bottom:20px;border-radius:15px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.05);transition:box-shadow 0.3s ease}.faq-item:hover{box-shadow:0 6px 20px rgba(0,0,0,0.1)}.faq-question{width:100%;padding:25px 30px;background:white;border:none;text-align:left;font-size:1.2rem;font-weight:700;color:#333;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background 0.3s ease}.faq-question:hover{background:#f8f9fa}.faq-icon{font-size:1.5rem;font-weight:400;color:#0052D4;transition:transform 0.3s ease}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease}.faq-item.active .faq-answer{max-height:500px}.faq-answer p{padding:0 30px 25px;font-size:1.05rem;line-height:1.8;color:#555}.final-cta{padding:100px 0;background:linear-gradient(135deg,#0052D4,#C73E3E);text-align:center;position:relative;overflow:hidden}.final-cta::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,0.15) 1px,transparent 1px);background-size:30px 30px;z-index:1}.final-cta .container{position:relative;z-index:2}.cta-icon{width:120px;height:120px;margin:0 auto 30px;border-radius:25px;box-shadow:0 8px 25px rgba(0,0,0,0.3)}.cta-title{font-size:2.5rem;font-weight:800;color:white;margin-bottom:40px;text-shadow:2px 2px 4px rgba(0,0,0,0.3)}@media (max-width:1024px){.hero-title{font-size:3rem}.game-info-grid{flex-direction:column}.character-video-wrapper{flex:1;max-width:100%}.features-content{flex-direction:column;gap:2rem}.feature-image{aspect-ratio:16/9}.steps-grid{grid-template-columns:repeat(2,1fr)}.screenshots-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.highlights-grid{grid-template-columns:1fr}}@media (max-width:768px){.hero-title{font-size:2rem}.hero-tagline{font-size:1.1rem}.store-buttons{flex-direction:column}.store-btn{height:50px}.game-title{font-size:2rem}.section-title,.section-title-white{font-size:2rem}.steps-grid{grid-template-columns:1fr}.screenshots-grid{grid-template-columns:1fr}.reviews-grid{grid-template-columns:1fr}.cta-title{font-size:1.8rem}.feature-list{gap:0.8rem}.feature-item{padding:20px}.feature-item p{font-size:0.95rem}}html{background-color:#050608 !important}body{background-color:#ffffff !important;color:#333333 !important}h1,h2,h3,h4,h5,h6{color:#222222 !important;background:none !important;-webkit-background-clip:initial !important;background-clip:initial !important;-webkit-text-fill-color:initial !important;text-shadow:none !important}.section-title,.section-title-white{color:#222222 !important;background:none !important;-webkit-background-clip:initial !important;background-clip:initial !important;-webkit-text-fill-color:initial !important;text-shadow:none !important}p,.game-description p{color:#555555 !important}.hero,.features,.final-cta{color:#ffffff !important}.hero h1,.hero p,.hero-tagline,.features h2,.features h3,.features p,.final-cta h2,.final-cta p{color:#ffffff !important}.game-info-content{align-items:center}.game-details{display:flex !important;flex-direction:column !important;align-items:center !important;text-align:center !important;max-height:none !important;opacity:1 !important;overflow:visible !important;transform:none !important}.game-icon{margin-left:auto;margin-right:auto;display:block}.game-title{text-align:center;width:100%}.game-description{text-align:left;width:100%}.game-details .store-buttons{justify-content:center;width:100%;margin-top:1.5rem}.main-header{background-color:rgba(10,11,16,0.95) !important}