.page-game-reviews-33win-exclusive {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for general text on dark backgrounds */
  background-color: #121212;
}

.page-game-reviews-33win-exclusive__hero {
  background: linear-gradient(135deg, #1A237E 0%, #0D114A 100%); /* Dark blue gradient */
  color: #FFD700; /* Gold for main title */
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.page-game-reviews-33win-exclusive__hero-content {
  max-width: 900px;
  z-index: 10;
}

.page-game-reviews-33win-exclusive__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold */
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-game-reviews-33win-exclusive__subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #E0E0E0; /* Light grey */
  line-height: 1.6;
}

.page-game-reviews-33win-exclusive__cta-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-game-reviews-33win-exclusive__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-game-reviews-33win-exclusive__btn--primary {
  background-color: #FFD700; /* Gold */
  color: #1A237E; /* Dark blue */
}

.page-game-reviews-33win-exclusive__btn--primary:hover {
  background-color: #e6c200; /* Slightly darker gold */
  transform: translateY(-2px);
}

.page-game-reviews-33win-exclusive__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold */
  border: 2px solid #FFD700;
}

.page-game-reviews-33win-exclusive__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A237E; /* Dark blue */
  transform: translateY(-2px);
}

.page-game-reviews-33win-exclusive__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-game-reviews-33win-exclusive__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  filter: grayscale(50%);
}

.page-game-reviews-33win-exclusive__section {
  padding: 60px 40px;
  text-align: center;
}

.page-game-reviews-33win-exclusive__section--dark {
  background-color: #1A237E; /* Dark blue */
  color: #E0E0E0;
}

.page-game-reviews-33win-exclusive__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-reviews-33win-exclusive__heading {
  font-size: 2.8em;
  color: #FFD700; /* Gold */
  margin-bottom: 30px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-game-reviews-33win-exclusive__section--dark .page-game-reviews-33win-exclusive__heading {
  color: #FFD700; /* Gold on dark blue */
}

.page-game-reviews-33win-exclusive__text {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #CCCCCC; /* Lighter grey for body text */
  text-align: left;
}

.page-game-reviews-33win-exclusive__feature-list,
.page-game-reviews-33win-exclusive__promo-list,
.page-game-reviews-33win-exclusive__responsible-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  text-align: left;
}

.page-game-reviews-33win-exclusive__feature-list li,
.page-game-reviews-33win-exclusive__promo-list li,
.page-game-reviews-33win-exclusive__responsible-list li {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #E0E0E0;
  display: flex;
  align-items: center;
}

.page-game-reviews-33win-exclusive__icon {
  color: #FFD700; /* Gold */
  font-size: 1.4em;
  margin-right: 10px;
  line-height: 1;
}

.page-game-reviews-33win-exclusive__btn--inline {
  margin-top: 20px;
  background-color: #FFD700;
  color: #1A237E;
  padding: 12px 25px;
  font-size: 1em;
  border-radius: 5px;
}

.page-game-reviews-33win-exclusive__btn--inline:hover {
  background-color: #e6c200;
}

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

.page-game-reviews-33win-exclusive__game-card {
  background-color: #222B81; /* Slightly lighter dark blue */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-reviews-33win-exclusive__game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.6);
}

.page-game-reviews-33win-exclusive__game-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 3px solid #FFD700;
}

.page-game-reviews-33win-exclusive__game-card-title {
  font-size: 1.8em;
  color: #FFD700; /* Gold */
  margin: 20px 0 10px;
  padding: 0 20px;
}

.page-game-reviews-33win-exclusive__game-card-description {
  font-size: 0.95em;
  color: #E0E0E0;
  line-height: 1.6;
  padding: 0 20px 20px;
  flex-grow: 1;
  text-align: left;
}

.page-game-reviews-33win-exclusive__btn--small {
  background-color: #FFD700;
  color: #1A237E;
  padding: 10px 20px;
  font-size: 0.9em;
  border-radius: 5px;
  margin-bottom: 20px;
}

