/* style/betting-reviews-game-fairness-tech-assurance.css */
.page-betting-reviews-game-fairness-tech-assurance {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #1a1a1a;
  line-height: 1.6;
}

.page-betting-reviews-game-fairness-tech-assurance a {
  color: #FFD700;
  text-decoration: none;
}

.page-betting-reviews-game-fairness-tech-assurance a:hover {
  text-decoration: underline;
  color: #b39700;
}

.page-betting-reviews-game-fairness-tech-assurance__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-betting-reviews-game-fairness-tech-assurance__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #8B0000, #4d0000);
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-betting-reviews-game-fairness-tech-assurance__hero-content {
  z-index: 1;
  max-width: 800px;
}

.page-betting-reviews-game-fairness-tech-assurance__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-betting-reviews-game-fairness-tech-assurance__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-betting-reviews-game-fairness-tech-assurance__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: 0;
}

.page-betting-reviews-game-fairness-tech-assurance__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* General Section Styling */
.page-betting-reviews-game-fairness-tech-assurance__section {
  padding: 60px 0;
  border-bottom: 1px solid #333;
}

.page-betting-reviews-game-fairness-tech-assurance__section--alt-bg {
  background-color: #222;
}

.page-betting-reviews-game-fairness-tech-assurance__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-betting-reviews-game-fairness-tech-assurance__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #8B0000;
  border-radius: 2px;
}

.page-betting-reviews-game-fairness-tech-assurance__sub-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-betting-reviews-game-fairness-tech-assurance__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-betting-reviews-game-fairness-tech-assurance__content-block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.page-betting-reviews-game-fairness-tech-assurance__content-block--reverse {
  flex-direction: row-reverse;
}

.page-betting-reviews-game-fairness-tech-assurance__text-content {
  flex: 1;
}

.page-betting-reviews-game-fairness-tech-assurance__image-wrapper {
  flex: 1;
  min-width: 300px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-betting-reviews-game-fairness-tech-assurance__image {
  width: 100%;
  height: auto;
  display: block;
}

.page-betting-reviews-game-fairness-tech-assurance__list {
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-betting-reviews-game-fairness-tech-assurance__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-betting-reviews-game-fairness-tech-assurance__list-item strong {
  color: #FFD700;
}

/* Buttons */
.page-betting-reviews-game-fairness-tech-assurance__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-align: center;
  white-space: nowrap;
  font-size: 1.1em;
}

.page-betting-reviews-game-fairness-tech-assurance__btn--primary {
  background-color: #FFD700;
  color: #1a1a1a;
  border: 2px solid #FFD700;
}

.page-betting-reviews-game-fairness-tech-assurance__btn--primary:hover {
  background-color: #b39700;
  border-color: #b39700;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.page-betting-reviews-game-fairness-tech-assurance__btn--secondary {
  background-color: #8B0000;
  color: #FFFFFF;
  border: 2px solid #8B0000;
}

.page-betting-reviews-game-fairness-tech-assurance__btn--secondary:hover {
  background-color: #660000;
  border-color: #660000;
  color: #FFD700;
  transform: translateY(-2px);
}

.page-betting-reviews-game-fairness-tech-assurance__btn--lg {
  padding: 15px 35px;
  font-size: 1.2em;
}

/* CTA Section */
.page-betting-reviews-game-fairness-tech-assurance__cta-section {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(90deg, #8B0000, #FFD700);
  color: #FFFFFF;
}

.page-betting-reviews-game-fairness-tech-assurance__cta-title {
  font-size: 2.8em;
  color: #FFFFFF;
  margin-bottom: 25px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-betting-reviews-game-fairness-tech-assurance__cta-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-betting-reviews-game-fairness-tech-assurance__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Floating Promo */
.page-betting-reviews-game-fairness-tech-assurance__floating-promo {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #FFD700;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  animation: pulse 2s infinite;
}

.page-betting-reviews-game-fairness-tech-assurance__floating-promo a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  color: #8B0000;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1em;
}

.page-betting-reviews-game-fairness-tech-assurance__floating-promo-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.page-betting-reviews-game-fairness-tech-assurance__floating-promo:hover {
  background-color: #b39700;
  transform: translateY(-3px);
  animation: none;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-betting-reviews-game-fairness-tech-assurance__hero-title {
    font-size: 2.8em;
  }
  .page-betting-reviews-game-fairness-tech-assurance__hero-subtitle {
    font-size: 1.2em;
  }
  .page-betting-reviews-game-fairness-tech-assurance__section-title {
    font-size: 2em;
  }
  .page-betting-reviews-game-fairness-tech-assurance__sub-title {
    font-size: 1.6em;
  }
  .page-betting-reviews-game-fairness-tech-assurance__content-block {
    flex-direction: column;
    text-align: center;
  }
  .page-betting-reviews-game-fairness-tech-assurance__content-block--reverse {
    flex-direction: column;
  }
  .page-betting-reviews-game-fairness-tech-assurance__image-wrapper {
    order: -1; /* Image appears above text on mobile for reversed blocks */
    margin-bottom: 20px;
  }
  .page-betting-reviews-game-fairness-tech-assurance__list {
    padding-left: 20px;
  }
  .page-betting-reviews-game-fairness-tech-assurance__floating-promo {
    bottom: 20px;
    right: 20px;
  }
}

@media (max-width: 768px) {
  .page-betting-reviews-game-fairness-tech-assurance__hero-title {
    font-size: 2.2em;
  }
  .page-betting-reviews-game-fairness-tech-assurance__hero-subtitle {
    font-size: 1em;
  }
  .page-betting-reviews-game-fairness-tech-assurance__section-title {
    font-size: 1.8em;
  }
  .page-betting-reviews-game-fairness-tech-assurance__sub-title {
    font-size: 1.4em;
  }
  .page-betting-reviews-game-fairness-tech-assurance__btn {
    padding: 10px 20px;
    font-size: 1em;
  }
  .page-betting-reviews-game-fairness-tech-assurance__btn--lg {
    padding: 12px 25px;
    font-size: 1.1em;
  }
  .page-betting-reviews-game-fairness-tech-assurance__cta-title {
    font-size: 2em;
  }
  .page-betting-reviews-game-fairness-tech-assurance__cta-description {
    font-size: 1.1em;
  }
  .page-betting-reviews-game-fairness-tech-assurance__floating-promo a {
    font-size: 0.9em;
    padding: 8px 15px;
  }
  .page-betting-reviews-game-fairness-tech-assurance__floating-promo-icon {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 480px) {
  .page-betting-reviews-game-fairness-tech-assurance__hero-section {
    padding: 60px 15px;
  }
  .page-betting-reviews-game-fairness-tech-assurance__hero-title {
    font-size: 1.8em;
  }
  .page-betting-reviews-game-fairness-tech-assurance__section {
    padding: 40px 0;
  }
  .page-betting-reviews-game-fairness-tech-assurance__section-title {
    font-size: 1.6em;
    margin-bottom: 30px;
  }
  .page-betting-reviews-game-fairness-tech-assurance__sub-title {
    font-size: 1.2em;
  }
  .page-betting-reviews-game-fairness-tech-assurance__paragraph {
    font-size: 0.95em;
  }
  .page-betting-reviews-game-fairness-tech-assurance__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-betting-reviews-game-fairness-tech-assurance__btn--lg {
    width: 100%;
  }
  .page-betting-reviews-game-fairness-tech-assurance__floating-promo {
    bottom: 15px;
    right: 15px;
  }
  .page-betting-reviews-game-fairness-tech-assurance__floating-promo a {
    font-size: 0.8em;
    padding: 6px 12px;
  }
}