/* style/resources-bet88-beginner-guide.css */
.page-resources-bet88-beginner-guide {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Body background is dark (#121212), so main text is light */
  line-height: 1.6;
}

.page-resources-bet88-beginner-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-bet88-beginner-guide__section {
  padding: 60px 0;
  position: relative;
}

.page-resources-bet88-beginner-guide__section-title {
  font-size: 2.5em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-bet88-beginner-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #017439;
  border-radius: 2px;
}

.page-resources-bet88-beginner-guide__section-description {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 50px;
  color: #f0f0f0;
}

.page-resources-bet88-beginner-guide__sub-title {
  font-size: 1.8em;
  color: #017439;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-bet88-beginner-guide__text-block p {
  margin-bottom: 15px;
  color: #f0f0f0;
}

.page-resources-bet88-beginner-guide__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-bet88-beginner-guide__list li {
  margin-bottom: 8px;
  color: #f0f0f0;
}

/* Hero Section */
.page-resources-bet88-beginner-guide__hero-section {
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  box-sizing: border-box;
}

.page-resources-bet88-beginner-guide__hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  background-size: cover;
  filter: brightness(0.5);
}

.page-resources-bet88-beginner-guide__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.page-resources-bet88-beginner-guide__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
}

.page-resources-bet88-beginner-guide__hero-title {
  font-size: 3.8em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-bet88-beginner-guide__hero-description {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #f0f0f0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-resources-bet88-beginner-guide__hero-cta {
  display: flex;
  gap: 20px;
  justify-content: center;
}