/* style/blog-how-to-download-jn88-android-apk.css */

:root {
  --primary-color: #113B7A;
  --secondary-color: #1D5FD1;
  --button-gradient: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  --card-bg: #10233F;
  --text-main: #F3F8FF;
  --text-secondary: #AFC4E8;
  --border-color: #244D84;
  --glow-color: #4FA8FF;
  --gold-color: #F2C14E;
  --divider-color: #1B3357;
  --deep-navy-color: #08162B;
}

.page-blog-how-to-download-jn88-android-apk {
  font-family: 'Roboto', sans-serif;
  color: var(--text-main);
  background-color: var(--deep-navy-color); /* Assuming body background is deep navy */
  line-height: 1.6;
}

.page-blog-how-to-download-jn88-android-apk h1, 
.page-blog-how-to-download-jn88-android-apk h2, 
.page-blog-how-to-download-jn88-android-apk h3 {
  color: var(--text-main);
  font-weight: 700;
  margin-bottom: 20px;
}

.page-blog-how-to-download-jn88-android-apk h1 {
  font-size: clamp(28px, 4vw, 48px);
  text-align: center;
}

.page-blog-how-to-download-jn88-android-apk h2 {
  font-size: clamp(24px, 3.5vw, 40px);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.page-blog-how-to-download-jn88-android-apk h3 {
  font-size: clamp(20px, 2.5vw, 28px);
}

.page-blog-how-to-download-jn88-android-apk p {
  margin-bottom: 15px;
  color: var(--text-secondary);
}

.page-blog-how-to-download-jn88-android-apk ul {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-secondary);
}

.page-blog-how-to-download-jn88-android-apk ul li {
  margin-bottom: 10px;
}

.page-blog-how-to-download-jn88-android-apk__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* HERO Section */
.page-blog-how-to-download-jn88-android-apk__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: var(--deep-navy-color);
  overflow: hidden;
}

.page-blog-how-to-download-jn88-android-apk__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-blog-how-to-download-jn88-android-apk__hero-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-download-jn88-android-apk__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-download-jn88-android-apk__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 0 15px;
}

.page-blog-how-to-download-jn88-android-apk__hero-content p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.8;
}

.page-blog-how-to-download-jn88-android-apk__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--button-gradient);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-blog-how-to-download-jn88-android-apk__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-download-jn88-android-apk__cta-button--small {
  padding: 12px 30px;
  font-size: 16px;
  margin-top: 20px;
}

/* Features Grid */
.page-blog-how-to-download-jn88-android-apk__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-download-jn88-android-apk__feature-card {
  background: var(--card-bg);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-color);
  transition: transform 0.3s ease;
}

.page-blog-how-to-download-jn88-android-apk__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-download-jn88-android-apk__feature-card h3 {
  color: var(--gold-color);
  margin-bottom: 15px;
  text-align: left;
}

