/* General Styles */:root {  --page-primary-color: #ffcc00;  --page-secondary-color: #333333;  --page-accent-color: #007bff;  --page-text-color: #ffffff;  --page-dark-text-color: #333333;  --page-light-text-color: #f8f9fa;  --page-background-dark: #1a1a1a;  --page-background-light: #2c2c2c;  --page-border-color: #444444;  --page-font-family: 'Arial', sans-serif;}.page-coins-ph-game-credits {  font-family: var(--page-font-family);  color: var(--page-text-color);  background-color: var(--page-background-dark);  line-height: 1.6;}.page-coins-ph-game-credits h1, .page-coins-ph-game-credits h2, .page-coins-ph-game-credits h3 {  color: var(--page-primary-color);  margin-bottom: 15px;}.page-coins-ph-game-credits p {  margin-bottom: 1em;  color: var(--page-light-text-color);}.page-coins-ph-game-credits strong {  color: var(--page-primary-color);}.page-coins-ph-game-credits__section {  padding: 40px 20px;  margin: 0 auto;  max-width: 1200px;  box-sizing: border-box;}.page-coins-ph-game-credits__section--dark {  background-color: var(--page-background-dark);}.page-coins-ph-game-credits__section--light {  background-color: var(--page-background-light);}.page-coins-ph-game-credits__button {  display: inline-block;  background-color: var(--page-primary-color);  color: var(--page-dark-text-color);  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  border: none;  cursor: pointer;  font-size: 16px;}.page-coins-ph-game-credits__button:hover {  background-color: #e6b800;  transform: translateY(-2px);}.page-coins-ph-game-credits__button--secondary {  background-color: var(--page-accent-color);  color: var(--page-light-text-color);}.page-coins-ph-game-credits__button--secondary:hover {  background-color: #0056b3;}.page-coins-ph-game-credits__image {  max-width: 100%;  height: auto;  display: block;  margin: 20px auto;  border-radius: 8px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);}.page-coins-ph-game-credits__image-container {  width: 100%;  max-width: 100%;  overflow: hidden;  box-sizing: border-box;}.page-coins-ph-game-credits__list {  list-style: none;  padding: 0;  margin: 0;}.page-coins-ph-game-credits__list-item {  background-color: var(--page-background-light);  margin-bottom: 10px;  padding: 15px;  border-radius: 5px;  display: flex;  align-items: center;  gap: 15px;  color: var(--page-light-text-color);  box-sizing: border-box;}.page-coins-ph-game-credits__list-item::before {  content: '✓';  color: var(--page-primary-color);  font-weight: bold;  margin-right: 5px;}.page-coins-ph-game-credits__grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 25px;}.page-coins-ph-game-credits__card {  background-color: var(--page-background-light);  border-radius: 10px;  padding: 25px;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);  text-align: center;  display: flex;  flex-direction: column;  justify-content: space-between;  box-sizing: border-box;  transition: transform 0.3s ease;}.page-coins-ph-game-credits__card:hover {  transform: translateY(-5px);}.page-coins-ph-game-credits__card-title {  font-size: 20px;  margin-top: 15px;  margin-bottom: 10px;  color: var(--page-primary-color);}.page-coins-ph-game-credits__card-description {  font-size: 14px;  color: var(--page-light-text-color);  flex-grow: 1;}.page-coins-ph-game-credits__card-image {  max-width: 100%;  height: 200px;  object-fit: cover;  border-radius: 8px;  margin-bottom: 15px;}.page-coins-ph-game-credits__card-button {  margin-top: 20px;  width: 100%;}.page-coins-ph-game-credits__header-offset-dummy {  height: var(--header-offset, 122px);  background-color: transparent;}.page-coins-ph-game-credits__hero-section {  position: relative;  overflow: hidden;  padding: 10px 0 60px;  background-color: var(--page-background-dark);}.page-coins-ph-game-credits__hero-background {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 0;  opacity: 0.4;}.page-coins-ph-game-credits__hero-content {  position: relative;  z-index: 1;  text-align: center;  max-width: 900px;  margin: 0 auto;  padding: 20px;}.page-coins-ph-game-credits__hero-title {  font-size: 48px;  margin-bottom: 20px;  line-height: 1.2;  color: var(--page-primary-color);}.page-coins-ph-game-credits__hero-subtitle {  font-size: 24px;  margin-bottom: 30px;  color: var(--page-light-text-color);}.page-coins-ph-game-credits__hero-buttons {  display: flex;  justify-content: center;  gap: 20px;  flex-wrap: wrap;}.page-coins-ph-game-credits__payment-providers {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 100%;  box-sizing: border-box;  padding: 30px 20px;  background-color: var(--page-background-light);}.page-coins-ph-game-credits__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;}.page-coins-ph-game-credits__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;}.page-coins-ph-game-credits__quick-links-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));  gap: 20px;  text-align: center;}.page-coins-ph-game-credits__quick-link-item {  background-color: var(--page-background-light);  padding: 20px;  border-radius: 8px;  transition: transform 0.3s ease;}.page-coins-ph-game-credits__quick-link-item:hover {  transform: translateY(-3px);}.page-coins-ph-game-credits__quick-link-item a {  color: var(--page-primary-color);  text-decoration: none;  font-weight: bold;  display: block;  font-size: 18px;}.page-coins-ph-game-credits__quick-link-item a:hover {  text-decoration: underline;}.page-coins-ph-game-credits__game-card {  text-align: left;}.page-coins-ph-game-credits__game-card-image {  height: 200px;  object-fit: cover;  width: 100%;  border-radius: 8px;  margin-bottom: 15px;}.page-coins-ph-game-credits__game-card-title {  font-size: 20px;  margin-bottom: 10px;  color: var(--page-primary-color);}.page-coins-ph-game-credits__game-card-description {  font-size: 14px;  color: var(--page-light-text-color);  flex-grow: 1;}.page-coins-ph-game-credits__promo-card-image {  height: 180px;  object-fit: cover;  width: 100%;  border-radius: 8px;  margin-bottom: 15px;}.page-coins-ph-game-credits__promo-card-title {  font-size: 22px;  margin-bottom: 10px;  color: var(--page-primary-color);}.page-coins-ph-game-credits__promo-card-description {  font-size: 15px;  color: var(--page-light-text-color);  flex-grow: 1;}.page-coins-ph-game-credits__faq-item {  background-color: var(--page-background-light);  margin-bottom: 15px;  border-radius: 8px;  overflow: hidden;}.page-coins-ph-game-credits__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 18px 20px;  background-color: var(--page-secondary-color);  cursor: pointer;  user-select: none;  font-size: 18px;  font-weight: bold;  color: var(--page-light-text-color);  transition: background-color 0.3s ease;}.page-coins-ph-game-credits__faq-question:hover {  background-color: #444444;}.page-coins-ph-game-credits__faq-question h3 {  margin: 0;  color: var(--page-light-text-color);  pointer-events: none;}.page-coins-ph-game-credits__faq-toggle {  font-size: 24px;  line-height: 1;  color: var(--page-primary-color);  pointer-events: none;  transition: transform 0.3s ease;}.page-coins-ph-game-credits__faq-item.active .page-coins-ph-game-credits__faq-toggle {  transform: rotate(45deg);}.page-coins-ph-game-credits__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;  color: var(--page-light-text-color);}.page-coins-ph-game-credits__faq-item.active .page-coins-ph-game-credits__faq-answer {  max-height: 2000px !important;  padding: 20px !important;  opacity: 1;}.page-coins-ph-game-credits__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 25px;}.page-coins-ph-game-credits__blog-card {  background-color: var(--page-background-light);  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);  transition: transform 0.3s ease;}.page-coins-ph-game-credits__blog-card:hover {  transform: translateY(-5px);}.page-coins-ph-game-credits__blog-image {  width: 100%;  height: 180px;  object-fit: cover;}.page-coins-ph-game-credits__blog-content {  padding: 20px;}.page-coins-ph-game-credits__blog-title {  font-size: 20px;  margin-bottom: 10px;  line-height: 1.3;}.page-coins-ph-game-credits__blog-title a {  color: var(--page-primary-color);  text-decoration: none;}.page-coins-ph-game-credits__blog-title a:hover {  text-decoration: underline;}.page-coins-ph-game-credits__blog-excerpt {  font-size: 14px;  color: var(--page-light-text-color);  margin-bottom: 15px;}.page-coins-ph-game-credits__blog-read-more {  display: inline-block;  color: var(--page-accent-color);  text-decoration: none;  font-weight: bold;  font-size: 14px;}.page-coins-ph-game-credits__blog-read-more:hover {  text-decoration: underline;}/* Responsive Adjustments */@media (max-width: 768px) {  .page-coins-ph-game-credits__hero-title {    font-size: 36px;  }  .page-coins-ph-game-credits__hero-subtitle {    font-size: 18px;  }  .page-coins-ph-game-credits__hero-buttons {    flex-direction: column;    gap: 15px;  }  .page-coins-ph-game-credits__button {    width: 100%;    font-size: 15px;  }  .page-coins-ph-game-credits__section {    padding: 30px 15px;  }  .page-coins-ph-game-credits__list-item,  .page-coins-ph-game-credits__card,  .page-coins-ph-game-credits__quick-link-item,  .page-coins-ph-game-credits__game-card,  .page-coins-ph-game-credits__promo-card,  .page-coins-ph-game-credits__blog-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-coins-ph-game-credits__grid,  .page-coins-ph-game-credits__quick-links-grid,  .page-coins-ph-game-credits__blog-grid {    grid-template-columns: 1fr;  }  .page-coins-ph-game-credits__faq-question {    font-size: 16px;    padding: 15px;  }  .page-coins-ph-game-credits__faq-answer {    padding: 15px !important;  }  .page-coins-ph-game-credits__list {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-coins-ph-game-credits__list-item p {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-coins-ph-game-credits__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;  }  .page-coins-ph-game-credits__payment-logo,  .page-coins-ph-game-credits__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }}