.page-kinggame-app { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; line-height: 1.6; background-color: #f8f9fa; }.page-kinggame-app__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-kinggame-app__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-kinggame-app__section-title { font-size: 2.5em; color: #0056b3; text-align: center; margin-bottom: 30px; font-weight: 700; }.page-kinggame-app__section-subtitle { font-size: 1.8em; color: #0056b3; text-align: center; margin-bottom: 20px; font-weight: 600; }.page-kinggame-app__text { font-size: 1.1em; color: #555; margin-bottom: 15px; }.page-kinggame-app__text--center { text-align: center; }.page-kinggame-app__hero-section { background: linear-gradient(135deg, #007bff 0%, #00c6ff 100%); color: #fff; text-align: center; padding: 60px 20px; border-radius: 0; box-shadow: none; padding-top: 10px; }.page-kinggame-app__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; font-weight: 900; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }.page-kinggame-app__hero-description { font-size: 1.4em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-kinggame-app__hero-image { max-width: 100%; height: auto; border-radius: 10px; margin-bottom: 30px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }.page-kinggame-app__cta-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-size: 1.3em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-kinggame-app__cta-button:hover { background-color: #e0a800; transform: translateY(-3px); }.page-kinggame-app__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; margin-top: 40px; margin-bottom: 40px; }.page-kinggame-app__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-kinggame-app__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-kinggame-app__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-kinggame-app__card { background-color: #fefefe; border: 1px solid #eee; border-radius: 8px; padding: 25px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-kinggame-app__card:hover { transform: translateY(-5px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }.page-kinggame-app__card-image { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 15px; min-width: 200px; min-height: 200px; object-fit: cover; }.page-kinggame-app__card-title { font-size: 1.5em; color: #0056b3; margin-bottom: 10px; }.page-kinggame-app__card-description { font-size: 1em; color: #666; margin-bottom: 15px; }.page-kinggame-app__list { list-style: none; padding: 0; margin: 0; }.page-kinggame-app__list-item { margin-bottom: 10px; font-size: 1.1em; color: #444; position: relative; padding-left: 25px; }.page-kinggame-app__list-item::before { content: '✔'; color: #28a745; position: absolute; left: 0; }.page-kinggame-app__button-group { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; }.page-kinggame-app__button { background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 25px; text-decoration: none; font-size: 1em; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; }.page-kinggame-app__button:hover { background-color: #0056b3; }.page-kinggame-app__promo-card { background-color: #f8f9fa; border: 1px solid #dee2e6; border-radius: 8px; padding: 20px; text-align: left; }.page-kinggame-app__promo-card-image { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 15px; min-width: 200px; min-height: 200px; object-fit: cover; }.page-kinggame-app__promo-card-title { font-size: 1.4em; color: #007bff; margin-bottom: 10px; }.page-kinggame-app__promo-card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-kinggame-app__faq { margin-top: 40px; }.page-kinggame-app__faq-item { background-color: #fefefe; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); }.page-kinggame-app__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; background-color: #e9ecef; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-kinggame-app__faq-question:hover { background-color: #dee2e6; }.page-kinggame-app__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; }.page-kinggame-app__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; pointer-events: none; transition: transform 0.3s ease; }.page-kinggame-app__faq-item.active .page-kinggame-app__faq-toggle { transform: rotate(45deg); }.page-kinggame-app__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-kinggame-app__faq-item.active .page-kinggame-app__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-kinggame-app__blog-card { background-color: #fefefe; border: 1px solid #eee; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: left; }.page-kinggame-app__blog-card:hover { transform: translateY(-5px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }.page-kinggame-app__blog-card-image { width: 100%; height: 200px; object-fit: cover; display: block; min-width: 200px; min-height: 200px; }.page-kinggame-app__blog-card-content { padding: 20px; }.page-kinggame-app__blog-card-title { font-size: 1.3em; color: #0056b3; margin-bottom: 10px; line-height: 1.3; }.page-kinggame-app__blog-card-title a { text-decoration: none; color: inherit; }.page-kinggame-app__blog-card-title a:hover { text-decoration: underline; }.page-kinggame-app__blog-card-excerpt { font-size: 0.95em; color: #666; margin-bottom: 15px; }.page-kinggame-app__blog-card-date { font-size: 0.85em; color: #999; text-align: right; }.page-kinggame-app__image-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }.page-kinggame-app__image-wrapper img { max-width: 100%; height: auto; display: block; }.page-kinggame-app__download-section { background-color: #e6f7ff; padding: 50px 20px; text-align: center; border-radius: 8px; margin-top: 40px; }.page-kinggame-app__download-title { font-size: 2.2em; color: #0056b3; margin-bottom: 20px; }.page-kinggame-app__download-text { font-size: 1.2em; color: #555; margin-bottom: 30px; }.page-kinggame-app__download-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-kinggame-app__download-button { background-color: #28a745; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-kinggame-app__download-button:hover { background-color: #218838; transform: translateY(-3px); }.page-kinggame-app__download-button--apple { background-color: #000; }.page-kinggame-app__download-button--apple:hover { background-color: #333; }.page-kinggame-app__download-button--android { background-color: #a4c639; }.page-kinggame-app__download-button--android:hover { background-color: #8bbd19; }@media (max-width: 768px) { .page-kinggame-app__hero-title { font-size: 2.5em; }.page-kinggame-app__hero-description { font-size: 1.1em; }.page-kinggame-app__cta-button { padding: 12px 25px; font-size: 1.1em; }.page-kinggame-app__section-title { font-size: 2em; }.page-kinggame-app__section-subtitle { font-size: 1.5em; }.page-kinggame-app__grid { grid-template-columns: 1fr; }.page-kinggame-app__card, .page-kinggame-app__promo-card, .page-kinggame-app__blog-card { padding: 15px; }.page-kinggame-app__card-title { font-size: 1.3em; }.page-kinggame-app__button-group { flex-direction: column; align-items: center; }.page-kinggame-app__button { width: 100%; max-width: 250px; }.page-kinggame-app__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 25px; word-wrap: break-word !important; overflow-wrap: break-word !important; }.page-kinggame-app__list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-kinggame-app__faq-question { padding: 15px 20px; }.page-kinggame-app__faq-question h3 { font-size: 1.1em; }.page-kinggame-app__faq-answer { padding: 0 20px; }.page-kinggame-app__faq-item.active .page-kinggame-app__faq-answer { padding: 15px 20px !important; }.page-kinggame-app__blog-card-image { height: 180px; }.page-kinggame-app__blog-card-content { padding: 15px; }.page-kinggame-app__blog-card-title { font-size: 1.2em; }.page-kinggame-app__download-title { font-size: 1.8em; }.page-kinggame-app__download-text { font-size: 1em; }.page-kinggame-app__download-buttons { flex-direction: column; align-items: center; }.page-kinggame-app__download-button { width: 80%; max-width: 300px; } .page-kinggame-app__image-wrapper img { max-width: 100% !important; height: auto !important; } .page-kinggame-app__image-wrapper { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-kinggame-app__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-kinggame-app__payment-logo, .page-kinggame-app__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } }