.page-resources-fi88-new-user-bonus-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text color for light body background */
  background-color: var(--secondary-color); /* White background from shared.css */
}

.page-resources-fi88-new-user-bonus-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-fi88-new-user-bonus-guide__section {
  padding: 60px 0;
}

.page-resources-fi88-new-user-bonus-guide__section--intro {
  background-color: #f9f9f9;
}

.page-resources-fi88-new-user-bonus-guide__section-title {
  font-size: 32px;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-fi88-new-user-bonus-guide__sub-title {
  font-size: 24px;
  color: #017439;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-resources-fi88-new-user-bonus-guide__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, #017439, #004d2b);
  color: #ffffff;
  overflow: hidden;
}

.page-resources-fi88-new-user-bonus-guide__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-resources-fi88-new-user-bonus-guide__hero-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-fi88-new-user-bonus-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.page-resources-fi88-new-user-bonus-guide__main-title {
  font-size: 48px;
  margin-bottom: 20px;
  color: #FFFF00; /* Custom color for title */
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-resources-fi88-new-user-bonus-guide__intro-text {
  font-size: 18px;
  margin-bottom: 30px;
  color: #ffffff;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-fi88-new-user-bonus-guide__cta-button {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-fi88-new-user-bonus-guide__cta-button--primary {
  background: #C30808; /* Custom color for Register/Login */
  color: #FFFF00; /* Custom font color for Register/Login */
  border: 2px solid #C30808;
}

.page-resources-fi88-new-user-bonus-guide__cta-button--primary:hover {
  background: #ff2a2a;
  border-color: #ff2a2a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-fi88-new-user-bonus-guide__cta-button--secondary {
  background: #017439;
  color: #ffffff;
  border: 2px solid #017439;
  margin-left: 15px;
}

.page-resources-fi88-new-user-bonus-guide__cta-button--secondary:hover {
  background: #004d2b;
  border-color: #004d2b;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-fi88-new-user-bonus-guide__list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.page-resources-fi88-new-user-bonus-guide__list li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  color: #333333;
}

.page-resources-fi88-new-user-bonus-guide__list-icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #017439;
  font-weight: bold;
  font-size: 18px;
}

.page-resources-fi88-new-user-bonus-guide__step-item {
  margin-bottom: 40px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-fi88-new-user-bonus-guide__step-title {
  font-size: 22px;
  color: #017439;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-fi88-new-user-bonus-guide__step-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-top: 20px;
  object-fit: cover;
}