.page-game-guides {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #FFFFFF;
}

.page-game-guides__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-game-guides__dark-section {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-game-guides__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-game-guides__hero-section {
  padding: 100px 20px;
  text-align: center;
  padding-top: var(--header-offset, 120px);
}

.page-game-guides__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-game-guides__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-game-guides__hero-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-game-guides__btn-primary,
.page-game-guides__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-game-guides__btn-primary {
  background-color: #EA7C07; /* Login color for primary action */
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-game-guides__btn-primary:hover {
  background-color: #D36B00;
  border-color: #D36B00;
}

.page-game-guides__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-game-guides__btn-secondary:hover {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-game-guides__btn-text-only {
  background: none;
  color: #EA7C07;
  border: none;
  padding: 0;
  text-decoration: underline;
}

.page-game-guides__btn-text-only:hover {
  color: #D36B00;
  background: none;
  text-decoration: none;
}

.page-game-guides__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  color: inherit;
}

.page-game-guides__section-subtitle {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 50px;
  color: inherit;
}

.page-game-guides__intro-section {
  padding: 60px 20px;
}

.page-game-guides__grid-two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-game-guides__text-block p {
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-game-guides__image-wrapper {
  text-align: center;
}

.page-game-guides__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
}

.page-game-guides__benefits-section {
  padding: 80px 20px;
}

.page-game-guides__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-game-guides__benefit-card {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-game-guides__card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: bold;
  color: inherit;
}

.page-game-guides__benefit-card p {
  font-size: 1em;
  color: inherit;
}

.page-game-guides__game-types-section {
  padding: 80px 20px;
}

.page-game-guides__game-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-game-guides__game-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
}

.page-game-guides__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 20px;
  display: block;
}

.page-game-guides__game-card .page-game-guides__card-title {
  font-size: 1.4em;
  margin: 0 20px 15px;
  color: #26A9E0;
}

.page-game-guides__game-card .page-game-guides__card-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-game-guides__game-card .page-game-guides__card-title a:hover {
  text-decoration: underline;
}

.page-game-guides__game-card p {
  padding: 0 20px;
  margin-bottom: 20px;
  color: #555555;
}

.page-game-guides__game-card .page-game-guides__btn-secondary {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-game-guides__general-strategy-section {
  padding: 80px 20px;
}

.page-game-guides__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-game-guides__strategy-item {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-game-guides__strategy-title {
  font-size: 1.4em;
  margin-bottom: 15px;
  font-weight: bold;
  color: inherit;
}

.page-game-guides__strategy-item p {
  font-size: 1em;
  color: inherit;
}

.page-game-guides__specific-guides-section {
  padding: 80px 20px;
}

.page-game-guides__guide-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-game-guides__guide-step {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-game-guides__step-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #26A9E0;
  font-weight: bold;
}

.page-game-guides__guide-step p {
  font-size: 1em;
  color: #555555;
}

.page-game-guides__guide-step a {
  color: #EA7C07;
  text-decoration: none;
}

.page-game-guides__guide-step a:hover {
  text-decoration: underline;
}

.page-game-guides__cta-bottom {
  text-align: center;
  margin-top: 50px;
}

.page-game-guides__faq-section {
  padding: 80px 20px;
}

.page-game-guides__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-game-guides__faq-item {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-game-guides__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 0.3s ease;
}

.page-game-guides__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.page-game-guides__faq-title {
  font-size: 1.2em;
  margin: 0;
  color: inherit;
  flex-grow: 1;
}

.page-game-guides__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: inherit;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-game-guides__faq-item.active .page-game-guides__faq-toggle {
  transform: rotate(45deg);
}

.page-game-guides__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.page-game-guides__faq-item.active .page-game-guides__faq-answer {
  max-height: 1000px !important;
  padding: 15px 25px;
}

.page-game-guides__faq-answer p {
  font-size: 1em;
  color: inherit;
  margin-bottom: 10px;
}

.page-game-guides__faq-answer p:last-child {
  margin-bottom: 0;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-game-guides__hero-title {
    font-size: 2.8em;
  }

  .page-game-guides__section-title {
    font-size: 2em;
  }

  .page-game-guides__grid-two-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-game-guides__hero-section {
    padding: 80px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-game-guides__hero-title {
    font-size: 2.2em;
  }

  .page-game-guides__hero-description {
    font-size: 1.1em;
  }

  .page-game-guides__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-game-guides__btn-primary,
  .page-game-guides__btn-secondary,
  .page-game-guides a[class*="button"],
  .page-game-guides a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-game-guides__cta-buttons,
  .page-game-guides__button-group,
  .page-game-guides__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-game-guides__cta-buttons {
    display: flex;
    flex-direction: column;
  }

  .page-game-guides__section-title {
    font-size: 1.8em;
  }

  .page-game-guides__section-subtitle {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-game-guides__intro-section,
  .page-game-guides__benefits-section,
  .page-game-guides__game-types-section,
  .page-game-guides__general-strategy-section,
  .page-game-guides__specific-guides-section,
  .page-game-guides__faq-section {
    padding: 40px 15px;
  }

  .page-game-guides__grid-two-columns {
    gap: 30px;
  }

  .page-game-guides__image,
  .page-game-guides img {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
    display: block !important;
  }

  .page-game-guides__section,
  .page-game-guides__card,
  .page-game-guides__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-game-guides__game-card .page-game-guides__card-image {
    height: 200px;
  }

  .page-game-guides__faq-question {
    padding: 15px 20px;
  }

  .page-game-guides__faq-title {
    font-size: 1.1em;
  }

  .page-game-guides__faq-answer {
    padding: 0 20px;
  }

  .page-game-guides__faq-item.active .page-game-guides__faq-answer {
    padding: 15px 20px;
  }

  .page-game-guides__video-section,
  .page-game-guides__video-container,
  .page-game-guides__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-game-guides video,
  .page-game-guides__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}

@media (max-width: 480px) {
  .page-game-guides__hero-title {
    font-size: 1.8em;
  }

  .page-game-guides__section-title {
    font-size: 1.5em;
  }

  .page-game-guides__hero-cta-buttons {
    flex-direction: column;
  }

  .page-game-guides__btn-primary,
  .page-game-guides__btn-secondary {
    font-size: 0.9em;
    padding: 12px 20px;
  }
}