.page-resources-nohu-vip-bonuses-and-offers-analysis {
  color: #ffffff; /* Body background is dark #121212, so text is light */
  background-color: #121212; /* Ensure consistency with body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  min-height: 600px;
  overflow: hidden;
  background: linear-gradient(135deg, #017439, #005f2f); /* Brand color gradient */
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__hero-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  margin-bottom: 30px;
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__hero-title {
  font-size: 3.5em;
  color: #FFFF00; /* Register/Login font color */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__hero-description {
  font-size: 1.2em;
  color: #ffffff;
  margin-bottom: 30px;
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__btn-primary,
.page-resources-nohu-vip-bonuses-and-offers-analysis__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: normal; /* Allow text wrapping for buttons */
  word-wrap: break-word; /* Allow text wrapping for buttons */
  box-sizing: border-box; /* Include padding and border in element's total width and height */
  max-width: 100%; /* Ensure buttons don't exceed container width */
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__btn-primary {
  background-color: #C30808; /* Register color */
  color: #FFFF00; /* Register font color */
  border: 2px solid #C30808;
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__btn-primary:hover {
  background-color: #e02020;
  transform: translateY(-2px);
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 5;
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2; /* Subtle background image */
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #121212; /* Ensure content area matches body background */
  color: #ffffff; /* Light text on dark background */
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__section-title {
  font-size: 2.5em;
  color: #017439; /* Primary brand color */
  text-align: center;
  margin-bottom: 30px;
  padding-top: 20px;
  font-weight: bold;
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__sub-section-title {
  font-size: 1.8em;
  color: #FFFF00; /* Register font color for sub-titles */
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0; /* Slightly off-white for readability */
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__paragraph a {
  color: #FFFF00; /* Link color */
  text-decoration: underline;
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__paragraph a:hover {
  color: #e0e000;
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__image-container {
  margin: 30px auto;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: block; /* Ensures max-width works correctly */
  margin: 0 auto; /* Center image */
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__ordered-list,
.page-resources-nohu-vip-bonuses-and-offers-analysis__unordered-list {
  margin-bottom: 20px;
  padding-left: 25px;
  color: #f0f0f0;
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #f0f0f0;
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__list-item strong {
  color: #017439; /* Primary brand color for strong text */
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__faq-container {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 0;
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.2em;
  color: #ffffff;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__faq-question:hover {
  color: #FFFF00;
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__faq-question h3 {
  margin: 0;
  font-size: 1.2em; /* Ensure h3 inside question also gets proper size */
  color: inherit; /* Inherit color from parent */
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #017439; /* Primary brand color for toggle */
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__faq-item.active .page-resources-nohu-vip-bonuses-and-offers-analysis__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
  font-size: 1.1em;
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__faq-item.active .page-resources-nohu-vip-bonuses-and-offers-analysis__faq-answer {
  max-height: 1000px !important; /* Sufficiently large value */
  padding: 15px;
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__faq-answer p {
  margin: 0;
  color: inherit; /* Inherit color from parent */
}

.page-resources-nohu-vip-bonuses-and-offers-analysis__cta-buttons--bottom {
  margin-top: 50px;
  margin-bottom: 20px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-nohu-vip-bonuses-and-offers-analysis__hero-title {
    font-size: 2.8em;
  }
  .page-resources-nohu-vip-bonuses-and-offers-analysis__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-nohu-vip-bonuses-and-offers-analysis {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-nohu-vip-bonuses-and-offers-analysis__hero-section {
    padding: 60px 15px;
    min-height: 400px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-nohu-vip-bonuses-and-offers-analysis__hero-title {
    font-size: 2.2em;
  }

  .page-resources-nohu-vip-bonuses-and-offers-analysis__hero-description {
    font-size: 1em;
  }

  .page-resources-nohu-vip-bonuses-and-offers-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px; /* Add padding to container */
  }

  .page-resources-nohu-vip-bonuses-and-offers-analysis__btn-primary,
  .page-resources-nohu-vip-bonuses-and-offers-analysis__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  
  /* Images and their containers responsive */
  .page-resources-nohu-vip-bonuses-and-offers-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-resources-nohu-vip-bonuses-and-offers-analysis__image-container,
  .page-resources-nohu-vip-bonuses-and-offers-analysis__video-section,
  .page-resources-nohu-vip-bonuses-and-offers-analysis__video-container,
  .page-resources-nohu-vip-bonuses-and-offers-analysis__video-wrapper,
  .page-resources-nohu-vip-bonuses-and-offers-analysis__section,
  .page-resources-nohu-vip-bonuses-and-offers-analysis__card,
  .page-resources-nohu-vip-bonuses-and-offers-analysis__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important; /* Prevent horizontal scroll */
  }

  .page-resources-nohu-vip-bonuses-and-offers-analysis__content-area {
    padding: 30px 15px;
 }}