body { margin: 0; padding: 0; }.page-m-ph222 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; }.page-m-ph222__section-title { font-size: 2.2em; color: #ffffff; text-align: center; margin-bottom: 40px; padding-top: 20px; position: relative; letter-spacing: 1px; }.page-m-ph222__section-title::after { content: ''; display: block; width: 80px; height: 4px; background-color: #e44d26; margin: 10px auto 0; border-radius: 2px; }/* Hero Section */.page-m-ph222__hero-section { position: relative; display: flex; align-items: center; justify-content: center; min-height: 500px; padding: 10px 20px 60px; overflow: hidden; text-align: center; background-color: #000; box-sizing: border-box; }.page-m-ph222__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.4; z-index: 1; }.page-m-ph222__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; background: rgba(0, 0, 0, 0.6); border-radius: 10px; box-sizing: border-box; }.page-m-ph222__hero-title { font-size: 3em; color: #ffffff; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-m-ph222__hero-description { font-size: 1.2em; color: #f0f0f0; margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; }.page-m-ph222__cta-button { display: inline-block; background-color: #e44d26; color: #ffffff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; }.page-m-ph222__cta-button:hover { background-color: #ff6a3d; transform: translateY(-2px); }/* Payment Providers Section */.page-m-ph222__payment-providers { padding: 40px 20px; background-color: #222222; border-bottom: 1px solid #333333; box-sizing: border-box; }.page-m-ph222__logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 1200px; margin: 0 auto; box-sizing: border-box; }.page-m-ph222__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; box-sizing: border-box; }.page-m-ph222__payment-logo:hover { filter: grayscale(0%); opacity: 1; }.page-m-ph222__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }/* Introduction Section */.page-m-ph222__introduction-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; box-sizing: border-box; }.page-m-ph222__intro-text { font-size: 1.1em; margin-bottom: 40px; color: #cccccc; }.page-m-ph222__intro-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; }.page-m-ph222__feature-item { flex: 1; min-width: 280px; max-width: 350px; background-color: #2a2a2a; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; box-sizing: border-box; }.page-m-ph222__feature-item:hover { transform: translateY(-5px); }.page-m-ph222__feature-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; max-width: 100%; }.page-m-ph222__feature-title { font-size: 1.5em; color: #ffffff; margin-bottom: 10px; }.page-m-ph222__feature-description { color: #cccccc; }/* Quick Access Section */.page-m-ph222__quick-access-section { padding: 60px 20px; background-color: #222222; text-align: center; box-sizing: border-box; }.page-m-ph222__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; max-width: 900px; margin: 0 auto; }.page-m-ph222__access-button { display: inline-block; background-color: #e44d26; color: #ffffff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; min-width: 180px; text-align: center; box-sizing: border-box; }.page-m-ph222__access-button:hover { background-color: #ff6a3d; transform: translateY(-2px); }/* Games Section */.page-m-ph222__games-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; box-sizing: border-box; }.page-m-ph222__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; justify-content: center; }.page-m-ph222__game-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; box-sizing: border-box; display: flex; flex-direction: column; }.page-m-ph222__game-card:hover { transform: translateY(-5px); }.page-m-ph222__game-image { width: 100%; height: 200px; object-fit: cover; display: block; max-width: 100%; }.page-m-ph222__game-title { font-size: 1.4em; color: #ffffff; margin: 20px 15px 10px; }.page-m-ph222__game-description { font-size: 0.95em; color: #cccccc; padding: 0 15px; flex-grow: 1; }.page-m-ph222__game-button { display: block; background-color: #e44d26; color: #ffffff; padding: 10px 15px; border-radius: 0 0 10px 10px; text-decoration: none; font-weight: bold; margin-top: 20px; transition: background-color 0.3s ease; }.page-m-ph222__game-button:hover { background-color: #ff6a3d; }/* Promotions Section */.page-m-ph222__promotions-section { padding: 60px 20px; background-color: #222222; text-align: center; box-sizing: border-box; }.page-m-ph222__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; justify-content: center; max-width: 1200px; margin: 0 auto; }.page-m-ph222__promo-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; box-sizing: border-box; display: flex; flex-direction: column; }.page-m-ph222__promo-card:hover { transform: translateY(-5px); }.page-m-ph222__promo-image { width: 100%; height: 200px; object-fit: cover; display: block; max-width: 100%; }.page-m-ph222__promo-title { font-size: 1.4em; color: #ffffff; margin: 20px 15px 10px; }.page-m-ph222__promo-description { font-size: 0.95em; color: #cccccc; padding: 0 15px; flex-grow: 1; }.page-m-ph222__promo-button { display: block; background-color: #e44d26; color: #ffffff; padding: 10px 15px; border-radius: 0 0 10px 10px; text-decoration: none; font-weight: bold; margin-top: 20px; transition: background-color 0.3s ease; }.page-m-ph222__promo-button:hover { background-color: #ff6a3d; }/* Security & Support Section */.page-m-ph222__security-support-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; box-sizing: border-box; }.page-m-ph222__security-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; }.page-m-ph222__security-item { flex: 1; min-width: 280px; max-width: 350px; background-color: #2a2a2a; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; box-sizing: border-box; }.page-m-ph222__security-item:hover { transform: translateY(-5px); }.page-m-ph222__security-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; max-width: 100%; }.page-m-ph222__security-title { font-size: 1.5em; color: #ffffff; margin-bottom: 10px; }.page-m-ph222__security-description { color: #cccccc; }/* FAQ Section */.page-m-ph222__faq-section { padding: 60px 20px; background-color: #222222; text-align: center; box-sizing: border-box; }.page-m-ph222__faq-container { max-width: 900px; margin: 0 auto; text-align: left; }.page-m-ph222__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); box-sizing: border-box; }.page-m-ph222__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; background-color: #333333; cursor: pointer; user-select: none; font-size: 1.1em; color: #ffffff; transition: background-color 0.3s ease; }.page-m-ph222__faq-question:hover { background-color: #444444; }.page-m-ph222__faq-title { margin: 0; font-size: 1.1em; color: #ffffff; }.page-m-ph222__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e44d26; transition: transform 0.3s ease; }.page-m-ph222__faq-item.active .page-m-ph222__faq-toggle { transform: rotate(45deg); }.page-m-ph222__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #cccccc; }.page-m-ph222__faq-item.active .page-m-ph222__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }/* Blog Section */.page-m-ph222__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; box-sizing: border-box; }.page-m-ph222__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; justify-content: center; }.page-m-ph222__blog-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; box-sizing: border-box; display: flex; flex-direction: column; }.page-m-ph222__blog-card:hover { transform: translateY(-5px); }.page-m-ph222__blog-image { width: 100%; height: 200px; object-fit: cover; display: block; max-width: 100%; }.page-m-ph222__blog-title { font-size: 1.4em; color: #ffffff; margin: 20px 15px 10px; }.page-m-ph222__blog-summary { font-size: 0.95em; color: #cccccc; padding: 0 15px; flex-grow: 1; }.page-m-ph222__blog-button { display: block; background-color: #e44d26; color: #ffffff; padding: 10px 15px; border-radius: 0 0 10px 10px; text-decoration: none; font-weight: bold; margin-top: 20px; transition: background-color 0.3s ease; }.page-m-ph222__blog-button:hover { background-color: #ff6a3d; }/* General Link/Button Styles */.page-m-ph222 a { color: #e44d26; text-decoration: none; }.page-m-ph222 a:hover { text-decoration: underline; }/* Responsive Adjustments */@media (max-width: 768px) { .page-m-ph222__hero-section { min-height: 400px; padding: 10px 15px 40px; } .page-m-ph222__hero-title { font-size: 2em; } .page-m-ph222__hero-description { font-size: 1em; } .page-m-ph222__cta-button { font-size: 1em; padding: 12px 25px; } .page-m-ph222__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-m-ph222__payment-providers, .page-m-ph222__introduction-section, .page-m-ph222__quick-access-section, .page-m-ph222__games-section, .page-m-ph222__promotions-section, .page-m-ph222__security-support-section, .page-m-ph222__faq-section, .page-m-ph222__blog-section { padding: 40px 15px; } .page-m-ph222__feature-item, .page-m-ph222__security-item { min-width: unset; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding: 25px 15px; box-sizing: border-box !important; } .page-m-ph222__access-buttons { flex-direction: column; align-items: center; } .page-m-ph222__access-button { width: 100% !important; max-width: 300px; box-sizing: border-box !important; } .page-m-ph222__games-grid, .page-m-ph222__promo-grid, .page-m-ph222__blog-grid { grid-template-columns: 1fr; } .page-m-ph222__game-card, .page-m-ph222__promo-card, .page-m-ph222__blog-card { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-m-ph222__game-description, .page-m-ph222__promo-description, .page-m-ph222__blog-summary { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-m-ph222__faq-container { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding: 0 !important; box-sizing: border-box !important; } .page-m-ph222__faq-item { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-m-ph222__faq-question { padding: 15px; font-size: 1em; } .page-m-ph222__faq-title { font-size: 1em; } .page-m-ph222__faq-answer { padding: 0 15px; } .page-m-ph222__faq-item.active .page-m-ph222__faq-answer { padding: 15px !important; } }/* Specific payment provider logo CSS as per prompt */.page-m-ph222__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; }.page-m-ph222__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-m-ph222__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }@media (max-width: 768px) { .page-m-ph222__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-m-ph222__payment-logo, .page-m-ph222__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } }