.page-betting-guide-beginner {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for general text on dark background */
  background-color: #1A1A1A; /* Very dark grey background */
}

.page-betting-guide-beginner__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-betting-guide-beginner__hero-section {
  background: linear-gradient(135deg, #B22222, #800000); /* Darker red gradient */
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-betting-guide-beginner__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract,geometric,dark_texture]'); /* Abstract background for hero */
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.page-betting-guide-beginner__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.page-betting-guide-beginner__hero-description {
  font-size: 1.3em;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-betting-guide-beginner__highlight {
  color: #FFD700;
  font-weight: bold;
}

.page-betting-guide-beginner__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  margin: 10px;
}

.page-betting-guide-beginner__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #B22222; /* Firebrick text on gold button */
  border: 2px solid #FFD700;
}

.page-betting-guide-beginner__btn--primary:hover {
  background-color: #E0B500; /* Darker gold on hover */
  border-color: #E0B500;
  transform: translateY(-3px);
}

.page-betting-guide-beginner__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text on dark background */
  border: 2px solid #FFD700;
}

.page-betting-guide-beginner__btn--secondary:hover {
  background-color: #FFD700;
  color: #B22222;
  transform: translateY(-3px);
}

.page-betting-guide-beginner__content-section,
.page-betting-guide-beginner__faq-section {
  padding: 60px 0;
  background-color: #222222; /* Slightly lighter dark grey for content sections */
  border-bottom: 1px solid #333333;
}

.page-betting-guide-beginner__content-section:last-of-type {
  border-bottom: none;
}

.page-betting-guide-beginner__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-betting-guide-beginner__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #B22222; /* Firebrick line under title */
  border-radius: 2px;
}

.page-betting-guide-beginner__sub-title {
  font-size: 1.8em;
  color: #B22222; /* Firebrick for sub-titles */
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-betting-guide-beginner__paragraph {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-betting-guide-beginner__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-betting-guide-beginner__list li {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 10px;
  color: #E0E0E0;
}

.page-betting-guide-beginner__list li strong {
  color: #FFD700;
}

.page-betting-guide-beginner__numbered-list {
  list-style: decimal inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-betting-guide-beginner__numbered-list li {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 10px;
  color: #E0E0E0;
}

.page-betting-guide-beginner__link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-betting-guide-beginner__link:hover {
  color: #B22222;
  text-decoration: underline;
}

.page-betting-guide-beginner__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.page-betting-guide-beginner__cta-group {
  text-align: center;
  margin-top: 50px;
}

.page-betting-guide-beginner__faq-item {
  background-color: #2F2F2F; /* Slightly lighter than section background */
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-betting-guide-beginner__faq-question {
  font-size: 1.3em;
  color: #FFD700; /* Gold for FAQ questions */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-betting-guide-beginner__faq-answer {
  font-size: 1.05em;
  line-height: 1.7;
  color: #CCCCCC;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-betting-guide-beginner__hero-title {
    font-size: 2.5em;
  }

  .page-betting-guide-beginner__hero-description {
    font-size: 1.1em;
  }

  .page-betting-guide-beginner__section-title {
    font-size: 2em;
  }

  .page-betting-guide-beginner__sub-title {
    font-size: 1.5em;
  }

  .page-betting-guide-beginner__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-betting-guide-beginner__cta-group .page-betting-guide-beginner__btn {
    display: block;
    margin: 15px auto;
    max-width: 280px;
  }
}

@media (max-width: 480px) {
  .page-betting-guide-beginner__hero-title {
    font-size: 2em;
  }

  .page-betting-guide-beginner__hero-description {
    font-size: 1em;
  }

  .page-betting-guide-beginner__section-title {
    font-size: 1.8em;
  }

  .page-betting-guide-beginner__sub-title {
    font-size: 1.3em;
  }

  .page-betting-guide-beginner__paragraph,
  .page-betting-guide-beginner__list li,
  .page-betting-guide-beginner__numbered-list li,
  .page-betting-guide-beginner__faq-question,
  .page-betting-guide-beginner__faq-answer {
    font-size: 0.95em;
  }

  .page-betting-guide-beginner__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}