.page-resources-security-and-trust {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: #FFFFFF; /* Default body background */
}

/* Fixed header offset for the first section */
.page-resources-security-and-trust__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  text-align: center;
  padding: 80px 20px;
  background-color: #26A9E0; /* Primary brand color */
  color: #FFFFFF;
  padding-top: var(--header-offset, 120px); /* Ensures content is below fixed header */
}

.page-resources-security-and-trust__hero-content {
  max-width: 900px;
  margin-bottom: 30px;
  z-index: 1;
}

.page-resources-security-and-trust__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
  line-height: 1.2;
}

.page-resources-security-and-trust__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-resources-security-and-trust__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-security-and-trust__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-resources-security-and-trust__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2; /* Subtle background image */
  position: absolute;
  top: 0;
  left: 0;
  filter: none; /* No CSS filter */
}

.page-resources-security-and-trust__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-security-and-trust__section-title {
  font-size: 2.5em;
  color: #26A9E0; /* Primary brand color for titles */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}

.page-resources-security-and-trust__intro-section,
.page-resources-security-and-trust__content-area,
.page-resources-security-and-trust__responsible-gaming,
.page-resources-security-and-trust__faq-section {
  padding: 60px 0;
  background-color: #FFFFFF; /* Light background */
  color: #333333;
}

.page-resources-security-and-trust__dark-section {
  background-color: #26A9E0; /* Primary brand color for dark sections */
  color: #FFFFFF;
  padding: 60px 0;
}

.page-resources-security-and-trust__dark-section .page-resources-security-and-trust__section-title {
  color: #FFFFFF;
}

.page-resources-security-and-trust__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-security-and-trust__highlight {
  font-weight: bold;
  color: inherit; /* Inherit color from parent for contrast */
}

.page-resources-security-and-trust__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}