/* style/blog-2024-top-reliable-betting-platforms-review.css */
:root {
  --primary-color: #FF8C1A;
  --secondary-color: #FFA53A;
  --card-bg: #17191F;
  --body-bg: #0D0E12;
  --text-main-color: #FFF3E6;
  --border-color: #A84F0C;
  --glow-color: #FFB04D;
  --deep-orange-color: #D96800;
}

.page-blog-2024-top-reliable-betting-platforms-review {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main-color); /* Light text for dark body background */
  background-color: var(--body-bg);
}

.page-blog-2024-top-reliable-betting-platforms-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-2024-top-reliable-betting-platforms-review__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 60px 0; /* Small padding-top as body handles header offset */
  overflow: hidden;
  background-color: var(--body-bg);
}

.page-blog-2024-top-reliable-betting-platforms-review__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-2024-top-reliable-betting-platforms-review__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text contrast */
}

.page-blog-2024-top-reliable-betting-platforms-review__hero-content {
  position: relative;
  z-index: 10;
  padding: 40px 20px;
  max-width: 800px;
}

.page-blog-2024-top-reliable-betting-platforms-review__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  color: var(--text-main-color);
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-2024-top-reliable-betting-platforms-review__hero-description {
  font-size: 1.2em;
  color: var(--text-main-color);
  margin-bottom: 30px;
}

.page-blog-2024-top-reliable-betting-platforms-review__btn-primary {
  display: inline-block;
  background: linear-gradient(180deg, var(--secondary-color) 0%, var(--deep-orange-color) 100%);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-2024-top-reliable-betting-platforms-review__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.page-blog-2024-top-reliable-betting-platforms-review__section-title {
  font-size: 2.5em;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.3;
}

.page-blog-2024-top-reliable-betting-platforms-review__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: var(--text-main-color);
}

.page-blog-2024-top-reliable-betting-platforms-review__introduction-section,
.page-blog-2024-top-reliable-betting-platforms-review__criteria-section,
.page-blog-2024-top-reliable-betting-platforms-review__recommended-platforms-section,
.page-blog-2024-top-reliable-betting-platforms-review__how-to-section,
.page-blog-2024-top-reliable-betting-platforms-review__responsible-gambling-section,
.page-blog-2024-top-reliable-betting-platforms-review__faq-section,
.page-blog-2024-top-reliable-betting-platforms-review__conclusion-section {
  padding: 60px 0;
  background-color: var(--body-bg);
}

.page-blog-2024-top-reliable-betting-platforms-review__criteria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-2024-top-reliable-betting-platforms-review__card {
  background-color: var(--card-bg);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--text-main-color);
}

.page-blog-2024-top-reliable-betting-platforms-review__card-title {
  font-size: 1.5em;
  color: var(--secondary-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-2024-top-reliable-betting-platforms-review__card-text {
  font-size: 1em;
  color: var(--text-main-color);
  line-height: 1.5;
}

.page-blog-2024-top-reliable-betting-platforms-review__card-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-top: 15px;
  object-fit: cover;
}

.page-blog-2024-top-reliable-betting-platforms-review__main-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  margin: 40px auto;
  object-fit: cover;
}

.page-blog-2024-top-reliable-betting-platforms-review__platform-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-2024-top-reliable-betting-platforms-review__platform-card {
  background-color: var(--card-bg);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color);
  color: var(--text-main-color);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-2024-top-reliable-betting-platforms-review__platform-name {
  font-size: 1.8em;
  color: var(--primary-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-2024-top-reliable-betting-platforms-review__platform-description {
  font-size: 1em;
  color: var(--text-main-color);
  margin-bottom: 15px;
  flex-grow: 1;
}

.page-blog-2024-top-reliable-betting-platforms-review__platform-features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-blog-2024-top-reliable-betting-platforms-review__platform-features li {
  margin-bottom: 8px;
  color: var(--text-main-color);
  position: relative;
  padding-left: 25px;
}

.page-blog-2024-top-reliable-betting-platforms-review__platform-features li::before {
  content: '✔';
  color: var(--secondary-color);
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-blog-2024-top-reliable-betting-platforms-review__btn-secondary {
  display: inline-block;
  background: none;
  color: var(--secondary-color);
  padding: 12px 25px;
  border: 2px solid var(--secondary-color);
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-2024-top-reliable-betting-platforms-review__btn-secondary:hover {
  background: var(--secondary-color);
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(255, 165, 58, 0.4);
}

.page-blog-2024-top-reliable-betting-platforms-review__cta-banner {
  background: linear-gradient(90deg, var(--deep-orange-color), var(--primary-color));
  padding: 50px 30px;
  border-radius: 15px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.page-blog-2024-top-reliable-betting-platforms-review__cta-title {
  font-size: 2.2em;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-2024-top-reliable-betting-platforms-review__cta-text {
  font-size: 1.1em;
  color: #ffffff;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-2024-top-reliable-betting-platforms-review__step-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-blog-2024-top-reliable-betting-platforms-review__step-item {
  background-color: var(--card-bg);
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 20px;
  border: 1px solid var(--border-color);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: var(--text-main-color);
}

.page-blog-2024-top-reliable-betting-platforms-review__step-title {
  font-size: 1.6em;
  color: var(--secondary-color);
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-2024-top-reliable-betting-platforms-review__step-description {
  font-size: 1em;
  color: var(--text-main-color);
}

.page-blog-2024-top-reliable-betting-platforms-review__responsible-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-2024-top-reliable-betting-platforms-review__responsible-item {
  background-color: var(--card-bg);
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  border-left: 5px solid var(--primary-color);
  color: var(--text-main-color);
  font-size: 1.1em;
}

.page-blog-2024-top-reliable-betting-platforms-review__faq-list {
  margin-top: 40px;
}

.page-blog-2024-top-reliable-betting-platforms-review__faq-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-main-color);
}

.page-blog-2024-top-reliable-betting-platforms-review__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--secondary-color);
  background-color: rgba(255, 165, 58, 0.1);
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-2024-top-reliable-betting-platforms-review__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-2024-top-reliable-betting-platforms-review__faq-question:hover {
  background-color: rgba(255, 165, 58, 0.2);
}

.page-blog-2024-top-reliable-betting-platforms-review__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-2024-top-reliable-betting-platforms-review__faq-item[open] .page-blog-2024-top-reliable-betting-platforms-review__faq-toggle {
  transform: rotate(45deg); /* Plus to X */
}

.page-blog-2024-top-reliable-betting-platforms-review__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  color: var(--text-main-color);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-2024-top-reliable-betting-platforms-review__main-title {
    font-size: clamp(2em, 5vw, 2.8em);
  }
  .page-blog-2024-top-reliable-betting-platforms-review__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-2024-top-reliable-betting-platforms-review {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-2024-top-reliable-betting-platforms-review__hero-section {
    padding-top: 10px !important; /* body handles header offset */
    padding-bottom: 40px;
  }

  .page-blog-2024-top-reliable-betting-platforms-review__hero-content {
    padding: 30px 15px;
  }

  .page-blog-2024-top-reliable-betting-platforms-review__main-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
  }

  .page-blog-2024-top-reliable-betting-platforms-review__hero-description {
    font-size: 1em;
  }

  .page-blog-2024-top-reliable-betting-platforms-review__btn-primary,
  .page-blog-2024-top-reliable-betting-platforms-review__btn-secondary,
  .page-blog-2024-top-reliable-betting-platforms-review a[class*="button"],
  .page-blog-2024-top-reliable-betting-platforms-review 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;
    text-align: center;
  }

  .page-blog-2024-top-reliable-betting-platforms-review__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-2024-top-reliable-betting-platforms-review__introduction-section,
  .page-blog-2024-top-reliable-betting-platforms-review__criteria-section,
  .page-2024-top-reliable-betting-platforms-review__recommended-platforms-section,
  .page-blog-2024-top-reliable-betting-platforms-review__how-to-section,
  .page-blog-2024-top-reliable-betting-platforms-review__responsible-gambling-section,
  .page-blog-2024-top-reliable-betting-platforms-review__faq-section,
  .page-blog-2024-top-reliable-betting-platforms-review__conclusion-section {
    padding: 40px 0;
  }

  .page-blog-2024-top-reliable-betting-platforms-review__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-2024-top-reliable-betting-platforms-review__criteria-grid,
  .page-blog-2024-top-reliable-betting-platforms-review__platform-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-2024-top-reliable-betting-platforms-review__card,
  .page-blog-2024-top-reliable-betting-platforms-review__platform-card,
  .page-blog-2024-top-reliable-betting-platforms-review__step-item,
  .page-blog-2024-top-reliable-betting-platforms-review__responsible-item,
  .page-blog-2024-top-reliable-betting-platforms-review__faq-item {
    padding: 20px;
  }

  .page-blog-2024-top-reliable-betting-platforms-review__cta-banner {
    padding: 40px 20px;
    margin-top: 40px;
  }

  .page-blog-2024-top-reliable-betting-platforms-review__cta-title {
    font-size: 1.8em;
  }

  .page-blog-2024-top-reliable-betting-platforms-review__video-section,
  .page-blog-2024-top-reliable-betting-platforms-review__video-container,
  .page-blog-2024-top-reliable-betting-platforms-review__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-2024-top-reliable-betting-platforms-review video,
  .page-blog-2024-top-reliable-betting-platforms-review__video,
  .page-blog-2024-top-reliable-betting-platforms-review img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}

@media (max-width: 480px) {
  .page-blog-2024-top-reliable-betting-platforms-review__main-title {
    font-size: clamp(1.5em, 7vw, 2em);
  }
  .page-blog-2024-top-reliable-betting-platforms-review__section-title {
    font-size: 1.5em;
  }
  .page-blog-2024-top-reliable-betting-platforms-review__cta-title {
    font-size: 1.5em;
  }
}