.page-okjl-ph { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-okjl-ph__hero-section { position: relative; width: 100%; height: 500px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; box-sizing: border-box; }.page-okjl-ph__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }.page-okjl-ph__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)); z-index: -1; }.page-okjl-ph__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-okjl-ph__hero-description { font-size: 1.2em; max-width: 800px; margin-bottom: 30px; padding: 0 15px; }.page-okjl-ph__hero-buttons { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }.page-okjl-ph__btn { display: inline-block; background-color: #e44d26; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1em; }.page-okjl-ph__btn:hover { background-color: #ff6a00; }.page-okjl-ph__btn--secondary { background-color: #007bff; }.page-okjl-ph__btn--secondary:hover { background-color: #0056b3; }.page-okjl-ph__section { padding: 60px 20px; text-align: center; max-width: 1200px; margin: 0 auto; }.page-okjl-ph__section-title { font-size: 2.2em; color: #333; margin-bottom: 40px; }.page-okjl-ph__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; }.page-okjl-ph__game-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-okjl-ph__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }.page-okjl-ph__game-image { width: 100%; height: 180px; object-fit: cover; }.page-okjl-ph__game-title { font-size: 1.4em; margin: 15px 0; color: #333; }.page-okjl-ph__game-description { font-size: 0.9em; color: #666; padding: 0 15px 15px; }.page-okjl-ph__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-okjl-ph__promo-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-okjl-ph__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }.page-okjl-ph__promo-image { width: 100%; height: 200px; object-fit: cover; }.page-okjl-ph__promo-content { padding: 20px; }.page-okjl-ph__promo-title { font-size: 1.5em; margin-bottom: 10px; color: #e44d26; }.page-okjl-ph__promo-description { font-size: 0.95em; color: #555; margin-bottom: 20px; }.page-okjl-ph__about-content { text-align: left; max-width: 900px; margin: 0 auto; }.page-okjl-ph__about-text { font-size: 1.1em; margin-bottom: 25px; color: #444; }.page-okjl-ph__faq-container { max-width: 900px; margin: 0 auto; text-align: left; }.page-okjl-ph__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); overflow: hidden; }.page-okjl-ph__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; font-size: 1.1em; font-weight: bold; color: #333; cursor: pointer; user-select: none; background-color: #f0f0f0; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; }.page-okjl-ph__faq-question:hover { background-color: #e0e0e0; }.page-okjl-ph__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; }.page-okjl-ph__faq-toggle { font-size: 1.5em; font-weight: bold; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; }.page-okjl-ph__faq-item.active .page-okjl-ph__faq-toggle { transform: rotate(45deg); }.page-okjl-ph__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; }.page-okjl-ph__faq-item.active .page-okjl-ph__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-okjl-ph__faq-answer p { margin: 0; color: #555; }.page-okjl-ph__download-section { background-color: #333; color: #fff; padding: 60px 20px; text-align: center; }.page-okjl-ph__download-title { font-size: 2.2em; margin-bottom: 20px; }.page-okjl-ph__download-description { font-size: 1.1em; max-width: 700px; margin: 0 auto 30px; }.page-okjl-ph__download-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-okjl-ph__download-btn { background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; }.page-okjl-ph__download-btn:hover { background-color: #ff6a00; }.page-okjl-ph__sticky-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; }.page-okjl-ph__sticky-btn { background-color: #e44d26; color: #fff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; font-size: 0.95em; text-align: center; min-width: 100px; }.page-okjl-ph__sticky-btn:hover { background-color: #ff6a00; transform: translateY(-3px); }.page-okjl-ph__sticky-btn--login { background-color: #007bff; }.page-okjl-ph__sticky-btn--login:hover { background-color: #0056b3; }.page-okjl-ph img { max-width: 100%; height: auto; box-sizing: border-box; }.page-okjl-ph .page-okjl-ph__game-image, .page-okjl-ph .page-okjl-ph__promo-image { width: 100%; height: auto; object-fit: cover; }.page-okjl-ph ul { list-style: none; padding: 0; margin: 0; }.page-okjl-ph ul li { box-sizing: border-box; word-wrap: break-word; overflow-wrap: break-word; }.page-okjl-ph .page-okjl-ph__game-categories, .page-okjl-ph .page-okjl-ph__promotions-grid { margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; align-items: stretch; }.page-okjl-ph .page-okjl-ph__game-card, .page-okjl-ph .page-okjl-ph__promo-card { flex: 0 1 calc(33.333% - 20px); margin: 10px; }.page-okjl-ph__download-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }@media (max-width: 768px) { .page-okjl-ph__hero-section { height: 400px; }.page-okjl-ph__hero-title { font-size: 2em; }.page-okjl-ph__hero-description { font-size: 1em; }.page-okjl-ph__hero-buttons { flex-direction: column; gap: 15px; }.page-okjl-ph__btn { width: 80%; margin: 0 auto; }.page-okjl-ph__section { padding: 40px 15px; }.page-okjl-ph__section-title { font-size: 1.8em; margin-bottom: 30px; }.page-okjl-ph__game-categories, .page-okjl-ph__promotions-grid { grid-template-columns: 1fr; gap: 20px; }.page-okjl-ph__game-card, .page-okjl-ph__promo-card { flex: 0 1 100% !important; margin: 10px 0 !important; max-width: 100% !important; box-sizing: border-box !important; }.page-okjl-ph__game-image, .page-okjl-ph__promo-image { height: 150px; }.page-okjl-ph__promo-content { padding: 15px; }.page-okjl-ph__promo-title { font-size: 1.3em; }.page-okjl-ph__promo-description { font-size: 0.9em; }.page-okjl-ph__about-text { font-size: 1em; }.page-okjl-ph__faq-question { padding: 15px 20px; font-size: 1em; }.page-okjl-ph__faq-answer { padding: 0 20px; }.page-okjl-ph__faq-item.active .page-okjl-ph__faq-answer { padding: 15px 20px !important; }.page-okjl-ph__download-title { font-size: 1.8em; }.page-okjl-ph__download-description { font-size: 1em; }.page-okjl-ph__download-buttons { flex-direction: column; gap: 15px; }.page-okjl-ph__download-btn { width: 80%; margin: 0 auto; }.page-okjl-ph__sticky-buttons { bottom: 15px; right: 15px; gap: 10px; }.page-okjl-ph__sticky-btn { padding: 10px 15px; font-size: 0.9em; min-width: 90px; }.page-okjl-ph img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-okjl-ph ul { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; }.page-okjl-ph ul li { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; word-break: break-word !important; }}