.page-resources-e88-game-security-analysis {
  --primary-color: #007bff;
  --secondary-color: #ffc107;
  --text-dark: #333333;
  --text-light: #ffffff;
  --bg-light: #f8f9fa;
  --bg-dark: #212529;
  --border-color: #e0e0e0;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
}

.page-resources-e88-game-security-analysis__hero-banner {
  position: relative;
  width: 100%;
  height: 500px; /* Adjust height as needed */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--text-light);
}

.page-resources-e88-game-security-analysis__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-e88-game-security-analysis__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-e88-game-security-analysis__hero-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: 20px;
}

.page-resources-e88-game-security-analysis__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: var(--secondary-color);
}

.page-resources-e88-game-security-analysis__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-resources-e88-game-security-analysis__cta-button {
  display: inline-block;
  background-color: var(--secondary-color);
  color: var(--text-dark);
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-e88-game-security-analysis__cta-button:hover {
  background-color: #e6b300;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-e88-game-security-analysis__section {
  padding: 60px 0;
  border-bottom: 1px solid var(--border-color);
}

.page-resources-e88-game-security-analysis__section:last-of-type {
  border-bottom: none;
}

.page-resources-e88-game-security-analysis__introduction {
  background-color: var(--bg-light);
}

.page-resources-e88-game-security-analysis__encryption {
  background-color: #ffffff;
}

.page-resources-e88-game-security-analysis__privacy {
  background-color: var(--bg-light);
}

.page-resources-e88-game-security-analysis__transactions {
  background-color: #ffffff;
}

.page-resources-e88-game-security-analysis__fraud-prevention {
  background-color: var(--bg-light);
}

.page-resources-e88-game-security-analysis__licensing {
  background-color: #ffffff;
}

.page-resources-e88-game-security-analysis__customer-support {
  background-color: var(--bg-light);
}

.page-resources-e88-game-security-analysis__player-tips {
  background-color: #ffffff;
}

.page-resources-e88-game-security-analysis__faq {
  background-color: var(--bg-light);
}

.page-resources-e88-game-security-analysis__conclusion {
  background-color: var(--primary-color);
  color: var(--text-light);
  text-align: center;
}

.page-resources-e88-game-security-analysis__conclusion .page-resources-e88-game-security-analysis__section-title {
  color: var(--secondary-color);
}

.page-resources-e88-game-security-analysis__conclusion .page-resources-e88-game-security-analysis__cta-button {
  background-color: var(--secondary-color);
  color: var(--text-dark);
}

.page-resources-e88-game-security-analysis__conclusion .page-resources-e88-game-security-analysis__cta-button:hover {
  background-color: #e6b300;
}

.page-resources-e88-game-security-analysis__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-e88-game-security-analysis__section-title {
  font-size: 2.5em;
  color: var(--primary-color);
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-resources-e88-game-security-analysis__sub-title {
  font-size: 1.8em;
  color: var(--primary-color);
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-e88-game-security-analysis p {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.8;
}

.page-resources-e88-game-security-analysis__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-e88-game-security-analysis__image-right {
  width: 100%;
  max-width: 450px;
  float: right;
  margin: 0 0 20px 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-e88-game-security-analysis__image-left {
  width: 100%;
  max-width: 450px;
  float: left;
  margin: 0 30px 20px 0;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-e88-game-security-analysis__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-e88-game-security-analysis__list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-e88-game-security-analysis__list li strong {
  color: var(--primary-color);
}

.page-resources-e88-game-security-analysis__highlight {
  color: var(--primary-color);
  font-weight: bold;
}

.page-resources-e88-game-security-analysis__inline-link {
  color: var(--primary-color);
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-e88-game-security-analysis__inline-link:hover {
  color: var(--secondary-color);
}

.page-resources-e88-game-security-analysis__final-cta {
  margin-top: 40px;
  font-size: 1.3em;
  font-weight: bold;
}

/* FAQ Styles */
.page-resources-e88-game-security-analysis__faq-list {
  margin-top: 30px;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: var(--primary-color);
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.25em;
  font-weight: bold;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  transition: transform 0.3s ease;
  color: var(--secondary-color);
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: var(--primary-color);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: var(--bg-light);
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 25px;
  border-top: 1px solid var(--border-color);
}

.faq-answer p {
  margin-bottom: 0;
  color: var(--text-dark);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-e88-game-security-analysis__hero-title {
    font-size: 2.5em;
  }
  .page-resources-e88-game-security-analysis__hero-description {
    font-size: 1.1em;
  }
  .page-resources-e88-game-security-analysis__section-title {
    font-size: 2em;
  }
  .page-resources-e88-game-security-analysis__sub-title {
    font-size: 1.6em;
  }
  .page-resources-e88-game-security-analysis__image-right,
  .page-resources-e88-game-security-analysis__image-left {
    float: none;
    margin: 20px auto;
    max-width: 80%;
  }
  .page-resources-e88-game-security-analysis__container {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .page-resources-e88-game-security-analysis__hero-banner {
    height: 400px;
  }
  .page-resources-e88-game-security-analysis__hero-title {
    font-size: 2em;
  }
  .page-resources-e88-game-security-analysis__hero-description {
    font-size: 1em;
  }
  .page-resources-e88-game-security-analysis__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-e88-game-security-analysis__section {
    padding: 40px 0;
  }
  .page-resources-e88-game-security-analysis__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  .page-resources-e88-game-security-analysis__sub-title {
    font-size: 1.4em;
    margin-top: 30px;
  }
  .page-resources-e88-game-security-analysis p,
  .page-resources-e88-game-security-analysis__list li {
    font-size: 0.95em;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .faq-item.active .faq-answer {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .page-resources-e88-game-security-analysis__hero-banner {
    height: 350px;
  }
  .page-resources-e88-game-security-analysis__hero-title {
    font-size: 1.8em;
  }
  .page-resources-e88-game-security-analysis__hero-description {
    font-size: 0.9em;
  }
  .page-resources-e88-game-security-analysis__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-resources-e88-game-security-analysis__section-title {
    font-size: 1.5em;
  }
  .page-resources-e88-game-security-analysis__sub-title {
    font-size: 1.2em;
  }
  .page-resources-e88-game-security-analysis__image-right,
  .page-resources-e88-game-security-analysis__image-left {
    max-width: 100%;
    margin: 15px 0;
  }
  .page-resources-e88-game-security-analysis__list {
    margin-left: 10px;
  }
  .faq-question h3 {
    font-size: 1em;
  }
  .faq-toggle {
    font-size: 18px;
  }
}