.page-eu9-games-gameplay-tutorials {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #121E2C;
  line-height: 1.6;
}

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

.page-eu9-games-gameplay-tutorials__hero {
  background: linear-gradient(135deg, #1A2B3C, #0E1A27);
  padding: 100px 0;
  text-align: center;
  color: #FFD700;
  position: relative;
  overflow: hidden;
}

.page-eu9-games-gameplay-tutorials__hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
  animation: page-eu9-games-gameplay-tutorials__pulse 20s infinite alternate;
  z-index: 0;
}

@keyframes page-eu9-games-gameplay-tutorials__pulse {
  0% { transform: scale(0.8); opacity: 0.7; }
  100% { transform: scale(1.2); opacity: 1; }
}

.page-eu9-games-gameplay-tutorials__hero > div {
  position: relative;
  z-index: 1;
}

.page-eu9-games-gameplay-tutorials__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.page-eu9-games-gameplay-tutorials__subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #C0C0C0;
}

.page-eu9-games-gameplay-tutorials__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
}

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

.page-eu9-games-gameplay-tutorials__button--primary {
  background-color: #FFD700;
  color: #1A2B3C;
  border: 2px solid #FFD700;
}

.page-eu9-games-gameplay-tutorials__button--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.page-eu9-games-gameplay-tutorials__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-eu9-games-gameplay-tutorials__button--secondary:hover {
  background-color: #FFD700;
  color: #1A2B3C;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.page-eu9-games-gameplay-tutorials__button--small {
  padding: 10px 20px;
  font-size: 0.9em;
  border-radius: 5px;
  margin-top: 20px;
}

.page-eu9-games-gameplay-tutorials__button--inline {
  padding: 8px 15px;
  font-size: 0.85em;
  border-radius: 5px;
  margin-top: 15px;
  background-color: #FFD700;
  color: #1A2B3C;
  border: 1px solid #FFD700;
}

.page-eu9-games-gameplay-tutorials__button--inline:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-eu9-games-gameplay-tutorials__section {
  padding: 60px 0;
}

.page-eu9-games-gameplay-tutorials__section--intro {
  background-color: #1A2B3C;
  color: #E0E0E0;
}

.page-eu9-games-gameplay-tutorials__section--games {
  background-color: #0E1A27;
}

.page-eu9-games-gameplay-tutorials__section--steps {
  background-color: #1A2B3C;
  text-align: center;
}

.page-eu9-games-gameplay-tutorials__section--tips {
  background-color: #0E1A27;
}

.page-eu9-games-gameplay-tutorials__section--responsible-gaming {
  background-color: #1A2B3C;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 215, 0, 0.2);
}

.page-eu9-games-gameplay-tutorials__section--cta-final {
  background: linear-gradient(45deg, #1A2B3C, #FFD700);
  padding: 80px 0;
  text-align: center;
  color: #1A2B3C;
}

.page-eu9-games-gameplay-tutorials__section--cta-final .page-eu9-games-gameplay-tutorials__heading,
.page-eu9-games-gameplay-tutorials__section--cta-final .page-eu9-games-gameplay-tutorials__description {
  color: #1A2B3C;
  text-shadow: none;
}

.page-eu9-games-gameplay-tutorials__heading {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 50px;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.4);
}

.page-eu9-games-gameplay-tutorials__sub-heading {
  font-size: 2em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid rgba(255, 215, 0, 0.5);
  padding-bottom: 10px;
}

.page-eu9-games-gameplay-tutorials__description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #C0C0C0;
}

.page-eu9-games-gameplay-tutorials__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.page-eu9-games-gameplay-tutorials__content-wrapper--reverse {
  flex-direction: row-reverse;
}

.page-eu9-games-gameplay-tutorials__text-content {
  flex: 1;
}

.page-eu9-games-gameplay-tutorials__text-content p {
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-eu9-games-gameplay-tutorials__text-content ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-eu9-games-gameplay-tutorials__text-content ul li {
  margin-bottom: 8px;
}

.page-eu9-games-gameplay-tutorials__text-content strong {
  color: #FFD700;
}

.page-eu9-games-gameplay-tutorials__image-wrapper {
  flex: 1;
  min-width: 300px;
}

.page-eu9-games-gameplay-tutorials__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-eu9-games-gameplay-tutorials__image:hover {
  transform: scale(1.02);
}

.page-eu9-games-gameplay-tutorials__game-category {
  margin-bottom: 60px;
}

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

.page-eu9-games-gameplay-tutorials__step-item {
  background-color: #0E1A27;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-eu9-games-gameplay-tutorials__step-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.page-eu9-games-gameplay-tutorials__step-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-eu9-games-gameplay-tutorials__step-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-eu9-games-gameplay-tutorials__step-text {
  font-size: 1em;
  color: #C0C0C0;
  flex-grow: 1;
}

.page-eu9-games-gameplay-tutorials__section--responsible-gaming ul {
  list-style-type: none;
  padding: 0;
  max-width: 700px;
  margin: 30px auto;
  text-align: left;
}

.page-eu9-games-gameplay-tutorials__section--responsible-gaming ul li {
  background-color: rgba(255, 215, 0, 0.1);
  border-left: 4px solid #FFD700;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  color: #E0E0E0;
}

.page-eu9-games-gameplay-tutorials__section--responsible-gaming p {
  text-align: center;
  color: #C0C0C0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-eu9-games-gameplay-tutorials__title {
    font-size: 2.8em;
  }
  .page-eu9-games-gameplay-tutorials__heading {
    font-size: 2.2em;
  }
  .page-eu9-games-gameplay-tutorials__sub-heading {
    font-size: 1.8em;
  }
  .page-eu9-games-gameplay-tutorials__content-wrapper {
    flex-direction: column;
  }
  .page-eu9-games-gameplay-tutorials__content-wrapper--reverse {
    flex-direction: column;
  }
  .page-eu9-games-gameplay-tutorials__image-wrapper {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .page-eu9-games-gameplay-tutorials__hero {
    padding: 80px 0;
  }
  .page-eu9-games-gameplay-tutorials__title {
    font-size: 2.2em;
  }
  .page-eu9-games-gameplay-tutorials__subtitle {
    font-size: 1.2em;
  }
  .page-eu9-games-gameplay-tutorials__cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-eu9-games-gameplay-tutorials__button {
    width: 80%;
    margin: 0 auto;
  }
  .page-eu9-games-gameplay-tutorials__heading {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-eu9-games-gameplay-tutorials__section {
    padding: 40px 0;
  }
  .page-eu9-games-gameplay-tutorials__step-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-eu9-games-gameplay-tutorials__title {
    font-size: 1.8em;
  }
  .page-eu9-games-gameplay-tutorials__subtitle {
    font-size: 1em;
  }
  .page-eu9-games-gameplay-tutorials__button {
    font-size: 1em;
    padding: 12px 20px;
  }
  .page-eu9-games-gameplay-tutorials__heading {
    font-size: 1.5em;
  }
  .page-eu9-games-gameplay-tutorials__sub-heading {
    font-size: 1.4em;
  }
  .page-eu9-games-gameplay-tutorials__description {
    font-size: 0.95em;
  }
}