.page-jl-fire {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f9f9f9;}.page-jl-fire__container {  max-width: 1200px;  margin: 0 auto;  padding: 0 15px;  box-sizing: border-box;}.page-jl-fire__section {  padding: 60px 0;  text-align: center;}.page-jl-fire__section--dark {  background-color: #222;  color: #fff;}.page-jl-fire__section-title {  font-size: 2.5em;  margin-bottom: 30px;  color: #333;}.page-jl-fire__section--dark .page-jl-fire__section-title {  color: #fff;}.page-jl-fire__section-subtitle {  font-size: 1.2em;  margin-bottom: 40px;  color: #666;}.page-jl-fire__section--dark .page-jl-fire__section-subtitle {  color: #bbb;}.page-jl-fire__hero-section {  position: relative;  padding: 10px 0 80px 0; /* Rely on body padding for header offset */  background: linear-gradient(135deg, #007bff, #0056b3);  color: #fff;  text-align: center;  overflow: hidden;}.page-jl-fire__hero-background {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 0;  opacity: 0.3;}.page-jl-fire__hero-content {  position: relative;  z-index: 1;  max-width: 900px;  margin: 0 auto;  padding: 20px;}.page-jl-fire__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}.page-jl-fire__hero-description {  font-size: 1.4em;  margin-bottom: 40px;  max-width: 700px;  margin-left: auto;  margin-right: auto;}.page-jl-fire__cta-button {  display: inline-block;  background-color: #ffc107;  color: #333;  padding: 15px 30px;  border-radius: 50px;  text-decoration: none;  font-size: 1.2em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);}.page-jl-fire__cta-button:hover {  background-color: #e0a800;  transform: translateY(-3px);}.page-jl-fire__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 0;  background-color: #f0f0f0;}.page-jl-fire__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;}.page-jl-fire__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;}.page-jl-fire__intro-content {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 30px;  text-align: left;}.page-jl-fire__intro-card {  background-color: #fff;  padding: 30px;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  flex: 1;  min-width: 300px;  max-width: 45%;  box-sizing: border-box;}.page-jl-fire__intro-card-title {  font-size: 1.5em;  margin-bottom: 15px;  color: #007bff;}.page-jl-fire__quick-access-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 20px;  max-width: 900px;  margin: 0 auto;}.page-jl-fire__quick-access-button {  display: block;  background-color: #007bff;  color: #fff;  padding: 15px 20px;  border-radius: 8px;  text-decoration: none;  font-size: 1.1em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);}.page-jl-fire__quick-access-button:hover {  background-color: #0056b3;  transform: translateY(-2px);}.page-jl-fire__games-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;}.page-jl-fire__game-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: center;  transition: transform 0.3s ease;}.page-jl-fire__game-card:hover {  transform: translateY(-5px);}.page-jl-fire__game-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-jl-fire__game-content {  padding: 20px;}.page-jl-fire__game-title {  font-size: 1.4em;  margin-bottom: 10px;  color: #333;}.page-jl-fire__game-description {  font-size: 0.9em;  color: #666;  margin-bottom: 15px;}.page-jl-fire__game-button {  display: inline-block;  background-color: #28a745;  color: #fff;  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-size: 1em;  transition: background-color 0.3s ease;}.page-jl-fire__game-button:hover {  background-color: #218838;}.page-jl-fire__promotions-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;}.page-jl-fire__promo-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: left;  transition: transform 0.3s ease;}.page-jl-fire__promo-card:hover {  transform: translateY(-5px);}.page-jl-fire__promo-image {  width: 100%;  height: 180px;  object-fit: cover;}.page-jl-fire__promo-content {  padding: 20px;}.page-jl-fire__promo-title {  font-size: 1.3em;  margin-bottom: 10px;  color: #007bff;}.page-jl-fire__promo-description {  font-size: 0.9em;  color: #666;  margin-bottom: 15px;}.page-jl-fire__promo-button {  display: inline-block;  background-color: #ffc107;  color: #333;  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-size: 1em;  font-weight: bold;  transition: background-color 0.3s ease;}.page-jl-fire__promo-button:hover {  background-color: #e0a800;}.page-jl-fire__security-support-content {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 30px;  text-align: left;}.page-jl-fire__feature-card {  background-color: #fff;  padding: 30px;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  flex: 1;  min-width: 300px;  max-width: 45%;  box-sizing: border-box;}.page-jl-fire__feature-title {  font-size: 1.5em;  margin-bottom: 15px;  color: #007bff;}.page-jl-fire__faq-list {  max-width: 800px;  margin: 0 auto;  text-align: left;}.page-jl-fire__faq-item {  background-color: #fff;  margin-bottom: 15px;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);  overflow: hidden;}.page-jl-fire__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  user-select: none;  background-color: #f0f0f0;  border-bottom: 1px solid #eee;  transition: background-color 0.3s ease;}.page-jl-fire__faq-question:hover {  background-color: #e9e9e9;}.page-jl-fire__faq-question h3 {  margin: 0;  font-size: 1.1em;  color: #333;  pointer-events: none; /* Prevent h3 from blocking click */}.page-jl-fire__faq-toggle {  font-size: 1.5em;  font-weight: bold;  color: #007bff;  transition: transform 0.3s ease;  pointer-events: none; /* Prevent toggle icon from blocking click */}.page-jl-fire__faq-item.active .page-jl-fire__faq-toggle {  transform: rotate(45deg);}.page-jl-fire__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  opacity: 0;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;}.page-jl-fire__faq-item.active .page-jl-fire__faq-answer {  max-height: 2000px !important;  padding: 20px 25px !important;  opacity: 1;}.page-jl-fire__faq-answer p {  margin: 0;  color: #555;}.page-jl-fire__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;}.page-jl-fire__blog-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: left;  transition: transform 0.3s ease;}.page-jl-fire__blog-card:hover {  transform: translateY(-5px);}.page-jl-fire__blog-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-jl-fire__blog-content {  padding: 20px;}.page-jl-fire__blog-title {  font-size: 1.3em;  margin-bottom: 10px;  color: #333;}.page-jl-fire__blog-date {  font-size: 0.85em;  color: #999;  margin-bottom: 10px;}.page-jl-fire__blog-excerpt {  font-size: 0.9em;  color: #666;  margin-bottom: 15px;}.page-jl-fire__blog-link {  display: inline-block;  background-color: #007bff;  color: #fff;  padding: 8px 15px;  border-radius: 5px;  text-decoration: none;  font-size: 0.9em;  transition: background-color 0.3s ease;}.page-jl-fire__blog-link:hover {  background-color: #0056b3;}@media (max-width: 768px) {  .page-jl-fire__hero-title {    font-size: 2.5em;  }  .page-jl-fire__hero-description {    font-size: 1.1em;  }  .page-jl-fire__cta-button {    padding: 12px 25px;    font-size: 1em;  }  .page-jl-fire__section {    padding: 40px 0;  }  .page-jl-fire__section-title {    font-size: 2em;  }  .page-jl-fire__intro-card,  .page-jl-fire__feature-card {    max-width: 100%;  }  .page-jl-fire__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;  }  .page-jl-fire__payment-logo,  .page-jl-fire__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-jl-fire__quick-access-grid,  .page-jl-fire__games-grid,  .page-jl-fire__promotions-grid,  .page-jl-fire__blog-grid {    grid-template-columns: 1fr;  }  .page-jl-fire__faq-question {    padding: 15px 20px;  }  .page-jl-fire__faq-question h3 {    font-size: 1em;  }  .page-jl-fire__faq-answer {    padding: 0 20px;  }  .page-jl-fire__faq-item.active .page-jl-fire__faq-answer {    padding: 15px 20px !important;  }  .page-jl-fire__intro-content > *,  .page-jl-fire__quick-access-grid > *,  .page-jl-fire__games-grid > *,  .page-jl-fire__promotions-grid > *,  .page-jl-fire__security-support-content > *,  .page-jl-fire__blog-grid > *,  .page-jl-fire__faq-list > * {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-jl-fire__intro-content,  .page-jl-fire__quick-access-grid,  .page-jl-fire__games-grid,  .page-jl-fire__promotions-grid,  .page-jl-fire__security-support-content,  .page-jl-fire__blog-grid,  .page-jl-fire__faq-list {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 15px !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-jl-fire__game-image,  .page-jl-fire__promo-image,  .page-jl-fire__blog-image {    max-width: 100%;    height: auto;  }}