.page-ph-digraph-game { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-ph-digraph-game__hero-section { position: relative; width: 100%; height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; /* Small decorative top padding */ box-sizing: border-box; }.page-ph-digraph-game__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }.page-ph-digraph-game__hero-content { background: rgba(0, 0, 0, 0.5); padding: 30px; border-radius: 10px; max-width: 90%; z-index: 1; }.page-ph-digraph-game__hero-content h1 { font-size: 3em; margin-bottom: 20px; color: #ffcc00; }.page-ph-digraph-game__hero-content p { font-size: 1.2em; margin-bottom: 30px; }.page-ph-digraph-game__hero-cta { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; }.page-ph-digraph-game__hero-cta:hover { background-color: #e6b800; }.page-ph-digraph-game__intro-section, .page-ph-digraph-game__quick-access-section, .page-ph-digraph-game__games-section, .page-ph-digraph-game__promotions-section, .page-ph-digraph-game__security-support-section, .page-ph-digraph-game__faq-section, .page-ph-digraph-game__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; border-radius: 8px; margin-bottom: 30px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-ph-digraph-game__intro-section h2, .page-ph-digraph-game__quick-access-section h2, .page-ph-digraph-game__games-section h2, .page-ph-digraph-game__promotions-section h2, .page-ph-digraph-game__security-support-section h2, .page-ph-digraph-game__faq-section h2, .page-ph-digraph-game__blog-section h2 { text-align: center; font-size: 2.5em; margin-bottom: 40px; color: #1a1a1a; }.page-ph-digraph-game__intro-section p { text-align: center; font-size: 1.1em; margin-bottom: 40px; }.page-ph-digraph-game__intro-features { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 30px; text-align: center; }.page-ph-digraph-game__feature-item { flex: 1; min-width: 280px; max-width: 350px; padding: 20px; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03); }.page-ph-digraph-game__feature-icon { width: 100%; height: auto; max-width: 250px; margin-bottom: 15px; border-radius: 8px; }.page-ph-digraph-game__feature-item h3 { font-size: 1.5em; margin-bottom: 10px; color: #333; }.page-ph-digraph-game__feature-item p { font-size: 0.95em; color: #555; }.page-ph-digraph-game__access-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; }.page-ph-digraph-game__access-btn { background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-ph-digraph-game__access-btn:hover { background-color: #0056b3; }.page-ph-digraph-game__game-tabs { display: flex; justify-content: center; margin-bottom: 30px; gap: 10px; flex-wrap: wrap; }.page-ph-digraph-game__tab-button { background-color: #e0e0e0; color: #333; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; font-size: 1.1em; transition: background-color 0.3s ease, color 0.3s ease; }.page-ph-digraph-game__tab-button:hover, .page-ph-digraph-game__tab-button.active { background-color: #ffcc00; color: #1a1a1a; }.page-ph-digraph-game__game-content { display: none; }.page-ph-digraph-game__game-content.active { display: block; }.page-ph-digraph-game__game-grid, .page-ph-digraph-game__promo-grid, .page-ph-digraph-game__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-ph-digraph-game__game-card, .page-ph-digraph-game__promo-card, .page-ph-digraph-game__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); text-align: center; display: flex; flex-direction: column; }.page-ph-digraph-game__game-image, .page-ph-digraph-game__promo-image, .page-ph-digraph-game__blog-image { width: 100%; height: 200px; object-fit: cover; }.page-ph-digraph-game__game-card h3, .page-ph-digraph-game__promo-card h3, .page-ph-digraph-game__blog-card h3 { font-size: 1.3em; margin: 15px 15px 10px; color: #1a1a1a; }.page-ph-digraph-game__blog-card h3 a { text-decoration: none; color: #1a1a1a; }.page-ph-digraph-game__blog-card h3 a:hover { color: #ffcc00; }.page-ph-digraph-game__game-card p, .page-ph-digraph-game__promo-card p, .page-ph-digraph-game__blog-card p { padding: 0 15px; margin-bottom: 15px; color: #555; font-size: 0.9em; flex-grow: 1; }.page-ph-digraph-game__game-play-btn, .page-ph-digraph-game__promo-btn { display: inline-block; background-color: #28a745; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-bottom: 15px; transition: background-color 0.3s ease; }.page-ph-digraph-game__game-play-btn:hover, .page-ph-digraph-game__promo-btn:hover { background-color: #218838; }.page-ph-digraph-game__security-support-section { display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; text-align: center; }.page-ph-digraph-game__security-content, .page-ph-digraph-game__support-content { flex: 1; min-width: 300px; max-width: 550px; padding: 30px; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03); }.page-ph-digraph-game__security-content h3, .page-ph-digraph-game__support-content h3 { font-size: 1.8em; margin-bottom: 15px; color: #1a1a1a; }.page-ph-digraph-game__security-content p, .page-ph-digraph-game__support-content p { margin-bottom: 20px; color: #555; }.page-ph-digraph-game__payment-logos { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 20px; }.page-ph-digraph-game__payment-logo { height: 40px; width: auto; object-fit: contain; }.page-ph-digraph-game__support-btn { display: inline-block; background-color: #17a2b8; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-ph-digraph-game__support-btn:hover { background-color: #138496; }.page-ph-digraph-game__faq-container { max-width: 800px; margin: 0 auto; }.page-ph-digraph-game__faq-item { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; }.page-ph-digraph-game__faq-question { background-color: #f1f1f1; padding: 15px 20px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-ph-digraph-game__faq-question:hover { background-color: #e0e0e0; }.page-ph-digraph-game__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; }.page-ph-digraph-game__faq-toggle { font-size: 1.5em; font-weight: bold; color: #555; pointer-events: none; }.page-ph-digraph-game__faq-item.active .page-ph-digraph-game__faq-question { background-color: #ffcc00; color: #1a1a1a; }.page-ph-digraph-game__faq-item.active .page-ph-digraph-game__faq-question h3, .page-ph-digraph-game__faq-item.active .page-ph-digraph-game__faq-toggle { color: #1a1a1a; }.page-ph-digraph-game__faq-answer { background-color: #fff; max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-ph-digraph-game__faq-item.active .page-ph-digraph-game__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-ph-digraph-game__blog-card { text-align: left; }.page-ph-digraph-game__blog-card img { border-bottom: 1px solid #eee; }.page-ph-digraph-game__blog-card p { font-size: 0.85em; color: #777; margin-top: 5px; }.page-ph-digraph-game__blog-card h3 { margin-bottom: 5px; }.page-ph-digraph-game__blog-card h3 a { font-size: 1.2em; }.page-ph-digraph-game__blog-card p:last-of-type { margin-bottom: 15px; }.page-ph-digraph-game__blog-card a { display: block; text-decoration: none; }.page-ph-digraph-game__blog-card a:hover { text-decoration: underline; }.page-ph-digraph-game__blog-card:hover { transform: translateY(-5px); transition: transform 0.3s ease; }.page-ph-digraph-game__blog-card h3 { min-height: 50px; display: flex; align-items: center; }.page-ph-digraph-game__blog-card p { min-height: 60px; }.page-ph-digraph-game__blog-card a.page-ph-digraph-game__blog-image-link { display: block; line-height: 0; }.page-ph-digraph-game__blog-card a.page-ph-digraph-game__blog-image-link img { border-radius: 8px 8px 0 0; }.page-ph-digraph-game__blog-card { border-radius: 8px; }.page-ph-digraph-game__blog-card h3 { padding: 0 15px; }.page-ph-digraph-game__blog-card p { padding: 0 15px; }.page-ph-digraph-game__blog-card p:last-of-type { padding-bottom: 15px; }@media (max-width: 768px) { .page-ph-digraph-game__hero-section { height: 400px; }.page-ph-digraph-game__hero-content h1 { font-size: 2em; }.page-ph-digraph-game__hero-content p { font-size: 1em; }.page-ph-digraph-game__hero-cta { padding: 12px 25px; font-size: 1em; }.page-ph-digraph-game__intro-section h2, .page-ph-digraph-game__quick-access-section h2, .page-ph-digraph-game__games-section h2, .page-ph-digraph-game__promotions-section h2, .page-ph-digraph-game__security-support-section h2, .page-ph-digraph-game__faq-section h2, .page-ph-digraph-game__blog-section h2 { font-size: 2em; margin-bottom: 30px; }.page-ph-digraph-game__intro-features, .page-ph-digraph-game__access-links, .page-ph-digraph-game__game-grid, .page-ph-digraph-game__promo-grid, .page-ph-digraph-game__blog-grid { grid-template-columns: 1fr; gap: 20px; }.page-ph-digraph-game__feature-item, .page-ph-digraph-game__security-content, .page-ph-digraph-game__support-content { min-width: unset; max-width: 100%; }.page-ph-digraph-game__tab-button { width: 100%; box-sizing: border-box; }.page-ph-digraph-game__game-image, .page-ph-digraph-game__promo-image, .page-ph-digraph-game__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-ph-digraph-game__faq-question h3 { font-size: 1em; }.page-ph-digraph-game__faq-answer p { font-size: 0.9em; }.page-ph-digraph-game__intro-features .page-ph-digraph-game__feature-item, .page-ph-digraph-game__game-grid .page-ph-digraph-game__game-card, .page-ph-digraph-game__promo-grid .page-ph-digraph-game__promo-card, .page-ph-digraph-game__blog-grid .page-ph-digraph-game__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-ph-digraph-game__intro-features, .page-ph-digraph-game__access-links, .page-ph-digraph-game__game-grid, .page-ph-digraph-game__promo-grid, .page-ph-digraph-game__blog-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-ph-digraph-game__faq-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-ph-digraph-game__faq-item, .page-ph-digraph-game__faq-question, .page-ph-digraph-game__faq-answer { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } /* Ensuring contrast */body { background-color: #f8f8f8; } /* Light background */.page-ph-digraph-game h1, .page-ph-digraph-game h2, .page-ph-digraph-game h3 { color: #1a1a1a; /* Dark text for titles */}.page-ph-digraph-game p, .page-ph-digraph-game li { color: #333; /* Darker text for body */}.page-ph-digraph-game__hero-content h1 { color: #ffcc00; /* Bright accent on dark background */}.page-ph-digraph-game__hero-content p { color: #fff; /* White text on dark background */}.page-ph-digraph-game__hero-cta { background-color: #ffcc00; color: #1a1a1a; /* Bright accent on dark background */}.page-ph-digraph-game__hero-cta:hover { background-color: #e6b800; }.page-ph-digraph-game__access-btn { background-color: #007bff; color: #fff; /* Blue button on light background */}.page-ph-digraph-game__access-btn:hover { background-color: #0056b3; }.page-ph-digraph-game__tab-button { background-color: #e0e0e0; color: #333; /* Light grey button, dark text */}.page-ph-digraph-game__tab-button:hover, .page-ph-digraph-game__tab-button.active { background-color: #ffcc00; color: #1a1a1a; /* Bright accent button, dark text */}.page-ph-digraph-game__game-play-btn, .page-ph-digraph-game__promo-btn { background-color: #28a745; color: #fff; /* Green button on light background */}.page-ph-digraph-game__game-play-btn:hover, .page-ph-digraph-game__promo-btn:hover { background-color: #218838; }.page-ph-digraph-game__support-btn { background-color: #17a2b8; color: #fff; /* Teal button on light background */}.page-ph-digraph-game__support-btn:hover { background-color: #138496; }.page-ph-digraph-game__faq-question { background-color: #f1f1f1; color: #333; /* Light grey question, dark text */}.page-ph-digraph-game__faq-question:hover { background-color: #e0e0e0; }.page-ph-digraph-game__faq-item.active .page-ph-digraph-game__faq-question { background-color: #ffcc00; color: #1a1a1a; /* Bright accent active question, dark text */}.page-ph-digraph-game__faq-answer { background-color: #fff; color: #333; /* White answer, dark text */}.page-ph-digraph-game__blog-card h3 a { color: #1a1a1a; /* Dark link text */}.page-ph-digraph-game__blog-card h3 a:hover { color: #ffcc00; /* Bright accent hover */}.page-ph-digraph-game__blog-card p { color: #777; /* Slightly lighter text for blog descriptions */}