.page-resources-how-to-identify-reliable-online-platforms {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #000000; /* Ensuring main content area respects body background */
}

.page-resources-how-to-identify-reliable-online-platforms__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-how-to-identify-reliable-online-platforms__hero-section {
  position: relative;
  padding: 80px 0;
  padding-top: var(--header-offset, 120px);
  text-align: center;
  background: linear-gradient(135deg, #8B0000, #FFD700);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.page-resources-how-to-identify-reliable-online-platforms__main-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-identify-reliable-online-platforms__description {
  font-size: 20px;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-how-to-identify-reliable-online-platforms__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700; /* Primary brand color */
  color: #8B0000; /* Auxiliary color for text on primary background for contrast */
  text-decoration: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-resources-how-to-identify-reliable-online-platforms__cta-button:hover {
  background: #e6c200; /* Slightly darker gold */
  color: #6a0000; /* Slightly darker red */
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-identify-reliable-online-platforms__content-section {
  padding: 60px 0;
  background-color: #1a1a1a; /* Darker background for content, still light text */
  color: #ffffff;
}

.page-resources-how-to-identify-reliable-online-platforms__section-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #FFD700; /* Primary brand color for titles */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-identify-reliable-online-platforms__sub-title {
  font-size: 28px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #FFD700; /* Primary brand color for sub-titles */
}

.page-resources-how-to-identify-reliable-online-platforms__paragraph {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.8;
  color: #f0f0f0;
}

.page-resources-how-to-identify-reliable-online-platforms__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-resources-how-to-identify-reliable-online-platforms__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-how-to-identify-reliable-online-platforms__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-how-to-identify-reliable-online-platforms__list-item {
  font-size: 18px;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  color: #f0f0f0;
}

.page-resources-how-to-identify-reliable-online-platforms__list-item::before {
  content: '✔';
  color: #FFD700; /* Primary brand color for list markers */
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 20px;
}

.page-resources-how-to-identify-reliable-online-platforms__cta-bottom {
  text-align: center;
  margin-top: 60px;
}

.page-resources-how-to-identify-reliable-online-platforms__cta-button--large {
  padding: 18px 50px;
  font-size: 22px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-how-to-identify-reliable-online-platforms__main-title {
    font-size: 40px;
  }
  .page-resources-how-to-identify-reliable-online-platforms__description {
    font-size: 18px;
  }
  .page-resources-how-to-identify-reliable-online-platforms__section-title {
    font-size: 32px;
  }
  .page-resources-how-to-identify-reliable-online-platforms__sub-title {
    font-size: 24px;
  }
  .page-resources-how-to-identify-reliable-online-platforms__paragraph,
  .page-resources-how-to-identify-reliable-online-platforms__list-item {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-identify-reliable-online-platforms__hero-section {
    padding: 60px 0;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-how-to-identify-reliable-online-platforms__main-title {
    font-size: 32px;
  }
  .page-resources-how-to-identify-reliable-online-platforms__description {
    font-size: 16px;
  }
  .page-resources-how-to-identify-reliable-online-platforms__cta-button {
    padding: 12px 30px;
    font-size: 18px;
  }
  .page-resources-how-to-identify-reliable-online-platforms__content-section {
    padding: 40px 0;
  }
  .page-resources-how-to-identify-reliable-online-platforms__section-title {
    font-size: 28px;
  }
  .page-resources-how-to-identify-reliable-online-platforms__sub-title {
    font-size: 22px;
  }
  .page-resources-how-to-identify-reliable-online-platforms__paragraph,
  .page-resources-how-to-identify-reliable-online-platforms__list-item {
    font-size: 16px;
  }
  .page-resources-how-to-identify-reliable-online-platforms__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  /* Mobile image responsiveness */
  .page-resources-how-to-identify-reliable-online-platforms img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-how-to-identify-reliable-online-platforms__image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  /* Mobile button responsiveness */
  .page-resources-how-to-identify-reliable-online-platforms__cta-button,
  .page-resources-how-to-identify-reliable-online-platforms__cta-button--large {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-how-to-identify-reliable-online-platforms__cta-bottom {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-identify-reliable-online-platforms__main-title {
    font-size: 28px;
  }
  .page-resources-how-to-identify-reliable-online-platforms__section-title {
    font-size: 24px;
  }
  .page-resources-how-to-identify-reliable-online-platforms__sub-title {
    font-size: 20px;
  }
  .page-resources-how-to-identify-reliable-online-platforms__cta-button--large {
    font-size: 18px;
    padding: 15px 25px;
  }
}