/* style/resources-789vip-sports-betting-guide.css */
.page-resources-789vip-sports-betting-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent;
}

.page-resources-789vip-sports-betting-guide__dark-bg {
  background-color: #1a1a2e;
  color: #ffffff;
}

.page-resources-789vip-sports-betting-guide__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-789vip-sports-betting-guide__section-title,
.page-resources-789vip-sports-betting-guide__hero-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.5em;
  font-weight: bold;
}

.page-resources-789vip-sports-betting-guide__light-bg .page-resources-789vip-sports-betting-guide__section-title {
  color: #017439;
}

.page-resources-789vip-sports-betting-guide__paragraph {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  font-size: 1.1em;
}

.page-resources-789vip-sports-betting-guide__light-bg .page-resources-789vip-sports-betting-guide__paragraph {
  color: #333333;
}

/* Hero Section */
.page-resources-789vip-sports-betting-guide__hero-section {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px);
}

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

.page-resources-789vip-sports-betting-guide__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.page-resources-789vip-sports-betting-guide__hero-content {
  position: relative;
  z-index: 3;
  color: #ffffff;
  max-width: 900px;
  padding: 0 20px;
}

.page-resources-789vip-sports-betting-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-789vip-sports-betting-guide__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
}

.page-resources-789vip-sports-betting-guide__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}