.page-resources-how-to-choose-reliable-betting-platform {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-resources-how-to-choose-reliable-betting-platform__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-how-to-choose-reliable-betting-platform__hero {
  background: linear-gradient(135deg, #1A2B4C 0%, #3A4E78 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-how-to-choose-reliable-betting-platform__hero-title {
  font-size: 3em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700;
}

.page-resources-how-to-choose-reliable-betting-platform__hero-title a {
  color: #FFD700;
  text-decoration: none;
}

.page-resources-how-to-choose-reliable-betting-platform__hero-title a:hover {
  text-decoration: underline;
}

.page-resources-how-to-choose-reliable-betting-platform__hero-subtitle {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #e0e0e0;
}

.page-resources-how-to-choose-reliable-betting-platform__hero-subtitle a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-how-to-choose-reliable-betting-platform__hero-subtitle a:hover {
  text-decoration: underline;
}

.page-resources-how-to-choose-reliable-betting-platform__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  margin-top: 30px;
}

.page-resources-how-to-choose-reliable-betting-platform__section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-how-to-choose-reliable-betting-platform__section:nth-of-type(odd) {
  background-color: #f2f5f9;
}

.page-resources-how-to-choose-reliable-betting-platform__section-title {
  font-size: 2.5em;
  color: #1A2B4C;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-how-to-choose-reliable-betting-platform__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-how-to-choose-reliable-betting-platform__paragraph {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-how-to-choose-reliable-betting-platform__paragraph a {
  color: #1A2B4C;
  font-weight: bold;
  text-decoration: none;
}

.page-resources-how-to-choose-reliable-betting-platform__paragraph a:hover {
  text-decoration: underline;
  color: #FFD700;
}

.page-resources-how-to-choose-reliable-betting-platform__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #444;
}

.page-resources-how-to-choose-reliable-betting-platform__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-how-to-choose-reliable-betting-platform__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-choose-reliable-betting-platform__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-how-to-choose-reliable-betting-platform__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-resources-how-to-choose-reliable-betting-platform__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-resources-how-to-choose-reliable-betting-platform__feature-title {
  font-size: 1.6em;
  color: #1A2B4C;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-how-to-choose-reliable-betting-platform__image-full-width {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 40px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-choose-reliable-betting-platform__cta {
  text-align: center;
  margin-top: 50px;
}

.page-resources-how-to-choose-reliable-betting-platform__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2B4C;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-how-to-choose-reliable-betting-platform__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-how-to-choose-reliable-betting-platform__brand-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-how-to-choose-reliable-betting-platform__brand-link:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-how-to-choose-reliable-betting-platform__hero-title {
    font-size: 2.5em;
  }
  .page-resources-how-to-choose-reliable-betting-platform__section-title {
    font-size: 2em;
  }
  .page-resources-how-to-choose-reliable-betting-platform__feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-choose-reliable-betting-platform__hero {
    padding: 60px 0;
  }
  .page-resources-how-to-choose-reliable-betting-platform__hero-title {
    font-size: 2em;
  }
  .page-resources-how-to-choose-reliable-betting-platform__hero-subtitle {
    font-size: 1em;
  }
  .page-resources-how-to-choose-reliable-betting-platform__section {
    padding: 40px 0;
  }
  .page-resources-how-to-choose-reliable-betting-platform__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-how-to-choose-reliable-betting-platform__feature-item {
    padding: 25px;
  }
  .page-resources-how-to-choose-reliable-betting-platform__feature-title {
    font-size: 1.4em;
  }
  .page-resources-how-to-choose-reliable-betting-platform__cta-button {
    font-size: 1.1em;
    padding: 12px 25px;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-choose-reliable-betting-platform__hero-title {
    font-size: 1.8em;
  }
  .page-resources-how-to-choose-reliable-betting-platform__section-title {
    font-size: 1.5em;
  }
  .page-resources-how-to-choose-reliable-betting-platform__paragraph,
  .page-resources-how-to-choose-reliable-betting-platform__list li {
    font-size: 0.95em;
  }
  .page-resources-how-to-choose-reliable-betting-platform__feature-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-how-to-choose-reliable-betting-platform__feature-icon {
    width: 60px;
    height: 60px;
  }
}