.page-games-center {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

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

.page-games-center__hero {
  background: linear-gradient(135deg, #FFD700, #000080);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 450px;
}

.page-games-center__hero-content {
  z-index: 2;
  max-width: 800px;
}

.page-games-center__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-games-center__hero-description {
  font-size: 1.25em;
  margin-bottom: 30px;
  color: #eee;
}

.page-games-center__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-games-center__btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.05em;
  border: none;
}

.page-games-center__btn--primary {
  background-color: #FFD700;
  color: #000080;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-games-center__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-games-center__btn--secondary {
  background-color: #000080;
  color: #FFD700;
  border: 2px solid #FFD700;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-games-center__btn--secondary:hover {
  background-color: #000066;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-games-center__btn--small {
  padding: 8px 18px;
  font-size: 0.9em;
  border-radius: 25px;
}

.page-games-center__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
}

.page-games-center__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-games-center__section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-games-center__section:nth-of-type(even) {
  background-color: #f0f5fa;
}

.page-games-center__section-title {
  font-size: 2.5em;
  color: #000080;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-games-center__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-games-center__text-block {
  font-size: 1.1em;
  color: #555;
  text-align: justify;
  margin-bottom: 20px;
}

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

.page-games-center__game-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-games-center__game-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.page-games-center__game-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-games-center__game-card-title {
  font-size: 1.4em;
  color: #000080;
  padding: 15px 20px 10px;
  margin: 0;
}

.page-games-center__game-card-title a {
  color: #000080;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-games-center__game-card-title a:hover {
  color: #FFD700;
}

.page-games-center__game-card-description {
  font-size: 0.95em;
  color: #666;
  padding: 0 20px 15px;
  flex-grow: 1;
}

.page-games-center__game-card .page-games-center__btn {
  align-self: flex-start;
  margin: 0 20px 20px;
}

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

.page-games-center__feature-item {
  text-align: center;
  padding: 30px;
  background-color: #fdfdfd;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-games-center__feature-item:hover {
  transform: translateY(-5px);
}

.page-games-center__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.page-games-center__feature-title {
  font-size: 1.6em;
  color: #000080;
  margin-bottom: 15px;
}

.page-games-center__feature-description {
  font-size: 1em;
  color: #666;
}

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

.page-games-center__step-list li {
  background-color: #fdfdfd;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  display: flex;
  flex-direction: column;
}

.page-games-center__step-list li::before {
  content: counter(step-counter);
  counter-increment: step-counter;
  position: absolute;
  top: -15px;
  left: 20px;
  background-color: #FFD700;
  color: #000080;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-games-center__step-title {
  font-size: 1.5em;
  color: #000080;
  margin-top: 15px;
  margin-bottom: 15px;
}

.page-games-center__step-list p {
  color: #666;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-games-center__responsible-gaming {
  text-align: center;
  background-color: #000080;
  color: #fff;
  padding: 80px 20px;
}

.page-games-center__responsible-gaming .page-games-center__section-title {
  color: #FFD700;
}

.page-games-center__responsible-gaming .page-games-center__text-block {
  color: #eee;
  max-width: 900px;
  margin: 0 auto 30px;
}

.page-games-center__responsible-gaming .page-games-center__btn--secondary {
  background-color: #FFD700;
  color: #000080;
  border-color: transparent;
}

.page-games-center__responsible-gaming .page-games-center__btn--secondary:hover {
  background-color: #e6c200;
  color: #000066;
  border-color: transparent;
}

.page-games-center__faq-item {
  background-color: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.page-games-center__faq-question {
  font-size: 1.3em;
  color: #000080;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-games-center__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #FFD700;
}

.page-games-center__faq-question.active::after {
  content: '-';
}

.page-games-center__faq-answer {
  font-size: 1em;
  color: #555;
  display: none;
  padding-top: 10px;
  border-top: 1px solid #eee;
  margin-top: 10px;
}

.page-games-center__faq-answer.active {
  display: block;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-games-center__hero-title {
    font-size: 2.5em;
  }
  .page-games-center__hero-description {
    font-size: 1.1em;
  }
  .page-games-center__section-title {
    font-size: 2em;
  }
  .page-games-center__game-list,
  .page-games-center__features-grid,
  .page-games-center__step-list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-games-center__hero {
    padding: 60px 15px;
  }
  .page-games-center__hero-title {
    font-size: 2em;
  }
  .page-games-center__hero-description {
    font-size: 1em;
  }
  .page-games-center__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-games-center__btn {
    width: 80%;
    max-width: 280px;
  }
  .page-games-center__section {
    padding: 40px 0;
  }
  .page-games-center__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-games-center__text-block {
    font-size: 0.95em;
  }
  .page-games-center__game-list,
  .page-games-center__features-grid,
  .page-games-center__step-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-games-center__game-card-title {
    font-size: 1.3em;
  }
  .page-games-center__feature-title {
    font-size: 1.4em;
  }
  .page-games-center__step-title {
    font-size: 1.3em;
  }
  .page-games-center__faq-question {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-games-center__hero-title {
    font-size: 1.8em;
  }
  .page-games-center__section-title {
    font-size: 1.6em;
  }
  .page-games-center__btn {
    font-size: 0.9em;
    padding: 10px 20px;
  }
  .page-games-center__game-card-image {
    height: 180px;
  }
}