.page-blog-why-99jili-best-choice {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #F3F3F3;
}

.page-blog-why-99jili-best-choice__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-why-99jili-best-choice__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  padding-top: 10px; /* Small top padding for visual spacing */
}

.page-blog-why-99jili-best-choice__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7);
}

.page-blog-why-99jili-best-choice__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 90%;
  padding: 20px;
}

.page-blog-why-99jili-best-choice__hero-title {
  font-size: clamp(1.8rem, 5vw, 3.5rem);
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-why-99jili-best-choice__hero-description {
  font-size: clamp(1rem, 2vw, 1.5rem);
  margin-bottom: 20px;
  color: #f0f0f0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-blog-why-99jili-best-choice__hero-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-why-99jili-best-choice__btn-primary,
.page-blog-why-99jili-best-choice__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-why-99jili-best-choice__btn-primary {
  background-color: #1266EC;
  color: #ffffff;
  border: 2px solid #1266EC;
}

.page-blog-why-99jili-best-choice__btn-primary:hover {
  background-color: #0d4fa4;
  border-color: #0d4fa4;
}

.page-blog-why-99jili-best-choice__btn-secondary {
  background-color: #E5EEFD;
  color: #1266EC;
  border: 2px solid #E5EEFD;
}

.page-blog-why-99jili-best-choice__btn-secondary:hover {
  background-color: #cddffb;
  border-color: #cddffb;
}

.page-blog-why-99jili-best-choice__section-title {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  color: #025BE8;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-why-99jili-best-choice__text-block {
  font-size: 1.1rem;
  margin-bottom: 25px;
  text-align: justify;
}

.page-blog-why-99jili-best-choice__introduction-section,
.page-blog-why-99jili-best-choice__features-section,
.page-blog-why-99jili-best-choice__bonuses-section,
.page-blog-why-99jili-best-choice__accessibility-section,
.page-blog-why-99jili-best-choice__faq-section,
.page-blog-why-99jili-best-choice__conclusion-section {
  padding: 60px 0;
}

.page-blog-why-99jili-best-choice__dark-bg {
  background-color: #191E2D;
  color: #ffffff;
}

.page-blog-why-99jili-best-choice__dark-bg .page-blog-why-99jili-best-choice__section-title {
  color: #ffffff;
}

.page-blog-why-99jili-best-choice__light-bg {
  background-color: #F3F3F3;
  color: #333333;
}

.page-blog-why-99jili-best-choice__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  margin-bottom: 30px;
  object-fit: cover;
}

.page-blog-why-99jili-best-choice__feature-grid,
.page-blog-why-99jili-best-choice__bonus-grid,
.page-blog-why-99jili-best-choice__accessibility-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-why-99jili-best-choice__feature-card,
.page-blog-why-99jili-best-choice__bonus-card,
.page-blog-why-99jili-best-choice__accessibility-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #333333;
}

.page-blog-why-99jili-best-choice__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}

.page-blog-why-99jili-best-choice__card-title {
  font-size: 1.4rem;
  color: #025BE8;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-why-99jili-best-choice__card-description {
  font-size: 0.95rem;
  margin-bottom: 15px;
  flex-grow: 1;
}

.page-blog-why-99jili-best-choice__btn-text {
  display: inline-block;
  color: #025BE8;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  transition: color 0.3s ease;
}

.page-blog-why-99jili-best-choice__btn-text:hover {
  color: #1266EC;
}

.page-blog-why-99jili-best-choice__security-list,
.page-blog-why-99jili-best-choice__support-channels {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  text-align: left;
}

.page-blog-why-99jili-best-choice__security-list li,
.page-blog-why-99jili-best-choice__support-channels li {
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
  padding: 15px;
  border-left: 5px solid #025BE8;
  border-radius: 5px;
  font-size: 1.1rem;
}

