/* General styles for the page-game-guides scope */
.page-game-guides {
  font-family: Arial, sans-serif;
  color: #333333; /* Dark text for light body background #F5F7FA */
  background-color: #F5F7FA; /* Consistent with shared body background */
}

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

.page-game-guides__section {
  padding: 40px 0;
  margin-bottom: 20px;
}

.page-game-guides__section-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #E53935; /* Brand color for titles */
  line-height: 1.2;
}

.page-game-guides__intro-text {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #333333;
}

/* Hero Section */
.page-game-guides__hero-section {
  position: relative;
  background-color: #F5F7FA;
  padding-top: 10px; /* Small top padding, body handles header offset */
  margin-bottom: 40px;
}

.page-game-guides__hero-image-wrapper {
  width: 100%;
  max-height: 500px; /* Limit height for desktop hero */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-game-guides__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* Cover for desktop */
}

.page-game-guides__hero-content {
  text-align: center;
  padding: 30px 20px;
  max-width: 900px;
  margin: 0 auto;
}

.page-game-guides__main-title {
  font-weight: 800;
  color: #E53935;
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: clamp(30px, 4vw, 48px);
}

/* Buttons */
.page-game-guides__btn-primary {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(229, 57, 53, 0.4);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-game-guides__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(229, 57, 53, 0.6);
}

.page-game-guides__btn-primary--large {
  padding: 15px 35px;
  font-size: 20px;
}

.page-game-guides__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  background: #ffffff;
  color: #E53935;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  border: 2px solid #E53935;
  transition: background-color 0.2s ease, color 0.2s ease;
  cursor: pointer;
  margin-left: 15px;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-game-guides__btn-secondary:hover {
  background-color: #E53935;
  color: #ffffff;
}

.page-game-guides__cta-buttons {
  text-align: center;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 15px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

/* Why Choose Us Section */
.page-game-guides__why-choose-us {
  background-color: #ffffff;
  padding: 60px 0;
}

.page-game-guides__content-grid {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.page-game-guides__image-col {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.page-game-guides__text-col {
  flex: 2;
  font-size: 16px;
  line-height: 1.7;
}

.page-game-guides__text-col p {
  margin-bottom: 15px;
}

.page-game-guides__content-grid--reverse {
  flex-direction: row-reverse;
}

/* Registration & Deposit Section */
.page-game-guides__registration-deposit {
  padding: 60px 0;
}

.page-game-guides__section-title--margin-top {
  margin-top: 60px;
}

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

.page-game-guides__step-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  border: 1px solid #e0e0e0;
  transition: transform 0.3s ease;
}

.page-game-guides__step-card:hover {
  transform: translateY(-5px);
}

.page-game-guides__step-title {
  font-size: 22px;
  color: #E53935;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.3;
}

.page-game-guides__step-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}

.page-game-guides__note-text {
  font-size: 15px;
  color: #555555;
  margin-top: 25px;
  padding: 15px;
  background-color: #f0f0f0;
  border-left: 5px solid #E53935;
  border-radius: 5px;
}

.page-game-guides__sub-title {
  font-size: 24px;
  color: #333333;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.3;
}

.page-game-guides__list,
.page-game-guides__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
}

.page-game-guides__ordered-list {
  list-style-type: decimal;
}

.page-game-guides__list li,
.page-game-guides__ordered-list li {
  margin-bottom: 8px;
}

.page-game-guides__link {
  color: #E53935;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.page-game-guides__link:hover {
  color: #FF5A4F;
}

/* Popular Games Section */
.page-game-guides__popular-games {
  background-color: #F5F7FA;
  padding: 60px 0;
}

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

.page-game-guides__game-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  overflow: hidden;
  text-align: center;
  padding-bottom: 25px;
  border: 1px solid #e0e0e0;
  transition: transform 0.3s ease;
}