.page-blog-halo88-new-link-features-2024 {
  --primary-color: #2F6BFF;
  --secondary-color: #6FA3FF;
  --text-main: #1F2D3D;
  --text-dark: #000000;
  --background-card: #FFFFFF;
  --background-page: #F4F7FB;
  --border-color: #D6E2FF;
  --glow-color: #A5C4FF;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main); /* Default text color for light backgrounds */
}

.page-blog-halo88-new-link-features-2024__dark-bg {
  background-color: var(--primary-color);
  color: #ffffff; /* White text on dark background */
}

.page-blog-halo88-new-link-features-2024__light-bg {
  background-color: var(--background-page);
  color: var(--text-main); /* Dark text on light background */
}

.page-blog-halo88-new-link-features-2024__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, more at bottom */
  position: relative;
  overflow: hidden;
}

.page-blog-halo88-new-link-features-2024__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 20px; /* Space between image and content */
}

.page-blog-halo88-new-link-features-2024__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.page-blog-halo88-new-link-features-2024__hero-content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 15px;
}

.page-blog-halo88-new-link-features-2024__main-title {
  font-size: clamp(2.2rem, 4vw, 3rem); /* Responsive font size for H1 */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-blog-halo88-new-link-features-2024__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-halo88-new-link-features-2024__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-halo88-new-link-features-2024__btn-primary,
.page-blog-halo88-new-link-features-2024__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-halo88-new-link-features-2024__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.4);
}

.page-blog-halo88-new-link-features-2024__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.6);
  transform: translateY(-2px);
}

.page-blog-halo88-new-link-features-2024__btn-secondary {
  background: var(--background-card);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-blog-halo88-new-link-features-2024__btn-secondary:hover {
  background: var(--primary-color);
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(47, 107, 255, 0.2);
  transform: translateY(-2px);
}

.page-blog-halo88-new-link-features-2024__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: var(--background-page);
}

.page-blog-halo88-new-link-features-2024__container {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-halo88-new-link-features-2024__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--text-dark);
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-halo88-new-link-features-2024__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-halo88-new-link-features-2024__text-block {
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: var(--text-main);
  text-align: justify;
}

.page-blog-halo88-new-link-features-2024__highlight {
  color: var(--primary-color);
  font-weight: 700;
}

.page-blog-halo88-new-link-features-2024__image-wrapper {
  margin: 30px 0;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.page-blog-halo88-new-link-features-2024__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

.page-blog-halo88-new-link-features-2024__feature-list,
.page-blog-halo88-new-link-features-2024__promotion-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-halo88-new-link-features-2024__list-item {
  background-color: var(--background-card);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  color: var(--text-main);
}

.page-blog-halo88-new-link-features-2024__list-item::before {
  content: '✔';
  color: var(--primary-color);
  font-weight: 700;
  margin-right: 10px;
}

.page-blog-halo88-new-link-features-2024__btn-inline {
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-halo88-new-link-features-2024__app-download-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
  flex-wrap: wrap;
}

.page-blog-halo88-new-link-features-2024__faq-list {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-halo88-new-link-features-2024__faq-item {
  background-color: var(--background-card);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.page-blog-halo88-new-link-features-2024__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: 600;
  color: var(--text-main);
  font-size: 1.1rem;
  background-color: #f9f9f9;
  border-bottom: 1px solid var(--border-color);
}

.page-blog-halo88-new-link-features-2024__faq-item[open] .page-blog-halo88-new-link-features-2024__faq-question {
  background-color: var(--primary-color);
  color: #ffffff;
  border-bottom: none;
}

.page-blog-halo88-new-link-features-2024__faq-item[open] .page-blog-halo88-new-link-features-2024__faq-toggle {
  color: #ffffff;
}

.page-blog-halo88-new-link-features-2024__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: var(--primary-color);
}

.page-blog-halo88-new-link-features-2024__faq-item[open] .page-blog-halo88-new-link-features-2024__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-halo88-new-link-features-2024__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1rem;
  color: var(--text-main);
  background-color: var(--background-card);
}

.page-blog-halo88-new-link-features-2024__faq-answer p {
  margin-bottom: 0;
}

.page-blog-halo88-new-link-features-2024__faq-item details > summary {
  list-style: none;
}

.page-blog-halo88-new-link-features-2024__faq-item details > summary::-webkit-details-marker {
  display: none;
}

.page-blog-halo88-new-link-features-2024__cta-footer {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

.page-blog-halo88-new-link-features-2024__meta-info {
  font-size: 0.9rem;
  color: #666;
  text-align: right;
  margin-top: 30px;
  border-top: 1px dashed #eee;
  padding-top: 15px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-halo88-new-link-features-2024__hero-content {
    max-width: 800px;
  }
  .page-blog-halo88-new-link-features-2024__container {
    max-width: 760px;
  }
}

@media (max-width: 768px) {
  .page-blog-halo88-new-link-features-2024 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-halo88-new-link-features-2024__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-halo88-new-link-features-2024__hero-image-wrapper,
  .page-blog-halo88-new-link-features-2024__image-wrapper,
  .page-blog-halo88-new-link-features-2024__container,
  .page-blog-halo88-new-link-features-2024__content-area,
  .page-blog-halo88-new-link-features-2024__cta-buttons,
  .page-blog-halo88-new-link-features-2024__app-download-cta,
  .page-blog-halo88-new-link-features-2024__faq-list,
  .page-blog-halo88-new-link-features-2024__cta-footer {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-halo88-new-link-features-2024__hero-image,
  .page-blog-halo88-new-link-features-2024__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-halo88-new-link-features-2024__main-title {
    font-size: 2rem;
  }

  .page-blog-halo88-new-link-features-2024__hero-description {
    font-size: 1rem;
  }

  .page-blog-halo88-new-link-features-2024__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-halo88-new-link-features-2024__btn-primary,
  .page-blog-halo88-new-link-features-2024__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 15px 20px;
    font-size: 1.05rem;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-halo88-new-link-features-2024__section-title {
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 25px;
  }

  .page-blog-halo88-new-link-features-2024__sub-title {
    font-size: 1.3rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-halo88-new-link-features-2024__list-item {
    padding: 12px 15px;
    font-size: 0.95rem;
  }

  .page-blog-halo88-new-link-features-2024__app-download-cta {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-halo88-new-link-features-2024__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-halo88-new-link-features-2024__faq-answer {
    padding: 10px 20px 15px;
  }

  .page-blog-halo88-new-link-features-2024__btn-inline {
    width: 100%;
    max-width: 100%;
  }
}