.page-blog-hbet-official-platform-security {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: #ffffff;
}

.page-blog-hbet-official-platform-security__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  background-color: #f0f8ff; /* Light background for hero section */
  overflow: hidden;
}

.page-blog-hbet-official-platform-security__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.page-blog-hbet-official-platform-security__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.page-blog-hbet-official-platform-security__hero-content {
  max-width: 900px;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-hbet-official-platform-security__main-title {
  font-size: clamp(2em, 4vw, 3.2em); /* Responsive font size for H1 */
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-hbet-official-platform-security__subtitle {
  font-size: clamp(1em, 2vw, 1.3em);
  color: #555555;
  margin-bottom: 30px;
}

.page-blog-hbet-official-platform-security__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  border-radius: 8px;
  margin-top: -40px; /* Overlap with hero section slightly */
  position: relative;
  z-index: 2;
}

.page-blog-hbet-official-platform-security__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 600;
  text-align: center;
}

.page-blog-hbet-official-platform-security__sub-title {
  font-size: clamp(1.3em, 2.5vw, 1.8em);
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-hbet-official-platform-security__paragraph {
  font-size: 1em;
  color: #333333;
  margin-bottom: 1em;
  text-align: justify;
}

.page-blog-hbet-official-platform-security__btn-primary,
.page-blog-hbet-official-platform-security__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin: 10px;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-hbet-official-platform-security__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-hbet-official-platform-security__btn-primary:hover {
  background-color: #1a7eb3;
  border-color: #1a7eb3;
}

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

.page-blog-hbet-official-platform-security__btn-secondary:hover {
  background-color: #e0f2f7;
  color: #1a7eb3;
}

.page-blog-hbet-official-platform-security__image-text-block,
.page-blog-hbet-official-platform-security__text-image-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-hbet-official-platform-security__image-text-block .page-blog-hbet-official-platform-security__content-image {
  flex: 1 1 45%;
  min-width: 300px;
}

.page-blog-hbet-official-platform-security__text-image-block .page-blog-hbet-official-platform-security__content-image {
  flex: 1 1 45%;
  min-width: 300px;
  order: 2; /* Image on right for text-image block */
}

.page-blog-hbet-official-platform-security__text-image-block .page-blog-hbet-official-platform-security__text-content {
  order: 1;
}

.page-blog-hbet-official-platform-security__text-content {
  flex: 1 1 50%;
}

.page-blog-hbet-official-platform-security__content-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.page-blog-hbet-official-platform-security__commitment-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-hbet-official-platform-security__commitment-item {
  background-color: #f7f7f7;
  border-left: 5px solid #26A9E0;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 1.05em;
  color: #333333;
}

.page-blog-hbet-official-platform-security__faq-list {
  margin-top: 30px;
}

.page-blog-hbet-official-platform-security__faq-item {
  background-color: #f7f7f7;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.page-blog-hbet-official-platform-security__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: #26A9E0;
  cursor: pointer;
  list-style: none; /* For details summary */
}

.page-blog-hbet-official-platform-security__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for details summary */
}

.page-blog-hbet-official-platform-security__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-blog-hbet-official-platform-security__faq-answer {
  padding: 0 25px 18px;
  font-size: 1em;
  color: #555555;
  overflow: hidden;
  max-height: 0; /* For JS based accordion */
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-blog-hbet-official-platform-security__faq-item[open] .page-blog-hbet-official-platform-security__faq-answer {
  max-height: 2000px; /* Ample height for content */
  padding-top: 10px;
}

.page-blog-hbet-official-platform-security__faq-item.active .page-blog-hbet-official-platform-security__faq-answer {
  max-height: 2000px !important;
  padding-top: 10px;
}

.page-blog-hbet-official-platform-security__cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .page-blog-hbet-official-platform-security__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-hbet-official-platform-security__main-title {
    font-size: clamp(1.8em, 5vw, 2.8em);
  }

  .page-blog-hbet-official-platform-security__subtitle {
    font-size: clamp(0.9em, 2.5vw, 1.2em);
  }

  .page-blog-hbet-official-platform-security__content-area {
    padding: 30px 15px;
  }

  .page-blog-hbet-official-platform-security__section-title {
    font-size: clamp(1.5em, 4vw, 2em);
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-hbet-official-platform-security__sub-title {
    font-size: clamp(1.2em, 3vw, 1.6em);
    margin-top: 25px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .page-blog-hbet-official-platform-security__hero-section {
    padding: 10px 15px 30px;
  }

  .page-blog-hbet-official-platform-security__image-text-block,
  .page-blog-hbet-official-platform-security__text-image-block {
    flex-direction: column;
    gap: 20px;
  }

  .page-blog-hbet-official-platform-security__text-image-block .page-blog-hbet-official-platform-security__content-image {
    order: initial; /* Reset order for mobile */
  }

  .page-blog-hbet-official-platform-security__text-image-block .page-blog-hbet-official-platform-security__text-content {
    order: initial;
  }

  .page-blog-hbet-official-platform-security__hero-image-wrapper,
  .page-blog-hbet-official-platform-security__content-image,
  .page-blog-hbet-official-platform-security__section,
  .page-blog-hbet-official-platform-security__card,
  .page-blog-hbet-official-platform-security__container,
  .page-blog-hbet-official-platform-security__image-text-block,
  .page-blog-hbet-official-platform-security__text-image-block,
  .page-blog-hbet-official-platform-security__cta-group {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-hbet-official-platform-security img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-hbet-official-platform-security__btn-primary,
  .page-blog-hbet-official-platform-security__btn-secondary,
  .page-blog-hbet-official-platform-security a[class*="button"],
  .page-blog-hbet-official-platform-security 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: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-hbet-official-platform-security__cta-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-hbet-official-platform-security__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-hbet-official-platform-security__faq-answer {
    padding: 0 20px 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-hbet-official-platform-security__main-title {
    font-size: clamp(1.5em, 6vw, 2.2em);
  }

  .page-blog-hbet-official-platform-security__subtitle {
    font-size: clamp(0.85em, 3.5vw, 1em);
  }

  .page-blog-hbet-official-platform-security__section-title {
    font-size: clamp(1.3em, 5vw, 1.8em);
  }

  .page-blog-hbet-official-platform-security__sub-title {
    font-size: clamp(1.1em, 4vw, 1.4em);
  }

  .page-blog-hbet-official-platform-security__paragraph {
    font-size: 0.95em;
  }

  .page-blog-hbet-official-platform-security__btn-primary,
  .page-blog-hbet-official-platform-security__btn-secondary {
    padding: 10px 20px;
  }
}