:root {
  --primary-color: #26A9E0;
  --secondary-color: #FFFFFF;
  --text-color-dark: #333333;
  --text-color-light: #ffffff;
  --background-light: #f9f9f9;
  --background-dark: #26A9E0;
  --border-color: #e0e0e0;
  --button-login-color: #EA7C07;
}

.page-resources-vn888-link-faq {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-color-dark);
  background-color: var(--background-light); /* Assuming light body background */
}

.page-resources-vn888-link-faq__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);
  background: linear-gradient(135deg, var(--primary-color) 0%, #aed6f1 100%); /* Light blue gradient */
  color: var(--text-color-light);
}

.page-resources-vn888-link-faq__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-vn888-link-faq__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-resources-vn888-link-faq__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-resources-vn888-link-faq__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.page-resources-vn888-link-faq__main-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: var(--text-color-light);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-vn888-link-faq__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: var(--text-color-light);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}