.page-8ki-apk { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; }.page-8ki-apk__container { max-width: 1200px; margin: 0 auto; padding: 10px 15px; }.page-8ki-apk__section { padding: 40px 0; margin-bottom: 20px; border-radius: 8px; }.page-8ki-apk__section--dark { background-color: #2a0b3a; }.page-8ki-apk__section--light { background-color: #3e2c52; }.page-8ki-apk__section-title { font-size: 2.5em; color: #ffcc00; text-align: center; margin-bottom: 30px; text-transform: uppercase; }.page-8ki-apk__section-subtitle { font-size: 1.8em; color: #ffcc00; text-align: center; margin-bottom: 20px; }.page-8ki-apk__hero-section { background: linear-gradient(135deg, #2a0b3a, #1a1a2e); padding: 60px 0 20px; text-align: center; position: relative; overflow: hidden; }.page-8ki-apk__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }.page-8ki-apk__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; padding: 20px; }.page-8ki-apk__hero-title { font-size: 3.5em; color: #ffffff; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-8ki-apk__hero-description { font-size: 1.3em; color: #e0e0e0; margin-bottom: 30px; }.page-8ki-apk__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-8ki-apk__btn { display: inline-block; background-color: #ffcc00; color: #1a1a2e; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; text-align: center; }.page-8ki-apk__btn:hover { background-color: #e6b800; transform: translateY(-3px); }.page-8ki-apk__btn--secondary { background-color: #4CAF50; color: #ffffff; }.page-8ki-apk__btn--secondary:hover { background-color: #45a049; }.page-8ki-apk__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 30px 15px; background-color: #1a1a2e; }.page-8ki-apk__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; }.page-8ki-apk__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-8ki-apk__intro-text { font-size: 1.1em; text-align: justify; margin-bottom: 20px; }.page-8ki-apk__intro-text p { margin-bottom: 15px; }.page-8ki-apk__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; padding: 0 15px; }.page-8ki-apk__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 0 15px; }.page-8ki-apk__game-card { background-color: #2c0a3d; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease; }.page-8ki-apk__game-card:hover { transform: translateY(-5px); }.page-8ki-apk__game-card-img { width: 100%; height: 250px; object-fit: cover; display: block; }.page-8ki-apk__game-card-content { padding: 20px; }.page-8ki-apk__game-card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; }.page-8ki-apk__game-card-description { font-size: 0.95em; color: #c0c0c0; margin-bottom: 20px; }.page-8ki-apk__promotion-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 0 15px; }.page-8ki-apk__promotion-card { background-color: #2c0a3d; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); display: flex; flex-direction: column; transition: transform 0.3s ease; }.page-8ki-apk__promotion-card:hover { transform: translateY(-5px); }.page-8ki-apk__promotion-card-img { width: 100%; height: 200px; object-fit: cover; display: block; }.page-8ki-apk__promotion-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-8ki-apk__promotion-card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; }.page-8ki-apk__promotion-card-description { font-size: 0.95em; color: #c0c0c0; margin-bottom: 20px; }.page-8ki-apk__security-content { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; padding: 0 15px; }.page-8ki-apk__security-text { flex: 1; min-width: 300px; }.page-8ki-apk__security-text p { margin-bottom: 15px; }.page-8ki-apk__security-image { flex: 1; min-width: 300px; text-align: center; }.page-8ki-apk__security-image img { max-width: 100%; height: auto; border-radius: 8px; }.page-8ki-apk__faq-list { max-width: 800px; margin: 0 auto; padding: 0 15px; }.page-8ki-apk__faq-item { background-color: #2c0a3d; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }.page-8ki-apk__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; user-select: none; background-color: #3e2c52; color: #ffffff; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; }.page-8ki-apk__faq-question:hover { background-color: #4d3a63; }.page-8ki-apk__faq-question h3 { margin: 0; flex-grow: 1; text-align: left; color: #ffffff; pointer-events: none; }.page-8ki-apk__faq-toggle { font-size: 1.5em; font-weight: bold; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; }.page-8ki-apk__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #2c0a3d; color: #d0d0d0; }.page-8ki-apk__faq-answer p { margin-top: 15px; margin-bottom: 15px; }.page-8ki-apk__faq-item.active .page-8ki-apk__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-8ki-apk__faq-item.active .page-8ki-apk__faq-toggle { transform: rotate(45deg); }.page-8ki-apk__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 0 15px; }.page-8ki-apk__blog-card { background-color: #2c0a3d; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); display: flex; flex-direction: column; transition: transform 0.3s ease; }.page-8ki-apk__blog-card:hover { transform: translateY(-5px); }.page-8ki-apk__blog-card-img { width: 100%; height: 200px; object-fit: cover; display: block; }.page-8ki-apk__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-8ki-apk__blog-card-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; }.page-8ki-apk__blog-card-title a { color: #ffcc00; text-decoration: none; transition: color 0.3s ease; }.page-8ki-apk__blog-card-title a:hover { color: #e6b800; }.page-8ki-apk__blog-card-summary { font-size: 0.95em; color: #c0c0c0; margin-bottom: 15px; }.page-8ki-apk__blog-card-date { font-size: 0.85em; color: #999; text-align: right; margin-top: 10px; }.page-8ki-apk__img { max-width: 100%; height: auto; display: block; border-radius: 8px; }.page-8ki-apk__list-item { box-sizing: border-box; }.page-8ki-apk__list-container { width: 100%; max-width: 100%; box-sizing: border-box; padding: 0; margin-left: 0; margin-right: 0; }.page-8ki-apk__cta-button-wrapper { text-align: center; margin-top: 30px; }.page-8ki-apk__promo-cta { margin-top: auto; }.page-8ki-apk__blog-read-more { margin-top: auto; }.page-8ki-apk__content-block { margin-bottom: 20px; }.page-8ki-apk__content-block p { margin-bottom: 1em; }.page-8ki-apk__content-block ul { list-style-type: disc; margin-left: 20px; margin-bottom: 1em; }.page-8ki-apk__content-block li { margin-bottom: 0.5em; }.page-8ki-apk__text-center { text-align: center; }.page-8ki-apk__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-8ki-apk__floating-btn { width: 60px; height: 60px; border-radius: 50%; display: flex; justify-content: center; align-items: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); font-size: 0.8em; line-height: 1.2; text-decoration: none; color: #1a1a2e; background-color: #ffcc00; text-align: center; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; }.page-8ki-apk__floating-btn:hover { background-color: #e6b800; transform: translateY(-3px); }.page-8ki-apk__floating-btn--login { background-color: #4CAF50; color: #ffffff; }.page-8ki-apk__floating-btn--login:hover { background-color: #45a049; }.page-8ki-apk__floating-btn--register { background-color: #007bff; color: #ffffff; }.page-8ki-apk__floating-btn--register:hover { background-color: #0056b3; }@media (max-width: 768px) { .page-8ki-apk__container { padding: 0 10px; }.page-8ki-apk__section { padding: 30px 0; }.page-8ki-apk__section-title { font-size: 2em; margin-bottom: 20px; }.page-8ki-apk__section-subtitle { font-size: 1.5em; margin-bottom: 15px; }.page-8ki-apk__hero-title { font-size: 2.5em; }.page-8ki-apk__hero-description { font-size: 1.1em; }.page-8ki-apk__hero-buttons { flex-direction: column; gap: 15px; }.page-8ki-apk__btn { padding: 12px 25px; font-size: 1em; }.page-8ki-apk__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 10px; }.page-8ki-apk__payment-logo, .page-8ki-apk__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-8ki-apk__intro-text { font-size: 1em; }.page-8ki-apk__quick-access-grid { grid-template-columns: 1fr; padding: 0 10px; }.page-8ki-apk__game-grid, .page-8ki-apk__promotion-grid, .page-8ki-apk__blog-grid { grid-template-columns: 1fr; padding: 0 10px; }.page-8ki-apk__game-card-img, .page-8ki-apk__promotion-card-img, .page-8ki-apk__blog-card-img { height: 180px; }.page-8ki-apk__game-card-title, .page-8ki-apk__promotion-card-title, .page-8ki-apk__blog-card-title { font-size: 1.3em; }.page-8ki-apk__game-card-description, .page-8ki-apk__promotion-card-description, .page-8ki-apk__blog-card-summary { font-size: 0.9em; }.page-8ki-apk__security-content { flex-direction: column; gap: 20px; padding: 0 10px; }.page-8ki-apk__security-text, .page-8ki-apk__security-image { min-width: unset; width: 100%; }.page-8ki-apk__faq-list { padding: 0 10px; }.page-8ki-apk__faq-question { padding: 15px 20px; font-size: 1.1em; }.page-8ki-apk__faq-answer { padding: 0 20px; }.page-8ki-apk__faq-item.active .page-8ki-apk__faq-answer { padding: 15px 20px !important; }.page-8ki-apk__floating-buttons { bottom: 15px; right: 15px; gap: 8px; }.page-8ki-apk__floating-btn { width: 50px; height: 50px; font-size: 0.75em; }.page-8ki-apk__list-container ul, .page-8ki-apk__list-container ol { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-8ki-apk__list-item { 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; }}.page-8ki-apk__faq-question h3 { pointer-events: none; }.page-8ki-apk__faq-toggle { pointer-events: none; }