.page-resources-789bet-security-review {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-789bet-security-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-789bet-security-review__hero-section {
  background: linear-gradient(135deg, #FFD700, #000080);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-789bet-security-review__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.page-resources-789bet-security-review__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-789bet-security-review__hero-cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-789bet-security-review__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
}

.page-resources-789bet-security-review__btn--primary {
  background-color: #FFD700;
  color: #000080;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-789bet-security-review__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-resources-789bet-security-review__btn--secondary {
  background-color: #000080;
  color: #FFD700;
  border: 2px solid #FFD700;
  box-shadow: 0 4px 15px rgba(0, 0, 128, 0.4);
}

.page-resources-789bet-security-review__btn--secondary:hover {
  background-color: #000066;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 128, 0.6);
}

.page-resources-789bet-security-review__btn--full-width {
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
}

.page-resources-789bet-security-review__btn--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-resources-789bet-security-review__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-resources-789bet-security-review__section-title {
  font-size: 2.5em;
  color: #000080;
  margin-bottom: 30px;
  text-align: left;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-789bet-security-review__subsection-title {
  font-size: 1.8em;
  color: #000080;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-789bet-security-review p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #333;
}

.page-resources-789bet-security-review ul,
.page-resources-789bet-security-review ol {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-resources-789bet-security-review li {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #333;
}

.page-resources-789bet-security-review a {
  color: #000080;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-789bet-security-review a:hover {
  color: #FFD700;
}

.page-resources-789bet-security-review__image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 40px 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

.page-resources-789bet-security-review__final-cta {
  text-align: center;
  padding: 50px 0;
  background-color: #f0f0f0;
  border-radius: 12px;
  margin-top: 60px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.page-resources-789bet-security-review__final-cta p {
  font-size: 1.5em;
  color: #000080;
  margin-bottom: 30px;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-789bet-security-review__hero-title {
    font-size: 2.8em;
  }
  .page-resources-789bet-security-review__section-title {
    font-size: 2.2em;
  }
  .page-resources-789bet-security-review__subsection-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-789bet-security-review__hero-section {
    padding: 80px 0;
  }
  .page-resources-789bet-security-review__hero-title {
    font-size: 2.2em;
  }
  .page-resources-789bet-security-review__hero-description {
    font-size: 1.1em;
  }
  .page-resources-789bet-security-review__hero-cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-789bet-security-review__btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .page-resources-789bet-security-review__section-title {
    font-size: 1.8em;
  }
  .page-resources-789bet-security-review__subsection-title {
    font-size: 1.4em;
  }
  .page-resources-789bet-security-review p,
  .page-resources-789bet-security-review li {
    font-size: 1em;
  }
  .page-resources-789bet-security-review__final-cta p {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-resources-789bet-security-review__hero-section {
    padding: 60px 0;
  }
  .page-resources-789bet-security-review__hero-title {
    font-size: 1.8em;
  }
  .page-resources-789bet-security-review__hero-description {
    font-size: 0.95em;
  }
  .page-resources-789bet-security-review__section-title {
    font-size: 1.5em;
  }
  .page-resources-789bet-security-review__subsection-title {
    font-size: 1.2em;
  }
  .page-resources-789bet-security-review__btn {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-resources-789bet-security-review__final-cta p {
    font-size: 1em;
  }
}