.page-resources-taya555-betting-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #FFFFFF;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}

.page-resources-taya555-betting-guide__hero-section {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-bottom: 40px;
  background-color: #000000; /* Dark background for hero content */
  color: #FFFFFF;
}

.page-resources-taya555-betting-guide__hero-container {
  position: relative;
  max-width: 1920px; /* Max width for the container */
  margin: 0 auto;
}

.page-resources-taya555-betting-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7; /* Slightly dim image to make text pop */
}

.page-resources-taya555-betting-guide__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 800px;
  padding: 20px;
  z-index: 1;
}

.page-resources-taya555-betting-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 15px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-taya555-betting-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #F0F0F0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.page-resources-taya555-betting-guide__hero-button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-resources-taya555-betting-guide__hero-button--register {
  background-color: #FCBC45; /* Login color for primary CTA */
  color: #000000;
}

.page-resources-taya555-betting-guide__hero-button--register:hover {
  background-color: #e0a53b;
  transform: translateY(-2px);
}

.page-resources-taya555-betting-guide__content-area {
  max-width: 800px; /* Content width for readability */
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-taya555-betting-guide__article {
  margin-bottom: 60px;
}

.page-resources-taya555-betting-guide__article-heading {
  font-size: 2.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-taya555-betting-guide__article-subheading {
  font-size: 1.8em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-taya555-betting-guide__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-taya555-betting-guide__article-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-resources-taya555-betting-guide__article-list-item {
  margin-bottom: 10px;
}

.page-resources-taya555-betting-guide__article-list-item a {
  color: #000000;
  text-decoration: underline;
}

.page-resources-taya555-betting-guide__article-list-item a:hover {
  color: #FCBC45;
}

.page-resources-taya555-betting-guide__article-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-taya555-betting-guide__article-button {
  display: inline-block;
  padding: 12px 25px;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 5px;
  margin-top: 15px;
  margin-right: 10px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-resources-taya555-betting-guide__article-button:hover {
  background-color: #333333;
  transform: translateY(-1px);
}

.page-resources-taya555-betting-guide__article-button--register {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-taya555-betting-guide__article-button--register:hover {
  background-color: #e0a53b;
}

.page-resources-taya555-betting-guide__article-button--deposit {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-taya555-betting-guide__article-button--deposit:hover {
  background-color: #e0a53b;
}

.page-resources-taya555-betting-guide__article-button--download {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-taya555-betting-guide__article-button--download:hover {
  background-color: #e0a53b;
}

.page-resources-taya555-betting-guide__article-blockquote {
  background-color: #F8F8F8;
  border-left: 5px solid #FCBC45;
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #555555;
}

.page-resources-taya555-betting-guide__cta-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #000000; /* Dark background for CTA */
  color: #FFFFFF;
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-resources-taya555-betting-guide__cta-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.page-resources-taya555-betting-guide__cta-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-resources-taya555-betting-guide__cta-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-taya555-betting-guide__cta-button {
  display: inline-block;
  padding: 18px 35px;
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-resources-taya555-betting-guide__cta-button--join {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-taya555-betting-guide__cta-button--join:hover {
  background-color: #e0a53b;
  transform: translateY(-3px);
}

.page-resources-taya555-betting-guide__back-link-container {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-taya555-betting-guide__back-link {
  font-size: 1.1em;
  color: #000000;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #000000;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-taya555-betting-guide__back-link:hover {
  background-color: #000000;
  color: #FFFFFF;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-taya555-betting-guide__hero-title {
    font-size: 2.5em;
  }

  .page-resources-taya555-betting-guide__hero-description {
    font-size: 1em;
  }

  .page-resources-taya555-betting-guide__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-taya555-betting-guide__article-heading {
    font-size: 1.8em;
  }

  .page-resources-taya555-betting-guide__article-subheading {
    font-size: 1.5em;
  }

  .page-resources-taya555-betting-guide__article-paragraph,
  .page-resources-taya555-betting-guide__article-list {
    font-size: 1em;
  }

  .page-resources-taya555-betting-guide__article-image,
  .page-resources-taya555-betting-guide__cta-image {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .page-resources-taya555-betting-guide__cta-title {
    font-size: 2em;
  }

  .page-resources-taya555-betting-guide__cta-description {
    font-size: 1.1em;
  }

  .page-resources-taya555-betting-guide__cta-button {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-taya555-betting-guide__hero-title {
    font-size: 2em;
  }

  .page-resources-taya555-betting-guide__hero-description {
    font-size: 0.9em;
  }

  .page-resources-taya555-betting-guide__hero-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-taya555-betting-guide__article-heading {
    font-size: 1.6em;
  }

  .page-resources-taya555-betting-guide__article-subheading {
    font-size: 1.3em;
  }

  .page-resources-taya555-betting-guide__cta-title {
    font-size: 1.8em;
  }

  .page-resources-taya555-betting-guide__cta-description {
    font-size: 1em;
  }

  .page-resources-taya555-betting-guide__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}