.page-resources-how-to-choose-reliable-betting-platform {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Text color for dark body background */
  background-color: transparent; /* Body background is #0d0d0d from shared.css */
}

.page-resources-how-to-choose-reliable-betting-platform__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 500px;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  background-color: #26A9E0; /* Brand color for hero background */
  color: #ffffff;
  overflow: hidden;
}

.page-resources-how-to-choose-reliable-betting-platform__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin-bottom: 30px;
}

.page-resources-how-to-choose-reliable-betting-platform__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-betting-platform__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-how-to-choose-reliable-betting-platform__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-resources-how-to-choose-reliable-betting-platform__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4); /* Darken image to ensure text contrast */
}

.page-resources-how-to-choose-reliable-betting-platform__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff; /* Light background for main content */
  color: #333333; /* Dark text for light background */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-50px);
  position: relative;
  z-index: 2;
}

.page-resources-how-to-choose-reliable-betting-platform__container {
  margin-bottom: 40px;
}

.page-resources-how-to-choose-reliable-betting-platform__section-title {
  font-size: 2.2em;
  color: #26A9E0;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-how-to-choose-reliable-betting-platform__paragraph {
  font-size: 1.1em;
  margin-bottom: 15px;
  line-height: 1.7;
}

.page-resources-how-to-choose-reliable-betting-platform__highlight {
  color: #26A9E0;
  font-weight: bold;
}

.page-resources-how-to-choose-reliable-betting-platform__btn-primary {
  display: inline-block;
  background-color: #26A9E0;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-how-to-choose-reliable-betting-platform__btn-primary:hover {
  background-color: #1a7fb2;
}

.page-resources-how-to-choose-reliable-betting-platform__btn-lg {
  font-size: 1.2em;
  padding: 18px 35px;
}

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

.page-resources-how-to-choose-reliable-betting-platform__grid--2-cols {
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}

.page-resources-how-to-choose-reliable-betting-platform__card {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-resources-how-to-choose-reliable-betting-platform__card:hover {
  transform: translateY(-5px);
}

.page-resources-how-to-choose-reliable-betting-platform__card-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-how-to-choose-reliable-betting-platform__card-text {
  font-size: 1em;
  line-height: 1.6;
  flex-grow: 1;
}

.page-resources-how-to-choose-reliable-betting-platform__card-image {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 15px;
  object-fit: cover;
  min-height: 200px;
  min-width: 200px;
}

.page-resources-how-to-choose-reliable-betting-platform__list {
  list-style: none;
  padding: 0;
}

.page-resources-how-to-choose-reliable-betting-platform__list-item {
  background-color: #f9f9f9;
  border-left: 5px solid #26A9E0;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
  color: #333333;
}

.page-resources-how-to-choose-reliable-betting-platform__list-title {
  font-size: 1.3em;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-resources-how-to-choose-reliable-betting-platform__list-text {
  font-size: 1em;
  line-height: 1.6;
}

.page-resources-how-to-choose-reliable-betting-platform__risk-item {
  background-color: #fff0f0; /* Light red background for risks */
  border-left: 5px solid #EA7C07; /* Orange border */
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
  color: #333333;
}

.page-resources-how-to-choose-reliable-betting-platform__risk-title {
  font-size: 1.3em;
  color: #EA7C07; /* Orange for risk titles */
  margin-bottom: 10px;
}

.page-resources-how-to-choose-reliable-betting-platform__risk-text {
  font-size: 1em;
  line-height: 1.6;
}

.page-resources-how-to-choose-reliable-betting-platform__expert-advice {
  background-color: #e6f7ff; /* Light blue background for expert advice */
  padding: 30px;
  border-radius: 8px;
  margin-top: 30px;
  color: #333333;
}

.page-resources-how-to-choose-reliable-betting-platform__expert-advice .page-resources-how-to-choose-reliable-betting-platform__paragraph {
  font-size: 1.1em;
  color: #333333;
}

.page-resources-how-to-choose-reliable-betting-platform__expert-advice .page-resources-how-to-choose-reliable-betting-platform__list-item {
  background-color: transparent;
  border-left: none;
  padding: 10px 0;
  margin-bottom: 5px;
  box-shadow: none;
  color: #333333;
}

.page-resources-how-to-choose-reliable-betting-platform__expert-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 25px;
  object-fit: cover;
  min-height: 200px;
  min-width: 200px;
}

.page-resources-how-to-choose-reliable-betting-platform__faq-list {
  margin-top: 30px;
}

.page-resources-how-to-choose-reliable-betting-platform__faq-item {
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  color: #333333;
}

.page-resources-how-to-choose-reliable-betting-platform__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  color: #26A9E0;
  list-style: none;
  position: relative;
}

