.page-betting-reviews-payment-system-convenience-speed {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f5f5f5;
}

.page-betting-reviews-payment-system-convenience-speed__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-betting-reviews-payment-system-convenience-speed__hero-section {
  background: linear-gradient(135deg, #FFD700 0%, #8B0000 100%);
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-betting-reviews-payment-system-convenience-speed__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract_pattern,gaming_elements,subtle_gold_red]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-betting-reviews-payment-system-convenience-speed__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
  color: #FFFFFF; /* Ensure high contrast */
}

.page-betting-reviews-payment-system-convenience-speed__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  color: #FFD700; /* Gold text on dark red/gold gradient */
}

.page-betting-reviews-payment-system-convenience-speed__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
  position: relative;
  z-index: 1;
}

.page-betting-reviews-payment-system-convenience-speed__btn--primary {
  background-color: #FFD700;
  color: #8B0000;
  border: 2px solid #FFD700;
}

.page-betting-reviews-payment-system-convenience-speed__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-betting-reviews-payment-system-convenience-speed__btn--secondary {
  background-color: #8B0000;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-betting-reviews-payment-system-convenience-speed__btn--secondary:hover {
  background-color: #a30000;
  border-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-betting-reviews-payment-system-convenience-speed__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-betting-reviews-payment-system-convenience-speed__section-title {
  font-size: 2.5em;
  color: #8B0000;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-betting-reviews-payment-system-convenience-speed__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-betting-reviews-payment-system-convenience-speed__sub-section-title {
  font-size: 1.8em;
  color: #8B0000;
  margin-top: 30px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-betting-reviews-payment-system-convenience-speed__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
}

.page-betting-reviews-payment-system-convenience-speed__list,
.page-betting-reviews-payment-system-convenience-speed__ordered-list {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-betting-reviews-payment-system-convenience-speed__list li,
.page-betting-reviews-payment-system-convenience-speed__ordered-list li {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #555;
}

.page-betting-reviews-payment-system-convenience-speed__list li::before {
  content: '✔️';
  color: #FFD700;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.page-betting-reviews-payment-system-convenience-speed__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-betting-reviews-payment-system-convenience-speed__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.page-betting-reviews-payment-system-convenience-speed__cta-buttons {
  text-align: center;
  margin-top: 50px;
}

/* Floating/Sticky Ad Menu */
.page-betting-reviews-payment-system-convenience-speed__floating-menu {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
  background-color: rgba(139, 0, 0, 0.9);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  padding: 10px;
}

.page-betting-reviews-payment-system-convenience-speed__floating-btn {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background-color: #FFD700;
  color: #8B0000;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-betting-reviews-payment-system-convenience-speed__floating-btn:hover {
  background-color: #e6c200;
  transform: translateX(-5px);
}

.page-betting-reviews-payment-system-convenience-speed__floating-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  filter: invert(15%) sepia(90%) saturate(7400%) hue-rotate(340deg) brightness(80%) contrast(120%); /* Adjust to match #8B0000 */
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-betting-reviews-payment-system-convenience-speed__hero-title {
    font-size: 2.5em;
  }

  .page-betting-reviews-payment-system-convenience-speed__hero-description {
    font-size: 1em;
  }

  .page-betting-reviews-payment-system-convenience-speed__section-title {
    font-size: 2em;
  }

  .page-betting-reviews-payment-system-convenience-speed__sub-section-title {
    font-size: 1.5em;
  }

  .page-betting-reviews-payment-system-convenience-speed__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-betting-reviews-payment-system-convenience-speed__btn--secondary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-betting-reviews-payment-system-convenience-speed__cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .page-betting-reviews-payment-system-convenience-speed__floating-menu {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    right: 10px;
    left: 10px;
    bottom: 10px;
    padding: 8px;
  }

  .page-betting-reviews-payment-system-convenience-speed__floating-btn {
    flex: 1 1 auto;
    justify-content: center;
    margin: 5px;
    padding: 8px 10px;
    font-size: 0.9em;
  }

  .page-betting-reviews-payment-system-convenience-speed__floating-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}

@media (max-width: 480px) {
  .page-betting-reviews-payment-system-convenience-speed__hero-title {
    font-size: 2em;
  }

  .page-betting-reviews-payment-system-convenience-speed__section-title {
    font-size: 1.8em;
  }

  .page-betting-reviews-payment-system-convenience-speed__floating-btn span {
    display: none;
  }

  .page-betting-reviews-payment-system-convenience-speed__floating-icon {
    margin-right: 0;
  }

  .page-betting-reviews-payment-system-convenience-speed__floating-menu {
    padding: 5px;
    gap: 5px;
  }

  .page-betting-reviews-payment-system-convenience-speed__floating-btn {
    padding: 8px;
  }
}