/* style/resources-what-is-no-hu-vip.css */

.page-resources-what-is-no-hu-vip {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #f0f0f0; /* Light text for dark body background */
  background-color: transparent; /* Body background from shared.css */
}

.page-resources-what-is-no-hu-vip__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-what-is-no-hu-vip__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-what-is-no-hu-vip__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-what-is-no-hu-vip__list-item {
  margin-bottom: 15px;
}

.page-resources-what-is-no-hu-vip__list-title {
  font-size: 1.3em;
  color: #26A9E0;
  margin-bottom: 5px;
}

.page-resources-what-is-no-hu-vip__list-description {
  color: #f0f0f0;
}

.page-resources-what-is-no-hu-vip__card {
  background: rgba(255, 255, 255, 0.1); /* Slightly transparent white for cards on dark background */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-what-is-no-hu-vip__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-what-is-no-hu-vip__card-title {
  font-size: 1.4em;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-what-is-no-hu-vip__card-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-resources-what-is-no-hu-vip__card-title a:hover {
  text-decoration: underline;
}

.page-resources-what-is-no-hu-vip__card-description {
  font-size: 1em;
  color: #e0e0e0;
}

.page-resources-what-is-no-hu-vip__btn-primary,
.page-resources-what-is-no-hu-vip__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-what-is-no-hu-vip__btn-primary {
  background-color: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
  margin-right: 15px;
}

.page-resources-what-is-no-hu-vip__btn-primary:hover {
  background-color: #1a8cc7;
  border-color: #1a8cc7;
}

.page-resources-what-is-no-hu-vip__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-what-is-no-hu-vip__btn-secondary:hover {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-resources-what-is-no-hu-vip__text-center {
  text-align: center;
}

/* Hero Section */
.page-resources-what-is-no-hu-vip__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  padding: 100px 20px;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  overflow: hidden;
  color: #ffffff;
  text-align: center;
}

.page-resources-what-is-no-hu-vip__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-resources-what-is-no-hu-vip__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4); /* Darken image for text readability */
}

.page-resources-what-is-no-hu-vip__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.page-resources-what-is-no-hu-vip__hero-title {
  font-size: 3.8em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-what-is-no-hu-vip__hero-description {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #f0f0f0;
  line-height: 1.5;
}

.page-resources-what-is-no-hu-vip__hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* Content Area */
.page-resources-what-is-no-hu-vip__content-area,
.page-resources-what-is-no-hu-vip__how-to-play-section,
.page-resources-what-is-no-hu-vip__vip-benefits-section,
.page-resources-what-is-no-hu-vip__video-section {
  padding: 80px 0;
}

.page-resources-what-is-no-hu-vip__content-image {
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/* Features Section */
.page-resources-what-is-no-hu-vip__features-section,
.page-resources-what-is-no-hu-vip__game-showcase-section,
.page-resources-what-is-no-hu-vip__strategies-section,
.page-resources-what-is-no-hu-vip__faq-section,
.page-resources-what-is-no-hu-vip__cta-section {
  padding: 80px 0;
}

.page-resources-what-is-no-hu-vip__feature-grid,
.page-resources-what-is-no-hu-vip__game-grid,
.page-resources-what-is-no-hu-vip__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-what-is-no-hu-vip__game-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

/* Video Section */
.page-resources-what-is-no-hu-vip__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  margin: 40px auto;
  border-radius: 10px;
  max-width: 1000px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-what-is-no-hu-vip__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  cursor: pointer;
}

/* FAQ Section */
.page-resources-what-is-no-hu-vip__faq-list {
  margin-top: 40px;
}

.page-resources-what-is-no-hu-vip__faq-item {
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-what-is-no-hu-vip__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  cursor: pointer;
  font-size: 1.2em;
  color: #FFFFFF;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.05);
  transition: background-color 0.3s ease;
}

.page-resources-what-is-no-hu-vip__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-resources-what-is-no-hu-vip__faq-question h3 {
  margin: 0;
  color: #FFFFFF;
}

.page-resources-what-is-no-hu-vip__faq-toggle {
  font-size: 1.8em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #26A9E0;
}

.page-resources-what-is-no-hu-vip__faq-item.active .page-resources-what-is-no-hu-vip__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-what-is-no-hu-vip__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 30px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #e0e0e0;
}

.page-resources-what-is-no-hu-vip__faq-item.active .page-resources-what-is-no-hu-vip__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 30px;
}