.page-resources-how-to-choose-reliable-betting-platform__faq-question::-webkit-details-marker {
  display: none;
}

.page-resources-how-to-choose-reliable-betting-platform__faq-question::marker {
  display: none;
}

.page-resources-how-to-choose-reliable-betting-platform__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
}

.page-resources-how-to-choose-reliable-betting-platform__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1em;
  line-height: 1.6;
  color: #333333;
}

.page-resources-how-to-choose-reliable-betting-platform__faq-item[open] .page-resources-how-to-choose-reliable-betting-platform__faq-question .page-resources-how-to-choose-reliable-betting-platform__faq-toggle {
  content: '−';
}

.page-resources-how-to-choose-reliable-betting-platform__conclusion-cta {
  text-align: center;
  margin-top: 50px;
  padding: 40px;
  background-color: #26A9E0; /* Brand color for conclusion CTA */
  border-radius: 8px;
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-betting-platform__conclusion-cta .page-resources-how-to-choose-reliable-betting-platform__section-title {
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-betting-platform__conclusion-cta .page-resources-how-to-choose-reliable-betting-platform__paragraph {
  color: #f0f0f0;
  font-size: 1.15em;
  margin-bottom: 30px;
}

.page-resources-how-to-choose-reliable-betting-platform a {
  color: #26A9E0;
  text-decoration: none;
}

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

/* Responsive styles */
@media (max-width: 1024px) {
  .page-resources-how-to-choose-reliable-betting-platform__hero-title {
    font-size: 2.8em;
  }
  .page-resources-how-to-choose-reliable-betting-platform__section-title {
    font-size: 2em;
  }
  .page-resources-how-to-choose-reliable-betting-platform__grid--2-cols {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-choose-reliable-betting-platform__hero-section {
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
    min-height: 400px;
  }
  .page-resources-how-to-choose-reliable-betting-platform__hero-title {
    font-size: 2.2em;
  }
  .page-resources-how-to-choose-reliable-betting-platform__hero-description {
    font-size: 1em;
  }
  .page-resources-how-to-choose-reliable-betting-platform__section-title {
    font-size: 1.8em;
  }
  .page-resources-how-to-choose-reliable-betting-platform__paragraph,
  .page-resources-how-to-choose-reliable-betting-platform__list-text,
  .page-resources-how-to-choose-reliable-betting-platform__risk-text {
    font-size: 1em;
  }
  .page-resources-how-to-choose-reliable-betting-platform__btn-primary {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-how-to-choose-reliable-betting-platform__btn-lg {
    font-size: 1.1em;
    padding: 15px 30px;
  }
  .page-resources-how-to-choose-reliable-betting-platform__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-resources-how-to-choose-reliable-betting-platform__card,
  .page-resources-how-to-choose-reliable-betting-platform__list-item,
  .page-resources-how-to-choose-reliable-betting-platform__risk-item,
  .page-resources-how-to-choose-reliable-betting-platform__expert-advice,
  .page-resources-how-to-choose-reliable-betting-platform__faq-item,
  .page-resources-how-to-choose-reliable-betting-platform__conclusion-cta {
    padding: 20px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-how-to-choose-reliable-betting-platform__content-area {
    padding: 20px 15px;
    transform: translateY(-20px);
  }
  .page-resources-how-to-choose-reliable-betting-platform__card-image,
  .page-resources-how-to-choose-reliable-betting-platform__expert-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px;
    min-height: 200px;
  }
  .page-resources-how-to-choose-reliable-betting-platform__btn-primary,
  .page-resources-how-to-choose-reliable-betting-platform a[class*="button"],
  .page-resources-how-to-choose-reliable-betting-platform a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-how-to-choose-reliable-betting-platform__cta-buttons,
  .page-resources-how-to-choose-reliable-betting-platform__button-group,
  .page-resources-how-to-choose-reliable-betting-platform__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-resources-how-to-choose-reliable-betting-platform__cta-buttons {
    display: flex;
    flex-direction: column;
  }
  .page-resources-how-to-choose-reliable-betting-platform__hero-image {
    filter: brightness(0.2); /* Even darker for mobile contrast */
  }
}

@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__card-title {
    font-size: 1.3em;
  }
  .page-resources-how-to-choose-reliable-betting-platform__faq-question {
    font-size: 1em;
  }
}