.page-resources-rikvip-popular-games-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #546474; /* Dark text on light background for readability */
  background-color: #f8f9fa;
}

.page-resources-rikvip-popular-games-strategy__hero {
  background: linear-gradient(135deg, #0A2239 0%, #3a5c7f 100%);
  color: #ffffff;
  padding: 60px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-rikvip-popular-games-strategy__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-rikvip-popular-games-strategy__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.page-resources-rikvip-popular-games-strategy__back-link {
  display: inline-block;
  color: #FFD700;
  text-decoration: none;
  margin-bottom: 20px;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-rikvip-popular-games-strategy__back-link:hover {
  color: #fff;
}

.page-resources-rikvip-popular-games-strategy__title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #FFD700;
  font-weight: bold;
}

.page-resources-rikvip-popular-games-strategy__subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-resources-rikvip-popular-games-strategy__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-rikvip-popular-games-strategy__cta-button {
  background-color: #FFD700;
  color: #0A2239;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  border: 2px solid transparent;
}

.page-resources-rikvip-popular-games-strategy__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-rikvip-popular-games-strategy__cta-button--secondary {
  background-color: transparent;
  color: #FFD700;
  border-color: #FFD700;
}

.page-resources-rikvip-popular-games-strategy__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #0A2239;
}

.page-resources-rikvip-popular-games-strategy__content-section {
  padding: 40px 0;
}

.page-resources-rikvip-popular-games-strategy__article-container {
  max-width: 800px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-rikvip-popular-games-strategy__article p {
  margin-bottom: 1em;
  font-size: 1.05em;
  line-height: 1.7;
  color: #333333;
}

.page-resources-rikvip-popular-games-strategy__article ul,
.page-resources-rikvip-popular-games-strategy__article ol {
  margin-bottom: 1em;
  padding-left: 25px;
  color: #333333;
}

.page-resources-rikvip-popular-games-strategy__article li {
  margin-bottom: 0.5em;
}

.page-resources-rikvip-popular-games-strategy__heading2 {
  font-size: 1.8em;
  color: #0A2239;
  margin-top: 35px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-rikvip-popular-games-strategy__heading3 {
  font-size: 1.4em;
  color: #0A2239;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-resources-rikvip-popular-games-strategy__article-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-rikvip-popular-games-strategy__inline-link {
  color: #0A2239;
  font-weight: bold;
  text-decoration: underline;
}

.page-resources-rikvip-popular-games-strategy__inline-link:hover {
  color: #FFD700;
}

.page-resources-rikvip-popular-games-strategy__cta-final {
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px dashed #e0e0e0;
}

.page-resources-rikvip-popular-games-strategy__cta-final p {
  font-size: 1.3em;
  color: #0A2239;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-rikvip-popular-games-strategy__cta-button--large {
  padding: 15px 35px;
  font-size: 1.2em;
  border-radius: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-rikvip-popular-games-strategy__title {
    font-size: 2.2em;
  }

  .page-resources-rikvip-popular-games-strategy__subtitle {
    font-size: 1em;
  }

  .page-resources-rikvip-popular-games-strategy__cta-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-rikvip-popular-games-strategy__cta-button {
    width: 100%;
  }

  .page-resources-rikvip-popular-games-strategy__article-container {
    padding: 20px;
  }

  .page-resources-rikvip-popular-games-strategy__heading2 {
    font-size: 1.5em;
  }

  .page-resources-rikvip-popular-games-strategy__heading3 {
    font-size: 1.2em;
  }
  
  .page-resources-rikvip-popular-games-strategy__cta-final p {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-rikvip-popular-games-strategy__title {
    font-size: 1.8em;
  }

  .page-resources-rikvip-popular-games-strategy__cta-button--large {
    font-size: 1.1em;
    padding: 12px 25px;
  }
}