.page-resources-choosing-best-388bet-promotions {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #0a0a0a; /* Body background from shared.css */
}

.page-resources-choosing-best-388bet-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-resources-choosing-best-388bet-promotions__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 0;
  padding-top: var(--header-offset, 120px); /* Ensure content clears fixed header */
  min-height: 600px;
  overflow: hidden;
  background-color: #017439; /* Primary brand color for hero background */
  color: #ffffff;
}

.page-resources-choosing-best-388bet-promotions__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
}

.page-resources-choosing-best-388bet-promotions__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-resources-choosing-best-388bet-promotions__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
}

.page-resources-choosing-best-388bet-promotions__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-resources-choosing-best-388bet-promotions__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-choosing-best-388bet-promotions__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

/* General Section Styling */
.page-resources-choosing-best-388bet-promotions__content-section {
  padding: 60px 0;
}

.page-resources-choosing-best-388bet-promotions__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-resources-choosing-best-388bet-promotions__section-intro {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #f0f0f0;
}

/* Dark Background Sections */
.page-resources-choosing-best-388bet-promotions__dark-bg {
  background-color: #0a0a0a;
  color: #ffffff;
}

/* Light Background Sections */
.page-resources-choosing-best-388bet-promotions__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-choosing-best-388bet-promotions__light-bg .page-resources-choosing-best-388bet-promotions__section-title,
.page-resources-choosing-best-388bet-promotions__light-bg .page-resources-choosing-best-388bet-promotions__section-intro,
.page-resources-choosing-best-388bet-promotions__light-bg .page-resources-choosing-best-388bet-promotions__card-title,
.page-resources-choosing-best-388bet-promotions__light-bg .page-resources-choosing-best-388bet-promotions__card-text,
.page-resources-choosing-best-388bet-promotions__light-bg .page-resources-choosing-best-388bet-promotions__sub-title,
.page-resources-choosing-best-388bet-promotions__light-bg p,
.page-resources-choosing-best-388bet-promotions__light-bg li,
.page-resources-choosing-best-388bet-promotions__light-bg .page-resources-choosing-best-388bet-promotions__faq-question {
  color: #333333;
}

/* Buttons */
.page-resources-choosing-best-388bet-promotions__btn-primary,
.page-resources-choosing-best-388bet-promotions__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}

.page-resources-choosing-best-388bet-promotions__btn-primary {
  background-color: #017439;
  color: #ffffff;
  border: 2px solid #017439;
}