.page-resources-c54-game-payment-methods {\n  background-color: var(--dark-bg-1);\n  color: #ffffff;\n  font-family: 'Arial', sans-serif;\n  line-height: 1.6;\n  padding-bottom: 60px;\n}\n\n.page-resources-c54-game-payment-methods__container {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 0 20px;\n}\n\n.page-resources-c54-game-payment-methods__hero-section {\n  position: relative;\n  background-color: #1a1a1a;\n  padding: var(--header-offset, 120px) 0 80px;\n  text-align: center;\n  overflow: hidden;\n}\n\n.page-resources-c54-game-payment-methods__hero-background {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  opacity: 0.3;\n  z-index: 0;\n}\n\n.page-resources-c54-game-payment-methods__hero-content {\n  position: relative;\n  z-index: 1;\n  max-width: 800px;\n  margin: 0 auto;\n  padding: 0 20px;\n}\n\n.page-resources-c54-game-payment-methods__hero-title {\n  font-size: 3.5em;\n  color: #FFFFFF;\n  margin-bottom: 20px;\n  line-height: 1.2;\n}\n\n.page-resources-c54-game-payment-methods__hero-description {\n  font-size: 1.2em;\n  color: #f0f0f0;\n  margin-bottom: 40px;\n}\n\n.page-resources-c54-game-payment-methods__button-group {\n  display: flex;\n  justify-content: center;\n  gap: 20px;\n  flex-wrap: wrap;\n}\n\n.page-resources-c54-game-payment-methods__btn-primary,\n.page-resources-c54-game-payment-methods__btn-secondary {\n  display: inline-block;\n  padding: 15px 30px;\n  border-radius: 8px;\n  text-decoration: none;\n  font-weight: bold;\n  font-size: 1.1em;\n  transition: background-color 0.3s ease, color 0.3s ease;\n  box-sizing: border-box;\n  max-width: 100%;\n  white-space: normal;\n  word-wrap: break-word;\n}\n\n.page-resources-c54-game-payment-methods__btn-primary {\n  background-color: #26A9E0;\n  color: #FFFFFF;\n  border: 2px solid #26A9E0;\n}\n\n.page-resources-c54-game-payment-methods__btn-primary:hover {\n  background-color: #1f8ac1;\n  border-color: #1f8ac1;\n}\n\n.page-resources-c54-game-payment-methods__btn-secondary {\n  background-color: transparent;\n  color: #26A9E0;\n  border: 2px solid #26A9E0;\n}\n\n.page-resources-c54-game-payment-methods__btn-secondary:hover {\n  background-color: #26A9E0;\n  color: #FFFFFF;\n}\n\n.page-resources-c54-game-payment-methods__section {\n  padding: 60px 0;\n  text-align: center;\n}\n\n.page-resources-c54-game-payment-methods__section--light {\n  background-color: #f0f0f0;\n  color: #333333;\n}\n\n.page-resources-c54-game-payment-methods__section-title {\n  font-size: 2.5em;\n  margin-bottom: 30px;\n  color: #26A9E0;\n}\n\n.page-resources-c54-game-payment-methods__section--light .page-resources-c54-game-payment-methods__section-title {\n  color: #26A9E0;\n}\n\n.page-resources-c54-game-payment-methods__text-content {\n  max-width: 900px;\n  margin: 0 auto 40px;\n  text-align: left;\n  font-size: 1.1em;\n  color: #f0f0f0;\n}\n\n.page-resources-c54-game-payment-methods__section--light .page-resources-c54-game-payment-methods__text-content {\n  color: #333333;\n}\n\n.page-resources-c54-game-payment-methods__text-content p {\n  margin-bottom: 15px;\n}\n\n.page-resources-c54-game-payment-methods__image {\n  max-width: 100%;\n  height: auto;\n  border-radius: 10px;\n  margin-top: 30px;\n  margin-bottom: 30px;\n  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\n}\n\n.page-resources-c54-game-payment-methods__method-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 30px;\n  margin-top: 40px;\n  text-align: left;\n}\n\n.page-resources-c54-game-payment-methods__method-card {\n  background-color: rgba(255, 255, 255, 0.05);\n  border-radius: 10px;\n  padding: 30px;\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n  transition: transform 0.3s ease;\n  color: #ffffff;\n}\n\n.page-resources-c54-game-payment-methods__section--light .page-resources-c54-game-payment-methods__method-card {\n  background-color: #ffffff;\n  color: #333333;\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n}\n\n.page-resources-c54-game-payment-methods__method-card:hover {\n  transform: translateY(-5px);\n}\n\n.page-resources-c54-game-payment-methods__method-icon {\n  width: 80px;\n  height: 80px;\n  object-fit: contain;\n  margin-bottom: 20px;\n  background-color: #26A9E0;\n  padding: 10px;\n  border-radius: 50%;\n}\n\n.page-resources-c54-game-payment-methods__method-title {\n  font-size: 1.5em;\n  margin-bottom: 15px;\n  color: #26A9E0;\n}\n\n.page-resources-c54-game-payment-methods__method-description {\n  font-size: 1em;\n  line-height: 1.5;\n}\n\n.page-resources-c54-game-payment-methods__list {\n  list-style: none;\n  padding: 0;\n  margin-top: 20px;\n  text-align: left;\n}\n\n.page-resources-c54-game-payment-methods__list-item {\n  margin-bottom: 10px;\n  padding-left: 25px;\n  position: relative;\n  color: #f0f0f0;\n}\n\n.page-resources-c54-game-payment-methods__section--light .page-resources-c54-game-payment-methods__list-item {\n  color: #333333;\n}\n\n.page-resources-c54-game-payment-methods__list-item::before {\n  content: '✓';\n  color: #26A9E0;\n  position: absolute;\n  left: 0;\n  font-weight: bold;\n}\n\n.page-resources-c54-game-payment-methods__faq-section {\n  padding: 60px 0;\n  background-color: #1a1a1a;\n  color: #ffffff;\n}\n\n.page-resources-c54-game-payment-methods__faq-title {\n  font-size: 2.5em;\n  color: #26A9E0;\n  text-align: center;\n  margin-bottom: 40px;\n}\n\n.page-resources-c54-game-payment-methods__faq-container {\n  max-width: 900px;\n  margin: 0 auto;\n  padding: 0 20px;\n}\n\n.page-resources-c54-game-payment-methods__faq-item {\n  background-color: rgba(255, 255, 255, 0.05);\n  border-radius: 8px;\n  margin-bottom: 15px;\n  overflow: hidden;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n}\n\n.page-resources-c54-game-payment-methods__faq-question {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  padding: 20px 25px;\n  font-size: 1.2em;\n  font-weight: bold;\n  cursor: pointer;\n  color: #ffffff;\n  background-color: #26A9E0;\n  border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n}\n\n.page-resources-c54-game-payment-methods__faq-question:hover {\n  background-color: #1f8ac1;\n}\n\n.page-resources-c54-game-payment-methods__faq-toggle {\n  font-size: 1.5em;\n  line-height: 1;\n  transition: transform 0.3s ease;\n}\n\n.page-resources-c54-game-payment-methods__faq-item.active .page-resources-c54-game-payment-methods__faq-toggle {\n  transform: rotate(45deg);\n}\n\n.page-resources-c54-game-payment-methods__faq-answer {\n  max-height: 0;\n  overflow: hidden;\n  padding: 0 25px;\n  transition: max-height 0.3s ease, padding 0.3s ease;\n  background-color: rgba(255, 255, 255, 0.02);\n  color: #f0f0f0;\n}\n\n.page-resources-c54-game-payment-methods__faq-item.active .page-resources-c54-game-payment-methods__faq-answer {\n  max-height: 1000px !important;\n  padding: 20px 25px;\n}\n\n.page-resources-c54-game-payment-methods__cta-section {\n  background-color: #26A9E0;\n  padding: 80px 20px;\n  text-align: center;\n  color: #FFFFFF;\n}\n\n.page-resources-c54-game-payment-methods__cta-title {\n  font-size: 2.8em;\n  margin-bottom: 20px;\n  color: #FFFFFF;\n}\n\n.page-resources-c54-game-payment-methods__cta-description {\n  font-size: 1.3em;\n  margin-bottom: 40px;\n  color: #f0f0f0;\n}\n\n@media (max-width: 1024px) {\n  .page-resources-c54-game-payment-methods__hero-title {\n    font-size: 3em;\n  }\n  .page-resources-c54-game-payment-methods__section-title {\n    font-size: 2em;\n  }\n  .page-resources-c54-game-payment-methods__cta-title {\n    font-size: 2.2em;\n  }\n}\n\n@media (max-width: 768px) {\n  .page-resources-c54-game-payment-methods {\n    font-size: 16px;\n    line-height: 1.6;\n  }\n\n  .page-resources-c54-game-payment-methods__hero-section {\n    padding: var(--header-offset, 120px) 0 60px;\n  }\n  \n  .page-resources-c54-game-payment-methods__hero-title {\n    font-size: 2.5em;\n  }\n  .page-resources-c54-game-payment-methods__hero-description {\n    font-size: 1em;\n  }\n  .page-resources-c54-game-payment-methods__button-group {\n    flex-direction: column;\n    gap: 15px;\n  }\n  .page-resources-c54-game-payment-methods__btn-primary,\n  .page-resources-c54-game-payment-methods__btn-secondary {\n    width: 100% !important;\n    max-width: 100% !important;\n    padding: 12px 20px;\n    font-size: 1em;\n    white-space: normal !important;\n    word-wrap: break-word !important;\n  }\n\n  .page-resources-c54-game-payment-methods__section {\n    padding: 40px 0;\n  }\n  .page-resources-c54-game-payment-methods__section-title {\n    font-size: 1.8em;\n  }\n  .page-resources-c54-game-payment-methods__text-content {\n    font-size: 1em;\n    padding: 0 15px;\n  }\n\n  .page-resources-c54-game-payment-methods__method-grid {\n    grid-template-columns: 1fr;\n    padding: 0 15px;\n  }\n  .page-resources-c54-game-payment-methods__method-card {\n    padding: 20px;\n  }\n  .page-resources-c54-game-payment-methods__method-icon {\n    width: 60px;\n    height: 60px;\n  }\n  \n  .page-resources-c54-game-payment-methods__list-item {\n    padding-left: 20px;\n  }\n\n  .page-resources-c54-game-payment-methods__faq-title {\n    font-size: 2em;\n  }\n  .page-resources-c54-game-payment-methods__faq-container {\n    padding: 0 15px;\n  }\n  .page-resources-c54-game-payment-methods__faq-question {\n    font-size: 1.1em;\n    padding: 15px 20px;\n  }\n  .page-resources-c54-game-payment-methods__faq-answer {\n    padding: 15px 20px;\n  }\n\n  .page-resources-c54-game-payment-methods__cta-section {\n    padding: 60px 15px;\n  }\n  .page-resources-c54-game-payment-methods__cta-title {\n    font-size: 2em;\n  }\n  .page-resources-c54-game-payment-methods__cta-description {\n    font-size: 1.1em;\n  }\n\n  .page-resources-c54-game-payment-methods img {\n    max-width: 100% !important;\n    width: 100% !important;\n    height: auto !important;\n    display: block !important;\n  }\n  \n  .page-resources-c54-game-payment-methods__image-container,\n  .page-resources-c54-game-payment-methods__hero-section,\n  .page-resources-c54-game-payment-methods__section,\n  .page-resources-c54-game-payment-methods__method-grid,\n  .page-resources-c54-game-payment-methods__faq-container,\n  .page-resources-c54-game-payment-methods__cta-section {\n    max-width: 100% !important;\n    width: 100% !important;\n    box-sizing: border-box !important;\n    padding-left: 15px;\n    padding-right: 15px;\n    overflow-x: hidden !important;\n  }\n\n  .page-resources-c54-game-payment-methods video,\n  .page-resources-c54-game-payment-methods__video {\n    max-width: 100% !important;\n    width: 100% !important;\n    height: auto !important;\n    display: block !important;\n  }\n  \n  .page-resources-c54-game-payment-methods__video-section,\n  .page-resources-c54-game-payment-methods__video-container,\n  .page-resources-c54-game-payment-methods__video-wrapper {\n    max-width: 100% !important;\n    width: 100% !important;\n    box-sizing: border-box !important;\n    padding-left: 15px;\n    padding-right: 15px;\n    overflow: hidden !important;\n  }\n  \n  .page-resources-c54-game-payment-methods__video-section {\n    padding-top: var(--header-offset, 120px) !important;\n  }\n  \n  .page-resources-c54-game-payment-methods__video-wrapper {\n    max-width: 100% !important;\n    width: 100% !important;\n    box-sizing: border-box !important;\n  }\n  .page-resources-c54-game-payment-methods__cta-button,\n  .page-resources-c54-game-payment-methods__btn-primary,\n  .page-resources-c54-game-payment-methods__btn-secondary {\n    max-width: 100% !important;\n    width: 100% !important;\n    box-sizing: border-box !important;\n    white-space: normal !important;\n    word-wrap: break-word !important;\n    padding-left: 15px;\n    padding-right: 15px;\n  }\n  .page-resources-c54-game-payment-methods__cta-buttons,\n  .page-resources-c54-game-payment-methods__button-group,\n  .page-resources-c54-game-payment-methods__btn-container {\n    max-width: 100% !important;\n    width: 100% !important;\n    box-sizing: border-box !important;\n    padding-left: 15px;\n    padding-right: 15px;\n    flex-wrap: wrap !important;\n    gap: 10px;\n  }\n  .page-resources-c54-game-payment-methods__cta-buttons {\n    display: flex;\n    flex-direction: column;\n  }\n}\n\n.page-resources-c54-game-payment-methods__dark-bg {\n  color: #ffffff;\n  background: #26A9E0;\n}\n.page-resources-c54-game-payment-methods__light-bg {\n  color: #333333;\n  background: #ffffff;\n}\n.page-resources-c54-game-payment-methods__card {\n  background: rgba(255, 255, 255, 0.05);\n  color: #ffffff;\n}\n.page-resources-c54-game-payment-methods__section--light .page-resources-c54-game-payment-methods__card {\n  background: #ffffff;\n  color: #333333;\n}\n.page-resources-c54-game-payment-methods__cta-button {\n  max-width: 100%;\n  box-sizing: border-box;\n  white-space: normal;\n  word-wrap: break-word;\n}\n.page-resources-c54-game-payment-methods__cta-buttons {\n  width: 100%;\n  max-width: 100%;\n  overflow: hidden;\n  box-sizing: border-box;\n}