.page-games-center {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for general text on dark background */
  background-color: #000000; /* Main background color */
}

.page-games-center__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-games-center__hero {
  background: linear-gradient(135deg, #000000 0%, #333333 50%, #FFD700 100%); /* Dark to gold gradient */
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-games-center__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract_geometric_pattern,dark_gold_lines,subtle_texture]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.page-games-center__hero-title {
  font-size: 3.5em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 1;
}

.page-games-center__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  line-height: 1.6;
  color: #F0F0F0;
  position: relative;
  z-index: 1;
}

.page-games-center__hero-cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.page-games-center__btn {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-games-center__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #000000; /* Black text on gold */
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-games-center__btn--primary:hover {
  background-color: #E0C100;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.6);
}

.page-games-center__btn--secondary {
  background-color: #333333; /* Dark grey button */
  color: #FFD700; /* Gold text on dark grey */
  border: 2px solid #FFD700;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.page-games-center__btn--secondary:hover {
  background-color: #444444;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
}

.page-games-center__btn--link {
  background: none;
  border: none;
  color: #FFD700;
  padding: 0;
  font-size: 1em;
  text-decoration: underline;
}

.page-games-center__btn--link:hover {
  color: #E0C100;
}

.page-games-center__btn--small {
  padding: 8px 18px;
  font-size: 0.9em;
  background-color: #FFD700;
  color: #000000;
  border-radius: 5px;
  text-decoration: none;
}

.page-games-center__btn--small:hover {
  background-color: #E0C100;
}

.page-games-center__btn--large {
  padding: 18px 45px;
  font-size: 1.3em;
  border-radius: 10px;
}

.page-games-center__introduction, 
.page-games-center__game-categories, 
.page-games-center__responsible-gaming, 
.page-games-center__latest-news,
.page-games-center__detail-pages,
.page-games-center__cta-final {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-games-center__introduction p,
.page-games-center__responsible-gaming p,
.page-games-center__latest-news p,
.page-games-center__detail-pages p,
.page-games-center__cta-final p {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #CCCCCC;
}

.page-games-center__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  text-transform: uppercase;
}

.page-games-center__image--full-width {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.page-games-center__game-categories .page-games-center__section-title {
  margin-bottom: 60px;
}

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

.page-games-center__category-card {
  background-color: #1A1A1A;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-games-center__category-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(255, 215, 0, 0.2), 0 0 50px rgba(255, 215, 0, 0.1);
}

.page-games-center__category-icon {
  width: 90px;
  height: 90px;
  margin-bottom: 25px;
  border-radius: 50%;
  background-color: #FFD700;
  padding: 15px;
  object-fit: contain;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.page-games-center__card-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-games-center__category-card p {
  font-size: 1em;
  line-height: 1.6;
  color: #B0B0B0;
  margin-bottom: 25px;
}

.page-games-center__cta-text {
  text-align: center;
  margin-top: 50px;
  font-size: 1.2em;
  color: #F0F0F0;
}

.page-games-center__action-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-games-center__responsible-gaming {
  background-color: #0A0A0A;
}

.page-games-center__news-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.page-games-center__news-list li {
  background-color: #1A1A1A;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  border-left: 5px solid #FFD700;
  font-size: 1.1em;
  color: #E0E0E0;
  line-height: 1.6;
}

.page-games-center__news-list li strong {
  color: #FFD700;
  font-size: 1.2em;
  display: block;
  margin-bottom: 8px;
}

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

.page-games-center__detail-item {
  background-color: #1A1A1A;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 215, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-games-center__detail-item h3 {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-games-center__detail-item h3 a {
  color: #FFD700;
  text-decoration: none;
}

.page-games-center__detail-item h3 a:hover {
  text-decoration: underline;
  color: #E0C100;
}

.page-games-center__detail-item p {
  font-size: 1em;
  color: #B0B0B0;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-games-center__cta-final {
  text-align: center;
  background-color: #000000;
  padding: 80px 0;
}

.page-games-center__cta-final .page-games-center__section-title {
  color: #FFD700;
}

.page-games-center__cta-final p {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #F0F0F0;
}

.page-games-center__cta-small-text {
  font-size: 1em;
  margin-top: 20px;
  color: #CCCCCC;
}

.page-games-center__cta-small-text a {
  color: #FFD700;
  text-decoration: underline;
}

.page-games-center__cta-small-text a:hover {
  color: #E0C100;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-games-center__hero-title {
    font-size: 2.8em;
  }
  .page-games-center__hero-subtitle {
    font-size: 1.2em;
  }
  .page-games-center__section-title {
    font-size: 2em;
  }
  .page-games-center__category-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-games-center__detail-list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-games-center__hero {
    padding: 80px 0;
  }
  .page-games-center__hero-title {
    font-size: 2.2em;
  }
  .page-games-center__hero-subtitle {
    font-size: 1em;
  }
  .page-games-center__hero-cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-games-center__btn {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
  }
  .page-games-center__introduction, 
  .page-games-center__game-categories, 
  .page-games-center__responsible-gaming, 
  .page-games-center__latest-news,
  .page-games-center__detail-pages,
  .page-games-center__cta-final {
    padding: 40px 0;
  }
  .page-games-center__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-games-center__category-icon {
    width: 70px;
    height: 70px;
  }
  .page-games-center__card-title {
    font-size: 1.5em;
  }
  .page-games-center__action-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-games-center__news-list {
    grid-template-columns: 1fr;
  }
  .page-games-center__detail-item h3 {
    font-size: 1.4em;
  }
}

@media (max-width: 480px) {
  .page-games-center__hero-title {
    font-size: 1.8em;
  }
  .page-games-center__hero-subtitle {
    font-size: 0.9em;
  }
  .page-games-center__section-title {
    font-size: 1.5em;
  }
  .page-games-center__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-games-center__category-card {
    padding: 20px;
  }
  .page-games-center__category-icon {
    width: 60px;
    height: 60px;
  }
  .page-games-center__card-title {
    font-size: 1.3em;
  }
  .page-games-center__detail-item {
    padding: 20px;
  }
  .page-games-center__detail-item h3 {
    font-size: 1.2em;
  }
}