.page-game-guides {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
}

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

.page-game-guides__section-title {
  font-size: 2.5em;
  color: #FFA53A; /* Auxiliary color */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.page-game-guides__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  overflow: hidden;
}

.page-game-guides__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-game-guides__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-game-guides__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-game-guides__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-game-guides__hero-content h1 {
  font-size: clamp(2em, 4vw, 3.5em);
  color: #FFF3E6; /* Text Main */
  margin-bottom: 15px;
  font-weight: 900;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-game-guides__hero-content p {
  font-size: 1.15em;
  color: #f0f0f0;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-game-guides__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button color */
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
}

.page-game-guides__cta-button:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-game-guides__small-button {
  padding: 10px 25px;
  font-size: 16px;
  margin-top: 15px;
}

.page-game-guides__introduction-section,
.page-game-guides__why-guides-section,
.page-game-guides__general-principles-section,
.page-game-guides__game-categories-section,
.page-game-guides__platform-features-section,
.page-game-guides__promotions-section,
.page-game-guides__responsible-gaming-section,
.page-game-guides__faq-section,
.page-game-guides__latest-blog-section,
.page-game-guides__call-to-action-section {
  padding: 80px 0;
}

.page-game-guides__introduction-section p,
.page-game-guides__why-guides-section p,
.page-game-guides__promotions-section p,
.page-game-guides__responsible-gaming-section p,
.page-game-guides__call-to-action-section p {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-game-guides__list {
  list-style: none;
  padding: 0;
  margin: 20px auto 40px auto;
  max-width: 800px;
}

.page-game-guides__list li {
  background-color: #17191F; /* Card BG */
  border-left: 5px solid #FF8C1A; /* Main color */
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 1.05em;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-game-guides__list li strong {
  color: #FFA53A; /* Auxiliary color */
}

.page-game-guides__dark-bg {
  background-color: #0D0E12; /* Background */
  color: #FFF3E6; /* Text Main */
}

.page-game-guides__light-bg {
  background-color: #17191F; /* Card BG */
  color: #FFF3E6; /* Text Main */
}

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

.page-game-guides__card {
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #A84F0C; /* Border */
}

.page-game-guides__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.page-game-guides__card-title {
  font-size: 1.5em;
  color: #FFA53A; /* Auxiliary color */
  margin-bottom: 15px;
  font-weight: 700;
}

.page-game-guides__card p {
  font-size: 1em;
  color: #f0f0f0;
}

.page-game-guides__game-category {
  background-color: #17191F; /* Card BG */
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 50px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
  border: 1px solid #A84F0C; /* Border */
}

.page-game-guides__game-title {
  font-size: 2em;
  color: #FF8C1A; /* Main color */
  text-align: center;
  margin-bottom: 25px;
  font-weight: 800;
}

.page-game-guides__game-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-game-guides__game-category p {
  font-size: 1.05em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-game-guides__game-category .page-game-guides__list {
  margin-top: 20px;
  margin-bottom: 30px;
  max-width: none;
}

.page-game-guides__game-category .page-game-guides__list li {
  background-color: #0D0E12; /* Background */
  border-color: #D96800; /* Deep Orange */
  color: #FFF3E6;
}

.page-game-guides__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-guides__feature-grid .page-game-guides__card {
  background-color: #17191F; /* Card BG */
  text-align: left;
  padding: 25px;
}

.page-game-guides__feature-grid .page-game-guides__card-title {
  color: #FF8C1A; /* Main color */
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-game-guides__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

details.page-game-guides__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #A84F0C; /* Border */
  overflow: hidden;
  background: #17191F; /* Card BG */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

details.page-game-guides__faq-item summary.page-game-guides__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #FFF3E6; /* Text Main */
  font-size: 1.1em;
  font-weight: 600;
}

details.page-game-guides__faq-item summary.page-game-guides__faq-question::-webkit-details-marker {
  display: none;
}

details.page-game-guides__faq-item summary.page-game-guides__faq-question:hover {
  background: rgba(255, 140, 26, 0.1);
}

.page-game-guides__faq-qtext {
  flex: 1;
  font-size: 1em;
  line-height: 1.5;
  text-align: left;
}

.page-game-guides__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFA53A; /* Auxiliary color */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-game-guides__faq-item .page-game-guides__faq-answer {
  padding: 0 25px 25px;
  background: #0D0E12; /* Background */
  border-radius: 0 0 8px 8px;
  color: #f0f0f0;
  font-size: 1em;
}

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

.page-game-guides__blog-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #A84F0C; /* Border */
}

.page-game-guides__blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-game-guides__blog-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-game-guides__blog-content {
  padding: 20px;
}

.page-game-guides__blog-title {
  font-size: 1.3em;
  margin-bottom: 10px;
  line-height: 1.4;
}

.page-game-guides__blog-title a {
  color: #FFA53A; /* Auxiliary color */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-game-guides__blog-title a:hover {
  color: #FF8C1A; /* Main color */
}

.page-game-guides__blog-excerpt {
  font-size: 0.95em;
  color: #cccccc;
  margin-bottom: 15px;
}

.page-game-guides__blog-date {
  font-size: 0.85em;
  color: #999999;
  display: block;
}

.page-game-guides__button-group {
  text-align: center;
  margin-top: 40px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-game-guides__section-title {
    font-size: 2em;
  }
  .page-game-guides__introduction-section,
  .page-game-guides__why-guides-section,
  .page-game-guides__general-principles-section,
  .page-game-guides__game-categories-section,
  .page-game-guides__platform-features-section,
  .page-game-guides__promotions-section,
  .page-game-guides__responsible-gaming-section,
  .page-game-guides__faq-section,
  .page-game-guides__latest-blog-section,
  .page-game-guides__call-to-action-section {
    padding: 60px 0;
  }
  .page-game-guides__game-category {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .page-game-guides__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-game-guides__hero-image img {
    border-radius: 4px;
  }
  .page-game-guides__hero-content h1 {
    font-size: 2em;
  }
  .page-game-guides__hero-content p {
    font-size: 1em;
  }
  .page-game-guides__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-game-guides__small-button {
    width: auto !important;
  }
  .page-game-guides__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-game-guides__introduction-section p,
  .page-game-guides__why-guides-section p,
  .page-game-guides__promotions-section p,
  .page-game-guides__responsible-gaming-section p,
  .page-game-guides__call-to-action-section p {
    font-size: 0.95em;
  }
  .page-game-guides__list li {
    font-size: 0.95em;
    padding: 12px 15px;
  }
  .page-game-guides__card {
    padding: 25px;
  }
  .page-game-guides__card-title {
    font-size: 1.3em;
  }
  .page-game-guides__game-category {
    padding: 25px;
    margin-bottom: 30px;
  }
  .page-game-guides__game-title {
    font-size: 1.7em;
  }
  .page-game-guides__game-category p {
    font-size: 1em;
  }
  details.page-game-guides__faq-item summary.page-game-guides__faq-question {
    padding: 15px;
    font-size: 1em;
  }
  .page-game-guides__faq-qtext {
    font-size: 0.95em;
  }
  .page-game-guides__faq-toggle {
    font-size: 20px;
    width: 24px;
    height: 24px;
  }
  details.page-game-guides__faq-item .page-game-guides__faq-answer {
    padding: 0 15px 15px;
  }
  .page-game-guides__blog-content {
    padding: 15px;
  }
  .page-game-guides__blog-title {
    font-size: 1.1em;
  }
  .page-game-guides__blog-excerpt {
    font-size: 0.9em;
  }
  .page-game-guides img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-game-guides__section, .page-game-guides__card, .page-game-guides__container, .page-game-guides__game-category, .page-game-guides__blog-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-game-guides__button-group {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .page-game-guides__cta-button, .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;
  }
}

@media (max-width: 480px) {
  .page-game-guides__section-title {
    font-size: 1.6em;
  }
  .page-game-guides__hero-content h1 {
    font-size: 1.8em;
  }
  .page-game-guides__game-title {
    font-size: 1.5em;
  }
  .page-game-guides__cta-button {
    font-size: 15px;
    padding: 10px 20px;
  }
  .page-game-guides__small-button {
    padding: 8px 20px;
    font-size: 14px;
  }
}