/* style/resources-vip-betting-guide.css */
.page-resources-vip-betting-guide {
  color: #ffffff; /* Light text for dark body background */
  background-color: #1a1a1a; /* Body background from shared.css */
  padding-top: var(--header-offset, 120px); /* Fixed header offset for main content */
}

.page-resources-vip-betting-guide__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.page-resources-vip-betting-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-vip-betting-guide__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-resources-vip-betting-guide__hero-description {
  font-size: 1.3em;
  color: #f0f0f0;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-resources-vip-betting-guide__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1a1a1a;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-vip-betting-guide__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-vip-betting-guide__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-resources-vip-betting-guide__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
  line-height: 1.7;
}

.page-resources-vip-betting-guide__table-of-contents {
  background-color: rgba(255, 255, 255, 0.05);
  border-left: 5px solid #FFD700;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 5px;
}

.page-resources-vip-betting-guide__section-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-vip-betting-guide__toc-list {
  list-style: none;
  padding: 0;
}

.page-resources-vip-betting-guide__toc-list li {
  margin-bottom: 10px;
}

.page-resources-vip-betting-guide__toc-link {
  color: #f0f0f0;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-vip-betting-guide__toc-link:hover {
  color: #FFD700;
}

.page-resources-vip-betting-guide__article-heading {
  font-size: 2em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

.page-resources-vip-betting-guide__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-resources-vip-betting-guide__highlight {
  color: #FFD700;
  font-weight: 600;
}

.page-resources-vip-betting-guide__article-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-vip-betting-guide__faq-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.page-resources-vip-betting-guide__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-resources-vip-betting-guide__faq-answer {
  font-size: 1.1em;
  color: #f0f0f0;
}

.page-resources-vip-betting-guide__return-link-container {
  text-align: center;
  margin-top: 50px;
}

.page-resources-vip-betting-guide__return-link {
  color: #FFD700;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-vip-betting-guide__return-link:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-resources-vip-betting-guide__copyright {
  text-align: center;
  padding: 30px 20px;
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-vip-betting-guide__copyright-text {
  font-size: 0.9em;
  color: #cccccc;
}

/* Media Queries for Responsiveness */
@media (max-width: 1024px) {
  .page-resources-vip-betting-guide__hero-title {
    font-size: 3em;
  }
  .page-resources-vip-betting-guide__hero-description {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .page-resources-vip-betting-guide {
    padding-top: var(--header-offset, 80px); /* Adjust for smaller header on mobile */
  }
  .page-resources-vip-betting-guide__hero-title {
    font-size: 2.2em;
  }
  .page-resources-vip-betting-guide__hero-description {
    font-size: 1em;
  }
  .page-resources-vip-betting-guide__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-vip-betting-guide__article-heading {
    font-size: 1.8em;
  }
  .page-resources-vip-betting-guide__article-paragraph,
  .page-resources-vip-betting-guide__faq-answer {
    font-size: 0.95em;
  }
  .page-resources-vip-betting-guide__faq-question {
    font-size: 1.1em;
  }
  .page-resources-vip-betting-guide__article-image {
    max-width: 100%;
    height: auto;
  }
  .page-resources-vip-betting-guide__content-area {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-vip-betting-guide__hero-title {
    font-size: 1.8em;
  }
  .page-resources-vip-betting-guide__hero-description {
    font-size: 0.9em;
  }
  .page-resources-vip-betting-guide__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-resources-vip-betting-guide__article-heading {
    font-size: 1.5em;
  }
  .page-resources-vip-betting-guide__article-paragraph,
  .page-resources-vip-betting-guide__faq-answer {
    font-size: 0.9em;
  }
  .page-resources-vip-betting-guide__faq-question {
    font-size: 1em;
  }
  .page-resources-vip-betting-guide__table-of-contents {
    padding: 15px;
  }
}