.page-resources-f88-bet-official-website-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #121212; /* Inherited from shared.css body */
}

.page-resources-f88-bet-official-website-guide__hero-section {
  position: relative;
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  overflow: hidden;
  color: #ffffff;
}

.page-resources-f88-bet-official-website-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.page-resources-f88-bet-official-website-guide__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
  z-index: 1;
}

.page-resources-f88-bet-official-website-guide__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
}

.page-resources-f88-bet-official-website-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-f88-bet-official-website-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-f88-bet-official-website-guide__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-f88-bet-official-website-guide__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-resources-f88-bet-official-website-guide__sub-title {
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-f88-bet-official-website-guide__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-f88-bet-official-website-guide__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-f88-bet-official-website-guide__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-f88-bet-official-website-guide__numbered-list {
  list-style: decimal inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-f88-bet-official-website-guide__tip {
  font-style: italic;
  color: #FFA500; /* Orange for tips */
  margin-top: 20px;
  font-size: 1.05em;
}

/* General Section Styling */
.page-resources-f88-bet-official-website-guide__section {
  padding: 60px 20px;
}

.page-resources-f88-bet-official-website-guide__container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Color Contrast Adjustments based on body background #121212 (dark) */
.page-resources-f88-bet-official-website-guide__dark-bg {
  background-color: #017439; /* Main brand color for dark sections */
  color: #ffffff;
}

.page-resources-f88-bet-official-website-guide__light-bg {
  background-color: #ffffff; /* Auxiliary color for light sections */
  color: #333333;
}

.page-resources-f88-bet-official-website-guide__light-bg .page-resources-f88-bet-official-website-guide__section-title,
.page-resources-f88-bet-official-website-guide__light-bg .page-resources-f88-bet-official-website-guide__sub-title {
  color: #017439;
}

.page-resources-f88-bet-official-website-guide__card {
  background: #2a2a2a; /* Slightly lighter dark for cards on dark sections */
  color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-f88-bet-official-website-guide__light-bg .page-resources-f88-bet-official-website-guide__card {
  background: #f8f8f8; /* Light background for cards on light sections */
  color: #333333;
  border: 1px solid #e0e0e0;
}

.page-resources-f88-bet-official-website-guide__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-f88-bet-official-website-guide__btn-primary,
.page-resources-f88-bet-official-website-guide__btn-secondary,
.page-resources-f88-bet-official-website-guide__btn-tertiary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}

.page-resources-f88-bet-official-website-guide__btn-primary {
  background-color: #017439; /* Main brand color */
  color: #ffffff;
}

.page-resources-f88-bet-official-website-guide__btn-primary:hover {
  background-color: #005f2c;
  color: #ffffff;
}

.page-resources-f88-bet-official-website-guide__btn-secondary {
  background-color: transparent;
  color: #017439; /* Text in brand color */
  border-color: #017439;
}

.page-resources-f88-bet-official-website-guide__btn-secondary:hover {
  background-color: #017439;
  color: #ffffff;
}

.page-resources-f88-bet-official-website-guide__btn-tertiary {
  background-color: #C30808; /* Custom color for register/login type actions within content */
  color: #FFFF00; /* Custom font color */
  border-color: #C30808;
}

.page-resources-f88-bet-official-website-guide__btn-tertiary:hover {
  background-color: #a00606;
  color: #FFFF00;
}

/* Custom colors for specific buttons */
.page-resources-f88-bet-official-website-guide__register-button {
  background-color: #C30808;
  color: #FFFF00;
  border-color: #C30808;
}

.page-resources-f88-bet-official-website-guide__register-button:hover {
  background-color: #a00606;
  color: #FFFF00;
}

.page-resources-f88-bet-official-website-guide__login-button {
  background-color: #C30808;
  color: #FFFF00;
  border-color: #C30808;
}

.page-resources-f88-bet-official-website-guide__login-button:hover {
  background-color: #a00606;
  color: #FFFF00;
}

/* Guide Steps */
.page-resources-f88-bet-official-website-guide__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-f88-bet-official-website-guide__step-card {
  text-align: center;
}

.page-resources-f88-bet-official-website-guide__step-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-f88-bet-official-website-guide__step-title {
  font-size: 1.5em;
  color: #ffffff;
  margin-bottom: 10px;
}

.page-resources-f88-bet-official-website-guide__step-description {
  font-size: 1em;
  color: #f0f0f0;
}

/* Games Grid */
.page-resources-f88-bet-official-website-guide__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-f88-bet-official-website-guide__game-card {
  text-align: center;
}

.page-resources-f88-bet-official-website-guide__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-resources-f88-bet-official-website-guide__game-title {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-resources-f88-bet-official-website-guide__game-title a {
  color: #FFFFFF;
  text-decoration: none;
}

.page-resources-f88-bet-official-website-guide__game-title a:hover {
  text-decoration: underline;
  color: #FFFF00; /* Custom color for link hover */
}

.page-resources-f88-bet-official-website-guide__game-description {
  font-size: 0.95em;
  color: #f0f0f0;
}

/* Promotions Grid */
.page-resources-f88-bet-official-website-guide__promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-f88-bet-official-website-guide__promo-card {
  text-align: center;
}

.page-resources-f88-bet-official-website-guide__promo-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-resources-f88-bet-official-website-guide__promo-title {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-resources-f88-bet-official-website-guide__promo-title a {
  color: #FFFFFF;
  text-decoration: none;
}

.page-resources-f88-bet-official-website-guide__promo-title a:hover {
  text-decoration: underline;
  color: #FFFF00;
}

.page-resources-f88-bet-official-website-guide__promo-description {
  font-size: 0.95em;
  color: #f0f0f0;
}

/* Payment Methods */
.page-resources-f88-bet-official-website-guide__payment-methods {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-resources-f88-bet-official-website-guide__method-card {
  flex: 1 1 45%;
  max-width: 45%;
  text-align: center;
}

.page-resources-f88-bet-official-website-guide__method-title {
  font-size: 1.6em;
  color: #ffffff;
  margin-bottom: 15px;
}

.page-resources-f88-bet-official-website-guide__method-description {
  font-size: 1em;
  color: #f0f0f0;
  margin-bottom: 20px;
}

/* App Download */
.page-resources-f88-bet-official-website-guide__app-download {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.page-resources-f88-bet-official-website-guide__app-info {
  flex: 1 1 500px;
  max-width: 500px;
}

.page-resources-f88-bet-official-website-guide__app-image-wrapper {
  flex: 1 1 300px;
  max-width: 300px;
  text-align: center;
}

.page-resources-f88-bet-official-website-guide__app-image {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Support Channels */
.page-resources-f88-bet-official-website-guide__support-channels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-f88-bet-official-website-guide__channel-card {
  text-align: center;
}

.page-resources-f88-bet-official-website-guide__channel-title {
  font-size: 1.6em;
  color: #ffffff;
  margin-bottom: 10px;
}

.page-resources-f88-bet-official-website-guide__channel-description {
  font-size: 1em;
  color: #f0f0f0;
  margin-bottom: 20px;
}

/* Security Features */
.page-resources-f88-bet-official-website-guide__security-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-f88-bet-official-website-guide__feature-card {
  text-align: center;
}

.page-resources-f88-bet-official-website-guide__feature-icon {
  width: 150px; /* Min size 200px is for content images, these are illustrative */
  height: 150px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-resources-f88-bet-official-website-guide__feature-title {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-resources-f88-bet-official-website-guide__feature-title a {
  color: #333333;
  text-decoration: none;
}

.page-resources-f88-bet-official-website-guide__feature-title a:hover {
  text-decoration: underline;
  color: #017439;
}

.page-resources-f88-bet-official-website-guide__feature-description {
  font-size: 0.95em;
  color: #555555;
}

/* FAQ Section */
.page-resources-f88-bet-official-website-guide__faq-section {
  padding: 60px 20px;
  background-color: #017439;
  color: #ffffff;
}

.page-resources-f88-bet-official-website-guide__faq-list {
  max-width: 800px;
  margin: 40px auto 0 auto;
}

.page-resources-f88-bet-official-website-guide__faq-item {
  background-color: #005f2c; /* Darker green for FAQ items */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-resources-f88-bet-official-website-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  background-color: #017439; /* Brand color for question header */
  color: #ffffff;
  position: relative;
  list-style: none; /* Remove default marker for summary */
}

.page-resources-f88-bet-official-website-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-resources-f88-bet-official-website-guide__faq-qtext {
  flex-grow: 1;
}

.page-resources-f88-bet-official-website-guide__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-resources-f88-bet-official-website-guide__faq-item[open] .page-resources-f88-bet-official-website-guide__faq-toggle {
  transform: rotate(45deg); /* Plus to X effect */
}

.page-resources-f88-bet-official-website-guide__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1.05em;
  color: #f0f0f0;
  background-color: #005f2c;
}

/* CTA Section */
.page-resources-f88-bet-official-website-guide__cta-section {
  text-align: center;
  padding: 80px 20px;
  background-color: #ffffff;
  color: #333333;
}

.page-resources-f88-bet-official-website-guide__cta-section .page-resources-f88-bet-official-website-guide__section-title {
  color: #017439;
}

.page-resources-f88-bet-official-website-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-resources-f88-bet-official-website-guide__button-wrapper {
    text-align: center;
    margin-top: 30px;
}

/* Image sizing for content area */
.page-resources-f88-bet-official-website-guide img {
  min-width: 200px;
  min-height: 200px;
}

.page-resources-f88-bet-official-website-guide__feature-icon {
  min-width: 150px; /* These are illustrative, not content images, can be smaller */
  min-height: 150px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-f88-bet-official-website-guide__hero-title {
    font-size: 3em;
  }
  .page-resources-f88-bet-official-website-guide__section-title {
    font-size: 2em;
  }
  .page-resources-f88-bet-official-website-guide__app-download {
    flex-direction: column;
    align-items: center;
  }
  .page-resources-f88-bet-official-website-guide__app-info,
  .page-resources-f88-bet-official-website-guide__app-image-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-resources-f88-bet-official-website-guide {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-f88-bet-official-website-guide__hero-title {
    font-size: 2em;
  }
  .page-resources-f88-bet-official-website-guide__hero-description {
    font-size: 1em;
  }
  .page-resources-f88-bet-official-website-guide__section-title {
    font-size: 1.8em;
  }
  .page-resources-f88-bet-official-website-guide__sub-title {
    font-size: 1.5em;
  }
  .page-resources-f88-bet-official-website-guide__hero-cta-buttons,
  .page-resources-f88-bet-official-website-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-f88-bet-official-website-guide__btn-primary,
  .page-resources-f88-bet-official-website-guide__btn-secondary,
  .page-resources-f88-bet-official-website-guide__btn-tertiary,
  .page-resources-f88-bet-official-website-guide a[class*="button"],
  .page-resources-f88-bet-official-website-guide a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-f88-bet-official-website-guide__cta-buttons,
  .page-resources-f88-bet-official-website-guide__button-group,
  .page-resources-f88-bet-official-website-guide__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-resources-f88-bet-official-website-guide__guide-steps,
  .page-resources-f88-bet-official-website-guide__games-grid,
  .page-resources-f88-bet-official-website-guide__promotions-grid,
  .page-resources-f88-bet-official-website-guide__payment-methods,
  .page-resources-f88-bet-official-website-guide__support-channels,
  .page-resources-f88-bet-official-website-guide__security-features {
    grid-template-columns: 1fr;
  }
  .page-resources-f88-bet-official-website-guide__method-card {
    max-width: 100%;
  }
  .page-resources-f88-bet-official-website-guide img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-f88-bet-official-website-guide__section,
  .page-resources-f88-bet-official-website-guide__card,
  .page-resources-f88-bet-official-website-guide__container,
  .page-resources-f88-bet-official-website-guide__app-info,
  .page-resources-f88-bet-official-website-guide__app-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-f88-bet-official-website-guide__hero-section {
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-f88-bet-official-website-guide__feature-icon {
    min-width: unset;
    min-height: unset;
    width: 100px;
    height: 100px;
  }
}