/* style/blog-how-to-choose-best-n88-platform.css */

/* Base styles for the page content, ensuring contrast with dark body background */
.page-blog-how-to-choose-best-n88-platform {
  color: #ffffff; /* Light text for dark body background */
  background-color: transparent; /* Body handles the main background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

/* Hero Section */
.page-blog-how-to-choose-best-n88-platform__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #0a0a0a; /* Ensure hero section has a background */
}

.page-blog-how-to-choose-best-n88-platform__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-best-n88-platform__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-how-to-choose-best-n88-platform__hero-content {
  max-width: 900px;
  text-align: center;
  color: #ffffff;
}

.page-blog-how-to-choose-best-n88-platform__main-title {
  font-size: clamp(2em, 4vw, 3.2em); /* Responsive font size for H1 */
  color: #26A9E0;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-how-to-choose-best-n88-platform__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

/* General Section & Content Area */
.page-blog-how-to-choose-best-n88-platform__section {
  padding: 40px 20px;
  background-color: #1a1a1a; /* Slightly lighter dark background for sections */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-how-to-choose-best-n88-platform__content-area {
  max-width: 1200px;
  margin: 0 auto;
  color: #ffffff;
}

.page-blog-how-to-choose-best-n88-platform__section-title {
  font-size: 2.2em;
  color: #26A9E0;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}

.page-blog-how-to-choose-best-n88-platform__sub-title {
  font-size: 1.8em;
  color: #ffffff;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-choose-best-n88-platform p {
  margin-bottom: 15px;
  color: #f0f0f0;
}

.page-blog-how-to-choose-best-n88-platform strong {
  color: #26A9E0;
}

.page-blog-how-to-choose-best-n88-platform a {
  color: #26A9E0;
  text-decoration: none;
}

.page-blog-how-to-choose-best-n88-platform a:hover {
  text-decoration: underline;
}

/* Image with Text Block */
.page-blog-how-to-choose-best-n88-platform__image-text-block {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.page-blog-how-to-choose-best-n88-platform__image-text-block--reverse {
  flex-direction: row-reverse;
}

.page-blog-how-to-choose-best-n88-platform__content-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.page-blog-how-to-choose-best-n88-platform__image-text-block p {
  flex-grow: 1;
}

/* Lists */
.page-blog-how-to-choose-best-n88-platform__ordered-list,
.page-blog-how-to-choose-best-n88-platform__unordered-list,
.page-blog-how-to-choose-best-n88-platform__feature-list {
  margin-left: 20px;
  margin-bottom: 15px;
  color: #f0f0f0;
}

.page-blog-how-to-choose-best-n88-platform__ordered-list li,
.page-blog-how-to-choose-best-n88-platform__unordered-list li,
.page-blog-how-to-choose-best-n88-platform__feature-list li {
  margin-bottom: 8px;
}

/* Call to Action Buttons */
.page-blog-how-to-choose-best-n88-platform__cta-buttons {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-how-to-choose-best-n88-platform__cta-buttons--center {
  text-align: center;
}

.page-blog-how-to-choose-best-n88-platform__btn-primary,
.page-blog-how-to-choose-best-n88-platform__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  text-align: center;
  max-width: 100%; /* Ensure buttons adapt to container width */
  box-sizing: border-box;
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word;
}

.page-blog-how-to-choose-best-n88-platform__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-how-to-choose-best-n88-platform__btn-primary:hover {
  background-color: #1e87b5;
  border-color: #1e87b5;
}

.page-blog-how-to-choose-best-n88-platform__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-how-to-choose-best-n88-platform__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

/* FAQ Section */
.page-blog-how-to-choose-best-n88-platform__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-choose-best-n88-platform__faq-item {
  background-color: rgba(255, 255, 255, 0.08); /* Slightly visible card for dark background */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-how-to-choose-best-n88-platform__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  color: #26A9E0;
  list-style: none; /* For details/summary */
}

.page-blog-how-to-choose-best-n88-platform__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-choose-best-n88-platform__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-how-to-choose-best-n88-platform__faq-item[open] .page-blog-how-to-choose-best-n88-platform__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-choose-best-n88-platform__faq-answer {
  padding: 0 25px 18px;
  font-size: 0.95em;
  color: #f0f0f0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-how-to-choose-best-n88-platform__hero-content {
    padding: 0 15px;
  }
  .page-blog-how-to-choose-best-n88-platform__image-text-block {
    flex-direction: column;
    text-align: center;
  }
  .page-blog-how-to-choose-best-n88-platform__image-text-block--reverse {
    flex-direction: column;
  }
  .page-blog-how-to-choose-best-n88-platform__content-image {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-choose-best-n88-platform__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }
  .page-blog-how-to-choose-best-n88-platform__section-title {
    font-size: 1.8em;
  }
  .page-blog-how-to-choose-best-n88-platform__sub-title {
    font-size: 1.5em;
  }
  .page-blog-how-to-choose-best-n88-platform__cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .page-blog-how-to-choose-best-n88-platform__btn-primary,
  .page-blog-how-to-choose-best-n88-platform__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
  }
  
  /* Mobile responsive images */
  .page-blog-how-to-choose-best-n88-platform img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-how-to-choose-best-n88-platform__hero-image-wrapper,
  .page-blog-how-to-choose-best-n88-platform__image-text-block,
  .page-blog-how-to-choose-best-n88-platform__content-area,
  .page-blog-how-to-choose-best-n88-platform__faq-list,
  .page-blog-how-to-choose-best-n88-platform__section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-blog-how-to-choose-best-n88-platform__hero-section {
    padding-top: 10px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .page-blog-how-to-choose-best-n88-platform__faq-question {
    padding: 15px;
  }
  .page-blog-how-to-choose-best-n88-platform__faq-answer {
    padding: 0 15px 15px;
  }
}