.page-blog-beto-motos-platform-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main-color, #333333); /* Default text color, ensuring contrast */
  background-color: var(--background-color, #F5F7FA); /* Default background color */
}

.page-blog-beto-motos-platform-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-beto-motos-platform-analysis__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-beto-motos-platform-analysis__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.page-blog-beto-motos-platform-analysis__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability, not changing color */
}

.page-blog-beto-motos-platform-analysis__hero-content {
  position: relative;
  z-index: 1;
  color: #ffffff;
  max-width: 900px;
  padding: 20px;
}

.page-blog-beto-motos-platform-analysis__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-beto-motos-platform-analysis__intro-text {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #f0f0f0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-blog-beto-motos-platform-analysis__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-beto-motos-platform-analysis__cta-button:hover {
  background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-beto-motos-platform-analysis__cta-button--small {
  padding: 12px 25px;
  font-size: 0.95rem;
}

.page-blog-beto-motos-platform-analysis__cta-button--full-width {
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
}

.page-blog-beto-motos-platform-analysis__cta-button--final {
  margin-top: 40px;
  font-size: 1.2rem;
  padding: 18px 35px;
}

.page-blog-beto-motos-platform-analysis__section {
  padding: 60px 0;
  background-color: var(--background-color, #F5F7FA);
}

.page-blog-beto-motos-platform-analysis__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--text-main-color, #333333);
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-beto-motos-platform-analysis__subsection-title {
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--text-main-color, #333333);
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-beto-motos-platform-analysis__paragraph {
  font-size: 1rem;
  margin-bottom: 20px;
  color: var(--text-main-color, #333333);
}

.page-blog-beto-motos-platform-analysis__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-beto-motos-platform-analysis__image--centered {
  margin-left: auto;
  margin-right: auto;
}

.page-blog-beto-motos-platform-analysis__dark-bg {
  background-color: #E53935;
  color: #ffffff;
}

.page-blog-beto-motos-platform-analysis__dark-bg .page-blog-beto-motos-platform-analysis__section-title,
.page-blog-beto-motos-platform-analysis__dark-bg .page-blog-beto-motos-platform-analysis__subsection-title,
.page-blog-beto-motos-platform-analysis__dark-bg .page-blog-beto-motos-platform-analysis__paragraph,
.page-blog-beto-motos-platform-analysis__dark-bg .page-blog-beto-motos-platform-analysis__support-item,
.page-blog-beto-motos-platform-analysis__dark-bg .page-blog-beto-motos-platform-analysis__advantage-item,
.page-blog-beto-motos-platform-analysis__dark-bg .page-blog-beto-motos-platform-analysis__faq-qtext {
  color: #ffffff;
}

.page-blog-beto-motos-platform-analysis__game-categories,
.page-blog-beto-motos-platform-analysis__bonus-list,
.page-blog-beto-motos-platform-analysis__payment-options {
  margin-top: 40px;
}

.page-blog-beto-motos-platform-analysis__support-channels,
.page-blog-beto-motos-platform-analysis__advantage-list,
.page-blog-beto-motos-platform-analysis__step-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-beto-motos-platform-analysis__support-item,
.page-blog-beto-motos-platform-analysis__advantage-item,
.page-blog-beto-motos-platform-analysis__step-item {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  font-size: 1.05rem;
}

.page-blog-beto-motos-platform-analysis__support-item::before,
.page-blog-beto-motos-platform-analysis__advantage-item::before,
.page-blog-beto-motos-platform-analysis__step-item::before {
  content: '✓';
  color: #FF5A4F;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-blog-beto-motos-platform-analysis__dark-bg .page-blog-beto-motos-platform-analysis__support-item::before,
.page-blog-beto-motos-platform-analysis__dark-bg .page-blog-beto-motos-platform-analysis__advantage-item::before,
.page-blog-beto-motos-platform-analysis__dark-bg .page-blog-beto-motos-platform-analysis__step-item::before {
  color: #FFD700; /* Gold-like color for contrast on dark bg */
}

/* FAQ Section */
.page-blog-beto-motos-platform-analysis__faq-list {
  margin-top: 40px;
}

.page-blog-beto-motos-platform-analysis__faq-item {
  background-color: var(--card-bg-color, #FFFFFF);
  border: 1px solid var(--border-color, #E0E0E0);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-main-color, #333333);
}

.page-blog-beto-motos-platform-analysis__dark-bg .page-blog-beto-motos-platform-analysis__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.page-blog-beto-motos-platform-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  color: inherit;
  list-style: none;
}

.page-blog-beto-motos-platform-analysis__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-beto-motos-platform-analysis__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-beto-motos-platform-analysis__faq-item[open] .page-blog-beto-motos-platform-analysis__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-beto-motos-platform-analysis__faq-answer {
  padding: 0 20px 15px;
  font-size: 1rem;
  line-height: 1.6;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-beto-motos-platform-analysis__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-beto-motos-platform-analysis__main-title {
    font-size: 2rem;
  }

  .page-blog-beto-motos-platform-analysis__intro-text {
    font-size: 1rem;
  }

  .page-blog-beto-motos-platform-analysis__cta-button {
    padding: 12px 20px;
    font-size: 0.9rem;
  }

  .page-blog-beto-motos-platform-analysis__section {
    padding: 40px 0;
  }

  .page-blog-beto-motos-platform-analysis__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .page-blog-beto-motos-platform-analysis__subsection-title {
    font-size: 1.4rem;
  }

  .page-blog-beto-motos-platform-analysis__paragraph,
  .page-blog-beto-motos-platform-analysis__support-item,
  .page-blog-beto-motos-platform-analysis__advantage-item,
  .page-blog-beto-motos-platform-analysis__step-item,
  .page-blog-beto-motos-platform-analysis__faq-answer p {
    font-size: 0.95rem;
  }

  /* Mobile image, video, and button responsiveness */
  .page-blog-beto-motos-platform-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-beto-motos-platform-analysis__section,
  .page-blog-beto-motos-platform-analysis__container,
  .page-blog-beto-motos-platform-analysis__hero-section,
  .page-blog-beto-motos-platform-analysis__cta-button--full-width {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow: hidden !important;
  }

  .page-blog-beto-motos-platform-analysis__cta-button,
  .page-blog-beto-motos-platform-analysis a[class*="button"],
  .page-blog-beto-motos-platform-analysis a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }

  .page-blog-beto-motos-platform-analysis__cta-buttons,
  .page-blog-beto-motos-platform-analysis__button-group,
  .page-blog-beto-motos-platform-analysis__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-blog-beto-motos-platform-analysis__faq-question {
    font-size: 1rem;
    padding: 15px 15px;
  }

  .page-blog-beto-motos-platform-analysis__faq-answer {
    padding: 0 15px 15px;
  }
}