.page-blog-how-to-access-jb88-securely {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F3F8FF; /* Text Main for dark body background */
  background-color: transparent; /* Body background is handled by shared.css */
}

.page-blog-how-to-access-jb88-securely__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-access-jb88-securely__section-title {
  font-size: 36px;
  font-weight: bold;
  color: #F3F8FF;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-how-to-access-jb88-securely__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #1D5FD1;
  border-radius: 2px;
}

.page-blog-how-to-access-jb88-securely__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #08162B;
}

.page-blog-how-to-access-jb88-securely__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%; /* For flex item */
}

.page-blog-how-to-access-jb88-securely__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-blog-how-to-access-jb88-securely__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #244D84;
}

.page-blog-how-to-access-jb88-securely__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-blog-how-to-access-jb88-securely__hero-content h1 {
  font-size: 48px;
  color: #F3F8FF;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-how-to-access-jb88-securely__intro-text {
  font-size: 18px;
  color: #AFC4E8;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-access-jb88-securely__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-access-jb88-securely__cta-button:hover {
  background: linear-gradient(180deg, #1144A6 0%, #2B73F6 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-how-to-access-jb88-securely__cta-button--secondary {
  background: transparent;
  border: 2px solid #1D5FD1;
  color: #F3F8FF;
  margin-left: 20px;
}

.page-blog-how-to-access-jb88-securely__cta-button--secondary:hover {
  background: #1D5FD1;
  color: #ffffff;
}

.page-blog-how-to-access-jb88-securely__cta-button--small {
  padding: 10px 25px;
  font-size: 16px;
  margin-top: 15px;
}

.page-blog-how-to-access-jb88-securely__cta-button--large {
  padding: 20px 60px;
  font-size: 22px;
  margin-top: 40px;
}

.page-blog-how-to-access-jb88-securely__content-section {
  padding: 80px 0;
}

.page-blog-how-to-access-jb88-securely__dark-bg {
  background-color: #08162B;
}

.page-blog-how-to-access-jb88-securely__card {
  background-color: #10233F;
  border: 1px solid #244D84;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: #F3F8FF;
}

.page-blog-how-to-access-jb88-securely__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-access-jb88-securely__feature-item {
  text-align: center;
}

.page-blog-how-to-access-jb88-securely__feature-item img {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #244D84;
}

.page-blog-how-to-access-jb88-securely__feature-title {
  font-size: 24px;
  font-weight: bold;
  color: #F3F8FF;
  margin-bottom: 15px;
}

.page-blog-how-to-access-jb88-securely__method-card {
  margin-bottom: 40px;
  text-align: center;
}

.page-blog-how-to-access-jb88-securely__method-card img {
  width: 100%;
  height: auto;
  max-width: 600px;
  margin: 20px auto;
  display: block;
  border-radius: 8px;
  border: 1px solid #244D84;
}

.page-blog-how-to-access-jb88-securely__method-title {
  font-size: 28px;
  font-weight: bold;
  color: #F3F8FF;
  margin-bottom: 20px;
}

.page-blog-how-to-access-jb88-securely__list {
  list-style: none;
  padding: 0;
  margin: 20px auto;
  max-width: 700px;
  text-align: left;
}

.page-blog-how-to-access-jb88-securely__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #AFC4E8;
}

.page-blog-how-to-access-jb88-securely__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #4FA8FF;
  font-weight: bold;
}

.page-blog-how-to-access-jb88-securely__security-tips {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-access-jb88-securely__tip-item {
  text-align: left;
}

.page-blog-how-to-access-jb88-securely__tip-title {
  font-size: 22px;
  font-weight: bold;
  color: #F3F8FF;
  margin-bottom: 10px;
}

.page-blog-how-to-access-jb88-securely__benefits-list {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  max-width: 800px;
  text-align: left;
}

.page-blog-how-to-access-jb88-securely__benefits-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  font-size: 17px;
  color: #F3F8FF;
}

.page-blog-how-to-access-jb88-securely__benefits-list li strong {
  color: #4FA8FF;
}

.page-blog-how-to-access-jb88-securely__benefits-list li::before {
  content: '★';
  position: absolute;
  left: 0;
  color: #F2C14E;
  font-size: 20px;
  line-height: 1;
}

