/* style/blog-mebet-new-user-bonuses.css */
/* body đã padding-top: var(--header-offset) từ shared.css; trang này không cần thêm */

.page-blog-mebet-new-user-bonuses {
  color: #ffffff; /* Body background is dark (#0a0a0a), so use light text */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-mebet-new-user-bonuses__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  text-align: center;
  overflow: hidden;
  padding-top: 10px; /* Small decorative top padding, body handles header offset */
  padding-bottom: 60px;
}

.page-blog-mebet-new-user-bonuses__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.4); /* Darken image for text readability */
}

.page-blog-mebet-new-user-bonuses__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent dark background for text */
  border-radius: 10px;
  margin-top: 60px;
}

.page-blog-mebet-new-user-bonuses__main-title {
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-mebet-new-user-bonuses__hero-description {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-mebet-new-user-bonuses__content-area {
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #0a0a0a; /* Match body background for consistency */
  color: #ffffff; /* Ensure light text on dark background */
}

.page-blog-mebet-new-user-bonuses__wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.page-blog-mebet-new-user-bonuses__section-title {
  font-size: 2.5em;
  color: #26A9E0; /* Brand primary color */
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
}

.page-blog-mebet-new-user-bonuses__sub-title {
  font-size: 1.8em;
  color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}

.page-blog-mebet-new-user-bonuses__paragraph {
  font-size: 1.1em;
  color: #f0f0f0;
  margin-bottom: 20px;
}

.page-blog-mebet-new-user-bonuses__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-mebet-new-user-bonuses__ordered-list,
.page-blog-mebet-new-user-bonuses__unordered-list {
  list-style-position: inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-blog-mebet-new-user-bonuses__ordered-list li,
.page-blog-mebet-new-user-bonuses__unordered-list li {
  font-size: 1.1em;
  color: #f0f0f0;
  margin-bottom: 10px;
}

.page-blog-mebet-new-user-bonuses__ordered-list li strong {
  color: #26A9E0;
}

.page-blog-mebet-new-user-bonuses__btn-primary {
  display: inline-block;
  background-color: #26A9E0; /* Primary brand color */
  color: #FFFFFF; /* White text for contrast */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-mebet-new-user-bonuses__btn-primary:hover {
  background-color: #1a7bb0;
  transform: translateY(-2px);
}

.page-blog-mebet-new-user-bonuses__btn-secondary {
  display: inline-block;
  background-color: transparent;
  color: #26A9E0; /* Primary brand color */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  border: 2px solid #26A9E0;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-mebet-new-user-bonuses__btn-secondary:hover {
  background-color: #26A9E0;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.page-blog-mebet-new-user-bonuses__text-link {
  color: #26A9E0;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-blog-mebet-new-user-bonuses__text-link:hover {
  color: #1a7bb0;
}

.page-blog-mebet-new-user-bonuses__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

/* FAQ Section */
.page-blog-mebet-new-user-bonuses__faq-list {
  margin-top: 40px;
}

.page-blog-mebet-new-user-bonuses__faq-item {
  background-color: rgba(255, 255, 255, 0.05); /* Slightly visible on dark background */
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-mebet-new-user-bonuses__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.08); /* Slightly darker for question */
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-mebet-new-user-bonuses__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-mebet-new-user-bonuses__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-blog-mebet-new-user-bonuses__faq-qtext {
  flex-grow: 1;
}

.page-blog-mebet-new-user-bonuses__faq-toggle {
  font-size: 1.5em;
  font-weight: 700;
  color: #26A9E0;
  margin-left: 15px;
}

.page-blog-mebet-new-user-bonuses__faq-answer {
  padding: 20px;
  font-size: 1.05em;
  color: #f0f0f0;
  background-color: rgba(255, 255, 255, 0.03);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-mebet-new-user-bonuses__hero-content {
    margin-top: 40px;
    padding: 15px;
  }

  .page-blog-mebet-new-user-bonuses__main-title {
    font-size: clamp(1.8em, 5vw, 3em);
  }

  .page-blog-mebet-new-user-bonuses__section-title {
    font-size: 2em;
  }

  .page-blog-mebet-new-user-bonuses__sub-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-blog-mebet-new-user-bonuses__hero-section {
    min-height: 400px;
    padding-bottom: 40px;
  }

  .page-blog-mebet-new-user-bonuses__hero-content {
    margin-top: 20px;
    padding: 10px;
  }

  .page-blog-mebet-new-user-bonuses__main-title {
    font-size: clamp(1.5em, 6vw, 2.5em);
  }

  .page-blog-mebet-new-user-bonuses__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-mebet-new-user-bonuses__content-area {
    padding: 30px 15px;
  }

  .page-blog-mebet-new-user-bonuses__section-title {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .page-blog-mebet-new-user-bonuses__sub-title {
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-mebet-new-user-bonuses__paragraph,
  .page-blog-mebet-new-user-bonuses__ordered-list li,
  .page-blog-mebet-new-user-bonuses__unordered-list li,
  .page-blog-mebet-new-user-bonuses__faq-answer {
    font-size: 1em;
  }

  .page-blog-mebet-new-user-bonuses__btn-primary,
  .page-blog-mebet-new-user-bonuses__btn-secondary {
    padding: 12px 20px;
    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-blog-mebet-new-user-bonuses__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-mebet-new-user-bonuses__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  /* Ensure content containers don't overflow */
  .page-blog-mebet-new-user-bonuses__section,
  .page-blog-mebet-new-user-bonuses__card,
  .page-blog-mebet-new-user-bonuses__container,
  .page-blog-mebet-new-user-bonuses__wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  .page-blog-mebet-new-user-bonuses__hero-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }
}