/* style/betting-brand-reviews-criteria-methods.css */
.page-betting-brand-reviews-criteria-methods {
  font-family: 'Arial', sans-serif;
  color: #343a40;
  line-height: 1.6;
}

.page-betting-brand-reviews-criteria-methods__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-betting-brand-reviews-criteria-methods__hero {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-betting-brand-reviews-criteria-methods__hero-image {
  max-width: 100%;
  height: auto;
  margin-top: 40px;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-betting-brand-reviews-criteria-methods__title {
  font-size: 3.5rem;
  margin-bottom: 20px;
  color: #ffc107; /* High contrast with dark blue background */
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-betting-brand-reviews-criteria-methods__subtitle {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #f8f9fa;
}

.page-betting-brand-reviews-criteria-methods__section {
  padding: 60px 0;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}

.page-betting-brand-reviews-criteria-methods__section:nth-of-type(even) {
  background-color: #ffffff;
}

.page-betting-brand-reviews-criteria-methods__section-title {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-betting-brand-reviews-criteria-methods__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
}

.page-betting-brand-reviews-criteria-methods__list,
.page-betting-brand-reviews-criteria-methods__sub-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-betting-brand-reviews-criteria-methods__list li,
.page-betting-brand-reviews-criteria-methods__sub-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: #495057;
}

.page-betting-brand-reviews-criteria-methods__list li::before,
.page-betting-brand-reviews-criteria-methods__sub-list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #007bff;
  font-weight: bold;
  font-size: 1.2rem;
}

.page-betting-brand-reviews-criteria-methods__sub-list {
  margin-left: 20px;
  border-left: 3px solid #ffc107;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-betting-brand-reviews-criteria-methods__factor-item {
  background-color: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-betting-brand-reviews-criteria-methods__factor-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.page-betting-brand-reviews-criteria-methods__factor-title {
  font-size: 1.8rem;
  color: #007bff;
  margin-bottom: 20px;
  font-weight: 700;
}

.page-betting-brand-reviews-criteria-methods__factor-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-betting-brand-reviews-criteria-methods__numbered-list {
  list-style: none;
  padding-left: 0;
}

.page-betting-brand-reviews-criteria-methods__numbered-list li {
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 25px;
  border-left: 5px solid #007bff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-betting-brand-reviews-criteria-methods__numbered-list li h3 {
  font-size: 1.6rem;
  color: #007bff;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-betting-brand-reviews-criteria-methods__process-image,
.page-betting-brand-reviews-criteria-methods__commitment-image {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-betting-brand-reviews-criteria-methods__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  margin-top: 20px;
  cursor: pointer;
}

.page-betting-brand-reviews-criteria-methods__btn--primary {
  background-color: #007bff;
  color: #ffffff;
  border: 2px solid #007bff;
}

.page-betting-brand-reviews-criteria-methods__btn--primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}

.page-betting-brand-reviews-criteria-methods__btn--secondary {
  background-color: #ffc107;
  color: #212529; /* Dark text for contrast on yellow */
  border: 2px solid #ffc107;
  margin-left: 15px;
}

.page-betting-brand-reviews-criteria-methods__btn--secondary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  box-shadow: 0 4px 10px rgba(255, 193, 7, 0.3);
}

.page-betting-brand-reviews-criteria-methods__cta-section {
  background: linear-gradient(135deg, #007bff, #ffc107);
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
}

.page-betting-brand-reviews-criteria-methods__cta-content {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 40px;
  border-radius: 10px;
}

.page-betting-brand-reviews-criteria-methods__cta-title {
  font-size: 2.8rem;
  color: #ffc107;
  margin-bottom: 20px;
}

.page-betting-brand-reviews-criteria-methods__cta-text {
  font-size: 1.3rem;
  margin-bottom: 30px;
  color: #f8f9fa;
}

.page-betting-brand-reviews-criteria-methods__cta-buttons .page-betting-brand-reviews-criteria-methods__btn {
  margin: 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-betting-brand-reviews-criteria-methods__title {
    font-size: 2.8rem;
  }

  .page-betting-brand-reviews-criteria-methods__subtitle {
    font-size: 1.3rem;
  }

  .page-betting-brand-reviews-criteria-methods__section-title {
    font-size: 2rem;
  }

  .page-betting-brand-reviews-criteria-methods__factor-title {
    font-size: 1.6rem;
  }

  .page-betting-brand-reviews-criteria-methods__list li,
  .page-betting-brand-reviews-criteria-methods__sub-list li {
    font-size: 1rem;
  }

  .page-betting-brand-reviews-criteria-methods__cta-title {
    font-size: 2.2rem;
  }

  .page-betting-brand-reviews-criteria-methods__cta-text {
    font-size: 1.1rem;
  }

  .page-betting-brand-reviews-criteria-methods__btn {
    padding: 10px 20px;
    font-size: 1rem;
  }

  .page-betting-brand-reviews-criteria-methods__btn--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .page-betting-brand-reviews-criteria-methods__hero {
    padding: 60px 0;
  }

  .page-betting-brand-reviews-criteria-methods__title {
    font-size: 2.2rem;
  }

  .page-betting-brand-reviews-criteria-methods__subtitle {
    font-size: 1.1rem;
  }

  .page-betting-brand-reviews-criteria-methods__section {
    padding: 40px 0;
  }

  .page-betting-brand-reviews-criteria-methods__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-betting-brand-reviews-criteria-methods__factor-item {
    padding: 20px;
  }

  .page-betting-brand-reviews-criteria-methods__factor-title {
    font-size: 1.4rem;
  }

  .page-betting-brand-reviews-criteria-methods__numbered-list li {
    padding: 20px;
  }

  .page-betting-brand-reviews-criteria-methods__numbered-list li h3 {
    font-size: 1.4rem;
  }

  .page-betting-brand-reviews-criteria-methods__process-image,
  .page-betting-brand-reviews-criteria-methods__commitment-image {
    max-width: 95%;
  }

  .page-betting-brand-reviews-criteria-methods__cta-section {
    padding: 60px 0;
  }

  .page-betting-brand-reviews-criteria-methods__cta-title {
    font-size: 1.8rem;
  }

  .page-betting-brand-reviews-criteria-methods__cta-text {
    font-size: 1rem;
  }

  .page-betting-brand-reviews-criteria-methods__cta-buttons {
    flex-direction: column;
    display: flex;
    align-items: center;
  }

  .page-betting-brand-reviews-criteria-methods__btn--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .page-betting-brand-reviews-criteria-methods__title {
    font-size: 1.8rem;
  }

  .page-betting-brand-reviews-criteria-methods__subtitle {
    font-size: 1rem;
  }

  .page-betting-brand-reviews-criteria-methods__section-title {
    font-size: 1.6rem;
  }

  .page-betting-brand-reviews-criteria-methods__factor-title {
    font-size: 1.2rem;
  }

  .page-betting-brand-reviews-criteria-methods__cta-title {
    font-size: 1.6rem;
  }

  .page-betting-brand-reviews-criteria-methods__cta-text {
    font-size: 0.9rem;
  }

  .page-betting-brand-reviews-criteria-methods__btn {
    width: 100%;
    text-align: center;
  }
}