.page-jili333-slot-registration {
  font-family: 'Arial', sans-serif;
  color: #f0f0f0; /* Light text for dark background */
  background-color: #1a1a2e; /* Dark background */
  line-height: 1.6;
  overflow-x: hidden;
}

/* General section styling */
.page-jili333-slot-registration section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.page-jili333-slot-registration h1,
.page-jili333-slot-registration h2,
.page-jili333-slot-registration h3 {
  color: #e0b000; /* Gold/yellow accent for headings */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-jili333-slot-registration h1 {
  font-size: 2.8em;
}

.page-jili333-slot-registration h2 {
  font-size: 2.2em;
}

.page-jili333-slot-registration h3 {
  font-size: 1.6em;
}

.page-jili333-slot-registration p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-jili333-slot-registration a {
  color: #e0b000; /* Accent color for links */
  text-decoration: none;
}

.page-jili333-slot-registration a:hover {
  text-decoration: underline;
}

/* Call to Action (CTA) Buttons */
.page-jili333-slot-registration__hero-cta,
.page-jili333-slot-registration__quick-access-btn,
.page-jili333-slot-registration__games-cta,
.page-jili333-slot-registration__promo-card-cta,
.page-jili333-slot-registration__security-cta,
.page-jili333-slot-registration__blog-cta {
  display: inline-block;
  background-color: #e0b000; /* Gold/yellow button */
  color: #1a1a2e; /* Dark text on button */
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 20px;
  border: none;
  cursor: pointer;
}

.page-jili333-slot-registration__hero-cta:hover,
.page-jili333-slot-registration__quick-access-btn:hover,
.page-jili333-slot-registration__games-cta:hover,
.page-jili333-slot-registration__promo-card-cta:hover,
.page-jili333-slot-registration__security-cta:hover,
.page-jili333-slot-registration__blog-cta:hover {
  background-color: #ffc107; /* Lighter gold on hover */
  transform: translateY(-2px);
}

/* Image styling */
.page-jili333-slot-registration img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  object-fit: cover;
  box-sizing: border-box; /* Ensure padding/border don't cause overflow */
}

