.page-ph11-88 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; }.page-ph11-88__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }.page-ph11-88__section { padding: 40px 0; }.page-ph11-88__hero-section { background: linear-gradient(135deg, #2a003a, #000000); color: #fff; text-align: center; padding: 60px 15px 40px; position: relative; overflow: hidden; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; padding-top: 10px; /* Adhering to fixed nav bar spacing */}.page-ph11-88__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; }.page-ph11-88__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }.page-ph11-88__hero-title { font-size: 2.5em; margin-bottom: 10px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-ph11-88__hero-subtitle { font-size: 1.2em; margin-bottom: 20px; }.page-ph11-88__button-group { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }.page-ph11-88__button { display: inline-block; padding: 12px 25px; background-color: #e6b800; color: #000; text-decoration: none; border-radius: 5px; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1em; }.page-ph11-88__button:hover { background-color: #ffd700; transform: translateY(-2px); }.page-ph11-88__about-section { background-color: #fff; text-align: center; padding: 50px 15px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); margin-top: 20px; }.page-ph11-88__about-title { font-size: 2em; color: #2a003a; margin-bottom: 20px; }.page-ph11-88__about-text { max-width: 800px; margin: 0 auto 30px; font-size: 1.1em; }.page-ph11-88__features-list { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 30px; }.page-ph11-88__feature-item { background-color: #f9f9f9; padding: 20px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); width: calc(33% - 20px); box-sizing: border-box; text-align: left; }.page-ph11-88__feature-item h3 { color: #e6b800; margin-bottom: 10px; font-size: 1.2em; }.page-ph11-88__feature-item p { font-size: 0.95em; color: #555; }.page-ph11-88__games-section { background-color: #f0f0f0; padding: 50px 0; text-align: center; }.page-ph11-88__games-title { font-size: 2em; color: #2a003a; margin-bottom: 30px; }.page-ph11-88__game-categories { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 30px; }.page-ph11-88__category-button { padding: 10px 20px; background-color: #333; color: #fff; border: none; border-radius: 25px; cursor: pointer; transition: background-color 0.3s ease; font-weight: bold; }.page-ph11-88__category-button:hover { background-color: #e6b800; color: #000; }.page-ph11-88__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; max-width: 1000px; margin: 0 auto; }.page-ph11-88__game-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; }.page-ph11-88__game-card:hover { transform: translateY(-5px); }.page-ph11-88__game-image { width: 100%; height: 200px; object-fit: cover; }.page-ph11-88__game-info { padding: 15px; }.page-ph11-88__game-info h3 { font-size: 1.2em; margin-bottom: 8px; color: #2a003a; }.page-ph11-88__game-info p { font-size: 0.9em; color: #666; }.page-ph11-88__promo-section { background-color: #fff; padding: 50px 0; text-align: center; }.page-ph11-88__promo-title { font-size: 2em; color: #2a003a; margin-bottom: 30px; }.page-ph11-88__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; max-width: 1000px; margin: 0 auto; }.page-ph11-88__promo-card { background: linear-gradient(45deg, #2a003a, #4a007a); color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); text-align: left; padding: 25px; position: relative; }.page-ph11-88__promo-card h3 { font-size: 1.5em; margin-bottom: 10px; color: #ffd700; }.page-ph11-88__promo-card p { font-size: 1em; margin-bottom: 15px; }.page-ph11-88__promo-link { display: inline-block; padding: 10px 20px; background-color: #e6b800; color: #000; text-decoration: none; border-radius: 5px; font-weight: bold; transition: background-color 0.3s ease; }.page-ph11-88__promo-link:hover { background-color: #ffd700; }.page-ph11-88__payment-providers-section { background-color: #f0f0f0; padding: 50px 0; text-align: center; }.page-ph11-88__payment-providers-title { font-size: 2em; color: #2a003a; margin-bottom: 30px; }.page-ph11-88__payment-grid, .page-ph11-88__provider-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 20px; max-width: 900px; margin: 0 auto; align-items: center; justify-items: center; }.page-ph11-88__logo-item { background-color: #fff; padding: 15px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); display: flex; align-items: center; justify-content: center; height: 80px; width: 100%; box-sizing: border-box; }.page-ph11-88__logo-item img { max-width: 100%; max-height: 50px; object-fit: contain; }.page-ph11-88__cta-section { background: linear-gradient(135deg, #4a007a, #2a003a); color: #fff; text-align: center; padding: 60px 15px; border-top-left-radius: 20px; border-top-right-radius: 20px; margin-top: 40px; }.page-ph11-88__cta-title { font-size: 2.2em; margin-bottom: 15px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }.page-ph11-88__cta-text { font-size: 1.1em; margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; }.page-ph11-88__faq-section { background-color: #fff; padding: 50px 0; }.page-ph11-88__faq-title { text-align: center; font-size: 2em; color: #2a003a; margin-bottom: 30px; }.page-ph11-88__faq-list { max-width: 800px; margin: 0 auto; }.page-ph11-88__faq-item { border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; overflow: hidden; }.page-ph11-88__faq-question { background-color: #f9f9f9; padding: 15px 20px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-ph11-88__faq-question:hover { background-color: #e6b800; color: #000; }.page-ph11-88__faq-question h3 { margin: 0; font-size: 1.1em; color: #2a003a; pointer-events: none; }.page-ph11-88__faq-toggle { font-size: 1.5em; font-weight: bold; color: #2a003a; pointer-events: none; transition: transform 0.3s ease; }.page-ph11-88__faq-item.active .page-ph11-88__faq-toggle { transform: rotate(45deg); }.page-ph11-88__faq-answer { 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; background-color: #fff; }.page-ph11-88__faq-item.active .page-ph11-88__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-ph11-88__faq-answer p { margin: 0; font-size: 0.95em; color: #555; }.page-ph11-88__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-ph11-88__floating-button { padding: 12px 25px; background-color: #e6b800; color: #000; text-decoration: none; border-radius: 30px; font-weight: bold; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; min-width: 120px; }.page-ph11-88__floating-button:hover { background-color: #ffd700; transform: translateY(-3px); }@media (max-width: 768px) { .page-ph11-88__hero-title { font-size: 2em; }.page-ph11-88__hero-subtitle { font-size: 1em; }.page-ph11-88__button-group { flex-direction: column; gap: 10px; }.page-ph11-88__button { width: 100%; max-width: 250px; }.page-ph11-88__feature-item { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; padding: 15px; }.page-ph11-88__features-list { padding: 0 15px; }.page-ph11-88__game-grid, .page-ph11-88__promo-grid, .page-ph11-88__payment-grid, .page-ph11-88__provider-grid { grid-template-columns: 1fr; padding: 0 15px; }.page-ph11-88__game-card, .page-ph11-88__promo-card { margin: 0 auto; }.page-ph11-88__about-title, .page-ph11-88__games-title, .page-ph11-88__promo-title, .page-ph11-88__payment-providers-title, .page-ph11-88__cta-title, .page-ph11-88__faq-title { font-size: 1.8em; }.page-ph11-88__cta-title { font-size: 2em; }.page-ph11-88__cta-text { font-size: 1em; }.page-ph11-88__faq-question h3 { font-size: 1em; }.page-ph11-88__faq-answer p { font-size: 0.9em; }.page-ph11-88__floating-buttons { right: 10px; bottom: 10px; }.page-ph11-88__floating-button { min-width: 100px; padding: 10px 20px; }}.page-ph11-88__section-header { text-align: center; margin-bottom: 40px; }.page-ph11-88__section-header h2 { font-size: 2.2em; color: #2a003a; margin-bottom: 10px; }.page-ph11-88__section-header p { font-size: 1.1em; color: #555; max-width: 800px; margin: 0 auto; }.page-ph11-88__game-categories-wrapper { overflow-x: auto; -webkit-overflow-scrolling: touch; scroll-behavior: smooth; white-space: nowrap; padding-bottom: 10px; margin-bottom: 20px; }.page-ph11-88__game-categories { display: flex; flex-wrap: nowrap; justify-content: flex-start; gap: 10px; }.page-ph11-88__category-button { flex-shrink: 0; }.page-ph11-88__game-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; padding: 0 15px; }.page-ph11-88__game-card { border: 1px solid #eee; }.page-ph11-88__game-image { width: 100%; height: 150px; object-fit: cover; }.page-ph11-88__game-info h3 { font-size: 1.1em; white-space: normal; overflow: hidden; text-overflow: ellipsis; }.page-ph11-88__game-info p { font-size: 0.85em; }.page-ph11-88__logo-item { padding: 10px; height: 70px; }.page-ph11-88__logo-item img { max-height: 40px; }@media (max-width: 480px) { .page-ph11-88__hero-title { font-size: 1.8em; }.page-ph11-88__hero-subtitle { font-size: 0.9em; }.page-ph11-88__button { padding: 10px 20px; }.page-ph11-88__section-header h2 { font-size: 1.6em; }.page-ph11-88__section-header p { font-size: 0.9em; }.page-ph11-88__game-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }.page-ph11-88__game-image { height: 120px; }.page-ph11-88__game-info h3 { font-size: 1em; }.page-ph11-88__promo-card h3 { font-size: 1.3em; }.page-ph11-88__promo-card p { font-size: 0.9em; }.page-ph11-88__cta-title { font-size: 1.8em; }.page-ph11-88__faq-question h3 { font-size: 0.95em; }.page-ph11-88__floating-button { min-width: 90px; padding: 8px 15px; font-size: 0.9em; }}