.page-ph9 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-ph9 a { text-decoration: none; color: #007bff; }.page-ph9 a:hover { text-decoration: underline; }.page-ph9__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-ph9__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }.page-ph9__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-ph9__section--dark h2, .page-ph9__section--dark h3 { color: #ecf0f1; }.page-ph9__section-title { text-align: center; color: #2c3e50; font-size: 2.5em; margin-bottom: 30px; }.page-ph9__section-title--light { color: #ecf0f1; }.page-ph9__text-center { text-align: center; }.page-ph9__button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 50px; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; text-align: center; }.page-ph9__button:hover { background-color: #c0392b; transform: translateY(-2px); text-decoration: none; }.page-ph9__hero-section { position: relative; overflow: hidden; padding: 10px 0 0 0; background-color: #1a1a2e; color: #fff; text-align: center; display: flex; align-items: center; justify-content: center; min-height: 500px; }.page-ph9__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.6; }.page-ph9__hero-content { position: relative; z-index: 2; padding: 20px; max-width: 900px; }.page-ph9__hero-title { font-size: 3.5em; margin-bottom: 15px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-ph9__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }.page-ph9__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-ph9__intro-item { text-align: center; padding: 25px; background-color: #f1c40f; border-radius: 8px; color: #333; }.page-ph9__intro-item h3 { font-size: 1.5em; margin-bottom: 10px; color: #2c3e50; }.page-ph9__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; }.page-ph9__quick-link-button { background-color: #3498db; color: #fff; padding: 12px 20px; border-radius: 5px; font-size: 1em; font-weight: bold; transition: background-color 0.3s ease; text-align: center; }.page-ph9__quick-link-button:hover { background-color: #2980b9; text-decoration: none; }.page-ph9__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-ph9__game-card { background-color: #fefefe; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-ph9__game-card:hover { transform: translateY(-5px); }.page-ph9__game-card-image { width: 100%; height: 200px; object-fit: cover; }.page-ph9__game-card-content { padding: 20px; }.page-ph9__game-card-title { font-size: 1.4em; margin-bottom: 10px; color: #2c3e50; }.page-ph9__game-card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-ph9__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-ph9__promo-card { background-color: #ecf0f1; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); overflow: hidden; display: flex; flex-direction: column; }.page-ph9__promo-card-image { width: 100%; height: 220px; object-fit: cover; }.page-ph9__promo-card-content { padding: 20px; flex-grow: 1; }.page-ph9__promo-card-title { font-size: 1.6em; margin-bottom: 10px; color: #e74c3c; }.page-ph9__promo-card-description { font-size: 1em; color: #555; margin-bottom: 15px; }.page-ph9__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-ph9__feature-item { background-color: #fff; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }.page-ph9__feature-item h3 { font-size: 1.4em; margin-bottom: 10px; color: #2c3e50; }.page-ph9__faq-list { margin-top: 30px; }.page-ph9__faq-item { background-color: #fefefe; margin-bottom: 10px; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); }.page-ph9__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; user-select: none; background-color: #f1f1f1; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; }.page-ph9__faq-question:hover { background-color: #e0e0e0; }.page-ph9__faq-question h3 { margin: 0; font-size: 1.2em; color: #2c3e50; pointer-events: none; }.page-ph9__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e74c3c; transition: transform 0.3s ease; pointer-events: none; }.page-ph9__faq-item.active .page-ph9__faq-toggle { transform: rotate(45deg); }.page-ph9__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-ph9__faq-item.active .page-ph9__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-ph9__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-ph9__blog-card { background-color: #fefefe; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-ph9__blog-card:hover { transform: translateY(-5px); }.page-ph9__blog-card-image { width: 100%; height: 200px; object-fit: cover; }.page-ph9__blog-card-content { padding: 20px; }.page-ph9__blog-card-title { font-size: 1.4em; margin-bottom: 10px; color: #2c3e50; }.page-ph9__blog-card-date { font-size: 0.85em; color: #777; margin-bottom: 10px; }.page-ph9__blog-card-excerpt { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-ph9__blog-card-link { display: inline-block; color: #e74c3c; font-weight: bold; }.page-ph9__blog-card-link:hover { text-decoration: underline; }.page-ph9__cta-floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-ph9__cta-floating-buttons .page-ph9__button { padding: 12px 25px; font-size: 1em; border-radius: 30px; }.page-ph9__cta-floating-buttons .page-ph9__button--register { background-color: #2ecc71; }.page-ph9__cta-floating-buttons .page-ph9__button--register:hover { background-color: #27ae60; }.page-ph9__cta-floating-buttons .page-ph9__button--login { background-color: #3498db; }.page-ph9__cta-floating-buttons .page-ph9__button--login:hover { background-color: #2980b9; }@media (max-width: 768px) { .page-ph9__hero-title { font-size: 2.5em; }.page-ph9__hero-subtitle { font-size: 1.2em; }.page-ph9__button { padding: 12px 20px; font-size: 1em; }.page-ph9__section { padding: 30px 15px; }.page-ph9__section-title { font-size: 2em; }.page-ph9__intro-grid, .page-ph9__quick-links-grid, .page-ph9__game-grid, .page-ph9__promo-grid, .page-ph9__security-features, .page-ph9__blog-grid { grid-template-columns: 1fr; }.page-ph9__intro-item, .page-ph9__quick-link-button, .page-ph9__game-card, .page-ph9__promo-card, .page-ph9__feature-item, .page-ph9__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-ph9__faq-question { padding: 15px; }.page-ph9__faq-question h3 { font-size: 1.1em; }.page-ph9__faq-answer { padding: 15px !important; }.page-ph9__cta-floating-buttons { bottom: 15px; right: 15px; }.page-ph9 img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-ph9__game-card-description, .page-ph9__promo-card-description, .page-ph9__blog-card-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }}