.page-top-reliable-betting-platforms {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main);
  background-color: var(--bg-color);
}

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

.page-top-reliable-betting-platforms__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px;
  overflow: hidden;
  text-align: center;
  background-color: var(--bg-color);
}

.page-top-reliable-betting-platforms__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-top-reliable-betting-platforms__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-top-reliable-betting-platforms__hero-content {
  max-width: 900px;
  margin-top: 30px;
  color: var(--text-main);
  z-index: 1;
}

.page-top-reliable-betting-platforms__hero-title {
  font-size: clamp(2em, 4vw, 2.8em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: var(--glow);
}

.page-top-reliable-betting-platforms__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: var(--text-main);
}

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

.page-top-reliable-betting-platforms__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-top-reliable-betting-platforms__section-title {
  font-size: 2.2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: var(--main-color);
  line-height: 1.3;
}

.page-top-reliable-betting-platforms__text-block {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: var(--text-main);
  text-align: justify;
}

.page-top-reliable-betting-platforms__introduction-section,
.page-top-reliable-betting-platforms__platforms-list-section,
.page-top-reliable-betting-platforms__game-types-section,
.page-top-reliable-betting-platforms__faq-section {
  padding: 60px 0;
  background-color: var(--card-bg);
}

.page-top-reliable-betting-platforms__light-bg {
  background-color: var(--bg-color);
}

.page-top-reliable-betting-platforms__dark-bg {
  background-color: var(--card-bg);
  color: var(--text-main);
}

.page-top-reliable-betting-platforms__dark-bg .page-top-reliable-betting-platforms__section-title {
  color: var(--glow);
}

.page-top-reliable-betting-platforms__criteria-section {
  padding: 60px 0;
  background-color: var(--card-bg);
  color: var(--text-main);
}

.page-top-reliable-betting-platforms__criteria-grid,
.page-top-reliable-betting-platforms__platform-grid,
.page-top-reliable-betting-platforms__game-type-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-top-reliable-betting-platforms__card,
.page-top-reliable-betting-platforms__platform-card,
.page-top-reliable-betting-platforms__game-type-card {
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: var(--text-main);
}

.page-top-reliable-betting-platforms__card:hover,
.page-top-reliable-betting-platforms__platform-card:hover,
.page-top-reliable-betting-platforms__game-type-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-top-reliable-betting-platforms__card-title,
.page-top-reliable-betting-platforms__platform-name,
.page-top-reliable-betting-platforms__game-type-title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--main-color);
}

.page-top-reliable-betting-platforms__card-title a,
.page-top-reliable-betting-platforms__platform-name a,
.page-top-reliable-betting-platforms__game-type-title a {
  color: var(--main-color);
  text-decoration: none;
}

.page-top-reliable-betting-platforms__card-title a:hover,
.page-top-reliable-betting-platforms__platform-name a:hover,
.page-top-reliable-betting-platforms__game-type-title a:hover {
  text-decoration: underline;
}

.page-top-reliable-betting-platforms__card-text,
.page-top-reliable-betting-platforms__platform-description,
.page-top-reliable-betting-platforms__game-type-text {
  font-size: 1em;
  color: var(--text-main);
}

