/* style/blog-safe-access-hi88pro-new-link.css */

/* Base styles for the page, ensuring light text on dark body background */
.page-blog-safe-access-hi88pro-new-link {
  color: #ffffff; /* Light text for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-safe-access-hi88pro-new-link__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-safe-access-hi88pro-new-link__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 60px 0; /* Minimal top padding, rely on body for header offset */
  background-color: rgba(0, 0, 0, 0.7); /* Dark overlay for text readability */
  overflow: hidden;
}

.page-blog-safe-access-hi88pro-new-link__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-blog-safe-access-hi88pro-new-link__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-safe-access-hi88pro-new-link__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background for text */
  border-radius: 8px;
  margin-top: 80px;
}

.page-blog-safe-access-hi88pro-new-link__main-title {
  color: #26A9E0;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.page-blog-safe-access-hi88pro-new-link__intro-text {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-safe-access-hi88pro-new-link__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

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

.page-blog-safe-access-hi88pro-new-link__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-safe-access-hi88pro-new-link__btn-primary:hover {
  background-color: #1a7bbd;
  border-color: #1a7bbd;
}

.page-blog-safe-access-hi88pro-new-link__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-safe-access-hi88pro-new-link__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

/* Content Sections */
.page-blog-safe-access-hi88pro-new-link__content-section {
  padding: 60px 0;
  background-color: #1a1a1a; /* Dark background for content sections */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-safe-access-hi88pro-new-link__content-section:last-of-type {
  border-bottom: none;
}

.page-blog-safe-access-hi88pro-new-link__section-title {
  font-size: 2.2em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-safe-access-hi88pro-new-link__text-block {
  font-size: 1.05em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-blog-safe-access-hi88pro-new-link__text-block p,
.page-blog-safe-access-hi88pro-new-link__text-block ul,
.page-blog-safe-access-hi88pro-new-link__text-block ol {
  margin-bottom: 15px;
}

.page-blog-safe-access-hi88pro-new-link__text-block ul li,
.page-blog-safe-access-hi88pro-new-link__text-block ol li {
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
}

.page-blog-safe-access-hi88pro-new-link__text-block ul li::before {
  content: '•';
  color: #26A9E0;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-blog-safe-access-hi88pro-new-link__text-block ol li::before {
  content: counter(list-item) '.';
  color: #26A9E0;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-blog-safe-access-hi88pro-new-link__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-blog-safe-access-hi88pro-new-link__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}

.page-blog-safe-access-hi88pro-new-link__cta-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* Video Section */
.page-blog-safe-access-hi88pro-new-link__video-section {
  padding: 10px 0 60px 0; /* Minimal top padding */
  background-color: #1a1a1a;
  text-align: center;
}

.page-blog-safe-access-hi88pro-new-link__video-description {
  color: #f0f0f0;
  margin-bottom: 30px;
  font-size: 1.1em;
}

.page-blog-safe-access-hi88pro-new-link__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 0 auto;
  border-radius: 8px;
}

.page-blog-safe-access-hi88pro-new-link__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  cursor: pointer;
}

/* FAQ Section */
.page-blog-safe-access-hi88pro-new-link__faq-list {
  margin-top: 30px;
}

.page-blog-safe-access-hi88pro-new-link__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.page-blog-safe-access-hi88pro-new-link__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-safe-access-hi88pro-new-link__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-safe-access-hi88pro-new-link__faq-item[open] > .page-blog-safe-access-hi88pro-new-link__faq-question {
  background-color: #26A9E0;
  border-bottom-color: #26A9E0;
}

.page-blog-safe-access-hi88pro-new-link__faq-qtext {
  flex-grow: 1;
}

.page-blog-safe-access-hi88pro-new-link__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-safe-access-hi88pro-new-link__faq-item[open] .page-blog-safe-access-hi88pro-new-link__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-safe-access-hi88pro-new-link__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: #f0f0f0;
  background-color: rgba(255, 255, 255, 0.03);
}

/* Conclusion Section */
.page-blog-safe-access-hi88pro-new-link__conclusion-section {
  text-align: center;
  padding-bottom: 80px;
}

.page-blog-safe-access-hi88pro-new-link__conclusion-text {
  font-size: 1.1em;
  color: #f0f0f0;
  margin-bottom: 40px;
}

/* Global image reset for content area */
.page-blog-safe-access-hi88pro-new-link img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-safe-access-hi88pro-new-link {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-safe-access-hi88pro-new-link__hero-content {
    padding: 30px 15px;
    margin-top: 40px;
  }

  .page-blog-safe-access-hi88pro-new-link__main-title {
    font-size: 2em;
  }

  .page-blog-safe-access-hi88pro-new-link__intro-text {
    font-size: 1em;
  }

  .page-blog-safe-access-hi88pro-new-link__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-safe-access-hi88pro-new-link__btn-primary,
  .page-blog-safe-access-hi88pro-new-link__btn-secondary {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-safe-access-hi88pro-new-link__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-safe-access-hi88pro-new-link__content-section {
    padding: 40px 0;
  }

  .page-blog-safe-access-hi88pro-new-link__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-safe-access-hi88pro-new-link img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-safe-access-hi88pro-new-link__video-section {
    padding-top: 10px !important; /* body handles header offset */
    padding-bottom: 40px;
  }

  .page-blog-safe-access-hi88pro-new-link__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-safe-access-hi88pro-new-link__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-safe-access-hi88pro-new-link__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-safe-access-hi88pro-new-link__faq-answer {
    padding: 15px 20px;
  }

  .page-blog-safe-access-hi88pro-new-link__text-block {
    font-size: 0.95em;
  }
}

/* Desktop video container width */
.page-blog-safe-access-hi88pro-new-link__video-container {
  width: 100%;
}