/* HERO Section */
.page-jili333-slot-registration__hero-section {
  padding-top: 10px; /* Decorative top padding, body handles header offset */
  background: linear-gradient(135deg, #2c0b4e 0%, #1a1a2e 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 70vh;
}

.page-jili333-slot-registration__hero-content {
  padding: 20px;
  z-index: 1;
}

.page-jili333-slot-registration__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-jili333-slot-registration__hero-description {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #ddd;
}

.page-jili333-slot-registration__hero-image-wrapper {
  width: 100%;
  max-width: 900px;
  margin-top: 30px;
}

.page-jili333-slot-registration__hero-image {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
}

/* Partner Logos Section */
.page-jili333-slot-registration__partners-section {
  background-color: #121221;
  padding: 30px 20px;
  border-bottom: 1px solid #333;
}

.page-jili333-slot-registration__partners-title {
  font-size: 1.8em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

/* Provided CSS for partner logos */
.page-jili333-slot-registration__payment-providers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.page-jili333-slot-registration__payment-logo {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
  box-sizing: border-box;
  display: flex; /* For centering content if needed, though img is block */
  justify-content: center;
  align-items: center;
}
/* Important: The img inside payment-logo should not stretch */
.page-jili333-slot-registration__payment-logo img {
  display: block;
  width: 80px !important;
  height: 80px !important;
  max-width: 80px !important;
  max-height: 80px !important;
  object-fit: contain;
}

/* Introduction Section */
.page-jili333-slot-registration__introduction-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: left;
}

.page-jili333-slot-registration__introduction-title {
  text-align: center;
}

.page-jili333-slot-registration__introduction-image-wrapper {
  width: 100%;
}

/* Quick Access Section */
.page-jili333-slot-registration__quick-access-section {
  background-color: #2a2a4a;
}

.page-jili333-slot-registration__quick-access-description {
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-jili333-slot-registration__quick-access-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.page-jili333-slot-registration__quick-access-btn {
  padding: 12px 25px;
  font-size: 1em;
  margin-top: 0; /* Override general CTA margin */
}

/* Core Games Section */
.page-jili333-slot-registration__games-section {
  background-color: #1a1a2e;
}

.page-jili333-slot-registration__games-description {
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-jili333-slot-registration__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-jili333-slot-registration__game-card {
  background-color: #2a2a4a;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-jili333-slot-registration__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.page-jili333-slot-registration__game-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #333;
}

.page-jili333-slot-registration__game-card-title {
  font-size: 1.4em;
  margin: 15px 10px 10px;
  color: #e0b000;
}

.page-jili333-slot-registration__game-card-text {
  font-size: 0.95em;
  padding: 0 15px 20px;
  color: #ccc;
}

/* Promotions Section */
.page-jili333-slot-registration__promotions-section {
  background-color: #2a2a4a;
}

.page-jili333-slot-registration__promotions-description {
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-jili333-slot-registration__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-jili333-slot-registration__promo-card {
  background-color: #1a1a2e;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding-bottom: 20px;
}

.page-jili333-slot-registration__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.page-jili333-slot-registration__promo-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 1px solid #333;
}

.page-jili333-slot-registration__promo-card-title {
  font-size: 1.3em;
  margin: 15px 10px 10px;
  color: #e0b000;
}

.page-jili333-slot-registration__promo-card-text {
  font-size: 0.95em;
  padding: 0 15px 15px;
  color: #ccc;
}

.page-jili333-slot-registration__promo-card-cta {
  font-size: 0.9em;
  padding: 10px 20px;
  margin-top: 0;
}

/* Security &amp; Customer Service Section */
.page-jili333-slot-registration__security-section {
  background-color: #1a1a2e;
}

.page-jili333-slot-registration__security-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-jili333-slot-registration__security-item {
  background-color: #2a2a4a;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-jili333-slot-registration__security-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  object-fit: contain;
}

.page-jili333-slot-registration__security-item-title {
  font-size: 1.3em;
  color: #e0b000;
}

.page-jili333-slot-registration__security-item-text {
  font-size: 0.95em;
  color: #ccc;
}

/* FAQ Section */
.page-jili333-slot-registration__faq-section {
  background-color: #2a2a4a;
  text-align: left;
}

.page-jili333-slot-registration__faq-title {
  text-align: center;
  margin-bottom: 30px;
}

.page-jili333-slot-registration__faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.page-jili333-slot-registration__faq-item {
  background-color: #1a1a2e;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.page-jili333-slot-registration__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  user-select: none;
  background-color: #2a2a4a;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.page-jili333-slot-registration__faq-question:hover {
  background-color: #3a3a5a;
}

.page-jili333-slot-registration__faq-question-text {
  margin: 0;
  font-size: 1.1em;
  color: #f0f0f0;
  pointer-events: none; /* Prevent h3 from blocking click event */
  flex-grow: 1;
}

.page-jili333-slot-registration__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #e0b000;
  margin-left: 15px;
  pointer-events: none; /* Prevent span from blocking click event */
  transition: transform 0.3s ease;
}

.page-jili333-slot-registration__faq-item.active .page-jili333-slot-registration__faq-toggle {
  transform: rotate(45deg); /* Change + to X or - */
}

.page-jili333-slot-registration__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
}

.page-jili333-slot-registration__faq-item.active .page-jili333-slot-registration__faq-answer {
  max-height: 2000px !important; /* Sufficiently large */
  padding: 20px 15px !important;
  opacity: 1;
}

.page-jili333-slot-registration__faq-answer p {
  margin-bottom: 0;
  color: #ccc;
  font-size: 1em;
}

/* Blog Section */
.page-jili333-slot-registration__blog-section {
  background-color: #1a1a2e;
}

.page-jili333-slot-registration__blog-description {
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-jili333-slot-registration__blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-jili333-slot-registration__blog-card {
  background-color: #2a2a4a;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-jili333-slot-registration__blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.page-jili333-slot-registration__blog-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #333;
}

.page-jili333-slot-registration__blog-card-content {
  padding: 15px;
}

.page-jili333-slot-registration__blog-card-title {
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 10px;
  color: #e0b000;
}

.page-jili333-slot-registration__blog-card-title a {
  color: #e0b000;
  text-decoration: none;
}

.page-jili333-slot-registration__blog-card-title a:hover {
  text-decoration: underline;
}

.page-jili333-slot-registration__blog-card-excerpt {
  font-size: 0.9em;
  color: #ccc;
  margin-bottom: 0;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .page-jili333-slot-registration h1 {
    font-size: 2.5em;
  }
  .page-jili333-slot-registration h2 {
    font-size: 2em;
  }
  .page-jili333-slot-registration__hero-description {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .page-jili333-slot-registration section {
    padding: 30px 15px;
  }
  .page-jili333-slot-registration h1 {
    font-size: 2em;
  }
  .page-jili333-slot-registration h2 {
    font-size: 1.8em;
  }
  .page-jili333-slot-registration h3 {
    font-size: 1.4em;
  }
  .page-jili333-slot-registration p {
    font-size: 1em;
  }
  .page-jili333-slot-registration__hero-title {
    font-size: 2.5em;
  }
  .page-jili333-slot-registration__hero-description {
    font-size: 1em;
  }
  .page-jili333-slot-registration__hero-cta {
    padding: 12px 25px;
    font-size: 1em;
  }

  /* Partner Logos Mobile */
  .page-jili333-slot-registration__payment-providers {
    flex-direction: row; /* Ensure it's not column */
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px; /* Smaller gap for mobile */
  }
  .page-jili333-slot-registration__payment-logo,
  .page-jili333-slot-registration__payment-logo img {
    width: 80px !important;
    height: 80px !important;
    max-width: 80px !important;
    max-height: 80px !important;
  }

  .page-jili333-slot-registration__introduction-section {
    flex-direction: column;
  }

  .page-jili333-slot-registration__quick-access-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .page-jili333-slot-registration__quick-access-btn {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .page-jili333-slot-registration__game-categories,
  .page-jili333-slot-registration__promo-grid,
  .page-jili333-slot-registration__security-grid,
  .page-jili333-slot-registration__blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* List item responsive for general cards if they were lists */
  .page-jili333-slot-registration__game-card,
  .page-jili333-slot-registration__promo-card,
  .page-jili333-slot-registration__security-item,
  .page-jili333-slot-registration__blog-card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Ensure images within cards are responsive */
  .page-jili333-slot-registration__game-card-image,
  .page-jili333-slot-registration__promo-image,
  .page-jili333-slot-registration__blog-image {
    width: 100% !important;
    height: auto !important; /* Allow height to adjust */
    max-width: 100% !important;
    object-fit: cover;
  }

  /* FAQ Mobile */
  .page-jili333-slot-registration__faq-item {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .page-jili333-slot-registration__faq-answer {
    padding: 0 10px !important; /* Adjust padding for smaller screens */
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }
  .page-jili333-slot-registration__faq-item.active .page-jili333-slot-registration__faq-answer {
    padding: 15px 10px !important;
  }
  .page-jili333-slot-registration__faq-question-text {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-jili333-slot-registration h1 {
    font-size: 1.8em;
  }
  .page-jili333-slot-registration__hero-title {
    font-size: 2em;
  }
  .page-jili333-slot-registration__hero-description {
    font-size: 0.95em;
  }
  .page-jili333-slot-registration__hero-cta {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}