.page-resources-zbet-security-compliance-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #f8f9fa;
}

.page-resources-zbet-security-compliance-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-zbet-security-compliance-analysis__hero-section {
  background: linear-gradient(135deg, #1A2E5B, #FF8C00);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
}

.page-resources-zbet-security-compliance-analysis__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
}

.page-resources-zbet-security-compliance-analysis__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-resources-zbet-security-compliance-analysis__content-section {
  padding: 60px 0;
}

.page-resources-zbet-security-compliance-analysis__bg-light {
  background-color: #ffffff;
}

.page-resources-zbet-security-compliance-analysis__bg-dark {
  background-color: #1A2E5B;
  color: #ffffff;
}

.page-resources-zbet-security-compliance-analysis__section-title {
  font-size: 2.5em;
  color: #1A2E5B;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-zbet-security-compliance-analysis__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FF8C00;
  border-radius: 2px;
}

.page-resources-zbet-security-compliance-analysis__bg-dark .page-resources-zbet-security-compliance-analysis__section-title {
  color: #ffffff;
}

.page-resources-zbet-security-compliance-analysis__bg-dark .page-resources-zbet-security-compliance-analysis__section-title::after {
  background-color: #FF8C00;
}

.page-resources-zbet-security-compliance-analysis h3 {
  font-size: 1.8em;
  color: #1A2E5B;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-zbet-security-compliance-analysis__bg-light h3 {
  color: #1A2E5B;
}

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

.page-resources-zbet-security-compliance-analysis__bg-dark p {
  color: #e0e0e0;
}

.page-resources-zbet-security-compliance-analysis__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-resources-zbet-security-compliance-analysis__list li {
  margin-bottom: 10px;
}

.page-resources-zbet-security-compliance-analysis__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-resources-zbet-security-compliance-analysis__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-zbet-security-compliance-analysis__image-wrapper figcaption {
  margin-top: 15px;
  font-style: italic;
  color: #555555;
  font-size: 0.95em;
}

.page-resources-zbet-security-compliance-analysis__bg-dark .page-resources-zbet-security-compliance-analysis__image-wrapper figcaption {
  color: #cccccc;
}

.page-resources-zbet-security-compliance-analysis__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  text-align: center;
}

.page-resources-zbet-security-compliance-analysis__btn--primary {
  background-color: #FF8C00;
  color: #1A2E5B;
  border: 2px solid #FF8C00;
}

.page-resources-zbet-security-compliance-analysis__btn--primary:hover {
  background-color: #e67e00;
  color: #ffffff;
  transform: translateY(-2px);
}

.page-resources-zbet-security-compliance-analysis__btn--secondary {
  background-color: transparent;
  color: #1A2E5B;
  border: 2px solid #1A2E5B;
}

.page-resources-zbet-security-compliance-analysis__btn--secondary:hover {
  background-color: #1A2E5B;
  color: #ffffff;
  transform: translateY(-2px);
}

.page-resources-zbet-security-compliance-analysis__btn--tertiary {
  background-color: #34495e;
  color: #ffffff;
  border: 2px solid #34495e;
}

.page-resources-zbet-security-compliance-analysis__btn--tertiary:hover {
  background-color: #2c3e50;
  color: #ffffff;
  transform: translateY(-2px);
}

.page-resources-zbet-security-compliance-analysis__cta-section {
  text-align: center;
  padding: 80px 0;
}

.page-resources-zbet-security-compliance-analysis__cta-title {
  font-size: 3em;
  color: #ffffff;
  margin-bottom: 25px;
}

.page-resources-zbet-security-compliance-analysis__cta-title::after {
  background-color: #FF8C00;
}

.page-resources-zbet-security-compliance-analysis__cta-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-resources-zbet-security-compliance-analysis__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Floating Promotion Menu */
.page-resources-zbet-security-compliance-analysis__floating-promo-menu {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(26, 46, 91, 0.95); /* Main color with transparency */
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 10px;
}

.page-resources-zbet-security-compliance-analysis__floating-promo-menu .promo-btn {
  display: block;
  width: 120px;
  padding: 12px 0;
  text-align: center;
  background-color: #FF8C00; /* Auxiliary color */
  color: #1A2E5B; /* Text color for contrast */
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-zbet-security-compliance-analysis__floating-promo-menu .promo-btn:hover {
  background-color: #e67e00;
  transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-zbet-security-compliance-analysis__hero-title {
    font-size: 2.8em;
  }

  .page-resources-zbet-security-compliance-analysis__hero-subtitle {
    font-size: 1.3em;
  }

  .page-resources-zbet-security-compliance-analysis__section-title {
    font-size: 2em;
  }

  .page-resources-zbet-security-compliance-analysis h3 {
    font-size: 1.6em;
  }

  .page-resources-zbet-security-compliance-analysis p,
  .page-resources-zbet-security-compliance-analysis__list {
    font-size: 1em;
  }

  .page-resources-zbet-security-compliance-analysis__cta-title {
    font-size: 2.5em;
  }

  .page-resources-zbet-security-compliance-analysis__cta-description {
    font-size: 1.1em;
  }

  .page-resources-zbet-security-compliance-analysis__floating-promo-menu {
    right: 10px;
    padding: 8px;
    gap: 8px;
  }

  .page-resources-zbet-security-compliance-analysis__floating-promo-menu .promo-btn {
    width: 100px;
    padding: 10px 0;
    font-size: 0.9em;
  }
}

@media (max-width: 768px) {
  .page-resources-zbet-security-compliance-analysis__hero-section,
  .page-resources-zbet-security-compliance-analysis__content-section,
  .page-resources-zbet-security-compliance-analysis__cta-section {
    padding: 50px 0;
  }

  .page-resources-zbet-security-compliance-analysis__hero-title {
    font-size: 2.2em;
  }

  .page-resources-zbet-security-compliance-analysis__hero-subtitle {
    font-size: 1.1em;
  }

  .page-resources-zbet-security-compliance-analysis__section-title {
    font-size: 1.8em;
  }

  .page-resources-zbet-security-compliance-analysis h3 {
    font-size: 1.4em;
  }

  .page-resources-zbet-security-compliance-analysis__cta-title {
    font-size: 2em;
  }

  .page-resources-zbet-security-compliance-analysis__cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .page-resources-zbet-security-compliance-analysis__btn {
    width: 80%;
    max-width: 300px;
  }

  .page-resources-zbet-security-compliance-analysis__floating-promo-menu {
    right: 5px;
    padding: 5px;
    gap: 5px;
  }

  .page-resources-zbet-security-compliance-analysis__floating-promo-menu .promo-btn {
    width: 80px;
    padding: 8px 0;
    font-size: 0.8em;
  }
}

@media (max-width: 480px) {
  .page-resources-zbet-security-compliance-analysis__hero-title {
    font-size: 1.8em;
  }

  .page-resources-zbet-security-compliance-analysis__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-zbet-security-compliance-analysis__section-title {
    font-size: 1.5em;
  }

  .page-resources-zbet-security-compliance-analysis h3 {
    font-size: 1.2em;
  }

  .page-resources-zbet-security-compliance-analysis__cta-title {
    font-size: 1.6em;
  }

  .page-resources-zbet-security-compliance-analysis__floating-promo-menu {
    right: 0;
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    border-radius: 0;
    padding: 10px 5px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
  }

  .page-resources-zbet-security-compliance-analysis__floating-promo-menu .promo-btn {
    width: 23%; /* Adjust for 4 buttons */
    padding: 8px 0;
    font-size: 0.75em;
  }
}