.page-resources-v9bet-security-reputation {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-resources-v9bet-security-reputation__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-v9bet-security-reputation__hero-section {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); /* Darker blue for better contrast */
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
}

.page-resources-v9bet-security-reputation__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
}

.page-resources-v9bet-security-reputation__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-resources-v9bet-security-reputation__cta-button {
  display: inline-block;
  background-color: #ffc107; /* Auxiliary color for CTA */
  color: #333; /* Dark text for contrast on bright background */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-v9bet-security-reputation__cta-button:hover {
  background-color: #e0a800; /* Slightly darker yellow on hover */
  transform: translateY(-2px);
}

.page-resources-v9bet-security-reputation__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-resources-v9bet-security-reputation__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-resources-v9bet-security-reputation__cta-button--secondary {
  background-color: #007bff;
  color: #ffffff;
  margin-left: 15px;
}

.page-resources-v9bet-security-reputation__cta-button--secondary:hover {
  background-color: #0056b3;
}

.page-resources-v9bet-security-reputation__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-resources-v9bet-security-reputation__section-title {
  font-size: 2.2em;
  color: #007bff; /* Primary color for main titles */
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-v9bet-security-reputation__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ffc107; /* Auxiliary color for underline */
  border-radius: 2px;
}

.page-resources-v9bet-security-reputation__sub-section-title {
  font-size: 1.8em;
  color: #0056b3; /* Darker primary shade for sub-titles */
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #ffc107;
  padding-left: 15px;
}

.page-resources-v9bet-security-reputation p {
  margin-bottom: 15px;
  color: #444;
}

.page-resources-v9bet-security-reputation__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #444;
}

.page-resources-v9bet-security-reputation__list li {
  margin-bottom: 8px;
}

.page-resources-v9bet-security-reputation__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-v9bet-security-reputation__cta-block {
  text-align: center;
  background-color: #e9f5ff; /* Light blue background for CTA block */
  padding: 40px 20px;
  border-radius: 10px;
  margin-top: 50px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-v9bet-security-reputation__cta-text {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-resources-v9bet-security-reputation__faq {
  margin-top: 40px;
}

.page-resources-v9bet-security-reputation__faq-item {
  background-color: #f0f8ff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
}

.page-resources-v9bet-security-reputation__faq-question {
  font-size: 1.3em;
  color: #0056b3;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-resources-v9bet-security-reputation__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #ffc107;
}

.page-resources-v9bet-security-reputation__faq-question.active::after {
  content: '-';
}

.page-resources-v9bet-security-reputation__faq-answer {
  color: #555;
  display: none;
  padding-top: 10px;
}

.page-resources-v9bet-security-reputation__faq-answer.active {
  display: block;
}

@media (max-width: 768px) {
  .page-resources-v9bet-security-reputation__hero-title {
    font-size: 2.5em;
  }

  .page-resources-v9bet-security-reputation__section-title {
    font-size: 1.8em;
  }

  .page-resources-v9bet-security-reputation__sub-section-title {
    font-size: 1.5em;
  }

  .page-resources-v9bet-security-reputation__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-v9bet-security-reputation__cta-button--large {
    display: block;
    margin: 15px auto;
    width: 90%;
  }

  .page-resources-v9bet-security-reputation__cta-button--secondary {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .page-resources-v9bet-security-reputation__hero-title {
    font-size: 2em;
  }

  .page-resources-v9bet-security-reputation__hero-description {
    font-size: 1em;
  }

  .page-resources-v9bet-security-reputation__section-title {
    font-size: 1.5em;
  }

  .page-resources-v9bet-security-reputation__sub-section-title {
    font-size: 1.2em;
  }
}