body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f4f7f6; color: #333; } .page-jili333-app-apk { line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 10px; } .page-jili333-app-apk__section { background-color: #fff; margin-bottom: 20px; padding: 30px 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-jili333-app-apk__section-title { font-size: 2.2em; color: #0056b3; text-align: center; margin-bottom: 25px; padding-bottom: 10px; border-bottom: 2px solid #e0e0e0; } .page-jili333-app-apk__hero-section { background-color: #0056b3; color: #fff; text-align: center; padding: 60px 20px; border-radius: 0 0 15px 15px; margin-bottom: 20px; position: relative; overflow: hidden; padding-top: calc(10px + var(--header-offset, 0px)); } .page-jili333-app-apk__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; } .page-jili333-app-apk__hero-content { position: relative; z-index: 1; } .page-jili333-app-apk__hero-title { font-size: 2.8em; margin-bottom: 15px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); } .page-jili333-app-apk__hero-description { font-size: 1.2em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-jili333-app-apk__cta-button { display: inline-block; background-color: #ffc107; color: #333; 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-jili333-app-apk__cta-button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-jili333-app-apk__intro-text { font-size: 1.1em; text-align: justify; margin-bottom: 20px; } .page-jili333-app-apk__feature-list { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 20px; margin-top: 20px; } .page-jili333-app-apk__feature-item { background-color: #e6f2ff; padding: 20px; border-radius: 8px; text-align: center; flex: 1 1 calc(33% - 40px); box-sizing: border-box; min-width: 280px; } .page-jili333-app-apk__feature-item h3 { color: #0056b3; margin-top: 0; font-size: 1.4em; } .page-jili333-app-apk__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 20px; } .page-jili333-app-apk__quick-access-item { background-color: #f8f9fa; border: 1px solid #e9ecef; border-radius: 8px; padding: 20px; text-align: center; transition: transform 0.2s ease, box-shadow 0.2s ease; } .page-jili333-app-apk__quick-access-item:hover { transform: translateY(-5px); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } .page-jili333-app-apk__quick-access-item .page-jili333-app-apk__cta-button { padding: 10px 20px; font-size: 1em; } .page-jili333-app-apk__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px; } .page-jili333-app-apk__game-card { background-color: #f8f9fa; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.2s ease; display: flex; flex-direction: column; } .page-jili333-app-apk__game-card:hover { transform: translateY(-5px); } .page-jili333-app-apk__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-jili333-app-apk__game-card-content { padding: 15px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-jili333-app-apk__game-card-content h3 { margin-top: 0; color: #0056b3; font-size: 1.3em; } .page-jili333-app-apk__game-card-content p { font-size: 0.95em; line-height: 1.5; margin-bottom: 15px; } .page-jili333-app-apk__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 20px; } .page-jili333-app-apk__promo-card { background-color: #f8f9fa; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.2s ease; display: flex; flex-direction: column; } .page-jili333-app-apk__promo-card:hover { transform: translateY(-5px); } .page-jili333-app-apk__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-jili333-app-apk__promo-card-content { padding: 15px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-jili333-app-apk__promo-card-content h3 { margin-top: 0; color: #0056b3; font-size: 1.3em; } .page-jili333-app-apk__promo-card-content p { font-size: 0.95em; line-height: 1.5; margin-bottom: 15px; } .page-jili333-app-apk__security-features { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 20px; margin-top: 20px; } .page-jili333-app-apk__security-item { background-color: #f0f8ff; padding: 20px; border-radius: 8px; text-align: center; flex: 1 1 calc(33% - 40px); box-sizing: border-box; min-width: 280px; } .page-jili333-app-apk__security-item h3 { color: #0056b3; margin-top: 0; font-size: 1.4em; } .page-jili333-app-apk__faq-list { list-style: none; padding: 0; margin-top: 20px; } .page-jili333-app-apk__faq-item { background-color: #f8f9fa; border: 1px solid #e0e0e0; margin-bottom: 10px; border-radius: 8px; overflow: hidden; } .page-jili333-app-apk__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #e6f2ff; color: #0056b3; cursor: pointer; user-select: none; font-weight: bold; transition: background-color 0.3s ease; } .page-jili333-app-apk__faq-question:hover { background-color: #d0e0f0; } .page-jili333-app-apk__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; } .page-jili333-app-apk__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 10px; transition: transform 0.3s ease; pointer-events: none; } .page-jili333-app-apk__faq-item.active .page-jili333-app-apk__faq-toggle { transform: rotate(45deg); } .page-jili333-app-apk__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-jili333-app-apk__faq-item.active .page-jili333-app-apk__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-jili333-app-apk__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 20px; } .page-jili333-app-apk__blog-card { background-color: #f8f9fa; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.2s ease; display: flex; flex-direction: column; } .page-jili333-app-apk__blog-card:hover { transform: translateY(-5px); } .page-jili333-app-apk__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-jili333-app-apk__blog-card-content { padding: 15px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-jili333-app-apk__blog-card-content h3 { margin-top: 0; color: #0056b3; font-size: 1.3em; } .page-jili333-app-apk__blog-card-content p { font-size: 0.95em; line-height: 1.5; margin-bottom: 15px; } .page-jili333-app-apk__blog-card-content a { text-decoration: none; color: #007bff; font-weight: bold; transition: color 0.3s ease; } .page-jili333-app-apk__blog-card-content a:hover { color: #0056b3; } @media (max-width: 768px) { .page-jili333-app-apk { padding: 10px; } .page-jili333-app-apk__hero-title { font-size: 2em; } .page-jili333-app-apk__hero-description { font-size: 1em; } .page-jili333-app-apk__cta-button { padding: 12px 25px; font-size: 1em; } .page-jili333-app-apk__section-title { font-size: 1.8em; } .page-jili333-app-apk__feature-item, .page-jili333-app-apk__security-item { flex: 1 1 100%; max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jili333-app-apk__quick-access-grid, .page-jili333-app-apk__game-grid, .page-jili333-app-apk__promo-grid, .page-jili333-app-apk__blog-grid { grid-template-columns: 1fr; } .page-jili333-app-apk__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jili333-app-apk__faq-question { padding: 12px 15px; } .page-jili333-app-apk__faq-question h3 { font-size: 1em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-jili333-app-apk__faq-answer { padding: 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }