.page-resources-how-to-be-a-bigwin-player {
  color: #ffffff; /* Text color for dark body background */
  background-color: #1a1a1a; /* Ensure consistency with body background */
  padding-top: var(--header-offset, 120px); /* Space for fixed header */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-resources-how-to-be-a-bigwin-player__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #000000 0%, #333333 100%);
  position: relative;
  overflow: hidden;
}

.page-resources-how-to-be-a-bigwin-player__hero-content {
  max-width: 900px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.page-resources-how-to-be-a-bigwin-player__hero-title {
  font-size: 3.2em;
  color: #FCBC45;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(252, 188, 69, 0.5);
}

.page-resources-how-to-be-a-bigwin-player__hero-description {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-resources-how-to-be-a-bigwin-player__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 0;
}

.page-resources-how-to-be-a-bigwin-player__hero-image img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page-resources-how-to-be-a-bigwin-player__content-area {
  max-width: 800px; /* Content width for readability */
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #1a1a1a; /* Ensure consistency with body background */
}

.page-resources-how-to-be-a-bigwin-player__article {
  margin-bottom: 60px;
}

.page-resources-how-to-be-a-bigwin-player__article-heading {
  font-size: 2.5em;
  color: #FCBC45;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-how-to-be-a-bigwin-player__article-subheading {
  font-size: 2em;
  color: #FCBC45;
  margin-top: 35px;
  margin-bottom: 20px;
}

.page-resources-how-to-be-a-bigwin-player__article-subsubheading {
  font-size: 1.5em;
  color: #FCBC45;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-resources-how-to-be-a-bigwin-player__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-how-to-be-a-bigwin-player__article-list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-how-to-be-a-bigwin-player__article-list-item {
  margin-bottom: 10px;
}

.page-resources-how-to-be-a-bigwin-player__article-list-item strong {
  color: #FCBC45;
}

.page-resources-how-to-be-a-bigwin-player__image-wrapper {
  margin: 40px 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-be-a-bigwin-player__image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  display: block; /* Ensure image is block level for centering */
  margin: 0 auto;
}

.page-resources-how-to-be-a-bigwin-player__image-caption {
  font-size: 0.9em;
  color: #cccccc;
  margin-top: 10px;
  font-style: italic;
}

.page-resources-how-to-be-a-bigwin-player__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.page-resources-how-to-be-a-bigwin-player__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-be-a-bigwin-player__cta-button--register {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-how-to-be-a-bigwin-player__cta-button--register:hover {
  background-color: #e0a53b;
  transform: translateY(-3px);
}

.page-resources-how-to-be-a-bigwin-player__cta-button--login {
  background-color: #FFFFFF;
  color: #000000;
}

.page-resources-how-to-be-a-bigwin-player__cta-button--login:hover {
  background-color: #f0f0f0;
  transform: translateY(-3px);
}

.page-resources-how-to-be-a-bigwin-player__inline-link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-how-to-be-a-bigwin-player__inline-link:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-how-to-be-a-bigwin-player__hero-title {
    font-size: 2.8em;
  }
  .page-resources-how-to-be-a-bigwin-player__article-heading {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-be-a-bigwin-player__hero-section {
    padding: 40px 15px;
  }
  .page-resources-how-to-be-a-bigwin-player__hero-title {
    font-size: 2.2em;
  }
  .page-resources-how-to-be-a-bigwin-player__hero-description {
    font-size: 1em;
  }
  .page-resources-how-to-be-a-bigwin-player__content-area {
    padding: 20px 15px;
  }
  .page-resources-how-to-be-a-bigwin-player__article-heading {
    font-size: 1.8em;
  }
  .page-resources-how-to-be-a-bigwin-player__article-subheading {
    font-size: 1.6em;
  }
  .page-resources-how-to-be-a-bigwin-player__article-subsubheading {
    font-size: 1.3em;
  }
  .page-resources-how-to-be-a-bigwin-player__article-paragraph,
  .page-resources-how-to-be-a-bigwin-player__article-list-item {
    font-size: 1em;
  }
  .page-resources-how-to-be-a-bigwin-player__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-how-to-be-a-bigwin-player__cta-button {
    width: 80%;
    margin: 0 auto;
  }
  /* Mobile content area image resizing */
  .page-resources-how-to-be-a-bigwin-player__content-area img {
    max-width: 100%;
    height: auto;
  }
  .page-resources-how-to-be-a-bigwin-player__image-wrapper img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-be-a-bigwin-player__hero-title {
    font-size: 1.8em;
  }
  .page-resources-how-to-be-a-bigwin-player__article-heading {
    font-size: 1.6em;
  }
  .page-resources-how-to-be-a-bigwin-player__cta-button {
    width: 95%;
  }
}