.page-resources-online-betting-faq {
  color: #333333; /* Dark text for light body background */
}

.page-resources-online-betting-faq__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  background-color: #000000; /* Dark background for hero content */
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  overflow: hidden;
}

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

.page-resources-online-betting-faq__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #FFFFFF;
  max-width: 900px;
  padding: 20px;
}

.page-resources-online-betting-faq__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-resources-online-betting-faq__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-resources-online-betting-faq__hero-button {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin: 0 10px;
  min-width: 150px;
  text-align: center;
}

.page-resources-online-betting-faq__hero-button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-online-betting-faq__hero-button--register:hover {
  background-color: transparent;
  color: #FFFFFF;
}

.page-resources-online-betting-faq__hero-button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-online-betting-faq__hero-button--login:hover {
  background-color: transparent;
  color: #FCBC45;
}

.page-resources-online-betting-faq__content-area {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
  line-height: 1.7;
  font-size: 1.1em;
}

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

.page-resources-online-betting-faq__intro-text {
  text-align: center;
  margin-bottom: 60px;
  font-size: 1.15em;
  color: #555555;
}

.page-resources-online-betting-faq__faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.page-resources-online-betting-faq__faq-card {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-online-betting-faq__faq-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.page-resources-online-betting-faq__card-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}

.page-resources-online-betting-faq__card-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-online-betting-faq__faq-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.page-resources-online-betting-faq__faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-resources-online-betting-faq__question {
  font-size: 1.3em;
  color: #000000;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.page-resources-online-betting-faq__question::after {
  content: '+';
  font-size: 1.2em;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.page-resources-online-betting-faq__question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-online-betting-faq__answer {
  font-size: 1.0em;
  color: #555555;
  padding-top: 10px;
  display: none;
  line-height: 1.6;
}

.page-resources-online-betting-faq__cta-section {
  background-color: #000000;
  color: #FFFFFF;
  padding: 60px 20px;
  text-align: center;
  border-radius: 12px;
  margin-top: 60px;
}

.page-resources-online-betting-faq__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-online-betting-faq__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  line-height: 1.6;
}

.page-resources-online-betting-faq__cta-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 2px solid #FCBC45;
}

.page-resources-online-betting-faq__cta-button:hover {
  background-color: transparent;
  color: #FCBC45;
}

.page-resources-online-betting-faq__related-resources {
  margin-top: 80px;
  text-align: center;
}

.page-resources-online-betting-faq__resource-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-resources-online-betting-faq__resource-item {
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px 25px;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-resources-online-betting-faq__resource-item:hover {
  background-color: #ededed;
}

.page-resources-online-betting-faq__resource-item a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
}

.page-resources-online-betting-faq__resource-item a:hover {
  text-decoration: underline;
}

.page-resources-online-betting-faq__return-button {
  display: inline-block;
  background-color: #000000;
  color: #FFFFFF;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 30px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-online-betting-faq__return-button:hover {
  background-color: #333333;
  color: #FFFFFF;
}

/* Responsive Design */
@media (min-width: 769px) {
  .page-resources-online-betting-faq__faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .page-resources-online-betting-faq__faq-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .page-resources-online-betting-faq__hero-title {
    font-size: 2.2em;
  }

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

  .page-resources-online-betting-faq__hero-button {
    margin: 10px 5px;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-online-betting-faq__section-title {
    font-size: 2em;
  }

  .page-resources-online-betting-faq__intro-text {
    font-size: 1em;
  }

  .page-resources-online-betting-faq__faq-card {
    padding: 20px;
  }

  .page-resources-online-betting-faq__card-title {
    font-size: 1.5em;
  }

  .page-resources-online-betting-faq__question {
    font-size: 1.1em;
  }

  .page-resources-online-betting-faq__answer {
    font-size: 0.95em;
  }

  .page-resources-online-betting-faq__cta-title {
    font-size: 2em;
  }

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

  .page-resources-online-betting-faq__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }

  .page-resources-online-betting-faq__resource-item {
    padding: 12px 18px;
    font-size: 1em;
  }

  .page-resources-online-betting-faq__resource-list {
    flex-direction: column;
    align-items: center;
  }

  /* Mobile content area images must not overflow */
  .page-resources-online-betting-faq img {
    max-width: 100%;
    height: auto;
  }
}