.page-online-game-ph { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-online-game-ph__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; }.page-online-game-ph__section-title { font-size: 2.5em; color: #0056b3; text-align: center; margin-bottom: 40px; padding-top: 20px; }.page-online-game-ph__section-title--small { font-size: 1.8em; margin-bottom: 20px; }.page-online-game-ph__text-content { text-align: center; max-width: 800px; margin: 0 auto 30px; font-size: 1.1em; color: #555; }.page-online-game-ph__button { display: inline-block; background-color: #ffcc00; color: #333; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-online-game-ph__button:hover { background-color: #e6b800; transform: translateY(-2px); }.page-online-game-ph__button--large { padding: 15px 30px; font-size: 1.1em; }.page-online-game-ph__button--small { padding: 8px 15px; font-size: 0.9em; }.page-online-game-ph__hero-section { background-color: #007bff; color: #fff; text-align: center; padding-bottom: 60px; position: relative; overflow: hidden; padding-top: 10px; /* Assuming body has header offset */ }.page-online-game-ph__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; opacity: 0.2; }.page-online-game-ph__hero-image { width: 100%; height: 100%; object-fit: cover; display: block; max-width: 100%; }.page-online-game-ph__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 60px 20px; }.page-online-game-ph__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; color: #fff; }.page-online-game-ph__hero-description { font-size: 1.3em; margin-bottom: 40px; opacity: 0.9; }.page-online-game-ph__hero-cta-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-online-game-ph__hero-button { background-color: #ffcc00; color: #333; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; }.page-online-game-ph__hero-button:hover { background-color: #e6b800; transform: translateY(-3px); }.page-online-game-ph__hero-button--secondary { background-color: transparent; color: #fff; border: 2px solid #fff; }.page-online-game-ph__hero-button--secondary:hover { background-color: rgba(255, 255, 255, 0.2); border-color: #ffcc00; color: #ffcc00; transform: translateY(-3px); }.page-online-game-ph__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: 40px 20px; background-color: #fff; border-bottom: 1px solid #eee; }.page-online-game-ph__provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; max-width: 100%; }.page-online-game-ph__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-online-game-ph__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-online-game-ph__introduction-section { padding: 60px 0; background-color: #f0f4f8; }.page-online-game-ph__intro-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; margin-bottom: 40px; }.page-online-game-ph__intro-card { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; }.page-online-game-ph__intro-card:hover { transform: translateY(-10px); }.page-online-game-ph__intro-card-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; max-width: 100%; height: auto; }.page-online-game-ph__intro-card-title { font-size: 1.5em; color: #0056b3; margin-bottom: 15px; }.page-online-game-ph__intro-card-description { color: #555; }.page-online-game-ph__quick-access-section { background-color: #fff; padding: 60px 0; }.page-online-game-ph__quick-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 40px; }.page-online-game-ph__quick-link-item { background-color: #e9f5ff; padding: 25px; border-radius: 8px; text-align: center; text-decoration: none; color: #0056b3; font-weight: bold; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); }.page-online-game-ph__quick-link-item:hover { background-color: #d1e7ff; transform: translateY(-5px); }.page-online-game-ph__quick-link-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 15px; max-width: 100%; height: auto; }.page-online-game-ph__quick-link-text { font-size: 1.1em; }.page-online-game-ph__games-section { padding: 60px 0; background-color: #f8f8f8; }.page-online-game-ph__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-online-game-ph__game-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; }.page-online-game-ph__game-card:hover { transform: translateY(-10px); }.page-online-game-ph__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; max-width: 100%; }.page-online-game-ph__game-card-title { font-size: 1.4em; color: #0056b3; margin: 20px 15px 10px; }.page-online-game-ph__game-card-description { color: #555; padding: 0 15px 20px; font-size: 0.95em; }.page-online-game-ph__promotions-section { padding: 60px 0; background-color: #007bff; color: #fff; }.page-online-game-ph__promotions-section .page-online-game-ph__section-title, .page-online-game-ph__promotions-section .page-online-game-ph__text-content { color: #fff; }.page-online-game-ph__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-online-game-ph__promo-card { background-color: rgba(255, 255, 255, 0.1); border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); display: flex; flex-direction: column; transition: transform 0.3s ease; }.page-online-game-ph__promo-card:hover { transform: translateY(-10px); }.page-online-game-ph__promo-card-image { width: 100%; height: 220px; object-fit: cover; display: block; max-width: 100%; }.page-online-game-ph__promo-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-online-game-ph__promo-card-title { font-size: 1.4em; margin-bottom: 10px; color: #ffcc00; }.page-online-game-ph__promo-card-description { font-size: 0.95em; margin-bottom: 20px; color: #eee; }.page-online-game-ph__security-section { padding: 60px 0; background-color: #f0f4f8; }.page-online-game-ph__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-online-game-ph__security-item { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); text-align: center; transition: transform 0.3s ease; }.page-online-game-ph__security-item:hover { transform: translateY(-8px); }.page-online-game-ph__security-icon { width: 90px; height: 90px; object-fit: contain; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; max-width: 100%; height: auto; }.page-online-game-ph__security-title { font-size: 1.4em; color: #0056b3; margin-bottom: 15px; }.page-online-game-ph__security-description { color: #555; }.page-online-game-ph__faq-section { padding: 60px 0; background-color: #fff; }.page-online-game-ph__faq-list { max-width: 800px; margin: 40px auto 0; }.page-online-game-ph__faq-item { border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; overflow: hidden; }.page-online-game-ph__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; background-color: #e9f5ff; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-online-game-ph__faq-question:hover { background-color: #d1e7ff; }.page-online-game-ph__faq-question-title { font-size: 1.2em; color: #0056b3; margin: 0; pointer-events: none; }.page-online-game-ph__faq-toggle { font-size: 1.5em; font-weight: bold; color: #0056b3; pointer-events: none; transition: transform 0.3s ease; }.page-online-game-ph__faq-item.active .page-online-game-ph__faq-toggle { transform: rotate(45deg); }.page-online-game-ph__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; background-color: #fcfdff; }.page-online-game-ph__faq-item.active .page-online-game-ph__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-online-game-ph__faq-answer p { margin: 0; color: #555; }.page-online-game-ph__blog-section { padding: 60px 0; background-color: #f8f8f8; }.page-online-game-ph__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-online-game-ph__blog-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-online-game-ph__blog-card:hover { transform: translateY(-10px); }.page-online-game-ph__blog-card-image { width: 100%; height: 220px; object-fit: cover; display: block; max-width: 100%; }.page-online-game-ph__blog-card-content { padding: 20px; }.page-online-game-ph__blog-card-title { font-size: 1.3em; margin-bottom: 10px; }.page-online-game-ph__blog-card-title a { color: #0056b3; text-decoration: none; transition: color 0.3s ease; }.page-online-game-ph__blog-card-title a:hover { color: #007bff; }.page-online-game-ph__blog-card-meta { font-size: 0.85em; color: #888; margin-bottom: 10px; }.page-online-game-ph__blog-card-excerpt { font-size: 0.95em; color: #555; margin-bottom: 20px; }.page-online-game-ph__blog-card .page-online-game-ph__button { width: 100%; box-sizing: border-box; }.page-online-game-ph img { max-width: 100%; height: auto; display: block; }.page-online-game-ph__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-online-game-ph__floating-button { background-color: #007bff; color: #fff; border-radius: 50px; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; font-size: 0.9em; text-align: center; text-decoration: none; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; }.page-online-game-ph__floating-button:hover { background-color: #0056b3; transform: scale(1.05); }.page-online-game-ph__floating-button--register { background-color: #ffcc00; color: #333; }.page-online-game-ph__floating-button--register:hover { background-color: #e6b800; }.page-online-game-ph__floating-button--login { background-color: #28a745; }.page-online-game-ph__floating-button--login:hover { background-color: #218838; }@media (max-width: 768px) { .page-online-game-ph__container { padding: 15px; }.page-online-game-ph__section-title { font-size: 1.8em; margin-bottom: 25px; }.page-online-game-ph__section-title--small { font-size: 1.5em; }.page-online-game-ph__text-content { font-size: 1em; margin-bottom: 20px; }.page-online-game-ph__hero-content { padding: 40px 15px; }.page-online-game-ph__hero-title { font-size: 2.2em; }.page-online-game-ph__hero-description { font-size: 1em; }.page-online-game-ph__hero-cta-group { flex-direction: column; gap: 15px; }.page-online-game-ph__hero-button { width: 100%; padding: 12px 20px; font-size: 1em; }.page-online-game-ph__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; }.page-online-game-ph__payment-logo, .page-online-game-ph__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-online-game-ph__introduction-section, .page-online-game-ph__quick-access-section, .page-online-game-ph__games-section, .page-online-game-ph__promotions-section, .page-online-game-ph__security-section, .page-online-game-ph__faq-section, .page-online-game-ph__blog-section { padding: 40px 0; }.page-online-game-ph__intro-cards, .page-online-game-ph__quick-links, .page-online-game-ph__game-categories, .page-online-game-ph__promo-grid, .page-online-game-ph__security-grid, .page-online-game-ph__blog-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 25px; }.page-online-game-ph__intro-card, .page-online-game-ph__quick-link-item, .page-online-game-ph__game-card, .page-online-game-ph__promo-card, .page-online-game-ph__security-item, .page-online-game-ph__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-online-game-ph__quick-link-item { flex-direction: row; justify-content: flex-start; gap: 15px; padding: 15px; }.page-online-game-ph__quick-link-icon { width: 60px; height: 60px; margin-bottom: 0; }.page-online-game-ph__quick-link-text { text-align: left; }.page-online-game-ph__faq-question { padding: 15px; }.page-online-game-ph__faq-question-title { font-size: 1.1em; }.page-online-game-ph__faq-answer { padding: 0 15px; }.page-online-game-ph__faq-item.active .page-online-game-ph__faq-answer { padding: 15px !important; }.page-online-game-ph__floating-buttons { bottom: 15px; right: 15px; gap: 8px; }.page-online-game-ph__floating-button { width: 50px; height: 50px; font-size: 0.8em; }.page-online-game-ph img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-online-game-ph__hero-image, .page-online-game-ph__intro-card-icon, .page-online-game-ph__quick-link-icon, .page-online-game-ph__game-card-image, .page-online-game-ph__promo-card-image, .page-online-game-ph__security-icon, .page-online-game-ph__blog-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }