:root {--primary-color: #e44d26; /* A vibrant orange/red for action */--secondary-color: #333;--text-color: #eee;--background-dark: #1a1a1a;--background-light: #2a2a2a;--accent-color: #ffcc00; /* Gold/yellow for highlights */--border-radius: 8px;}.page-ph333-a {font-family: 'Arial', sans-serif;color: var(--text-color);background-color: var(--background-dark);line-height: 1.6;overflow-x: hidden; /* Prevent horizontal scroll from elements */}.page-ph333-a__container {max-width: 1200px;margin: 0 auto;padding: 20px;box-sizing: border-box;}.page-ph333-a__section {padding: 60px 20px;margin-bottom: 40px;background-color: var(--background-light);border-radius: var(--border-radius);box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);text-align: center;position: relative;}.page-ph333-a__section--dark {background-color: var(--background-dark);}.page-ph333-a__heading {font-size: 2.5em;color: var(--primary-color);margin-bottom: 20px;text-align: center;font-weight: bold;}.page-ph333-a__subheading {font-size: 1.8em;color: var(--accent-color);margin-bottom: 15px;text-align: center;}.page-ph333-a__text {font-size: 1.1em;margin-bottom: 20px;color: #ccc;}.page-ph333-a__button {display: inline-block;background-color: var(--primary-color);color: #fff;padding: 12px 25px;border-radius: 5px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease, transform 0.2s ease;border: none;cursor: pointer;font-size: 1em;margin: 10px;}.page-ph333-a__button:hover {background-color: #ff6a40;transform: translateY(-2px);}.page-ph333-a__button--secondary {background-color: var(--accent-color);color: var(--secondary-color);}.page-ph333-a__button--secondary:hover {background-color: #ffd966;}/* Hero Section */.page-ph333-a__hero-section {position: relative;overflow: hidden;color: #fff;padding: 10px 0 100px 0; /* Rely on body padding for header offset, add a small top padding for visual */min-height: 600px;display: flex;align-items: center;justify-content: center;text-align: center;background-color: var(--background-dark);}.page-ph333-a__hero-background {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: 1;filter: brightness(0.6); /* Darken background for text readability */}.page-ph333-a__hero-content {position: relative;z-index: 2;max-width: 900px;padding: 20px;background-color: rgba(0, 0, 0, 0.4);border-radius: var(--border-radius);}.page-ph333-a__hero-title {font-size: 3.5em;margin-bottom: 20px;line-height: 1.2;color: #fff;}.page-ph333-a__hero-description {font-size: 1.3em;margin-bottom: 30px;color: #f0f0f0;}/* Floating Buttons */.page-ph333-a__floating-buttons {position: fixed;bottom: 20px;right: 20px;z-index: 1000;display: flex;flex-direction: column;gap: 10px;}.page-ph333-a__floating-button {background-color: var(--primary-color);color: #fff;padding: 12px 20px;border-radius: 50px;text-decoration: none;font-weight: bold;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);transition: background-color 0.3s ease, transform 0.2s ease;font-size: 1.1em;text-align: center;min-width: 120px;}.page-ph333-a__floating-button:hover {background-color: #ff6a40;transform: translateY(-3px);}/* Introduction Section */.page-ph333-a__intro-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 30px;align-items: center;text-align: left;}.page-ph333-a__intro-content {padding-right: 20px;}.page-ph333-a__intro-image {width: 100%;height: auto;border-radius: var(--border-radius);object-fit: cover;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);}/* Quick Access Links */.page-ph333-a__access-links {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;margin-top: 30px;}.page-ph333-a__access-link-item {flex: 1 1 calc(50% - 20px);max-width: calc(50% - 20px);background-color: var(--background-dark);padding: 25px;border-radius: var(--border-radius);text-align: center;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);transition: transform 0.2s ease;}.page-ph333-a__access-link-item:hover {transform: translateY(-5px);}.page-ph333-a__access-link-item a {color: var(--accent-color);font-weight: bold;text-decoration: none;font-size: 1.2em;display: block;}.page-ph333-a__access-link-item a:hover {text-decoration: underline;}/* Core Games Section */.page-ph333-a__game-categories {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;margin-top: 30px;}.page-ph333-a__game-card {background-color: var(--background-dark);border-radius: var(--border-radius);overflow: hidden;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);transition: transform 0.2s ease, box-shadow 0.2s ease;flex: 1 1 calc(33% - 20px);max-width: calc(33% - 20px);display: flex;flex-direction: column;}.page-ph333-a__game-card:hover {transform: translateY(-5px);box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);}.page-ph333-a__game-image {width: 100%;height: 200px;object-fit: cover;}.page-ph333-a__game-content {padding: 20px;flex-grow: 1;display: flex;flex-direction: column;justify-content: space-between;}.page-ph333-a__game-title {font-size: 1.5em;color: var(--primary-color);margin-bottom: 10px;}.page-ph333-a__game-description {font-size: 0.95em;color: #bbb;margin-bottom: 15px;}/* Promotions Section */.page-ph333-a__promo-list {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 30px;}.page-ph333-a__promo-card {background-color: var(--background-dark);border-radius: var(--border-radius);overflow: hidden;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);transition: transform 0.2s ease;text-align: left;}.page-ph333-a__promo-card:hover {transform: translateY(-5px);}.page-ph333-a__promo-image {width: 100%;height: 220px;object-fit: cover;}.page-ph333-a__promo-content {padding: 25px;}.page-ph333-a__promo-title {font-size: 1.6em;color: var(--accent-color);margin-bottom: 10px;}.page-ph333-a__promo-description {font-size: 1em;color: #ccc;margin-bottom: 20px;}/* Security & Customer Service */.page-ph333-a__service-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 30px;align-items: center;text-align: left;}.page-ph333-a__service-content {padding-right: 20px;}.page-ph333-a__service-image {width: 100%;height: auto;border-radius: var(--border-radius);object-fit: cover;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);}.page-ph333-a__payment-logos {display: flex;flex-wrap: wrap;gap: 15px;margin-top: 20px;justify-content: center;}.page-ph333-a__payment-logo {height: 40px; /* Consistent height for payment logos */width: auto;object-fit: contain;filter: grayscale(100%) brightness(1.5); /* Make logos monochrome and brighter to fit theme */transition: filter 0.3s ease;}.page-ph333-a__payment-logo:hover {filter: grayscale(0%) brightness(1); /* Color on hover */}/* FAQ Section */.page-ph333-a__faq-list {margin-top: 30px;text-align: left;}.page-ph333-a__faq-item {background-color: var(--background-dark);border-radius: var(--border-radius);margin-bottom: 15px;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);overflow: hidden;}.page-ph333-a__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px 25px;cursor: pointer;background-color: var(--background-dark);color: var(--accent-color);font-size: 1.2em;font-weight: bold;border-bottom: 1px solid rgba(255, 255, 255, 0.1);transition: background-color 0.3s ease;}.page-ph333-a__faq-question:hover {background-color: #3a3a3a;}.page-ph333-a__faq-question h3 {margin: 0;flex-grow: 1;pointer-events: none; /* Prevent h3 from interfering with click event */color: inherit;}.page-ph333-a__faq-toggle {font-size: 1.8em;line-height: 1;margin-left: 15px;transition: transform 0.3s ease;pointer-events: none; /* Prevent toggle icon from interfering with click event */color: var(--primary-color);}.page-ph333-a__faq-item.active .page-ph333-a__faq-toggle {transform: rotate(45deg); /* Change '+' to 'x' or '-' */}.page-ph333-a__faq-answer {max-height: 0;overflow: hidden;padding: 0 25px;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;color: #bbb;opacity: 0;font-size: 1em;}.page-ph333-a__faq-item.active .page-ph333-a__faq-answer {max-height: 2000px !important; /* Sufficiently large */padding: 20px 25px !important;opacity: 1;}/* Blog Section */.page-ph333-a__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 30px;}.page-ph333-a__blog-card {background-color: var(--background-dark);border-radius: var(--border-radius);overflow: hidden;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);transition: transform 0.2s ease, box-shadow 0.2s ease;text-align: left;display: flex;flex-direction: column;}.page-ph333-a__blog-card:hover {transform: translateY(-5px);box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);}.page-ph333-a__blog-image {width: 100%;height: 200px;object-fit: cover;}.page-ph333-a__blog-content {padding: 20px;flex-grow: 1;display: flex;flex-direction: column;justify-content: space-between;}.page-ph333-a__blog-title {font-size: 1.4em;color: var(--accent-color);margin-bottom: 10px;line-height: 1.3;}.page-ph333-a__blog-title a {color: inherit;text-decoration: none;}.page-ph333-a__blog-title a:hover {text-decoration: underline;}.page-ph333-a__blog-summary {font-size: 0.95em;color: #bbb;margin-bottom: 15px;}.page-ph333-a__blog-date {font-size: 0.85em;color: #888;text-align: right;margin-top: auto; /* Push date to bottom */}/* Responsive Design */@media (max-width: 992px) {.page-ph333-a__hero-title {font-size: 2.8em;}.page-ph333-a__hero-description {font-size: 1.1em;}.page-ph333-a__heading {font-size: 2em;}.page-ph333-a__intro-grid,.page-ph333-a__service-grid {grid-template-columns: 1fr;text-align: center;}.page-ph333-a__intro-content,.page-ph333-a__service-content {padding-right: 0;margin-bottom: 30px;}.page-ph333-a__intro-image,.page-ph333-a__service-image {order: -1; /* Image appears before text on mobile */}.page-ph333-a__game-card {flex: 1 1 calc(50% - 20px);max-width: calc(50% - 20px);}.page-ph333-a__access-link-item {flex: 1 1 100%;max-width: 100%;}}@media (max-width: 768px) {.page-ph333-a__hero-title {font-size: 2.2em;}.page-ph333-a__hero-description {font-size: 1em;}.page-ph333-a__section {padding: 40px 15px;margin-bottom: 30px;}.page-ph333-a__heading {font-size: 1.8em;}.page-ph333-a__subheading {font-size: 1.5em;}.page-ph333-a__text {font-size: 1em;}.page-ph333-a__button {padding: 10px 20px;font-size: 0.9em;}.page-ph333-a__floating-buttons {flex-direction: row;bottom: 10px;right: 10px;left: 10px;justify-content: center;gap: 10px;}.page-ph333-a__floating-button {flex: 1;min-width: unset;padding: 10px 15px;font-size: 1em;}.page-ph333-a__game-card,.page-ph333-a__promo-card,.page-ph333-a__blog-card {flex: 1 1 100%;max-width: 100%;}/* List item responsive requirements */.page-ph333-a__access-links,.page-ph333-a__game-categories,.page-ph333-a__promo-list,.page-ph333-a__blog-grid {width: 100% !important;max-width: 100% !important;padding: 0 !important;margin-left: 0 !important;margin-right: 0 !important;box-sizing: border-box !important;}.page-ph333-a__access-link-item,.page-ph333-a__game-card,.page-ph333-a__promo-card,.page-ph333-a__blog-card {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;padding: 15px !important; /* Adjust padding as needed */word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}.page-ph333-a__game-image,.page-ph333-a__promo-image,.page-ph333-a__blog-image,.page-ph333-a__intro-image,.page-ph333-a__service-image,.page-ph333-a__hero-background {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;}.page-ph333-a__faq-question {padding: 15px 20px;font-size: 1.1em;}.page-ph333-a__faq-answer {padding: 0 20px;}.page-ph333-a__faq-item.active .page-ph333-a__faq-answer {padding: 15px 20px !important;}}@media (max-width: 480px) {.page-ph333-a__hero-title {font-size: 1.8em;}.page-ph333-a__hero-description {font-size: 0.9em;}.page-ph333-a__heading {font-size: 1.5em;}.page-ph333-a__floating-buttons {flex-direction: column;align-items: stretch;}}