.page-7game-app-apk__floating-buttons{position: fixed;bottom: 20px;right: 20px;display: flex;flex-direction: column;gap: 10px;z-index: 1000;}.page-7game-app-apk__floating-button{background-color: #ffcc00;color: #333;padding: 12px 20px;border-radius: 30px;text-decoration: none;font-weight: bold;box-shadow: 0 4px 8px rgba(0,0,0,.2);transition: background-color .3s ease;text-align: center;font-size: 1rem;}.page-7game-app-apk__floating-button:hover{background-color: #e6b800;}.page-7game-app-apk__floating-button--register{background-color: #007bff;color: #fff;}.page-7game-app-apk__floating-button--register:hover{background-color: #0056b3;}.page-7game-app-apk{font-family: 'Arial', sans-serif;color: #333;line-height: 1.6;}.page-7game-app-apk__hero-section{position: relative;background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.7)), url('[GALLERY:hero:1920x1080:gaming,mobile,app]') no-repeat center center/cover;color: #fff;text-align: center;padding: 100px 20px;display: flex;flex-direction: column;justify-content: center;align-items: center;min-height: 500px;box-sizing: border-box;padding-top: 10px;}.page-7game-app-apk__hero-title{font-size: 2.8rem;margin-bottom: 20px;font-weight: bold;text-shadow: 2px 2px 4px rgba(0,0,0,.5);}.page-7game-app-apk__hero-description{font-size: 1.2rem;margin-bottom: 30px;max-width: 800px;text-shadow: 1px 1px 3px rgba(0,0,0,.5);}.page-7game-app-apk__cta-buttons{display: flex;gap: 20px;flex-wrap: wrap;justify-content: center;}.page-7game-app-apk__cta-button{background-color: #ffcc00;color: #333;padding: 15px 30px;border-radius: 5px;text-decoration: none;font-weight: bold;font-size: 1.1rem;transition: background-color .3s ease, transform .3s ease;}.page-7game-app-apk__cta-button:hover{background-color: #e6b800;transform: translateY(-3px);}.page-7game-app-apk__cta-button--primary{background-color: #007bff;color: #fff;}.page-7game-app-apk__cta-button--primary:hover{background-color: #0056b3;}.page-7game-app-apk__section{padding: 60px 20px;text-align: center;max-width: 1200px;margin: 0 auto;}.page-7game-app-apk__section-title{font-size: 2.2rem;margin-bottom: 40px;color: #007bff;}.page-7game-app-apk__features-grid{display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 40px;}.page-7game-app-apk__feature-item{background-color: #f9f9f9;padding: 30px;border-radius: 10px;box-shadow: 0 2px 10px rgba(0,0,0,.05);transition: transform .3s ease;display: flex;flex-direction: column;align-items: center;text-align: center;}.page-7game-app-apk__feature-item:hover{transform: translateY(-5px);}.page-7game-app-apk__feature-icon{width: 80px;height: 80px;margin-bottom: 20px;}.page-7game-app-apk__feature-title{font-size: 1.4rem;margin-bottom: 15px;color: #333;}.page-7game-app-apk__feature-description{font-size: 1rem;color: #555;}.page-7game-app-apk__how-to-download-steps{display: flex;flex-direction: column;gap: 30px;margin-top: 40px;}.page-7game-app-apk__step-item{display: flex;align-items: flex-start;gap: 20px;text-align: left;background-color: #f9f9f9;padding: 25px;border-radius: 10px;box-shadow: 0 2px 8px rgba(0,0,0,.03);}.page-7game-app-apk__step-number{font-size: 2.5rem;font-weight: bold;color: #007bff;flex-shrink: 0;}.page-7game-app-apk__step-content{flex-grow: 1;}.page-7game-app-apk__step-title{font-size: 1.5rem;margin-bottom: 10px;color: #333;}.page-7game-app-apk__step-description{font-size: 1rem;color: #555;}.page-7game-app-apk__product-showcase{display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 40px;}.page-7game-app-apk__product-card{background-color: #fff;border-radius: 10px;box-shadow: 0 4px 15px rgba(0,0,0,.1);overflow: hidden;transition: transform .3s ease;}.page-7game-app-apk__product-card:hover{transform: translateY(-5px);}.page-7game-app-apk__product-image{width: 100%;height: 250px;object-fit: cover;}.page-7game-app-apk__product-info{padding: 25px;text-align: left;}.page-7game-app-apk__product-title{font-size: 1.3rem;margin-bottom: 10px;color: #333;}.page-7game-app-apk__product-description{font-size: .95rem;color: #666;}.page-7game-app-apk__faq-section{background-color: #f0f7ff;}.page-7game-app-apk__faq-list{margin-top: 40px;}.page-7game-app-apk__faq-item{background-color: #fff;margin-bottom: 15px;border-radius: 8px;box-shadow: 0 2px 8px rgba(0,0,0,.05);overflow: hidden;}.page-7game-app-apk__faq-question{display: flex;justify-content: space-between;align-items: center;padding: 20px 25px;cursor: pointer;background-color: #fff;border-bottom: 1px solid #eee;user-select: none;transition: background-color .3s ease;}.page-7game-app-apk__faq-question:hover{background-color: #f5f5f5;}.page-7game-app-apk__faq-question h3{margin: 0;font-size: 1.1rem;color: #333;pointer-events: none;}.page-7game-app-apk__faq-toggle{font-size: 1.5rem;font-weight: bold;color: #007bff;transition: transform .3s ease;pointer-events: none;}.page-7game-app-apk__faq-item.active .page-7game-app-apk__faq-toggle{transform: rotate(45deg);}.page-7game-app-apk__faq-answer{max-height: 0;overflow: hidden;padding: 0 25px;opacity: 0;transition: max-height .4s cubic-bezier(.4,0,.2,1), padding .4s ease, opacity .4s ease;text-align: left;color: #555;}.page-7game-app-apk__faq-item.active .page-7game-app-apk__faq-answer{max-height: 2000px !important;padding: 20px 25px !important;opacity: 1;}.page-7game-app-apk__centered-text{text-align: center;font-size: 1.1rem;color: #555;margin-bottom: 40px;}.page-7game-app-apk__promotional-banner{background: linear-gradient(to right, #007bff, #0056b3);color: #fff;padding: 50px 20px;text-align: center;margin-top: 40px;border-radius: 10px;}.page-7game-app-apk__banner-title{font-size: 2.5rem;margin-bottom: 15px;}.page-7game-app-apk__banner-text{font-size: 1.2rem;margin-bottom: 30px;}.page-7game-app-apk__banner-cta{background-color: #ffcc00;color: #333;padding: 15px 35px;border-radius: 5px;text-decoration: none;font-weight: bold;font-size: 1.2rem;transition: background-color .3s ease, transform .3s ease;}.page-7game-app-apk__banner-cta:hover{background-color: #e6b800;transform: translateY(-3px);}@media (max-width: 768px){.page-7game-app-apk__hero-section{padding: 80px 15px;min-height: 400px;}.page-7game-app-apk__hero-title{font-size: 2.2rem;}.page-7game-app-apk__hero-description{font-size: 1rem;}.page-7game-app-apk__cta-buttons{flex-direction: column;gap: 15px;}.page-7game-app-apk__cta-button{width: 100%;max-width: 300px;margin: 0 auto;}.page-7game-app-apk__section{padding: 40px 15px;}.page-7game-app-apk__section-title{font-size: 1.8rem;margin-bottom: 30px;}.page-7game-app-apk__features-grid,.page-7game-app-apk__product-showcase{grid-template-columns: 1fr;}.page-7game-app-apk__feature-item{padding: 25px;}.page-7game-app-apk__feature-title{font-size: 1.2rem;}.page-7game-app-apk__step-item{flex-direction: column;align-items: center;text-align: center;padding: 20px;}.page-7game-app-apk__step-number{margin-bottom: 15px;}.page-7game-app-apk__step-title{font-size: 1.3rem;}.page-7game-app-apk__faq-question{padding: 15px 20px;}.page-7game-app-apk__faq-question h3{font-size: 1rem;}.page-7game-app-apk__faq-answer{padding: 15px 20px;}.page-7game-app-apk__banner-title{font-size: 2rem;}.page-7game-app-apk__banner-text{font-size: 1rem;}.page-7game-app-apk__floating-buttons{bottom: 15px;right: 15px;}.page-7game-app-apk__floating-button{padding: 10px 15px;font-size: .9rem;}.page-7game-app-apk__product-image{height: 200px;}img{max-width: 100% !important;height: auto !important;box-sizing: border-box !important;}ul,ol{width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;padding: 0 !important;margin-left: 0 !important;margin-right: 0 !important;}li{width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}}