.page-resources-774pub-games-promotions {
  color: #ffffff; /* Light text for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-774pub-games-promotions__hero-section {
  position: relative;
  text-align: center;
  padding: 80px 20px 60px; /* Adjust padding to give space around content */
  background-color: #1A202C; /* Ensure background consistency */
  overflow: hidden;
}

.page-resources-774pub-games-promotions__hero-container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-774pub-games-promotions__main-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-774pub-games-promotions__intro-text {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-774pub-games-promotions__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-774pub-games-promotions__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  text-align: center;
  white-space: nowrap;
}

.page-resources-774pub-games-promotions__cta-button--primary {
  background-color: #FFD700;
  color: #1A202C;
}

.page-resources-774pub-games-promotions__cta-button--primary:hover {
  background-color: #e5c100;
  transform: translateY(-2px);
}

.page-resources-774pub-games-promotions__cta-button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-774pub-games-promotions__cta-button--secondary:hover {
  background-color: rgba(255, 215, 0, 0.1);
  transform: translateY(-2px);
}

.page-resources-774pub-games-promotions__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.3;
}

.page-resources-774pub-games-promotions__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #1A202C; /* Dark background for content */
}

.page-resources-774pub-games-promotions__section-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 2px solid rgba(255, 215, 0, 0.3);
  padding-bottom: 15px;
}

.page-resources-774pub-games-promotions__sub-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-774pub-games-promotions__paragraph {
  font-size: 1.1em;
  color: #f0f0f0;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-774pub-games-promotions__content-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-774pub-games-promotions__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #f0f0f0;
}

.page-resources-774pub-games-promotions__numbered-list {
  list-style: decimal inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #f0f0f0;
}

.page-resources-774pub-games-promotions__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-774pub-games-promotions__content-actions {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-774pub-games-promotions__faq-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.page-resources-774pub-games-promotions__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-774pub-games-promotions__faq-answer {
  font-size: 1em;
  color: #e0e0e0;
  margin-bottom: 0;
}

.page-resources-774pub-games-promotions__return-link-container {
  text-align: center;
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 215, 0, 0.2);
}

.page-resources-774pub-games-promotions__return-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-774pub-games-promotions__return-link:hover {
  color: #e5c100;
  text-decoration: underline;
}

.page-resources-774pub-games-promotions__cta-section {
  background-color: #FFD700;
  color: #1A202C;
  padding: 80px 20px;
  text-align: center;
}

.page-resources-774pub-games-promotions__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #1A202C;
}

.page-resources-774pub-games-promotions__cta-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #333333;
}

.page-resources-774pub-games-promotions__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-774pub-games-promotions__main-title {
    font-size: 3em;
  }
}

@media (max-width: 768px) {
  .page-resources-774pub-games-promotions__main-title {
    font-size: 2.5em;
  }
  .page-resources-774pub-games-promotions__intro-text,
  .page-resources-774pub-games-promotions__paragraph,
  .page-resources-774pub-games-promotions__list-item,
  .page-resources-774pub-games-promotions__faq-answer {
    font-size: 1em;
  }
  .page-resources-774pub-games-promotions__section-title {
    font-size: 2em;
  }
  .page-resources-774pub-games-promotions__sub-title {
    font-size: 1.5em;
  }
  .page-resources-774pub-games-promotions__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-774pub-games-promotions__hero-actions,
  .page-resources-774pub-games-promotions__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-774pub-games-promotions__cta-section {
    padding: 60px 20px;
  }
  .page-resources-774pub-games-promotions__cta-title {
    font-size: 2.2em;
  }
  /* Mobile content area image constraint */
  .page-resources-774pub-games-promotions__content-area img {
    max-width: 100%;
    height: auto;
  }
  .page-resources-774pub-games-promotions__hero-section {
    padding: 60px 20px 40px;
  }
}

@media (max-width: 480px) {
  .page-resources-774pub-games-promotions__main-title {
    font-size: 2em;
  }
  .page-resources-774pub-games-promotions__section-title {
    font-size: 1.8em;
  }
  .page-resources-774pub-games-promotions__sub-title {
    font-size: 1.3em;
  }
  .page-resources-774pub-games-promotions__cta-title {
    font-size: 1.8em;
  }
}