.page-resources-betting-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark, so text is light */
  background-color: #000000;
}

.page-resources-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-betting-guide__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-betting-guide__dark-section {
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-resources-betting-guide__section-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #26A9E0;
  font-weight: bold;
}

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

/* Hero Section */
.page-resources-betting-guide__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 120px 20px 60px; /* Use var(--header-offset) for top padding */
  padding-top: var(--header-offset, 120px);
  background-color: #000000; /* Ensure hero background is dark */
  color: #ffffff;
  overflow: hidden;
}

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

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

.page-resources-betting-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
}

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

/* Buttons */
.page-resources-betting-guide__btn-primary,
.page-resources-betting-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-betting-guide__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-betting-guide__btn-primary:hover {
  background-color: #1e87b7;
  border-color: #1e87b7;
}

.page-resources-betting-guide__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-betting-guide__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-betting-guide__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

/* About Section */
.page-resources-betting-guide__about-section {
  background-color: #1a1a1a;
  color: #ffffff;
}

.page-resources-betting-guide__content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  text-align: left;
}

.page-resources-betting-guide__text-block p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #f0f0f0;
}

.page-resources-betting-guide__image-full {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.page-resources-betting-guide__image-center {
  display: block;
  margin: 40px auto;
  width: 100%;
  height: auto;
  max-width: 1000px;
  border-radius: 10px;
  object-fit: cover;
}

/* Why Choose Section */
.page-resources-betting-guide__why-choose-section {
  background-color: #0a0a0a;
}

.page-resources-betting-guide__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-betting-guide__feature-card {
  background-color: #1a1a1a;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
  color: #ffffff;
}

.page-resources-betting-guide__feature-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-betting-guide__feature-card p {
  font-size: 1em;
  color: #f0f0f0;
}

/* Games Section */
.page-resources-betting-guide__games-section {
  background-color: #1a1a1a;
}

.page-resources-betting-guide__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-betting-guide__game-card {
  background-color: #0a0a0a;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #ffffff;
}

.page-resources-betting-guide__game-title {
  font-size: 1.6em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-betting-guide__game-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-resources-betting-guide__game-title a:hover {
  text-decoration: underline;
}

.page-resources-betting-guide__game-card p {
  font-size: 1em;
  color: #f0f0f0;
  margin-bottom: 20px;
}

/* Registration Section */
.page-resources-betting-guide__registration-section {
  background-color: #0a0a0a;
}

.page-resources-betting-guide__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-betting-guide__step-card {
  background-color: #1a1a1a;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
  color: #ffffff;
}

.page-resources-betting-guide__step-title {
  font-size: 1.4em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-betting-guide__step-card p {
  font-size: 1em;
  color: #f0f0f0;
}

/* Deposit Withdrawal Section */
.page-resources-betting-guide__deposit-withdrawal-section {
  background-color: #0a0a0a;
}

.page-resources-betting-guide__process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
  text-align: left;
}

.page-resources-betting-guide__process-step {
  background-color: #1a1a1a;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.page-resources-betting-guide__process-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 20px;
}

.page-resources-betting-guide__process-step ol {
  list-style: decimal;
  margin-left: 20px;
  color: #f0f0f0;
}

.page-resources-betting-guide__process-step ol li {
  margin-bottom: 10px;
  font-size: 1em;
}

.page-resources-betting-guide__process-step p {
  margin-top: 20px;
  font-size: 1em;
  color: #f0f0f0;
}

.page-resources-betting-guide__note {
  margin-top: 30px;
  font-style: italic;
  color: #aaaaaa;
}

/* Promotions Section */
.page-resources-betting-guide__promotions-section {
  background-color: #1a1a1a;
}

.page-resources-betting-guide__promo-content {
  display: flex;
  gap: 40px;
  align-items: center;
  text-align: left;
  margin-top: 40px;
}

.page-resources-betting-guide__promo-content img {
  flex: 1;
  min-width: 400px;
  border-radius: 10px;
  object-fit: cover;
}

.page-resources-betting-guide__promo-list {
  flex: 1;
  list-style: disc;
  margin-left: 20px;
  color: #f0f0f0;
}

.page-resources-betting-guide__promo-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-betting-guide__promo-list li strong {
  color: #26A9E0;
}

.page-resources-betting-guide__promo-callout {
  margin-top: 30px;
  font-size: 1.1em;
  color: #aaaaaa;
}

/* Support Section */
.page-resources-betting-guide__support-section {
  background-color: #0a0a0a;
}

.page-resources-betting-guide__support-channels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-betting-guide__channel-card {
  background-color: #1a1a1a;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #ffffff;
}

.page-resources-betting-guide__channel-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-betting-guide__channel-card p {
  font-size: 1em;
  color: #f0f0f0;
  margin-bottom: 20px;
}

/* App Download Section */
.page-resources-betting-guide__app-download-section {
  background-color: #1a1a1a;
}

.page-resources-betting-guide__app-features {
  display: flex;
  gap: 40px;
  align-items: center;
  text-align: left;
  margin-top: 40px;
}

.page-resources-betting-guide__app-text {
  flex: 1;
  color: #ffffff;
}

.page-resources-betting-guide__app-text h3 {
  font-size: 1.8em;
  color: #26A9E0;
  margin-bottom: 20px;
}

.page-resources-betting-guide__app-text ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-betting-guide__app-text ul li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-betting-guide__app-text ul li strong {
  color: #26A9E0;
}

.page-resources-betting-guide__app-image {
  flex: 1;
  min-width: 300px;
  max-width: 800px;
  height: auto;
  border-radius: 10px;
  object-fit: contain;
}

/* FAQ Section */
.page-resources-betting-guide__faq-section {
  background-color: #0a0a0a;
}

.page-resources-betting-guide__faq-list {
  max-width: 900px;
  margin: 40px auto 0;
  text-align: left;
}

.page-resources-betting-guide__faq-item {
  background-color: #1a1a1a;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-betting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  background-color: #26A9E0; /* Use brand color for questions */
  transition: background-color 0.3s ease;
}

.page-resources-betting-guide__faq-question:hover {
  background-color: #1e87b7;
}

.page-resources-betting-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-betting-guide__faq-item.active .page-resources-betting-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-betting-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  color: #f0f0f0;
  background-color: #1a1a1a;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-resources-betting-guide__faq-item.active .page-resources-betting-guide__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px;
}

.page-resources-betting-guide__faq-answer p {
  margin-bottom: 15px;
  font-size: 1em;
}

/* Conclusion Section */
.page-resources-betting-guide__conclusion-section {
  background-color: #000000;
  color: #ffffff;
  padding-bottom: 80px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-betting-guide__hero-title {
    font-size: 3em;
  }

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

  .page-resources-betting-guide__section-title {
    font-size: 2.2em;
  }

  .page-resources-betting-guide__promo-content,
  .page-resources-betting-guide__app-features,
  .page-resources-betting-guide__content-grid {
    flex-direction: column;
    text-align: center;
  }

  .page-resources-betting-guide__promo-content img,
  .page-resources-betting-guide__app-image {
    min-width: unset;
    max-width: 80%;
    margin-bottom: 30px;
  }

  .page-resources-betting-guide__promo-list,
  .page-resources-betting-guide__app-text ul {
    margin-left: 0;
    padding-left: 20px;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .page-resources-betting-guide__hero-section {
    padding: var(--header-offset, 120px) 15px 40px; /* Mobile top padding */
  }

  .page-resources-betting-guide__hero-title {
    font-size: 2.2em;
  }

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

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

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

  .page-resources-betting-guide__btn-primary,
  .page-resources-betting-guide__btn-secondary {
    padding: 12px 20px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-betting-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }

  .page-resources-betting-guide__container,
  .page-resources-betting-guide__section {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }

  .page-resources-betting-guide__content-grid,
  .page-resources-betting-guide__process-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .page-resources-betting-guide__feature-grid,
  .page-resources-betting-guide__game-categories,
  .page-resources-betting-guide__steps-grid,
  .page-resources-betting-guide__support-channels {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-betting-guide__image-full,
  .page-resources-betting-guide__image-center,
  .page-resources-betting-guide__hero-image,
  .page-resources-betting-guide__app-image {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-betting-guide__promo-content,
  .page-resources-betting-guide__app-features {
    gap: 20px;
  }

  .page-resources-betting-guide__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-resources-betting-guide__faq-answer {
    padding: 0 20px;
  }

  .page-resources-betting-guide__faq-item.active .page-resources-betting-guide__faq-answer {
    padding: 15px 20px;
  }
}