.page-resources-online-betting-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #FFFFFF; /* Ensure consistency with body background */
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
}

.page-resources-online-betting-guide__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  background-color: #000000; /* Dark background for hero */
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-resources-online-betting-guide__hero-content {
  max-width: 900px;
  z-index: 2;
  position: relative;
}

.page-resources-online-betting-guide__main-heading {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FCBC45; /* Highlight with accent color */
}

.page-resources-online-betting-guide__intro-text {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  line-height: 1.7;
  color: #f0f0f0;
}

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

.page-resources-online-betting-guide__cta-button--register {
  background-color: #FFFFFF;
  color: #000000;
}

.page-resources-online-betting-guide__cta-button--register:hover {
  background-color: #FCBC45;
  transform: translateY(-3px);
}

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

.page-resources-online-betting-guide__cta-button--login:hover {
  background-color: #e0a030;
  transform: translateY(-3px);
}

.page-resources-online-betting-guide__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.page-resources-online-betting-guide__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3; /* Subtle background */
  display: block;
}

.page-resources-online-betting-guide__content-area {
  max-width: 800px; /* Optimal reading width for long articles */
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #FFFFFF;
}

.page-resources-online-betting-guide__section-title {
  font-size: 2.5em;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-resources-online-betting-guide__guide-section {
  margin-bottom: 40px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-online-betting-guide__sub-section-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-online-betting-guide__sub-heading {
  font-size: 1.4em;
  color: #333333;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-online-betting-guide__paragraph {
  font-size: 1.05em;
  margin-bottom: 15px;
  line-height: 1.7;
  color: #333333;
}

.page-resources-online-betting-guide__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-online-betting-guide__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-online-betting-guide__image {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.page-resources-online-betting-guide__image--center {
  margin-left: auto;
  margin-right: auto;
}

.page-resources-online-betting-guide__cta-final {
  text-align: center;
  padding: 60px 20px;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 10px;
  margin-top: 60px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-resources-online-betting-guide__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FCBC45;
}

.page-resources-online-betting-guide__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-resources-online-betting-guide__cta-button--download {
  background-color: #FCBC45;
  color: #000000;
  margin-top: 20px;
}

.page-resources-online-betting-guide__cta-button--download:hover {
  background-color: #e0a030;
  transform: translateY(-3px);
}

.page-resources-online-betting-guide__back-link {
  display: inline-block;
  margin-top: 30px;
  font-size: 1.1em;
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-online-betting-guide__back-link:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-online-betting-guide__main-heading {
    font-size: 3em;
  }
  .page-resources-online-betting-guide__intro-text {
    font-size: 1.2em;
  }
  .page-resources-online-betting-guide__section-title {
    font-size: 2.2em;
  }
  .page-resources-online-betting-guide__sub-section-title {
    font-size: 1.6em;
  }
  .page-resources-online-betting-guide__cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-resources-online-betting-guide__hero-section {
    padding: 40px 15px;
  }
  .page-resources-online-betting-guide__main-heading {
    font-size: 2.5em;
  }
  .page-resources-online-betting-guide__intro-text {
    font-size: 1.1em;
  }
  .page-resources-online-betting-guide__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-online-betting-guide__content-area {
    padding: 30px 15px;
  }
  .page-resources-online-betting-guide__section-title {
    font-size: 2em;
  }
  .page-resources-online-betting-guide__sub-section-title {
    font-size: 1.4em;
  }
  .page-resources-online-betting-guide__sub-heading {
    font-size: 1.2em;
  }
  .page-resources-online-betting-guide__paragraph,
  .page-resources-online-betting-guide__list-item {
    font-size: 1em;
  }
  .page-resources-online-betting-guide__image {
    max-width: 100%;
    height: auto;
  }
  .page-resources-online-betting-guide__cta-final {
    padding: 40px 15px;
  }
  .page-resources-online-betting-guide__cta-title {
    font-size: 2em;
  }
  .page-resources-online-betting-guide__cta-description {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-online-betting-guide__main-heading {
    font-size: 2em;
  }
  .page-resources-online-betting-guide__intro-text {
    font-size: 1em;
  }
  .page-resources-online-betting-guide__cta-button {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
  }
  .page-resources-online-betting-guide__section-title {
    font-size: 1.8em;
  }
  .page-resources-online-betting-guide__sub-section-title {
    font-size: 1.3em;
  }
  .page-resources-online-betting-guide__cta-title {
    font-size: 1.8em;
  }
  .page-resources-online-betting-guide__cta-description {
    font-size: 1em;
  }
}