.page-h5-okplay-ph { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-h5-okplay-ph__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-h5-okplay-ph__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }.page-h5-okplay-ph__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-h5-okplay-ph__h1, .page-h5-okplay-ph__h2, .page-h5-okplay-ph__h3 { color: #2980b9; text-align: center; margin-bottom: 25px; font-weight: bold; }.page-h5-okplay-ph__h1 { font-size: 2.8em; line-height: 1.2; }.page-h5-okplay-ph__h2 { font-size: 2.2em; line-height: 1.3; }.page-h5-okplay-ph__h3 { font-size: 1.8em; line-height: 1.4; }.page-h5-okplay-ph__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:online_gaming,philippines,casino]') no-repeat center center/cover; color: #fff; text-align: center; padding: 100px 20px; border-radius: 0; margin-bottom: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 60vh; padding-top: 10px; /* Small decorative top padding */ }.page-h5-okplay-ph__hero-section .page-h5-okplay-ph__h1 { color: #fff; margin-bottom: 20px; }.page-h5-okplay-ph__hero-buttons { margin-top: 30px; display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }.page-h5-okplay-ph__btn { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; white-space: nowrap; }.page-h5-okplay-ph__btn:hover { background-color: #c0392b; transform: translateY(-2px); }.page-h5-okplay-ph__btn--secondary { background-color: #2980b9; }.page-h5-okplay-ph__btn--secondary:hover { background-color: #2471a3; }.page-h5-okplay-ph__intro-content { text-align: center; max-width: 900px; margin: 0 auto; }.page-h5-okplay-ph__intro-content p { margin-bottom: 15px; font-size: 1.1em; }.page-h5-okplay-ph__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-h5-okplay-ph__game-card { background-color: #f0f0f0; border-radius: 8px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; box-sizing: border-box; }.page-h5-okplay-ph__game-card:hover { transform: translateY(-5px); box-shadow: 0 4px 15px rgba(0,0,0,0.15); }.page-h5-okplay-ph__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; max-width: 100%; box-sizing: border-box; }.page-h5-okplay-ph__game-card-content { padding: 15px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-h5-okplay-ph__game-card-content h3 { font-size: 1.4em; margin-top: 0; margin-bottom: 10px; color: #2c3e50; }.page-h5-okplay-ph__game-card-content p { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-h5-okplay-ph__game-card .page-h5-okplay-ph__btn { font-size: 0.9em; padding: 10px 20px; margin-top: auto; }.page-h5-okplay-ph__promo-list { list-style: none; padding: 0; margin-top: 20px; }.page-h5-okplay-ph__promo-item { background-color: #ecf0f1; padding: 20px; margin-bottom: 15px; border-radius: 5px; display: flex; align-items: center; gap: 20px; box-sizing: border-box; }.page-h5-okplay-ph__promo-item img { width: 100px; height: 100px; object-fit: cover; border-radius: 5px; flex-shrink: 0; max-width: 100%; box-sizing: border-box; }.page-h5-okplay-ph__promo-details h3 { margin-top: 0; color: #e74c3c; }.page-h5-okplay-ph__promo-details p { margin-bottom: 10px; }.page-h5-okplay-ph__promo-details .page-h5-okplay-ph__btn { font-size: 0.9em; padding: 8px 18px; }.page-h5-okplay-ph__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 30px; text-align: center; }.page-h5-okplay-ph__feature-item { flex: 1 1 280px; max-width: 350px; padding: 20px; background-color: #f0f0f0; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); box-sizing: border-box; }.page-h5-okplay-ph__feature-item img { width: 80px; height: 80px; margin-bottom: 15px; object-fit: contain; max-width: 100%; box-sizing: border-box; }.page-h5-okplay-ph__feature-item h3 { color: #2980b9; margin-bottom: 10px; }.page-h5-okplay-ph__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 20px; }.page-h5-okplay-ph__payment-logos img { max-height: 50px; width: auto; object-fit: contain; max-width: 100%; box-sizing: border-box; }.page-h5-okplay-ph__faq-list { list-style: none; padding: 0; max-width: 900px; margin: 30px auto 0; }.page-h5-okplay-ph__faq-item { background-color: #ecf0f1; margin-bottom: 10px; border-radius: 5px; overflow: hidden; }.page-h5-okplay-ph__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #2980b9; color: #fff; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-h5-okplay-ph__faq-question:hover { background-color: #2471a3; }.page-h5-okplay-ph__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; }.page-h5-okplay-ph__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; }.page-h5-okplay-ph__faq-item.active .page-h5-okplay-ph__faq-toggle { transform: rotate(45deg); }.page-h5-okplay-ph__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; background-color: #f9f9f9; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-h5-okplay-ph__faq-item.active .page-h5-okplay-ph__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-h5-okplay-ph__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-h5-okplay-ph__blog-card { background-color: #f0f0f0; border-radius: 8px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; box-sizing: border-box; }.page-h5-okplay-ph__blog-card:hover { transform: translateY(-5px); box-shadow: 0 4px 15px rgba(0,0,0,0.15); }.page-h5-okplay-ph__blog-card-image { width: 100%; height: 200px; object-fit: cover; display: block; max-width: 100%; box-sizing: border-box; }.page-h5-okplay-ph__blog-card-content { padding: 15px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-h5-okplay-ph__blog-card-content h3 { font-size: 1.3em; margin-top: 0; margin-bottom: 10px; color: #2c3e50; }.page-h5-okplay-ph__blog-card-content p { font-size: 0.9em; color: #555; margin-bottom: 15px; }.page-h5-okplay-ph__blog-card .page-h5-okplay-ph__btn { font-size: 0.85em; padding: 8px 15px; margin-top: auto; }.page-h5-okplay-ph__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-h5-okplay-ph__floating-btn { background-color: #e74c3c; color: #fff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 0.95em; box-shadow: 0 2px 10px rgba(0,0,0,0.2); transition: background-color 0.3s ease, transform 0.2s ease; }.page-h5-okplay-ph__floating-btn:hover { background-color: #c0392b; transform: translateY(-2px); }@media (max-width: 768px) { .page-h5-okplay-ph__h1 { font-size: 2em; }.page-h5-okplay-ph__h2 { font-size: 1.8em; }.page-h5-okplay-ph__h3 { font-size: 1.5em; }.page-h5-okplay-ph__hero-section { padding: 80px 15px; }.page-h5-okplay-ph__hero-buttons { flex-direction: column; gap: 15px; }.page-h5-okplay-ph__btn { width: 100%; max-width: 300px; }.page-h5-okplay-ph__section { padding: 30px 15px; }.page-h5-okplay-ph__game-grid, .page-h5-okplay-ph__blog-grid { grid-template-columns: 1fr; }.page-h5-okplay-ph__game-card, .page-h5-okplay-ph__blog-card { max-width: 100%; }.page-h5-okplay-ph__promo-item { flex-direction: column; text-align: center; }.page-h5-okplay-ph__promo-item img { margin-bottom: 10px; }.page-h5-okplay-ph__security-features { flex-direction: column; gap: 20px; }.page-h5-okplay-ph__feature-item { max-width: 100%; }.page-h5-okplay-ph__faq-question h3 { font-size: 1em; }.page-h5-okplay-ph__faq-answer { padding: 15px 10px; }.page-h5-okplay-ph__payment-logos { gap: 15px; }.page-h5-okplay-ph__payment-logos img { max-height: 40px; }.page-h5-okplay-ph__floating-buttons { bottom: 15px; right: 15px; gap: 8px; }.page-h5-okplay-ph__floating-btn { padding: 10px 18px; font-size: 0.9em; }.page-h5-okplay-ph__intro-content p { font-size: 1em; }}.page-h5-okplay-ph img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-h5-okplay-ph ul, .page-h5-okplay-ph 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-h5-okplay-ph ul li, .page-h5-okplay-ph ol li { 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; }