.page-betting-platform-reviews-platform-a {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-betting-platform-reviews-platform-a__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-betting-platform-reviews-platform-a__hero-section {
  background: linear-gradient(135deg, #0A2342 0%, #1A3F6C 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.page-betting-platform-reviews-platform-a__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #F5B041;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-betting-platform-reviews-platform-a__subtitle {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px;
  opacity: 0.9;
}

.page-betting-platform-reviews-platform-a__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
}

.page-betting-platform-reviews-platform-a__btn--primary {
  background-color: #F5B041;
  color: #0A2342;
  border: 2px solid #F5B041;
}

.page-betting-platform-reviews-platform-a__btn--primary:hover {
  background-color: #e0a03a;
  transform: translateY(-2px);
}

.page-betting-platform-reviews-platform-a__btn--secondary {
  background-color: transparent;
  color: #F5B041;
  border: 2px solid #F5B041;
}

.page-betting-platform-reviews-platform-a__btn--secondary:hover {
  background-color: #F5B041;
  color: #0A2342;
  transform: translateY(-2px);
}

.page-betting-platform-reviews-platform-a__btn--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-betting-platform-reviews-platform-a__section-title {
  font-size: 2.5em;
  color: #0A2342;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

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

.page-betting-platform-reviews-platform-a__content-overview,
.page-betting-platform-reviews-platform-a__features-section,
.page-betting-platform-reviews-platform-a__pros-cons-section,
.page-betting-platform-reviews-platform-a__games-section,
.page-betting-platform-reviews-platform-a__promo-section,
.page-betting-platform-reviews-platform-a__payment-section,
.page-betting-platform-reviews-platform-a__support-section,
.page-betting-platform-reviews-platform-a__app-download-section,
.page-betting-platform-reviews-platform-a__security-section,
.page-betting-platform-reviews-platform-a__conclusion-section {
  padding: 60px 0;
}

.page-betting-platform-reviews-platform-a__content-overview p,
.page-betting-platform-reviews-platform-a__payment-section p {
  font-size: 1.1em;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 20px;
  color: #555;
}

.page-betting-platform-reviews-platform-a__features-section,
.page-betting-platform-reviews-platform-a__games-section,
.page-betting-platform-reviews-platform-a__promo-section {
  text-align: center;
}

.page-betting-platform-reviews-platform-a__feature-grid,
.page-betting-platform-reviews-platform-a__game-grid,
.page-betting-platform-reviews-platform-a__promo-grid,
.page-betting-platform-reviews-platform-a__support-channels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-betting-platform-reviews-platform-a__feature-item,
.page-betting-platform-reviews-platform-a__game-item,
.page-betting-platform-reviews-platform-a__promo-item,
.page-betting-platform-reviews-platform-a__channel-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-betting-platform-reviews-platform-a__feature-item:hover,
.page-betting-platform-reviews-platform-a__game-item:hover,
.page-betting-platform-reviews-platform-a__promo-item:hover,
.page-betting-platform-reviews-platform-a__channel-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-betting-platform-reviews-platform-a__feature-icon,
.page-betting-platform-reviews-platform-a__channel-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-betting-platform-reviews-platform-a__game-img,
.page-betting-platform-reviews-platform-a__promo-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-betting-platform-reviews-platform-a__feature-title,
.page-betting-platform-reviews-platform-a__game-title,
.page-betting-platform-reviews-platform-a__promo-title,
.page-betting-platform-reviews-platform-a__channel-title {
  font-size: 1.5em;
  color: #0A2342;
  margin-bottom: 15px;
}

.page-betting-platform-reviews-platform-a__feature-item p,
.page-betting-platform-reviews-platform-a__game-item p,
.page-betting-platform-reviews-platform-a__promo-item p,
.page-betting-platform-reviews-platform-a__channel-item p {
  font-size: 1em;
  color: #666;
  text-align: center;
  flex-grow: 1;
}

.page-betting-platform-reviews-platform-a__grid-2-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.page-betting-platform-reviews-platform-a__card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.page-betting-platform-reviews-platform-a__card--pros {
  border-top: 5px solid #28a745; /* Green for pros */
}

.page-betting-platform-reviews-platform-a__card--cons {
  border-top: 5px solid #dc3545; /* Red for cons */
}

.page-betting-platform-reviews-platform-a__card-title {
  font-size: 1.8em;
  color: #0A2342;
  margin-bottom: 20px;
  text-align: center;
}

.page-betting-platform-reviews-platform-a__list {
  list-style: none;
  padding: 0;
}

.page-betting-platform-reviews-platform-a__list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  font-size: 1.1em;
  color: #444;
}

.page-betting-platform-reviews-platform-a__card--pros .page-betting-platform-reviews-platform-a__list li::before {
  content: '✔';
  color: #28a745;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-betting-platform-reviews-platform-a__card--cons .page-betting-platform-reviews-platform-a__list li::before {
  content: '✖';
  color: #dc3545;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-betting-platform-reviews-platform-a__highlight-text {
  color: #0A2342;
}

.page-betting-platform-reviews-platform-a__promo-section--dark-bg {
  background-color: #0A2342;
  color: #fff;
}

.page-betting-platform-reviews-platform-a__promo-section--dark-bg .page-betting-platform-reviews-platform-a__section-title {
  color: #F5B041;
}

.page-betting-platform-reviews-platform-a__promo-section--dark-bg .page-betting-platform-reviews-platform-a__section-title::after {
  background-color: #fff;
}

.page-betting-platform-reviews-platform-a__center-text {
  text-align: center;
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 30px;
  color: #eee;
}

.page-betting-platform-reviews-platform-a__payment-list,
.page-betting-platform-reviews-platform-a__security-list,
.page-betting-platform-reviews-platform-a__app-features {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.page-betting-platform-reviews-platform-a__payment-list li,
.page-betting-platform-reviews-platform-a__security-list li,
.page-betting-platform-reviews-platform-a__app-features li {
  background-color: #f8f8f8;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-size: 1.05em;
  color: #333;
  position: relative;
  padding-left: 40px;
}

.page-betting-platform-reviews-platform-a__payment-list li::before,
.page-betting-platform-reviews-platform-a__security-list li::before,
.page-betting-platform-reviews-platform-a__app-features li::before {
  content: '✅'; /* Or a suitable icon */
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
}

.page-betting-platform-reviews-platform-a__align-center {
  align-items: center;
}

.page-betting-platform-reviews-platform-a__app-content {
  text-align: left;
}

.page-betting-platform-reviews-platform-a__app-content p {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 20px;
}

.page-betting-platform-reviews-platform-a__app-image {
  text-align: center;
}

.page-betting-platform-reviews-platform-a__responsive-img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-betting-platform-reviews-platform-a__strong-call-to-action {
  font-size: 1.5em;
  font-weight: bold;
  color: #0A2342;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-betting-platform-reviews-platform-a__main-title {
    font-size: 2.8em;
  }
  .page-betting-platform-reviews-platform-a__section-title {
    font-size: 2em;
  }
  .page-betting-platform-reviews-platform-a__grid-2-cols {
    grid-template-columns: 1fr;
  }
  .page-betting-platform-reviews-platform-a__app-content {
    text-align: center;
  }
  .page-betting-platform-reviews-platform-a__app-image {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .page-betting-platform-reviews-platform-a__hero-section {
    padding: 80px 0;
  }
  .page-betting-platform-reviews-platform-a__main-title {
    font-size: 2.2em;
  }
  .page-betting-platform-reviews-platform-a__subtitle {
    font-size: 1em;
  }
  .page-betting-platform-reviews-platform-a__section-title {
    font-size: 1.8em;
  }
  .page-betting-platform-reviews-platform-a__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-betting-platform-reviews-platform-a__feature-grid,
  .page-betting-platform-reviews-platform-a__game-grid,
  .page-betting-platform-reviews-platform-a__promo-grid,
  .page-betting-platform-reviews-platform-a__support-channels {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .page-betting-platform-reviews-platform-a__payment-list,
  .page-betting-platform-reviews-platform-a__security-list,
  .page-betting-platform-reviews-platform-a__app-features {
    grid-template-columns: 1fr;
  }
  .page-betting-platform-reviews-platform-a__strong-call-to-action {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-betting-platform-reviews-platform-a__main-title {
    font-size: 1.8em;
  }
  .page-betting-platform-reviews-platform-a__section-title {
    font-size: 1.5em;
  }
  .page-betting-platform-reviews-platform-a__feature-grid,
  .page-betting-platform-reviews-platform-a__game-grid,
  .page-betting-platform-reviews-platform-a__promo-grid,
  .page-betting-platform-reviews-platform-a__support-channels {
    grid-template-columns: 1fr;
  }
  .page-betting-platform-reviews-platform-a__list li,
  .page-betting-platform-reviews-platform-a__payment-list li,
  .page-betting-platform-reviews-platform-a__security-list li,
  .page-betting-platform-reviews-platform-a__app-features li {
    font-size: 0.95em;
  }
}