.page-resources-what-is-no-hu-vip__faq-answer p {
  margin: 0;
  color: #e0e0e0;
}

/* Background color specific classes for contrast */
.page-resources-what-is-no-hu-vip__dark-bg {
  background-color: #1a1a1a; /* Slightly lighter dark for sections */
  color: #ffffff;
}

.page-resources-what-is-no-hu-vip__light-bg {
  background-color: #2a2a2a; /* Lighter background for contrast with dark-bg sections */
  color: #ffffff;
}

.page-resources-what-is-no-hu-vip a {
  color: #26A9E0;
  text-decoration: none;
}

.page-resources-what-is-no-hu-vip a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-what-is-no-hu-vip__hero-title {
    font-size: 3em;
  }

  .page-resources-what-is-no-hu-vip__hero-description {
    font-size: 1.2em;
  }

  .page-resources-what-is-no-hu-vip__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-what-is-no-hu-vip {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-what-is-no-hu-vip__hero-section {
    padding: 80px 15px;
    padding-top: var(--header-offset, 120px) !important;
    min-height: 500px;
  }

  .page-resources-what-is-no-hu-vip__hero-title {
    font-size: 2.2em;
  }

  .page-resources-what-is-no-hu-vip__hero-description {
    font-size: 1em;
  }

  .page-resources-what-is-no-hu-vip__hero-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .page-resources-what-is-no-hu-vip__btn-primary,
  .page-resources-what-is-no-hu-vip__btn-secondary,
  .page-resources-what-is-no-hu-vip a[class*="button"],
  .page-resources-what-is-no-hu-vip a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-right: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-what-is-no-hu-vip__cta-buttons,
  .page-resources-what-is-no-hu-vip__button-group,
  .page-resources-what-is-no-hu-vip__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;
    display: flex; /* Ensure flex for column layout */
    flex-direction: column;
  }

  .page-resources-what-is-no-hu-vip__section-title {
    font-size: 1.8em;
  }

  .page-resources-what-is-no-hu-vip__paragraph {
    font-size: 1em;
  }

  .page-resources-what-is-no-hu-vip__feature-grid,
  .page-resources-what-is-no-hu-vip__game-grid,
  .page-resources-what-is-no-hu-vip__strategy-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-what-is-no-hu-vip__card {
    padding: 20px;
  }

  .page-resources-what-is-no-hu-vip__content-area,
  .page-resources-what-is-no-hu-vip__features-section,
  .page-resources-what-is-no-hu-vip__how-to-play-section,
  .page-resources-what-is-no-hu-vip__game-showcase-section,
  .page-resources-what-is-no-hu-vip__vip-benefits-section,
  .page-resources-what-is-no-hu-vip__strategies-section,
  .page-resources-what-is-no-hu-vip__video-section,
  .page-resources-what-is-no-hu-vip__faq-section,
  .page-resources-what-is-no-hu-vip__cta-section {
    padding: 40px 0;
  }

  .page-resources-what-is-no-hu-vip__container {
    padding: 0 15px;
  }

  .page-resources-what-is-no-hu-vip img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-what-is-no-hu-vip__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
    margin: 20px auto;
  }

  .page-resources-what-is-no-hu-vip__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-resources-what-is-no-hu-vip__faq-question,
  .page-resources-what-is-no-hu-vip__faq-answer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* General image styling for content area to prevent small icons */
.page-resources-what-is-no-hu-vip img:not(.page-resources-what-is-no-hu-vip__hero-image) {
  min-width: 200px;
  min-height: 200px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/* Content area images CSS dimensions lower bound */
.page-resources-what-is-no-hu-vip__content-area img,
.page-resources-what-is-no-hu-vip__how-to-play-section img,
.page-resources-what-is-no-hu-vip__game-showcase-section img,
.page-resources-what-is-no-hu-vip__vip-benefits-section img,
.page-resources-what-is-no-hu-vip__strategies-section img {
  width: auto; /* Allow natural width or max-width */
  height: auto; /* Allow natural height or max-height */
  max-width: 100%;
  min-width: 200px; /* Enforce minimum width */
  min-height: 200px; /* Enforce minimum height */
}

/* Ensure no filter is applied to images */
.page-resources-what-is-no-hu-vip img {
  filter: none; /* Override any potential filter from parent */
}

.page-resources-what-is-no-hu-vip__hero-image {
  filter: brightness(0.4); /* Specific filter for hero image for text readability */
}