.page-blog-hot51-official-review {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background #0a0a0a is dark, so use light text */
  background-color: transparent; /* Rely on shared.css for body background */
}

.page-blog-hot51-official-review__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5); /* Slightly darker overlay for text readability */
}

.page-blog-hot51-official-review__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.page-blog-hot51-official-review__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-hot51-official-review__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-top: 50px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background for text */
  border-radius: 10px;
}

.page-blog-hot51-official-review__main-title {
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  font-size: clamp(2.5rem, 5vw, 3.5rem); /* Using clamp for responsive H1 font size */
}

.page-blog-hot51-official-review__intro-text {
  font-size: 1.1rem;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-blog-hot51-official-review__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-hot51-official-review__btn-primary,
.page-blog-hot51-official-review__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-hot51-official-review__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-hot51-official-review__btn-primary:hover {
  background-color: #1e87c0;
  transform: translateY(-2px);
}

.page-blog-hot51-official-review__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-hot51-official-review__btn-secondary:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-blog-hot51-official-review__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #0a0a0a; /* Ensure content area has a background for text contrast */
  color: #ffffff; /* Light text for dark background */
}

.page-blog-hot51-official-review__section-title {
  font-size: 2.2rem;
  color: #26A9E0;
  margin-bottom: 25px;
  border-bottom: 2px solid #26A9E0;
  padding-bottom: 10px;
}

.page-blog-hot51-official-review__sub-title {
  font-size: 1.8rem;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-hot51-official-review p {
  margin-bottom: 15px;
  font-size: 1.05rem;
  color: #f0f0f0;
}

.page-blog-hot51-official-review__image-content {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  display: block;
}

.page-blog-hot51-official-review__cta-block {
  background-color: rgba(38, 169, 224, 0.1);
  border-left: 5px solid #26A9E0;
  padding: 25px;
  margin: 40px 0;
  border-radius: 8px;
  text-align: center;
}

.page-blog-hot51-official-review__cta-text {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}

.page-blog-hot51-official-review__faq-list {
  margin-top: 30px;
}

.page-blog-hot51-official-review__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-hot51-official-review__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1rem;
  color: #ffffff;
  background-color: rgba(38, 169, 224, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-hot51-official-review__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-hot51-official-review__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #26A9E0;
  margin-left: 15px;
}

.page-blog-hot51-official-review__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1rem;
  color: #e0e0e0;
}

.page-blog-hot51-official-review__final-cta {
  margin-bottom: 60px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-hot51-official-review__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }

  .page-blog-hot51-official-review__intro-text {
    font-size: 1rem;
  }

  .page-blog-hot51-official-review__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-hot51-official-review__btn-primary,
  .page-blog-hot51-official-review__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-hot51-official-review__section-title {
    font-size: 1.8rem;
  }

  .page-blog-hot51-official-review__sub-title {
    font-size: 1.5rem;
  }

  .page-blog-hot51-official-review p {
    font-size: 0.95rem;
  }

  .page-blog-hot51-official-review__hero-section,
  .page-blog-hot51-official-review__content-area {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-hot51-official-review img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  .page-blog-hot51-official-review__image-content {
    margin-left: 0;
    margin-right: 0;
  }

  .page-blog-hot51-official-review__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-hot51-official-review__faq-answer {
    padding: 10px 20px 15px;
    font-size: 0.9rem;
  }

  .page-blog-hot51-official-review__cta-block {
    padding: 20px 15px;
  }

  .page-blog-hot51-official-review__cta-buttons,
  .page-blog-hot51-official-review__button-group,
  .page-blog-hot51-official-review__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
}