.page-game-categories-poker {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-game-categories-poker__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-categories-poker__section {
  padding: 60px 0;
  text-align: center;
}

.page-game-categories-poker__section-title {
  font-size: 2.5em;
  color: #007bff;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.page-game-categories-poker__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
}

.page-game-categories-poker__section-description {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 40px;
}

.page-game-categories-poker__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 10px;
  font-size: 1em;
}

.page-game-categories-poker__btn--primary {
  background-color: #007bff;
  color: #fff;
  border: 2px solid #007bff;
}

.page-game-categories-poker__btn--primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-2px);
}

.page-game-categories-poker__btn--secondary {
  background-color: transparent;
  color: #007bff;
  border: 2px solid #007bff;
}

.page-game-categories-poker__btn--secondary:hover {
  background-color: #007bff;
  color: #fff;
  transform: translateY(-2px);
}

.page-game-categories-poker__btn--gold {
  background-color: #ffc107;
  color: #333;
  border: 2px solid #ffc107;
}

.page-game-categories-poker__btn--gold:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  transform: translateY(-2px);
}

.page-game-categories-poker__btn--small {
  padding: 8px 18px;
  font-size: 0.9em;
}

/* Hero Section */
.page-game-categories-poker__hero-section {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.page-game-categories-poker__hero-title {
  font-size: 3.5em;
  margin-bottom: 15px;
  color: #fff;
}

.page-game-categories-poker__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

/* About 0123win Section */
.page-game-categories-poker__about-0123win {
  background-color: #fff;
}

.page-game-categories-poker__grid-2-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  text-align: left;
}

.page-game-categories-poker__text-content h3 {
  color: #007bff;
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-game-categories-poker__text-content p {
  color: #444;
  margin-bottom: 15px;
}

.page-game-categories-poker__image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-game-categories-poker__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Popular Games Section */
.page-game-categories-poker__popular-games {
  background-color: #f0f4f8;
}

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

.page-game-categories-poker__game-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-game-categories-poker__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-game-categories-poker__game-card-image {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-game-categories-poker__game-card-title {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-game-categories-poker__game-card-sub-title {
  font-size: 1.3em;
  color: #ffc107;
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-game-categories-poker__game-card-text {
  color: #555;
  margin-bottom: 15px;
  flex-grow: 1;
}

.page-game-categories-poker__game-card ul {
  list-style-type: disc;
  margin-left: 20px;
  color: #555;
  margin-bottom: 15px;
}

.page-game-categories-poker__game-card li {
  margin-bottom: 5px;
}

/* Get Started Section */
.page-game-categories-poker__get-started {
  background-color: #fff;
}

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

.page-game-categories-poker__step-card {
  background-color: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-game-categories-poker__step-number {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffc107;
  color: #333;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.page-game-categories-poker__step-title {
  font-size: 1.5em;
  color: #007bff;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-game-categories-poker__step-card p {
  color: #555;
  margin-bottom: 20px;
}

/* Promotions Section */
.page-game-categories-poker__promotions {
  background-color: #f0f4f8;
}

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

.page-game-categories-poker__promo-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-game-categories-poker__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-game-categories-poker__promo-card-image {
  max-width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-game-categories-poker__promo-card-title {
  font-size: 1.6em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-game-categories-poker__promo-card p {
  color: #555;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* Responsible Gaming Section */
.page-game-categories-poker__responsible-gaming {
  background-color: #fff;
}

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

.page-game-categories-poker__feature-item {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.page-game-categories-poker__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.page-game-categories-poker__feature-item h3 {
  font-size: 1.4em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-game-categories-poker__feature-item p {
  color: #555;
}

.page-game-categories-poker__responsible-text {
  margin-top: 40px;
  font-size: 1.1em;
  font-style: italic;
  color: #666;
}

/* Mobile App Section */
.page-game-categories-poker__mobile-app {
  background-color: #f0f4f8;
}

.page-game-categories-poker__mobile-app .page-game-categories-poker__grid-2-cols {
  text-align: left;
}

.page-game-categories-poker__mobile-app .page-game-categories-poker__image {
  max-height: 450px;
  object-fit: contain;
}

.page-game-categories-poker__mobile-app ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 25px;
}

.page-game-categories-poker__mobile-app li {
  margin-bottom: 10px;
  color: #444;
  position: relative;
  padding-left: 25px;
}

.page-game-categories-poker__mobile-app li::before {
  content: '✔';
  color: #ffc107;
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* CTA Section */
.page-game-categories-poker__cta {
  background: linear-gradient(90deg, #007bff, #0056b3);
  color: #fff;
  padding: 80px 0;
}

.page-game-categories-poker__section-title--light,
.page-game-categories-poker__section-description--light {
  color: #fff;
}

.page-game-categories-poker__section-title--light::after {
  background-color: #ffc107;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-categories-poker__hero-title {
    font-size: 2.8em;
  }

  .page-game-categories-poker__hero-subtitle {
    font-size: 1.3em;
  }

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

  .page-game-categories-poker__grid-2-cols {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .page-game-categories-poker__text-content {
    order: 2;
  }

  .page-game-categories-poker__image-wrapper {
    order: 1;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .page-game-categories-poker__hero-section {
    padding: 80px 0;
  }

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

  .page-game-categories-poker__hero-subtitle {
    font-size: 1.1em;
  }

  .page-game-categories-poker__section {
    padding: 40px 0;
  }

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

  .page-game-categories-poker__game-list,
  .page-game-categories-poker__steps-grid,
  .page-game-categories-poker__promo-grid,
  .page-game-categories-poker__responsible-features {
    grid-template-columns: 1fr;
  }

  .page-game-categories-poker__btn {
    margin: 8px;
    padding: 10px 20px;
  }

  .page-game-categories-poker__step-number {
    top: -15px;
    width: 40px;
    height: 40px;
    font-size: 1.5em;
  }
}

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

  .page-game-categories-poker__hero-subtitle {
    font-size: 1em;
  }

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

  .page-game-categories-poker__btn {
    width: 100%;
    display: block;
  }
}