.page-resources-win777-latest-promotions-guide {
  color: #ffffff; /* Light text for dark body background */
  background-color: #000; /* Ensuring main content area matches body background */
  padding-top: var(--header-offset, 120px); /* Space for fixed header */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-resources-win777-latest-promotions-guide__hero-section {
  position: relative;
  text-align: center;
  padding: 60px 20px;
  overflow: hidden;
  background-color: #1A1A1A;
}

.page-resources-win777-latest-promotions-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.3;
  overflow: hidden;
}

.page-resources-win777-latest-promotions-guide__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-resources-win777-latest-promotions-guide__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  background: rgba(26, 26, 26, 0.7); /* Semi-transparent dark background for readability */
  border-radius: 10px;
}

.page-resources-win777-latest-promotions-guide__hero-title {
  font-size: 3.2em;
  color: #FFD700; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-win777-latest-promotions-guide__hero-description {
  font-size: 1.3em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-resources-win777-latest-promotions-guide__hero-cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold */
  color: #1A1A1A; /* Dark text for gold button */
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-win777-latest-promotions-guide__hero-cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-win777-latest-promotions-guide__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-win777-latest-promotions-guide__article-heading {
  font-size: 2.5em;
  color: #FFD700; /* Gold */
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid rgba(255, 215, 0, 0.3);
  padding-bottom: 10px;
}

.page-resources-win777-latest-promotions-guide__article-subheading {
  font-size: 1.8em;
  color: #f0f0f0;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-win777-latest-promotions-guide__article-paragraph {
  font-size: 1.1em;
  color: #cccccc;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-win777-latest-promotions-guide__article-paragraph a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-win777-latest-promotions-guide__article-paragraph a:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-resources-win777-latest-promotions-guide__article-list,
.page-resources-win777-latest-promotions-guide__article-list--ordered {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #cccccc;
}

.page-resources-win777-latest-promotions-guide__article-list--ordered {
  list-style: decimal;
}

.page-resources-win777-latest-promotions-guide__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-win777-latest-promotions-guide__list-item strong {
  color: #FFD700;
}

.page-resources-win777-latest-promotions-guide__image-wrapper {
  margin: 30px auto;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-resources-win777-latest-promotions-guide__image-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-win777-latest-promotions-guide__article-cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold */
  color: #1A1A1A; /* Dark text for gold button */
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.3);
}

.page-resources-win777-latest-promotions-guide__article-cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-win777-latest-promotions-guide__related-resources-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 215, 0, 0.2);
  padding-top: 20px;
}

.page-resources-win777-latest-promotions-guide__related-resources-item {
  margin-bottom: 10px;
}

.page-resources-win777-latest-promotions-guide__related-resources-item a {
  color: #FFD700;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-win777-latest-promotions-guide__related-resources-item a:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-resources-win777-latest-promotions-guide__final-cta-wrapper {
  text-align: center;
  background-color: #1A1A1A;
  padding: 40px;
  border-radius: 10px;
  margin-top: 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
}

.page-resources-win777-latest-promotions-guide__final-cta-heading {
  font-size: 2.2em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-win777-latest-promotions-guide__final-cta-text {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-resources-win777-latest-promotions-guide__final-cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold */
  color: #1A1A1A; /* Dark text for gold button */
  padding: 18px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
}

.page-resources-win777-latest-promotions-guide__final-cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-4px);
}

.page-resources-win777-latest-promotions-guide__back-link {
  display: block;
  margin-top: 40px;
  text-align: center;
  color: #FFD700;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-win777-latest-promotions-guide__back-link:hover {
  color: #e6c200;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-win777-latest-promotions-guide__hero-title {
    font-size: 2.2em;
  }

  .page-resources-win777-latest-promotions-guide__hero-description {
    font-size: 1em;
  }

  .page-resources-win777-latest-promotions-guide__hero-cta-button {
    font-size: 1em;
    padding: 12px 25px;
  }

  .page-resources-win777-latest-promotions-guide__article-heading {
    font-size: 2em;
  }

  .page-resources-win777-latest-promotions-guide__article-subheading {
    font-size: 1.5em;
  }

  .page-resources-win777-latest-promotions-guide__article-paragraph,
  .page-resources-win777-latest-promotions-guide__list-item {
    font-size: 1em;
  }

  .page-resources-win777-latest-promotions-guide__content-area {
    padding: 20px 15px;
  }

  /* Mobile overflow prevention */
  .page-resources-win777-latest-promotions-guide__image-wrapper img {
    max-width: 100%;
    height: auto;
  }
  .page-resources-win777-latest-promotions-guide {
    max-width: 100%;
    overflow-x: hidden;
  }
}

@media (max-width: 480px) {
  .page-resources-win777-latest-promotions-guide__hero-title {
    font-size: 1.8em;
  }

  .page-resources-win777-latest-promotions-guide__hero-description {
    font-size: 0.9em;
  }

  .page-resources-win777-latest-promotions-guide__final-cta-heading {
    font-size: 1.8em;
  }

  .page-resources-win777-latest-promotions-guide__final-cta-text {
    font-size: 1em;
  }

  .page-resources-win777-latest-promotions-guide__final-cta-button {
    font-size: 1.1em;
    padding: 15px 30px;
  }
}