.page-resources-sv388-registration-benefits {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: #FFFFFF; /* Explicitly set for clarity */
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-sv388-registration-benefits__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-sv388-registration-benefits__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-sv388-registration-benefits__section-title {
  font-size: 36px;
  color: #26A9E0;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-sv388-registration-benefits__section-title--light {
  color: #FFFFFF;
}

.page-resources-sv388-registration-benefits__section-description {
  font-size: 18px;
  color: #555555;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-sv388-registration-benefits__section-description--light {
  color: #f0f0f0;
}

.page-resources-sv388-registration-benefits__section a {
  color: #26A9E0;
  text-decoration: none;
}

.page-resources-sv388-registration-benefits__section a:hover {
  text-decoration: underline;
}

/* Hero Section (Resource Page Intro) */
.page-resources-sv388-registration-benefits__hero-section {
  position: relative;
  background: linear-gradient(135deg, #26A9E0, #a1d9f0); /* Light blue gradient */
  padding: 40px 0; /* Adjusted padding as it's not the homepage hero */
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}