.page-blog-why-99jili-best-choice__security-list li strong,
.page-blog-why-99jili-best-choice__support-channels li strong {
  color: #ffffff;
}

.page-blog-why-99jili-best-choice__cta-center {
  text-align: center;
  margin-top: 40px;
}

.page-blog-why-99jili-best-choice__faq-list {
  margin-top: 30px;
}

.page-blog-why-99jili-best-choice__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-blog-why-99jili-best-choice__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  font-size: 1.15rem;
  font-weight: bold;
  cursor: pointer;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
  color: #025BE8;
}

.page-blog-why-99jili-best-choice__faq-item[open] .page-blog-why-99jili-best-choice__faq-question {
  border-bottom: 1px solid #025BE8;
}

.page-blog-why-99jili-best-choice__faq-qtext {
  flex-grow: 1;
  text-align: left;
}

.page-blog-why-99jili-best-choice__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #025BE8;
}

.page-blog-why-99jili-best-choice__faq-answer {
  padding: 15px 20px;
  font-size: 1rem;
  text-align: left;
  color: #404040;
}

.page-blog-why-99jili-best-choice__faq-answer p {
  margin: 0;
}

/* Ensure all images are responsive */
.page-blog-why-99jili-best-choice img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-why-99jili-best-choice__container {
    padding: 15px;
  }

  .page-blog-why-99jili-best-choice__hero-title {
    font-size: 2rem;
  }

  .page-blog-why-99jili-best-choice__hero-description {
    font-size: 1rem;
  }

  .page-blog-why-99jili-best-choice__hero-cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-why-99jili-best-choice__btn-primary,
  .page-blog-why-99jili-best-choice__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 15px;
  }

  .page-blog-why-99jili-best-choice__section-title {
    font-size: 1.8rem;
  }

  .page-blog-why-99jili-best-choice__text-block {
    font-size: 1rem;
  }

  .page-blog-why-99jili-best-choice__introduction-section,
  .page-blog-why-99jili-best-choice__features-section,
  .page-blog-why-99jili-best-choice__bonuses-section,
  .page-blog-why-99jili-best-choice__accessibility-section,
  .page-blog-why-99jili-best-choice__faq-section,
  .page-blog-why-99jili-best-choice__conclusion-section {
    padding: 40px 0;
  }

  .page-blog-why-99jili-best-choice__feature-grid,
  .page-blog-why-99jili-best-choice__bonus-grid,
  .page-blog-why-99jili-best-choice__accessibility-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-why-99jili-best-choice__card-image {
    height: 180px;
  }

  .page-blog-why-99jili-best-choice__card-title {
    font-size: 1.2rem;
  }

  .page-blog-why-99jili-best-choice__card-description {
    font-size: 0.9rem;
  }

  .page-blog-why-99jili-best-choice__security-list li,
  .page-blog-why-99jili-best-choice__support-channels li {
    font-size: 1rem;
    padding: 12px;
  }

  .page-blog-why-99jili-best-choice__faq-question {
    font-size: 1rem;
    padding: 15px;
  }

  .page-blog-why-99jili-best-choice__faq-answer {
    font-size: 0.95rem;
    padding: 10px 15px;
  }

  .page-blog-why-99jili-best-choice img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-blog-why-99jili-best-choice__section,
  .page-blog-why-99jili-best-choice__card,
  .page-blog-why-99jili-best-choice__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-why-99jili-best-choice__hero-cta-buttons,
  .page-blog-why-99jili-best-choice__cta-center {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-why-99jili-best-choice__hero-cta-buttons .page-blog-why-99jili-best-choice__btn-primary,
  .page-blog-why-99jili-best-choice__hero-cta-buttons .page-blog-why-99jili-best-choice__btn-secondary,
  .page-blog-why-99jili-best-choice__cta-center .page-blog-why-99jili-best-choice__btn-primary,
  .page-blog-why-99jili-best-choice__cta-center .page-blog-why-99jili-best-choice__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
}