.page-game-reviews-33win-exclusive__btn--small:hover {
  background-color: #e6c200;
}

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

.page-game-reviews-33win-exclusive__tip-card {
  background-color: #222B81; /* Slightly lighter dark blue */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  text-align: left;
  transition: transform 0.3s ease;
}

.page-game-reviews-33win-exclusive__tip-card:hover {
  transform: translateY(-5px);
}

.page-game-reviews-33win-exclusive__tip-title {
  font-size: 1.5em;
  color: #FFD700; /* Gold */
  margin-bottom: 15px;
}

.page-game-reviews-33win-exclusive__tip-description {
  font-size: 1em;
  color: #E0E0E0;
  line-height: 1.7;
}

.page-game-reviews-33win-exclusive__full-width-image {
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 12px;
  margin-top: 40px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  object-fit: cover;
}

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

.page-game-reviews-33win-exclusive__step {
  background-color: #222B81; /* Slightly lighter dark blue */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  text-align: left;
  position: relative;
  padding-top: 60px;
}

.page-game-reviews-33win-exclusive__step-number {
  position: absolute;
  top: 20px;
  left: 30px;
  background-color: #FFD700; /* Gold */
  color: #1A237E; /* Dark blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-weight: bold;
}

.page-game-reviews-33win-exclusive__step-title {
  font-size: 1.6em;
  color: #FFD700; /* Gold */
  margin-bottom: 15px;
}

.page-game-reviews-33win-exclusive__step-description {
  font-size: 1em;
  color: #E0E0E0;
  line-height: 1.7;
  margin-bottom: 20px;
}

.page-game-reviews-33win-exclusive__final-cta {
  background: linear-gradient(135deg, #1A237E 0%, #0D114A 100%); /* Dark blue gradient */
  padding: 80px 40px;
}

.page-game-reviews-33win-exclusive__final-cta-content {
  max-width: 800px;
}

.page-game-reviews-33win-exclusive__btn--large {
  padding: 18px 40px;
  font-size: 1.3em;
  border-radius: 10px;
  margin-top: 30px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-reviews-33win-exclusive__title {
    font-size: 2.8em;
  }
  .page-game-reviews-33win-exclusive__heading {
    font-size: 2.2em;
  }
  .page-game-reviews-33win-exclusive__hero {
    padding: 60px 20px;
  }
  .page-game-reviews-33win-exclusive__section {
    padding: 40px 20px;
  }
}

@media (max-width: 768px) {
  .page-game-reviews-33win-exclusive__hero {
    flex-direction: column;
    text-align: center;
  }
  .page-game-reviews-33win-exclusive__title {
    font-size: 2.2em;
  }
  .page-game-reviews-33win-exclusive__subtitle {
    font-size: 1.2em;
  }
  .page-game-reviews-33win-exclusive__cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-game-reviews-33win-exclusive__btn {
    width: 100%;
    max-width: 300px;
  }
  .page-game-reviews-33win-exclusive__heading {
    font-size: 1.8em;
  }
  .page-game-reviews-33win-exclusive__game-categories,
  .page-game-reviews-33win-exclusive__tips-grid,
  .page-game-reviews-33win-exclusive__guide-steps {
    grid-template-columns: 1fr;
  }
  .page-game-reviews-33win-exclusive__feature-list,
  .page-game-reviews-33win-exclusive__promo-list,
  .page-game-reviews-33win-exclusive__responsible-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-game-reviews-33win-exclusive__title {
    font-size: 1.8em;
  }
  .page-game-reviews-33win-exclusive__subtitle {
    font-size: 1em;
  }
  .page-game-reviews-33win-exclusive__heading {
    font-size: 1.5em;
  }
  .page-game-reviews-33win-exclusive__btn--large {
    font-size: 1.1em;
    padding: 15px 30px;
  }
}