.page-betting-brand-reviews-new-brands-watch {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-betting-brand-reviews-new-brands-watch__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-betting-brand-reviews-new-brands-watch__hero {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #ffffff;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 40px;
  flex-wrap: wrap;
}

.page-betting-brand-reviews-new-brands-watch__hero-content {
  max-width: 600px;
}

.page-betting-brand-reviews-new-brands-watch__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-betting-brand-reviews-new-brands-watch__hero-title .highlight {
  color: #ffc107;
}

.page-betting-brand-reviews-new-brands-watch__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-betting-brand-reviews-new-brands-watch__hero-btn {
  display: inline-block;
  background-color: #ffc107;
  color: #000000;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  border: 2px solid #ffc107;
}

.page-betting-brand-reviews-new-brands-watch__hero-btn:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.page-betting-brand-reviews-new-brands-watch__hero-image-wrapper {
  flex-shrink: 0;
  max-width: 400px;
}

.page-betting-brand-reviews-new-brands-watch__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-betting-brand-reviews-new-brands-watch__section {
  padding: 60px 0;
}

.page-betting-brand-reviews-new-brands-watch__section:nth-of-type(even) {
  background-color: #e9ecef;
}

.page-betting-brand-reviews-new-brands-watch__section-title {
  font-size: 2.2em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-betting-brand-reviews-new-brands-watch__section-title .highlight {
  color: #ffc107;
}

.page-betting-brand-reviews-new-brands-watch__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-new-brands-watch__intro p {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-betting-brand-reviews-new-brands-watch__criteria .page-betting-brand-reviews-new-brands-watch__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-betting-brand-reviews-new-brands-watch__grid-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-betting-brand-reviews-new-brands-watch__grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-betting-brand-reviews-new-brands-watch__grid-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-betting-brand-reviews-new-brands-watch__grid-item h3 {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-betting-brand-reviews-new-brands-watch__grid-item p {
  font-size: 1em;
  color: #555;
}

.page-betting-brand-reviews-new-brands-watch__benefits ul {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-betting-brand-reviews-new-brands-watch__benefits ul li {
  background-color: #ffffff;
  margin-bottom: 15px;
  padding: 20px;
  border-left: 5px solid #007bff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-size: 1.1em;
  color: #333;
  transition: border-color 0.3s ease;
}

.page-betting-brand-reviews-new-brands-watch__benefits ul li:hover {
  border-left-color: #ffc107;
}

.page-betting-brand-reviews-new-brands-watch__benefits ul li strong {
  color: #007bff;
}

.page-betting-brand-reviews-new-brands-watch__cta-group {
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-betting-brand-reviews-new-brands-watch__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
  font-size: 1em;
  border: 2px solid transparent;
}

.page-betting-brand-reviews-new-brands-watch__btn--primary {
  background-color: #007bff;
  color: #ffffff;
  border-color: #007bff;
}

.page-betting-brand-reviews-new-brands-watch__btn--primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-3px);
}

.page-betting-brand-reviews-new-brands-watch__btn--secondary {
  background-color: #ffc107;
  color: #000000;
  border-color: #ffc107;
}

.page-betting-brand-reviews-new-brands-watch__btn--secondary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  transform: translateY(-3px);
}

.page-betting-brand-reviews-new-brands-watch__trends .page-betting-brand-reviews-new-brands-watch__trend-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.page-betting-brand-reviews-new-brands-watch__trends .page-betting-brand-reviews-new-brands-watch__trend-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-betting-brand-reviews-new-brands-watch__trend-icon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  flex-shrink: 0;
  object-fit: contain;
}

.page-betting-brand-reviews-new-brands-watch__trends .page-betting-brand-reviews-new-brands-watch__trend-item h3 {
  font-size: 1.4em;
  color: #007bff;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-betting-brand-reviews-new-brands-watch__trends .page-betting-brand-reviews-new-brands-watch__trend-item p {
  font-size: 1em;
  color: #555;
}

.page-betting-brand-reviews-new-brands-watch__guide .page-betting-brand-reviews-new-brands-watch__steps {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-betting-brand-reviews-new-brands-watch__guide .page-betting-brand-reviews-new-brands-watch__steps li {
  counter-increment: step-counter;
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
  min-height: 50px;
}

.page-betting-brand-reviews-new-brands-watch__guide .page-betting-brand-reviews-new-brands-watch__steps li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffc107;
  color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-betting-brand-reviews-new-brands-watch__guide .page-betting-brand-reviews-new-brands-watch__steps li h4 {
  font-size: 1.3em;
  color: #007bff;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-betting-brand-reviews-new-brands-watch__guide .page-betting-brand-reviews-new-brands-watch__steps li p {
  color: #555;
}

.page-betting-brand-reviews-new-brands-watch__responsible-gaming ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 30px;
}

.page-betting-brand-reviews-new-brands-watch__responsible-gaming ul li {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #333;
}

.page-betting-brand-reviews-new-brands-watch__call-to-action {
  background: linear-gradient(45deg, #007bff, #ffc107);
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
}

.page-betting-brand-reviews-new-brands-watch__call-to-action .page-betting-brand-reviews-new-brands-watch__section-title {
  color: #ffffff;
}

.page-betting-brand-reviews-new-brands-watch__call-to-action .page-betting-brand-reviews-new-brands-watch__section-title::after {
  background-color: #ffffff;
}

.page-betting-brand-reviews-new-brands-watch__call-to-action p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #f0f0f0;
}

.page-betting-brand-reviews-new-brands-watch__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-betting-brand-reviews-new-brands-watch__hero {
    flex-direction: column;
    padding: 60px 20px;
  }

  .page-betting-brand-reviews-new-brands-watch__hero-title {
    font-size: 2.2em;
  }

  .page-betting-brand-reviews-new-brands-watch__hero-description {
    font-size: 1em;
  }

  .page-betting-brand-reviews-new-brands-watch__hero-image-wrapper {
    max-width: 300px;
    margin-top: 30px;
  }

  .page-betting-brand-reviews-new-brands-watch__section-title {
    font-size: 1.8em;
  }

  .page-betting-brand-reviews-new-brands-watch__grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-betting-brand-reviews-new-brands-watch__hero-title {
    font-size: 1.8em;
  }

  .page-betting-brand-reviews-new-brands-watch__hero-btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-betting-brand-reviews-new-brands-watch__section {
    padding: 40px 0;
  }

  .page-betting-brand-reviews-new-brands-watch__section-title {
    font-size: 1.6em;
  }

  .page-betting-brand-reviews-new-brands-watch__grid-item {
    padding: 20px;
  }

  .page-betting-brand-reviews-new-brands-watch__grid-icon {
    width: 60px;
    height: 60px;
  }

  .page-betting-brand-reviews-new-brands-watch__grid-item h3 {
    font-size: 1.3em;
  }

  .page-betting-brand-reviews-new-brands-watch__benefits ul li {
    font-size: 1em;
    padding: 15px;
  }

  .page-betting-brand-reviews-new-brands-watch__cta-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-betting-brand-reviews-new-brands-watch__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-betting-brand-reviews-new-brands-watch__trends .page-betting-brand-reviews-new-brands-watch__trend-item {
    flex-direction: column;
    text-align: center;
  }

  .page-betting-brand-reviews-new-brands-watch__trend-icon {
    margin: 0 auto 15px auto;
  }

  .page-betting-brand-reviews-new-brands-watch__guide .page-betting-brand-reviews-new-brands-watch__steps li {
    padding-left: 0;
    text-align: center;
  }

  .page-betting-brand-reviews-new-brands-watch__guide .page-betting-brand-reviews-new-brands-watch__steps li::before {
    position: static;
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .page-betting-brand-reviews-new-brands-watch__hero-title {
    font-size: 1.5em;
  }

  .page-betting-brand-reviews-new-brands-watch__hero-description {
    font-size: 0.9em;
  }

  .page-betting-brand-reviews-new-brands-watch__section-title {
    font-size: 1.4em;
  }

  .page-betting-brand-reviews-new-brands-watch__grid-item h3 {
    font-size: 1.2em;
  }

  .page-betting-brand-reviews-new-brands-watch__btn {
    width: 100%;
    box-sizing: border-box;
  }

  .page-betting-brand-reviews-new-brands-watch__btn--large {
    width: 100%;
  }
}