/* style/blog-what-is-mebet-new-link.css */

/* body 已 padding-top: var(--header-offset)；页面禁止再写该变量 */
.page-blog-what-is-mebet-new-link {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background #121212 is dark, so text is light */
}

.page-blog-what-is-mebet-new-link__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-what-is-mebet-new-link__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 0;
  padding-top: 10px; /* Small top padding, body handles header offset */
  overflow: hidden;
  background-color: #121212;
}

.page-blog-what-is-mebet-new-link__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  position: relative;
}

.page-blog-what-is-mebet-new-link__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Slightly dim the image for text contrast */
}

.page-blog-what-is-mebet-new-link__hero-content {
  position: relative;
  z-index: 10;
  padding: 20px;
  max-width: 800px;
  margin-top: 20px;
}

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

.page-blog-what-is-mebet-new-link__description {
  font-size: clamp(1em, 1.5vw, 1.3em);
  color: #f0f0f0;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-what-is-mebet-new-link__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
}

.page-blog-what-is-mebet-new-link__btn-primary {
  background-color: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
}

.page-blog-what-is-mebet-new-link__btn-primary:hover {
  background-color: #1a8cc4;
  transform: translateY(-2px);
}

.page-blog-what-is-mebet-new-link__btn-login {
  background-color: #EA7C07;
  border-color: #EA7C07;
}

.page-blog-what-is-mebet-new-link__btn-login:hover {
  background-color: #c96a06;
}

.page-blog-what-is-mebet-new-link__section-title {
  font-size: clamp(1.8em, 3vw, 2.5em);
  font-weight: 700;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}

.page-blog-what-is-mebet-new-link__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-blog-what-is-mebet-new-link__content-area {
  padding: 60px 0;
  background-color: #121212; /* Dark background from body */
  color: #ffffff;
}

.page-blog-what-is-mebet-new-link__dark-bg {
  background-color: #121212;
  color: #ffffff;
}

.page-blog-what-is-mebet-new-link__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-blog-what-is-mebet-new-link__features-section {
  padding: 60px 0;
}

.page-blog-what-is-mebet-new-link__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-what-is-mebet-new-link__feature-card {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #333333;
}

.page-blog-what-is-mebet-new-link__feature-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-what-is-mebet-new-link__feature-title {
  font-size: 1.4em;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-what-is-mebet-new-link__feature-description {
  font-size: 1em;
  color: #555555;
}

.page-blog-what-is-mebet-new-link__guide-section {
  padding: 60px 0;
}

.page-blog-what-is-mebet-new-link__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-what-is-mebet-new-link__step-item {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.page-blog-what-is-mebet-new-link__step-title {
  font-size: 1.5em;
  color: #FFFFFF;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-what-is-mebet-new-link__step-description {
  font-size: 1em;
  color: #e0e0e0;
  margin-bottom: 20px;
}

.page-blog-what-is-mebet-new-link__benefits-section {
  padding: 60px 0;
}

.page-blog-what-is-mebet-new-link__benefits-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-what-is-mebet-new-link__benefit-item {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #333333;
}

.page-blog-what-is-mebet-new-link__benefit-title {
  font-size: 1.4em;
  color: #26A9E0;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-what-is-mebet-new-link__benefit-description {
  font-size: 1em;
  color: #555555;
}

.page-blog-what-is-mebet-new-link__faq-section {
  padding: 60px 0;
}

.page-blog-what-is-mebet-new-link__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-what-is-mebet-new-link__faq-item {
  background-color: rgba(255, 255, 255, 0.05);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.page-blog-what-is-mebet-new-link__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 1.1em;
  font-weight: 600;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  list-style: none; /* For details/summary */
}

.page-blog-what-is-mebet-new-link__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-what-is-mebet-new-link__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-what-is-mebet-new-link__faq-item[open] .page-blog-what-is-mebet-new-link__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-what-is-mebet-new-link__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: #e0e0e0;
  background-color: rgba(255, 255, 255, 0.03);
}

.page-blog-what-is-mebet-new-link__cta-section {
  padding: 60px 0;
  text-align: center;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-what-is-mebet-new-link {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-what-is-mebet-new-link__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-what-is-mebet-new-link__hero-section {
    padding: 40px 0;
    padding-top: 10px !important; /* body handles --header-offset, small top padding for this section */
  }

  .page-blog-what-is-mebet-new-link__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-what-is-mebet-new-link__main-title {
    font-size: 2em;
  }

  .page-blog-what-is-mebet-new-link__description {
    font-size: 1em;
  }

  .page-blog-what-is-mebet-new-link__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
  }

  .page-blog-what-is-mebet-new-link__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-what-is-mebet-new-link__feature-grid,
  .page-blog-what-is-mebet-new-link__guide-steps,
  .page-blog-what-is-mebet-new-link__benefits-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-what-is-mebet-new-link__feature-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-what-is-mebet-new-link__feature-card,
  .page-blog-what-is-mebet-new-link__step-item,
  .page-blog-what-is-mebet-new-link__benefit-item {
    padding: 20px;
  }

  .page-blog-what-is-mebet-new-link__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-what-is-mebet-new-link__faq-answer {
    padding: 15px 20px;
  }

  /* Ensure all images are responsive */
  .page-blog-what-is-mebet-new-link img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  /* Ensure all containers with images/buttons/videos are responsive */
  .page-blog-what-is-mebet-new-link__hero-section,
  .page-blog-what-is-mebet-new-link__content-area,
  .page-blog-what-is-mebet-new-link__features-section,
  .page-blog-what-is-mebet-new-link__guide-section,
  .page-blog-what-is-mebet-new-link__benefits-section,
  .page-blog-what-is-mebet-new-link__faq-section,
  .page-blog-what-is-mebet-new-link__cta-section,
  .page-blog-what-is-mebet-new-link__feature-card,
  .page-blog-what-is-mebet-new-link__step-item,
  .page-blog-what-is-mebet-new-link__benefit-item,
  .page-blog-what-is-mebet-new-link__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* Specific button container for mobile */
  .page-blog-what-is-mebet-new-link__hero-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-what-is-mebet-new-link__guide-steps .page-blog-what-is-mebet-new-link__cta-button {
    margin-top: 20px;
  }
}