/* Step-by-step Guide */
.page-blog-how-to-download-jn88-android-apk__step-by-step {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.page-blog-how-to-download-jn88-android-apk__step-item {
  background: var(--card-bg);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-blog-how-to-download-jn88-android-apk__step-number {
  font-size: 36px;
  font-weight: bold;
  color: var(--gold-color);
  margin-bottom: 15px;
  background: var(--primary-color);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-download-jn88-android-apk__step-item img {
  width: 100%;
  height: auto;
  max-width: 800px;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  object-fit: cover;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Troubleshooting */
.page-blog-how-to-download-jn88-android-apk__issue-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-download-jn88-android-apk__issue-card {
  background: var(--card-bg);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-color);
}

.page-blog-how-to-download-jn88-android-apk__issue-card h3 {
  color: var(--gold-color);
  margin-bottom: 10px;
  text-align: left;
}

/* Benefits Section */
.page-blog-how-to-download-jn88-android-apk__benefits-section img {
  width: 100%;
  height: auto;
  max-width: 1000px;
  border-radius: 12px;
  margin-top: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

/* Game Categories */
.page-blog-how-to-download-jn88-android-apk__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-blog-how-to-download-jn88-android-apk__game-card {
  background: var(--card-bg);
  padding: 25px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-blog-how-to-download-jn88-android-apk__game-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-download-jn88-android-apk__game-card h3 {
  color: var(--gold-color);
  margin-bottom: 10px;
  text-align: left;
}

/* FAQ Section */
details.page-blog-how-to-download-jn88-android-apk__faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  background: var(--card-bg);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

details.page-blog-how-to-download-jn88-android-apk__faq-item summary.page-blog-how-to-download-jn88-android-apk__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-download-jn88-android-apk__faq-item summary.page-blog-how-to-download-jn88-android-apk__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-how-to-download-jn88-android-apk__faq-item summary.page-blog-how-to-download-jn88-android-apk__faq-question:hover {
  background: rgba(var(--primary-color), 0.2);
}

.page-blog-how-to-download-jn88-android-apk__faq-qtext {
  flex: 1;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: var(--text-main);
}

.page-blog-how-to-download-jn88-android-apk__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: var(--gold-color);
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px;
  text-align: center;
}

details.page-blog-how-to-download-jn88-android-apk__faq-item .page-blog-how-to-download-jn88-android-apk__faq-answer {
  padding: 0 25px 25px;
  background: rgba(var(--primary-color), 0.1);
  border-radius: 0 0 10px 10px;
  color: var(--text-secondary);
}

/* General Section Styling */
.page-blog-how-to-download-jn88-android-apk__introduction-section,
.page-blog-how-to-download-jn88-android-apk__why-choose-section,
.page-blog-how-to-download-jn88-android-apk__download-guide-section,
.page-blog-how-to-download-jn88-android-apk__troubleshooting-section,
.page-blog-how-to-download-jn88-android-apk__benefits-section,
.page-blog-how-to-download-jn88-android-apk__security-section,
.page-blog-how-to-download-jn88-android-apk__games-section,
.page-blog-how-to-download-jn88-android-apk__promotions-section,
.page-blog-how-to-download-jn88-android-apk__faq-section,
.page-blog-how-to-download-jn88-android-apk__conclusion-section {
  padding: 60px 0;
  position: relative;
  z-index: 0;
}

.page-blog-how-to-download-jn88-android-apk__introduction-section h2,
.page-blog-how-to-download-jn88-android-apk__why-choose-section h2,
.page-blog-how-to-download-jn88-android-apk__download-guide-section h2,
.page-blog-how-to-download-jn88-android-apk__troubleshooting-section h2,
.page-blog-how-to-download-jn88-android-apk__benefits-section h2,
.page-blog-how-to-download-jn88-android-apk__security-section h2,
.page-blog-how-to-download-jn88-android-apk__games-section h2,
.page-blog-how-to-download-jn88-android-apk__promotions-section h2,
.page-blog-how-to-download-jn88-android-apk__faq-section h2,
.page-blog-how-to-download-jn88-android-apk__conclusion-section h2 {
  margin-bottom: 40px;
}

.page-blog-how-to-download-jn88-android-apk__conclusion-section .page-blog-how-to-download-jn88-android-apk__cta-button {
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-how-to-download-jn88-android-apk__hero-content p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-download-jn88-android-apk h1 {
    font-size: clamp(24px, 6vw, 36px);
  }

  .page-blog-how-to-download-jn88-android-apk h2 {
    font-size: clamp(22px, 5vw, 32px);
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-how-to-download-jn88-android-apk h3 {
    font-size: clamp(18px, 4vw, 24px);
  }

  .page-blog-how-to-download-jn88-android-apk__container {
    padding: 30px 15px;
  }

  .page-blog-how-to-download-jn88-android-apk__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-how-to-download-jn88-android-apk__hero-image {
    margin-bottom: 20px;
  }

  .page-blog-how-to-download-jn88-android-apk__hero-content p {
    font-size: 15px;
  }

  .page-blog-how-to-download-jn88-android-apk__cta-button {
    padding: 12px 25px;
    font-size: 16px;
    margin-top: 20px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-how-to-download-jn88-android-apk__cta-button--small {
    padding: 10px 20px;
    font-size: 14px;
  }

  .page-blog-how-to-download-jn88-android-apk__features-grid,
  .page-blog-how-to-download-jn88-android-apk__issue-list,
  .page-blog-how-to-download-jn88-android-apk__game-categories {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-how-to-download-jn88-android-apk__step-by-step {
    gap: 30px;
  }

  .page-blog-how-to-download-jn88-android-apk__step-item {
    padding: 25px;
  }

  .page-blog-how-to-download-jn88-android-apk__step-number {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }

  .page-blog-how-to-download-jn88-android-apk__introduction-section,
  .page-blog-how-to-download-jn88-android-apk__why-choose-section,
  .page-blog-how-to-download-jn88-android-apk__download-guide-section,
  .page-blog-how-to-download-jn88-android-apk__troubleshooting-section,
  .page-blog-how-to-download-jn88-android-apk__benefits-section,
  .page-blog-how-to-download-jn88-android-apk__security-section,
  .page-blog-how-to-download-jn88-android-apk__games-section,
  .page-blog-how-to-download-jn88-android-apk__promotions-section,
  .page-blog-how-to-download-jn88-android-apk__faq-section,
  .page-blog-how-to-download-jn88-android-apk__conclusion-section {
    padding: 40px 0;
  }

  .page-blog-how-to-download-jn88-android-apk img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-blog-how-to-download-jn88-android-apk__section,
  .page-blog-how-to-download-jn88-android-apk__card,
  .page-blog-how-to-download-jn88-android-apk__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  details.page-blog-how-to-download-jn88-android-apk__faq-item summary.page-blog-how-to-download-jn88-android-apk__faq-question { padding: 15px; }
  .page-blog-how-to-download-jn88-android-apk__faq-qtext { font-size: 15px; }
  details.page-blog-how-to-download-jn88-android-apk__faq-item .page-blog-how-to-download-jn88-android-apk__faq-answer { padding: 0 15px 15px; }
}