.page-resources-ji88bet-app-guide {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #F8F9FA;
}

.page-resources-ji88bet-app-guide .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-ji88bet-app-guide .hero-section {
  background: linear-gradient(135deg, #0A2342, #1a3a5e);
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.page-resources-ji88bet-app-guide .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #E0B400;
  font-weight: bold;
}

.page-resources-ji88bet-app-guide .hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-ji88bet-app-guide .hero-actions .btn {
  margin: 0 10px;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  display: inline-block;
}

.page-resources-ji88bet-app-guide .btn-primary {
  background-color: #E0B400;
  color: #0A2342;
  border: 2px solid #E0B400;
}

.page-resources-ji88bet-app-guide .btn-primary:hover {
  background-color: #ffc107;
  transform: translateY(-2px);
}

.page-resources-ji88bet-app-guide .btn-secondary {
  background-color: transparent;
  color: #E0B400;
  border: 2px solid #E0B400;
}

.page-resources-ji88bet-app-guide .btn-secondary:hover {
  background-color: #E0B400;
  color: #0A2342;
  transform: translateY(-2px);
}

.page-resources-ji88bet-app-guide section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-resources-ji88bet-app-guide section:last-of-type {
  border-bottom: none;
}

.page-resources-ji88bet-app-guide .section-title {
  font-size: 2.5em;
  color: #0A2342;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-ji88bet-app-guide .section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #E0B400;
  margin: 10px auto 0;
}

.page-resources-ji88bet-app-guide p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
}

