/* General styles for the page */.page-jl-113__container {  max-width: 1200px;  margin: 0 auto;  padding: 0 15px;  box-sizing: border-box;}.page-jl-113__text-center {  text-align: center;}.page-jl-113__section {  padding: 40px 0;  margin-bottom: 20px;  background-color: #1a1a1a;  border-radius: 10px;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);}.page-jl-113__section-title {  font-size: 2.5em;  color: #ffcc00;  margin-bottom: 25px;  text-align: center;  font-weight: 700;}.page-jl-113__section-subtitle {  font-size: 1.2em;  color: #ccc;  text-align: center;  margin-bottom: 30px;}.page-jl-113__btn {  display: inline-block;  background-color: #ffcc00;  color: #333;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease, color 0.3s ease;  border: none;  cursor: pointer;  font-size: 1em;}.page-jl-113__btn:hover {  background-color: #e6b800;  color: #1a1a1a;}.page-jl-113__btn--primary {  background-color: #ffcc00;  color: #1a1a1a;}.page-jl-113__btn--primary:hover {  background-color: #e6b800;}.page-jl-113__btn--secondary {  background-color: #333;  color: #ffcc00;  border: 1px solid #ffcc00;}.page-jl-113__btn--secondary:hover {  background-color: #ffcc00;  color: #1a1a1a;}.page-jl-113__hero-section {  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:gaming,casino,abstract]') no-repeat center center/cover;  padding: 10px 0 80px 0;  color: #fff;  text-align: center;  border-radius: 0;  margin-bottom: 0;  box-shadow: none;}.page-jl-113__hero-content {  max-width: 800px;  margin: 0 auto;  padding: 20px;}.page-jl-113__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  line-height: 1.2;  color: #ffcc00;  text-shadow: 0 0 10px rgba(255, 204, 0, 0.8);}.page-jl-113__hero-subtitle {  font-size: 1.5em;  margin-bottom: 30px;  color: #eee;}.page-jl-113__hero-buttons {  display: flex;  justify-content: center;  gap: 20px;}.page-jl-113__products-overview {  background-color: #1a1a1a;}.page-jl-113__game-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 25px;  margin-top: 40px;}.page-jl-113__game-card {  background-color: #2a2a2a;  border-radius: 10px;  overflow: hidden;  text-align: center;  padding-bottom: 20px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-jl-113__game-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.6);}.page-jl-113__game-card-image {  width: 100%;  height: 180px;  object-fit: cover;  display: block;}.page-jl-113__game-card-title {  font-size: 1.4em;  color: #ffcc00;  margin: 15px 10px 10px;}.page-jl-113__game-card-description {  color: #aaa;  font-size: 0.9em;  padding: 0 15px;  line-height: 1.5;}.page-jl-113__promotions-section {  background-color: #1a1a1a;}.page-jl-113__promo-list {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 25px;  margin-top: 40px;}.page-jl-113__promo-item {  background-color: #2a2a2a;  border-radius: 10px;  padding: 25px;  text-align: center;  max-width: 350px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);  transition: transform 0.3s ease;  flex: 1 1 calc(33% - 25px);  box-sizing: border-box;}.page-jl-113__promo-item:hover {  transform: translateY(-5px);}.page-jl-113__promo-icon {  width: 80px;  height: 80px;  margin-bottom: 15px;  border-radius: 50%;  object-fit: cover;}.page-jl-113__promo-title {  font-size: 1.5em;  color: #ffcc00;  margin-bottom: 10px;}.page-jl-113__promo-description {  color: #ccc;  font-size: 0.95em;  line-height: 1.6;  margin-bottom: 20px;}.page-jl-113__call-to-action {  background-color: #0d0d0d;  color: #fff;  text-align: center;  padding: 60px 0;}.page-jl-113__cta-title {  font-size: 2.2em;  color: #ffcc00;  margin-bottom: 20px;}.page-jl-113__cta-text {  font-size: 1.2em;  color: #eee;  margin-bottom: 40px;}.page-jl-113__faq-section {  background-color: #1a1a1a;}.page-jl-113__faq-list {  margin-top: 40px;  max-width: 800px;  margin-left: auto;  margin-right: auto;}.page-jl-113__faq-item {  background-color: #2a2a2a;  border-radius: 8px;  margin-bottom: 15px;  overflow: hidden;  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);}.page-jl-113__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 18px 20px;  background-color: #333;  color: #ffcc00;  font-size: 1.1em;  font-weight: bold;  cursor: pointer;  user-select: none;  transition: background-color 0.3s ease;}.page-jl-113__faq-question:hover {  background-color: #444;}.page-jl-113__faq-question h3 {  margin: 0;  font-size: 1.1em;  color: #ffcc00;  pointer-events: none;}.page-jl-113__faq-toggle {  font-size: 1.5em;  line-height: 1;  pointer-events: none;  transition: transform 0.3s ease;}.page-jl-113__faq-item.active .page-jl-113__faq-toggle {  transform: rotate(45deg);}.page-jl-113__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 20px;  color: #ccc;  font-size: 0.95em;  line-height: 1.6;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;}.page-jl-113__faq-item.active .page-jl-113__faq-answer {  max-height: 2000px !important;  padding: 20px 20px !important;  opacity: 1;}.page-jl-113__disclaimer {  font-size: 0.8em;  color: #888;  text-align: center;  margin-top: 30px;  padding: 0 15px;}.page-jl-113__disclaimer p {  margin: 5px 0;}@media (max-width: 768px) {  .page-jl-113__hero-title {    font-size: 2.5em;  }  .page-jl-113__hero-subtitle {    font-size: 1.2em;  }  .page-jl-113__hero-buttons {    flex-direction: column;    gap: 15px;  }  .page-jl-113__btn {    width: 80%;    margin: 0 auto;    padding: 15px 20px;  }  .page-jl-113__section-title {    font-size: 2em;  }  .page-jl-113__game-grid {    grid-template-columns: 1fr;  }  .page-jl-113__promo-list {    flex-direction: column;    align-items: center;  }  .page-jl-113__promo-item {    flex: 1 1 100%;    max-width: 90%;  }  .page-jl-113__cta-title {    font-size: 1.8em;  }  .page-jl-113__cta-text {    font-size: 1em;  }  .page-jl-113__faq-question {    padding: 15px;    font-size: 1em;  }  .page-jl-113__faq-question h3 {    font-size: 1em;  }  .page-jl-113__faq-answer {    padding: 0 15px;  }  .page-jl-113__faq-item.active .page-jl-113__faq-answer {    padding: 15px 15px !important;  }  .page-jl-113__game-card-image {    height: 150px;  }}