:root {
  --primary-color: #017439; /* qh88 vn bet green */
  --secondary-color: #FFFFFF; /* White */
  --text-dark: #333333;
  --text-light: #ffffff;
  --button-register-bg: #C30808; /* Red for register */
  --button-register-text: #FFFFFF; /* White for register text to ensure contrast */
  --button-login-bg: #C30808; /* Red for login */
  --button-login-text: #FFFFFF; /* White for login text to ensure contrast */
}

/* Base styles for the page content */
.page-resources-qh88-vn-bet-promotions {
  font-family: 'Arial', sans-serif;
  color: var(--text-dark); /* Default text color for light backgrounds */
  line-height: 1.6;
  background-color: var(--secondary-color); /* Matches body background */
}

.page-resources-qh88-vn-bet-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-qh88-vn-bet-promotions__section-title {
  font-size: 2.5em;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-qh88-vn-bet-promotions__section-title--white {
  color: var(--text-light);
}

.page-resources-qh88-vn-bet-promotions__section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-qh88-vn-bet-promotions__section-description--white {
  color: rgba(255, 255, 255, 0.9);
}

/* Hero Section */
.page-resources-qh88-vn-bet-promotions__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  background: linear-gradient(135deg, var(--primary-color) 0%, #009944 100%); /* Green gradient */
  overflow: hidden; /* Ensure image doesn't overflow */
}