.page-resources-ji88bet-app-guide h3 {
  font-size: 1.8em;
  color: #0A2342;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-ji88bet-app-guide h4 {
  font-size: 1.4em;
  color: #0A2342;
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-resources-ji88bet-app-guide ol, .page-resources-ji88bet-app-guide ul {
  margin-left: 20px;
  margin-bottom: 20px;
  color: #555;
}

.page-resources-ji88bet-app-guide ol li, .page-resources-ji88bet-app-guide ul li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-ji88bet-app-guide .note {
  font-style: italic;
  color: #777;
  text-align: center;
  margin-top: 30px;
}

/* Feature Grid */
.page-resources-ji88bet-app-guide .feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-ji88bet-app-guide .feature-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-resources-ji88bet-app-guide .feature-item:hover {
  transform: translateY(-10px);
}

.page-resources-ji88bet-app-guide .feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-resources-ji88bet-app-guide .feature-item h3 {
  font-size: 1.5em;
  color: #0A2342;
  margin-top: 0;
}

.page-resources-ji88bet-app-guide .feature-item p {
  font-size: 1em;
  color: #666;
}

/* Download Steps */
.page-resources-ji88bet-app-guide .download-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-ji88bet-app-guide .step-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-resources-ji88bet-app-guide .step-card:hover {
  transform: translateY(-10px);
}

.page-resources-ji88bet-app-guide .step-image {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-resources-ji88bet-app-guide .step-card h3 {
  font-size: 1.5em;
  color: #0A2342;
  margin-top: 0;
}

.page-resources-ji88bet-app-guide .step-card p {
  font-size: 1em;
  color: #666;
}

/* Guide Grid (Registration/Login) */
.page-resources-ji88bet-app-guide .guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-ji88bet-app-guide .guide-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-resources-ji88bet-app-guide .guide-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-resources-ji88bet-app-guide .guide-item h3 {
  font-size: 1.6em;
  color: #0A2342;
  margin-top: 0;
}

.page-resources-ji88bet-app-guide .guide-item ol {
  list-style-type: decimal;
  padding-left: 25px;
}

.page-resources-ji88bet-app-guide .guide-item ol li {
  margin-bottom: 10px;
}

/* App Features */
.page-resources-ji88bet-app-guide .feature-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.page-resources-ji88bet-app-guide .feature-list li {
  background-color: #f0f4f7;
  padding: 20px;
  border-left: 5px solid #E0B400;
  border-radius: 5px;
  font-size: 1.1em;
  color: #333;
  transition: background-color 0.3s ease;
}

.page-resources-ji88bet-app-guide .feature-list li:hover {
  background-color: #e6eaf0;
}

.page-resources-ji88bet-app-guide .feature-list li strong {
  color: #0A2342;
}

/* CTA Banner */
.page-resources-ji88bet-app-guide .cta-banner {
  background-color: #0A2342;
  color: #fff;
  border-radius: 10px;
  padding: 40px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-ji88bet-app-guide .cta-banner .banner-image {
  width: 150px;
  height: 150px;
  object-fit: contain;
  flex-shrink: 0;
}

.page-resources-ji88bet-app-guide .cta-banner .banner-content h3 {
  color: #E0B400;
  margin-top: 0;
  font-size: 2em;
}

.page-resources-ji88bet-app-guide .cta-banner .banner-content p {
  color: #f0f0f0;
  margin-bottom: 20px;
}

.page-resources-ji88bet-app-guide .cta-banner .btn {
  background-color: #E0B400;
  color: #0A2342;
  border: none;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-ji88bet-app-guide .cta-banner .btn:hover {
  background-color: #ffc107;
}

/* Deposit/Withdraw */
.page-resources-ji88bet-app-guide .deposit-withdraw-section h3 {
  color: #0A2342;
  margin-top: 30px;
}

/* Responsible Gaming */
.page-resources-ji88bet-app-guide .responsible-gaming-section ul {
  list-style: disc;
  padding-left: 20px;
}

.page-resources-ji88bet-app-guide .responsible-gaming-section li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

/* FAQ Section */
.page-resources-ji88bet-app-guide .faq-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-ji88bet-app-guide .faq-item h3 {
  color: #0A2342;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-ji88bet-app-guide .faq-item p {
  color: #555;
  margin-bottom: 0;
}

/* Final CTA */
.page-resources-ji88bet-app-guide .final-cta-section {
  text-align: center;
  background-color: #0A2342;
  color: #fff;
  padding: 80px 0;
}

.page-resources-ji88bet-app-guide .final-cta-section .section-title {
  color: #E0B400;
}

.page-resources-ji88bet-app-guide .final-cta-section .section-title::after {
  background-color: #E0B400;
}

.page-resources-ji88bet-app-guide .final-cta-section p {
  font-size: 1.3em;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #f0f0f0;
}

.page-resources-ji88bet-app-guide .final-cta-section .btn {
  margin: 0 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-ji88bet-app-guide .hero-title {
    font-size: 2.8em;
  }
  .page-resources-ji88bet-app-guide .hero-subtitle {
    font-size: 1.3em;
  }
  .page-resources-ji88bet-app-guide .section-title {
    font-size: 2em;
  }
  .page-resources-ji88bet-app-guide .cta-banner {
    flex-direction: column;
    text-align: center;
  }
  .page-resources-ji88bet-app-guide .cta-banner .banner-image {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .page-resources-ji88bet-app-guide .hero-title {
    font-size: 2.2em;
  }
  .page-resources-ji88bet-app-guide .hero-subtitle {
    font-size: 1.1em;
  }
  .page-resources-ji88bet-app-guide .hero-actions .btn {
    padding: 12px 20px;
    font-size: 0.9em;
  }
  .page-resources-ji88bet-app-guide .section-title {
    font-size: 1.8em;
  }
  .page-resources-ji88bet-app-guide .feature-grid, .page-resources-ji88bet-app-guide .download-steps, .page-resources-ji88bet-app-guide .guide-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-ji88bet-app-guide .feature-list {
    grid-template-columns: 1fr;
  }
  .page-resources-ji88bet-app-guide .final-cta-section p {
    font-size: 1.1em;
  }
  .page-resources-ji88bet-app-guide .final-cta-section .btn {
    display: block;
    margin: 15px auto;
  }
}

@media (max-width: 480px) {
  .page-resources-ji88bet-app-guide .hero-title {
    font-size: 1.8em;
  }
  .page-resources-ji88bet-app-guide .hero-subtitle {
    font-size: 1em;
  }
  .page-resources-ji88bet-app-guide .hero-actions .btn {
    margin: 5px 0;
    width: 90%;
  }
  .page-resources-ji88bet-app-guide .section-title {
    font-size: 1.5em;
  }
  .page-resources-ji88bet-app-guide .cta-banner .banner-content h3 {
    font-size: 1.5em;
  }
  .page-resources-ji88bet-app-guide .cta-banner .banner-content p {
    font-size: 0.9em;
  }
  .page-resources-ji88bet-app-guide .faq-item h3 {
    font-size: 1.2em;
  }
  .page-resources-ji88bet-app-guide .final-cta-section .btn {
    width: 100%;
  }
}