.page-resources-secure-betting-tips {
  color: #ffffff; /* Default text color for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: transparent; /* Body background is handled by shared.css */
}

.page-resources-secure-betting-tips__hero-section {
  position: relative;
  width: 100%;
  height: 600px; /* Adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Account for fixed header */
}

.page-resources-secure-betting-tips__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-secure-betting-tips__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
  z-index: 2;
}

.page-resources-secure-betting-tips__hero-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: 20px;
  color: #ffffff;
}

.page-resources-secure-betting-tips__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-secure-betting-tips__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-secure-betting-tips__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-secure-betting-tips__section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-resources-secure-betting-tips__section--importance {
  background-color: #1a1a1a; /* Slightly lighter dark background for contrast */
}

.page-resources-secure-betting-tips__section--principles {
  background-color: #222222;
}

.page-resources-secure-betting-tips__section--support {
  background-color: #1a1a1a;
}

.page-resources-secure-betting-tips__section--faq {
  background-color: #222222;
}

.page-resources-secure-betting-tips__section--cta {
  padding: 40px 20px;
  background-color: #017439; /* Primary brand color background */
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-secure-betting-tips__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-secure-betting-tips__container--cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.page-resources-secure-betting-tips__heading {
  font-size: 2.5em;
  color: #017439; /* Brand green for headings */
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.page-resources-secure-betting-tips__sub-heading {
  font-size: 1.8em;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-secure-betting-tips__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0; /* Light grey for body text on dark background */
}

.page-resources-secure-betting-tips__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-secure-betting-tips__image--cta {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 1;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}