.page-top-reliable-betting-platforms__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  max-width: 100%;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-top-reliable-betting-platforms__platform-logo {
  width: 100%;
  height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-top-reliable-betting-platforms__btn-secondary {
  display: inline-block;
  background: var(--bg-color);
  color: var(--main-color);
  border: 2px solid var(--main-color);
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1em;
  transition: all 0.3s ease;
  margin-top: 20px;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-top-reliable-betting-platforms__btn-secondary:hover {
  background: var(--main-color);
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-top-reliable-betting-platforms__benefits-section {
  padding: 60px 0;
  background-color: var(--deep-orange);
  color: #ffffff;
}

.page-top-reliable-betting-platforms__benefits-section .page-top-reliable-betting-platforms__section-title {
  color: #ffffff;
}

.page-top-reliable-betting-platforms__benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-top-reliable-betting-platforms__benefits-item {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-top-reliable-betting-platforms__benefits-title {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--glow);
}

.page-top-reliable-betting-platforms__benefits-text {
  font-size: 0.95em;
  color: #ffffff;
}

.page-top-reliable-betting-platforms__faq-list {
  margin-top: 30px;
}

.page-top-reliable-betting-platforms__faq-item {
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-main);
}

.page-top-reliable-betting-platforms__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: 600;
  cursor: pointer;
  background-color: var(--card-bg);
  color: var(--glow);
  transition: background-color 0.3s ease;
}

.page-top-reliable-betting-platforms__faq-question:hover {
  background-color: rgba(var(--main-color-rgb), 0.1);
}

.page-top-reliable-betting-platforms__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

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

.page-top-reliable-betting-platforms__faq-item[open] .page-top-reliable-betting-platforms__faq-question {
  background-color: var(--main-color);
  color: #ffffff;
}

.page-top-reliable-betting-platforms__faq-item[open] .page-top-reliable-betting-platforms__faq-toggle {
  color: #ffffff;
}

.page-top-reliable-betting-platforms__conclusion-section {
  padding: 60px 0;
  background-color: var(--card-bg);
  color: var(--text-main);
  text-align: center;
}

.page-top-reliable-betting-platforms__conclusion-section .page-top-reliable-betting-platforms__section-title {
  color: var(--glow);
}

.page-top-reliable-betting-platforms__conclusion-section .page-top-reliable-betting-platforms__btn-primary {
  margin-top: 30px;
}

.page-top-reliable-betting-platforms__link {
  color: var(--main-color);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-top-reliable-betting-platforms__link:hover {
  color: var(--glow);
}

.page-top-reliable-betting-platforms .highlight {
  color: var(--main-color);
  font-weight: 600;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-top-reliable-betting-platforms__hero-title {
    font-size: clamp(1.8em, 5vw, 2.5em);
  }

  .page-top-reliable-betting-platforms__section-title {
    font-size: 2em;
  }

  .page-top-reliable-betting-platforms__criteria-grid,
  .page-top-reliable-betting-platforms__platform-grid,
  .page-top-reliable-betting-platforms__game-type-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  .page-top-reliable-betting-platforms__benefits-list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

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

  .page-top-reliable-betting-platforms__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px;
  }

  .page-top-reliable-betting-platforms__hero-title {
    font-size: clamp(1.5em, 6vw, 2.2em);
  }

  .page-top-reliable-betting-platforms__hero-description {
    font-size: 1em;
  }

  .page-top-reliable-betting-platforms__btn-primary {
    padding: 12px 25px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-top-reliable-betting-platforms__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-top-reliable-betting-platforms__text-block {
    font-size: 0.95em;
  }

  .page-top-reliable-betting-platforms__introduction-section,
  .page-top-reliable-betting-platforms__criteria-section,
  .page-top-reliable-betting-platforms__platforms-list-section,
  .page-top-reliable-betting-platforms__benefits-section,
  .page-top-reliable-betting-platforms__game-types-section,
  .page-top-reliable-betting-platforms__faq-section,
  .page-top-reliable-betting-platforms__conclusion-section {
    padding: 40px 0;
  }

  .page-top-reliable-betting-platforms__container {
    padding: 0 15px;
  }

  .page-top-reliable-betting-platforms__criteria-grid,
  .page-top-reliable-betting-platforms__platform-grid,
  .page-top-reliable-betting-platforms__game-type-grid,
  .page-top-reliable-betting-platforms__benefits-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-top-reliable-betting-platforms__card,
  .page-top-reliable-betting-platforms__platform-card,
  .page-top-reliable-betting-platforms__game-type-card,
  .page-top-reliable-betting-platforms__benefits-item {
    padding: 20px;
  }

  .page-top-reliable-betting-platforms__card-title,
  .page-top-reliable-betting-platforms__platform-name,
  .page-top-reliable-betting-platforms__game-type-title {
    font-size: 1.3em;
  }

  .page-top-reliable-betting-platforms__platform-logo {
    height: 150px;
  }

  .page-top-reliable-betting-platforms__btn-secondary {
    padding: 10px 15px;
    font-size: 0.95em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-top-reliable-betting-platforms img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-top-reliable-betting-platforms__section,
  .page-top-reliable-betting-platforms__card,
  .page-top-reliable-betting-platforms__container,
  .page-top-reliable-betting-platforms__hero-section,
  .page-top-reliable-betting-platforms__introduction-section,
  .page-top-reliable-betting-platforms__criteria-section,
  .page-top-reliable-betting-platforms__platforms-list-section,
  .page-top-reliable-betting-platforms__benefits-section,
  .page-top-reliable-betting-platforms__game-types-section,
  .page-top-reliable-betting-platforms__faq-section,
  .page-top-reliable-betting-platforms__conclusion-section,
  .page-top-reliable-betting-platforms__hero-image-wrapper,
  .page-top-reliable-betting-platforms__hero-content,
  .page-top-reliable-betting-platforms__criteria-grid,
  .page-top-reliable-betting-platforms__platform-grid,
  .page-top-reliable-betting-platforms__game-type-grid,
  .page-top-reliable-betting-platforms__benefits-list,
  .page-top-reliable-betting-platforms__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important;
  }
  
  .page-top-reliable-betting-platforms__hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .page-top-reliable-betting-platforms__faq-question {
    font-size: 1.05em;
    padding: 15px 20px;
  }

  .page-top-reliable-betting-platforms__faq-answer {
    padding: 0 20px 15px;
  }

  .page-top-reliable-betting-platforms__platform-card .page-top-reliable-betting-platforms__btn-secondary,
  .page-top-reliable-betting-platforms__game-type-card .page-top-reliable-betting-platforms__btn-secondary {
    width: calc(100% - 30px) !important; /* Adjusted for padding */
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* Color Contrast & Specific Colors */
.page-top-reliable-betting-platforms {
  color: var(--text-main); /* #FFF3E6 */
  background-color: var(--bg-color); /* #0D0E12 */
}

.page-top-reliable-betting-platforms__hero-title,
.page-top-reliable-betting-platforms__benefits-title,
.page-top-reliable-betting-platforms__faq-question {
  color: var(--glow); /* #FFB04D */
}

.page-top-reliable-betting-platforms__section-title,
.page-top-reliable-betting-platforms__card-title,
.page-top-reliable-betting-platforms__platform-name,
.page-top-reliable-betting-platforms__game-type-title {
  color: var(--main-color); /* #FF8C1A */
}

.page-top-reliable-betting-platforms__card,
.page-top-reliable-betting-platforms__platform-card,
.page-top-reliable-betting-platforms__game-type-card {
  background-color: var(--bg-color); /* #0D0E12 */
  border-color: var(--border-color); /* #A84F0C */
}

.page-top-reliable-betting-platforms__faq-item {
  background-color: var(--bg-color); /* #0D0E12 */
  border-color: var(--border-color); /* #A84F0C */
}

.page-top-reliable-betting-platforms__faq-item[open] .page-top-reliable-betting-platforms__faq-question {
  background-color: var(--main-color); /* #FF8C1A */
  color: #ffffff;
}

.page-top-reliable-betting-platforms__btn-primary {
  background: linear-gradient(180deg, var(--auxiliary-color) 0%, var(--deep-orange) 100%); /* #FFA53A to #D96800 */
  color: #ffffff;
}

.page-top-reliable-betting-platforms__btn-secondary {
  background: var(--bg-color); /* #0D0E12 */
  color: var(--main-color); /* #FF8C1A */
  border-color: var(--main-color); /* #FF8C1A */
}

.page-top-reliable-betting-platforms__btn-secondary:hover {
  background: var(--main-color); /* #FF8C1A */
  color: #ffffff;
}

.page-top-reliable-betting-platforms__benefits-section {
  background-color: var(--deep-orange); /* #D96800 */
  color: #ffffff;
}

.page-top-reliable-betting-platforms__benefits-item {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-top-reliable-betting-platforms .highlight {
  color: var(--main-color);
}