.page-blog-how-to-access-jb88-securely__cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.page-blog-how-to-access-jb88-securely__faq-section {
  padding: 80px 0;
  background-color: #08162B;
}

.page-blog-how-to-access-jb88-securely__faq-list {
  max-width: 900px;
  margin: 40px auto 0;
}

details.page-blog-how-to-access-jb88-securely__faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #244D84;
  overflow: hidden;
  background: #10233F;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
details.page-blog-how-to-access-jb88-securely__faq-item summary.page-blog-how-to-access-jb88-securely__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}
details.page-blog-how-to-access-jb88-securely__faq-item summary.page-blog-how-to-access-jb88-securely__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-how-to-access-jb88-securely__faq-item summary.page-blog-how-to-access-jb88-securely__faq-question:hover {
  background: rgba(29, 95, 209, 0.1);
}
.page-blog-how-to-access-jb88-securely__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #F3F8FF;
}
.page-blog-how-to-access-jb88-securely__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #4FA8FF;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-how-to-access-jb88-securely__faq-item .page-blog-how-to-access-jb88-securely__faq-answer {
  padding: 0 25px 20px;
  background: rgba(16, 35, 63, 0.8);
  border-radius: 0 0 10px 10px;
  color: #AFC4E8;
}
.page-blog-how-to-access-jb88-securely__faq-answer p {
  margin-bottom: 0;
}

.page-blog-how-to-access-jb88-securely__final-cta-section {
  padding: 80px 0;
  text-align: center;
  background-color: #113B7A;
  color: #F3F8FF;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-how-to-access-jb88-securely__hero-content h1 {
    font-size: 42px;
  }
  .page-blog-how-to-access-jb88-securely__section-title {
    font-size: 32px;
  }
  .page-blog-how-to-access-jb88-securely__feature-grid,
  .page-blog-how-to-access-jb88-securely__security-tips {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-access-jb88-securely {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-how-to-access-jb88-securely__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-how-to-access-jb88-securely__hero-image img {
    border-radius: 4px;
  }
  .page-blog-how-to-access-jb88-securely__hero-content h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .page-blog-how-to-access-jb88-securely__intro-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .page-blog-how-to-access-jb88-securely__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    margin-top: 15px;
  }
  .page-blog-how-to-access-jb88-securely__cta-button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-blog-how-to-access-jb88-securely__cta-button--large {
    padding: 15px 40px;
    font-size: 18px;
    margin-top: 30px;
  }
  .page-blog-how-to-access-jb88-securely__section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .page-blog-how-to-access-jb88-securely__content-section {
    padding: 50px 0;
  }
  .page-blog-how-to-access-jb88-securely__container {
    padding: 0 15px;
  }
  .page-blog-how-to-access-jb88-securely__feature-grid,
  .page-blog-how-to-access-jb88-securely__security-tips {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-how-to-access-jb88-securely__feature-item img,
  .page-blog-how-to-access-jb88-securely__method-card img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-how-to-access-jb88-securely__card {
    padding: 20px;
  }
  .page-blog-how-to-access-jb88-securely__cta-wrapper {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-how-to-access-jb88-securely__cta-button,
  .page-blog-how-to-access-jb88-securely__btn-primary,
  .page-blog-how-to-access-jb88-securely__btn-secondary,
  .page-blog-how-to-access-jb88-securely a[class*="button"],
  .page-blog-how-to-access-jb88-securely a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-how-to-access-jb88-securely__cta-buttons,
  .page-blog-how-to-access-jb88-securely__button-group,
  .page-blog-how-to-access-jb88-securely__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-blog-how-to-access-jb88-securely__faq-item summary.page-blog-how-to-access-jb88-securely__faq-question {
    padding: 15px;
  }
  .page-blog-how-to-access-jb88-securely__faq-qtext {
    font-size: 16px;
  }
  details.page-blog-how-to-access-jb88-securely__faq-item .page-blog-how-to-access-jb88-securely__faq-answer {
    padding: 0 15px 15px;
  }
}

/* Ensure all images are responsive */
.page-blog-how-to-access-jb88-securely img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Ensure image containers are responsive */
.page-blog-how-to-access-jb88-securely__hero-image,
.page-blog-how-to-access-jb88-securely__feature-item,
.page-blog-how-to-access-jb88-securely__method-card {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}