/* General styles for the page-b-jl scope */.page-b-jl {  font-family: 'Arial', sans-serif;  color: #f0f0f0; /* Light text for contrast */  background-color: #1a1a2e; /* Dark background */  line-height: 1.6;  padding-bottom: 50px; /* Space above footer */}/* Section Titles */.page-b-jl__section-title {  color: #e0e0e0;  font-size: 2.5rem;  text-align: center;  margin-bottom: 40px;  margin-top: 60px;  padding: 0 15px;  position: relative;  letter-spacing: 0.05em;}.page-b-jl__section-title::after {  content: '';  display: block;  width: 80px;  height: 4px;  background-color: #e6b800; /* Gold accent */  margin: 15px auto 0;  border-radius: 2px;}.page-b-jl__section-title--small {  font-size: 2rem;  margin-top: 40px;  margin-bottom: 30px;}.page-b-jl__section-title--small::after {  width: 60px;  height: 3px;  margin-top: 10px;}.page-b-jl__text-content {  max-width: 800px;  margin: 0 auto 30px auto;  text-align: center;  font-size: 1.1rem;  color: #cccccc;  padding: 0 15px;}/* Buttons */.page-b-jl__button {  display: inline-block;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 1rem;  transition: background-color 0.3s ease, transform 0.2s ease;  cursor: pointer;  text-align: center;  white-space: nowrap;}.page-b-jl__button--primary {  background-color: #e6b800; /* Gold */  color: #1a1a2e; /* Dark text */  border: 2px solid #e6b800;}.page-b-jl__button--primary:hover {  background-color: #ffda47;  transform: translateY(-2px);}.page-b-jl__button--secondary {  background-color: transparent;  color: #e6b800;  border: 2px solid #e6b800;}.page-b-jl__button--secondary:hover {  background-color: #e6b800;  color: #1a1a2e;  transform: translateY(-2px);}.page-b-jl__button--small {  padding: 8px 18px;  font-size: 0.9rem;  margin-top: 15px;}.page-b-jl__button--quick-access {  background-color: #2e2e4e;  color: #e0e0e0;  border: 1px solid #4a4a6e;  margin: 5px;  padding: 10px 20px;  font-size: 0.95rem;}.page-b-jl__button--quick-access:hover {  background-color: #3e3e5e;  border-color: #e6b800;  color: #e6b800;  transform: translateY(-2px);}.page-b-jl__button--center {  display: block;  margin-left: auto;  margin-right: auto;  margin-top: 40px;  max-width: 250px;}/* Image styles */.page-b-jl img {  max-width: 100%;  height: auto;  display: block;  object-fit: cover; /* Default for most images */}/* HERO Section */.page-b-jl__hero-section {  position: relative;  width: 100%;  padding-top: 10px; /* Small decorative top padding, main offset is handled by body */  background-color: #000; /* Fallback */  overflow: hidden;  display: flex;  align-items: center;  justify-content: center;  min-height: 500px; /* Ensure hero has a minimum height */}/* Hero Image */.page-b-jl__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 1;  filter: brightness(0.5); /* Darken image for text readability */}/* Hero Content */.page-b-jl__hero-content {  position: relative;  z-index: 2;  text-align: center;  color: #fff;  max-width: 900px;  padding: 20px;}.page-b-jl__hero-title {  font-size: 3.5rem;  margin-bottom: 20px;  line-height: 1.2;  color: #fff;  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);}.page-b-jl__hero-description {  font-size: 1.3rem;  margin-bottom: 30px;  color: #eee;  text-shadow: 1px 1px 3px rgba(0,0,0,0.7);}.page-b-jl__hero-cta-group {  display: flex;  justify-content: center;  gap: 20px;  flex-wrap: wrap;}/* Partner Logos Section */.page-b-jl__payment-providers {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 100%;  box-sizing: border-box;  padding: 40px 15px;  background-color: #23233c; /* Slightly lighter dark background */}.page-b-jl__payment-logos {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 1200px;  margin: 0 auto;}.page-b-jl__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;  opacity: 0.7;  transition: opacity 0.3s ease;}.page-b-jl__payment-logo:hover {  opacity: 1;}.page-b-jl__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;}/* Quick Access Section */.page-b-jl__quick-access-section {  padding: 60px 0;  background-color: #1a1a2e;}.page-b-jl__quick-links {  display: flex;  justify-content: center;  flex-wrap: wrap;  gap: 15px;  max-width: 1000px;  margin: 0 auto;  padding: 0 15px;}/* Games Section */.page-b-jl__games-section {  padding: 60px 0;  background-color: #23233c;}.page-b-jl__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;  padding: 0 15px;}.page-b-jl__game-card {  background-color: #1a1a2e;  border-radius: 10px;  overflow: hidden;  text-align: center;  padding-bottom: 20px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  display: flex;  flex-direction: column;  justify-content: space-between;}.page-b-jl__game-card-image {  width: 100%;  height: 200px;  object-fit: cover;  border-bottom: 1px solid #333;}.page-b-jl__game-card-title {  font-size: 1.5rem;  color: #e6b800;  margin: 20px 15px 10px;}.page-b-jl__game-card-description {  font-size: 0.95rem;  color: #ccc;  padding: 0 15px;  flex-grow: 1;}/* Promotions Section */.page-b-jl__promotions-section {  padding: 60px 0;  background-color: #1a1a2e;}.page-b-jl__promo-cards {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;  padding: 0 15px;}.page-b-jl__promo-card {  background-color: #23233c;  border-radius: 10px;  overflow: hidden;  text-align: center;  padding-bottom: 20px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  display: flex;  flex-direction: column;  justify-content: space-between;}.page-b-jl__promo-card-image {  width: 100%;  height: 220px;  object-fit: cover;  border-bottom: 1px solid #333;}.page-b-jl__promo-card-title {  font-size: 1.4rem;  color: #e6b800;  margin: 20px 15px 10px;}.page-b-jl__promo-card-description {  font-size: 0.95rem;  color: #ccc;  padding: 0 15px;  flex-grow: 1;}/* Security & Customer Service Section */.page-b-jl__security-customer-section {  padding: 60px 0;  background-color: #23233c;  text-align: center;}.page-b-jl__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1000px;  margin: 40px auto;  padding: 0 15px;}.page-b-jl__feature-item {  background-color: #1a1a2e;  border-radius: 10px;  padding: 30px 20px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}.page-b-jl__feature-icon {  width: 80px;  height: 80px;  margin: 0 auto 20px;  object-fit: contain;}.page-b-jl__feature-title {  font-size: 1.3rem;  color: #e6b800;  margin-bottom: 10px;}.page-b-jl__feature-description {  font-size: 0.95rem;  color: #ccc;}/* FAQ Section */.page-b-jl__faq-section {  padding: 60px 0;  background-color: #1a1a2e;}.page-b-jl__faq-container {  max-width: 800px;  margin: 0 auto;  padding: 0 15px;}.page-b-jl__faq-item {  background-color: #23233c;  margin-bottom: 15px;  border-radius: 8px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);  overflow: hidden; /* Ensures max-height transition works */}.page-b-jl__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 18px 20px;  cursor: pointer;  user-select: none;  background-color: #2e2e4e;  border-bottom: 1px solid #3e3e5e;}.page-b-jl__faq-question:hover {  background-color: #3e3e5e;}.page-b-jl__faq-question-title {  font-size: 1.15rem;  color: #e0e0e0;  margin: 0;  pointer-events: none; /* Crucial for click event on parent div */}.page-b-jl__faq-toggle {  font-size: 1.8rem;  font-weight: bold;  color: #e6b800;  transition: transform 0.3s ease;  pointer-events: none; /* Crucial for click event on parent div */}.page-b-jl__faq-item.active .page-b-jl__faq-toggle {  transform: rotate(45deg); /* Changes + to X or - */}.page-b-jl__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 20px;  opacity: 0;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  color: #ccc;  font-size: 1rem;}.page-b-jl__faq-item.active .page-b-jl__faq-answer {  max-height: 2000px !important; /* Sufficiently large value */  padding: 20px 20px !important;  opacity: 1;}.page-b-jl__faq-answer p {  margin: 0;}/* Blog Section */.page-b-jl__blog-section {  padding: 60px 0;  background-color: #23233c;}.page-b-jl__blog-articles {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;  padding: 0 15px;}.page-b-jl__blog-card {  background-color: #1a1a2e;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  display: flex;  flex-direction: column;  justify-content: space-between;}.page-b-jl__blog-card-image {  width: 100%;  height: 200px;  object-fit: cover;  border-bottom: 1px solid #333;}.page-b-jl__blog-card-title {  font-size: 1.3rem;  margin: 20px 15px 10px;  line-height: 1.3;}.page-b-jl__blog-card-title a {  color: #e6b800;  text-decoration: none;  transition: color 0.3s ease;}.page-b-jl__blog-card-title a:hover {  color: #ffda47;  text-decoration: underline;}.page-b-jl__blog-card-excerpt {  font-size: 0.9rem;  color: #ccc;  padding: 0 15px 20px;  flex-grow: 1;}/* Responsive adjustments */@media (max-width: 1024px) {  .page-b-jl__hero-title {    font-size: 3rem;  }  .page-b-jl__hero-description {    font-size: 1.2rem;  }  .page-b-jl__section-title {    font-size: 2.2rem;  }  .page-b-jl__section-title--small {    font-size: 1.8rem;  }}@media (max-width: 768px) {  .page-b-jl__hero-section {    min-height: 400px;  }  .page-b-jl__hero-title {    font-size: 2.2rem;  }  .page-b-jl__hero-description {    font-size: 1rem;  }  .page-b-jl__hero-cta-group {    flex-direction: column;    gap: 10px;  }  .page-b-jl__button {    width: 100%;    max-width: 250px;    margin: 0 auto;  }  .page-b-jl__section-title {    font-size: 1.8rem;    margin-top: 40px;    margin-bottom: 30px;  }  .page-b-jl__section-title::after {    margin-top: 10px;  }  .page-b-jl__section-title--small {    font-size: 1.5rem;    margin-top: 30px;    margin-bottom: 20px;  }  .page-b-jl__text-content {    font-size: 0.95rem;  }  /* Partner Logos Section */  .page-b-jl__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 30px 10px;  }  .page-b-jl__payment-logo,  .page-b-jl__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-b-jl__quick-links {    flex-direction: column;    align-items: center;    gap: 10px;  }  .page-b-jl__button--quick-access {    width: 100% !important;    max-width: 280px !important; /* Max width for mobile buttons */    box-sizing: border-box !important;    margin: 5px auto !important;    padding: 10px 15px !important;    font-size: 0.9rem;  }  .page-b-jl__game-categories,  .page-b-jl__promo-cards,  .page-b-jl__features-grid {    grid-template-columns: 1fr;    gap: 20px;    padding: 0 20px;  }  .page-b-jl__game-card-image,  .page-b-jl__promo-card-image,  .page-b-jl__blog-card-image {    height: 180px;  }  .page-b-jl__game-card-title,  .page-b-jl__promo-card-title,  .page-b-jl__feature-title {    font-size: 1.2rem;  }  .page-b-jl__game-card-description,  .page-b-jl__promo-card-description,  .page-b-jl__feature-description,  .page-b-jl__blog-card-excerpt {    font-size: 0.85rem;  }  .page-b-jl__faq-question {    padding: 15px 18px;  }  .page-b-jl__faq-question-title {    font-size: 1rem;  }  .page-b-jl__faq-toggle {    font-size: 1.5rem;  }  .page-b-jl__faq-answer {    padding: 0 18px;  }  .page-b-jl__faq-item.active .page-b-jl__faq-answer {    padding: 15px 18px !important;  }  .page-b-jl__blog-card-title {    font-size: 1.15rem;  }}/* Ensure all images are responsive on mobile */@media (max-width: 768px) {  .page-b-jl img:not(.page-b-jl__payment-logo img) { /* Exclude gamelogo images */    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;    word-wrap: break-word !important; /* Ensure text in alt attributes wraps if visible */    overflow-wrap: break-word !important;  }  .page-b-jl__hero-image {    max-width: 100% !important;    height: 100% !important;  }}