/* Base styles for the page */.page-jl-audio-bluetooth {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;}.page-jl-audio-bluetooth section {  padding: 40px 20px;  margin-bottom: 20px;  background-color: #ffffff;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);}.page-jl-audio-bluetooth h1,.page-jl-audio-bluetooth h2,.page-jl-audio-bluetooth h3 {  color: #1a1a1a;  margin-bottom: 20px;  text-align: center;}.page-jl-audio-bluetooth h1 {  font-size: 2.8em;  font-weight: 700;}.page-jl-audio-bluetooth h2 {  font-size: 2.2em;  font-weight: 600;}.page-jl-audio-bluetooth h3 {  font-size: 1.6em;  font-weight: 500;}/* Buttons and CTAs */.page-jl-audio-bluetooth__hero-cta,.page-jl-audio-bluetooth__quick-access-btn,.page-jl-audio-bluetooth__game-card-cta,.page-jl-audio-bluetooth__promo-card-cta,.page-jl-audio-bluetooth__security-support-cta,.page-jl-audio-bluetooth__blog-card-cta {  display: inline-block;  background-color: #ff4500; /* Orange-red for action */  color: #ffffff;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  text-align: center;  border: none;  cursor: pointer;}.page-jl-audio-bluetooth__hero-cta:hover,.page-jl-audio-bluetooth__quick-access-btn:hover,.page-jl-audio-bluetooth__game-card-cta:hover,.page-jl-audio-bluetooth__promo-card-cta:hover,.page-jl-audio-bluetooth__security-support-cta:hover,.page-jl-audio-bluetooth__blog-card-cta:hover {  background-color: #e03c00;  transform: translateY(-2px);}/* Hero Section */.page-jl-audio-bluetooth__hero-section {  display: flex;  flex-direction: column;  align-items: center;  text-align: center;  padding-top: calc(10px + var(--header-offset, 0px)); /* Add a small padding for visual separation */  background-color: #222;  color: #ffffff;  border-radius: 0;  box-shadow: none;  overflow: hidden;  position: relative;}.page-jl-audio-bluetooth__hero-image {  width: 100%;  max-height: 500px; /* Limit height on desktop */  overflow: hidden;  margin-top: 20px;}.page-jl-audio-bluetooth__hero-image img {  width: 100%;  height: auto;  object-fit: cover;  display: block;  filter: brightness(0.7); /* Darken image for text readability */}.page-jl-audio-bluetooth__hero-content {  position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  z-index: 1;  max-width: 90%;}.page-jl-audio-bluetooth__hero-title {  color: #fff;  font-size: 3.5em;  margin-bottom: 15px;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}.page-jl-audio-bluetooth__hero-description {  font-size: 1.3em;  margin-bottom: 30px;  max-width: 800px;  color: #eee;  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);}/* Introduction Section */.page-jl-audio-bluetooth__introduction-grid {  display: flex;  gap: 30px;  align-items: center;}.page-jl-audio-bluetooth__introduction-text {  flex: 1;  text-align: left;}.page-jl-audio-bluetooth__introduction-image {  flex: 1;  max-width: 50%;  display: flex;  justify-content: center;  align-items: center;}.page-jl-audio-bluetooth__introduction-image img {  max-width: 100%;  height: auto;  border-radius: 8px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);}/* Quick Access Section */.page-jl-audio-bluetooth__quick-access-description {  text-align: center;  margin-bottom: 30px;  font-size: 1.1em;}.page-jl-audio-bluetooth__quick-access-buttons {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 15px;}.page-jl-audio-bluetooth__quick-access-btn {  flex-grow: 1;  min-width: 180px;  max-width: 250px;}/* Games Section */.page-jl-audio-bluetooth__games-description {  text-align: center;  margin-bottom: 40px;  font-size: 1.1em;}.page-jl-audio-bluetooth__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-bottom: 40px;}.page-jl-audio-bluetooth__game-card {  background-color: #fefefe;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);  text-align: center;  display: flex;  flex-direction: column;  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-jl-audio-bluetooth__game-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);}.page-jl-audio-bluetooth__game-image {  width: 100%;  height: 200px;  object-fit: cover;  display: block;}.page-jl-audio-bluetooth__game-card-title {  font-size: 1.4em;  margin: 20px 15px 10px;  color: #1a1a1a;}.page-jl-audio-bluetooth__game-card-text {  font-size: 0.95em;  padding: 0 15px;  margin-bottom: 20px;  flex-grow: 1;}.page-jl-audio-bluetooth__game-card-cta {  margin: 0 15px 20px;  padding: 10px 20px;  font-size: 0.9em;  align-self: center;  width: calc(100% - 30px);}.page-jl-audio-bluetooth__game-providers-title {  text-align: center;  margin-bottom: 25px;  color: #333;}.page-jl-audio-bluetooth__provider-logos {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;}.page-jl-audio-bluetooth__provider-logo {  height: 60px; /* Use height for gamelogo type */  width: auto;  object-fit: contain;  filter: grayscale(100%);  opacity: 0.7;  transition: filter 0.3s ease, opacity 0.3s ease;}.page-jl-audio-bluetooth__provider-logo:hover {  filter: grayscale(0%);  opacity: 1;}/* Promotions Section */.page-jl-audio-bluetooth__promotions-description {  text-align: center;  margin-bottom: 40px;  font-size: 1.1em;}.page-jl-audio-bluetooth__promo-cards {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;}.page-jl-audio-bluetooth__promo-card {  background-color: #fefefe;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);  text-align: center;  display: flex;  flex-direction: column;  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-jl-audio-bluetooth__promo-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);}.page-jl-audio-bluetooth__promo-image {  width: 100%;  height: 220px;  object-fit: cover;  display: block;}.page-jl-audio-bluetooth__promo-card-title {  font-size: 1.5em;  margin: 20px 15px 10px;  color: #1a1a1a;}.page-jl-audio-bluetooth__promo-card-text {  font-size: 0.95em;  padding: 0 15px;  margin-bottom: 20px;  flex-grow: 1;}.page-jl-audio-bluetooth__promo-card-cta {  margin: 0 15px 20px;  padding: 10px 20px;  font-size: 0.9em;  align-self: center;  width: calc(100% - 30px);}/* Security & Support Section */.page-jl-audio-bluetooth__security-support-grid {  display: flex;  gap: 30px;  align-items: flex-start;}.page-jl-audio-bluetooth__security-support-text {  flex: 1;  text-align: left;}.page-jl-audio-bluetooth__security-support-subtitle {  font-size: 1.4em;  margin-top: 25px;  margin-bottom: 10px;  text-align: left;}.page-jl-audio-bluetooth__payment-list {  list-style: none;  padding: 0;  margin: 15px 0 25px;  display: flex;  flex-wrap: wrap;  gap: 10px;}.page-jl-audio-bluetooth__payment-list li {  background-color: #f0f0f0;  padding: 8px 15px;  border-radius: 5px;  font-size: 0.95em;  box-sizing: border-box;}.page-jl-audio-bluetooth__security-support-image {  flex: 1;  max-width: 50%;  display: flex;  justify-content: center;  align-items: center;}.page-jl-audio-bluetooth__security-support-image img {  max-width: 100%;  height: auto;  border-radius: 8px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);}.page-jl-audio-bluetooth__security-support-cta {  margin-top: 25px;}/* FAQ Section */.page-jl-audio-bluetooth__faq-container {  max-width: 900px;  margin: 0 auto;}.page-jl-audio-bluetooth__faq-item {  background-color: #fefefe;  border: 1px solid #ddd;  border-radius: 8px;  margin-bottom: 15px;  overflow: hidden;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);}.page-jl-audio-bluetooth__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 18px 25px;  cursor: pointer;  background-color: #f0f0f0;  font-weight: bold;  color: #1a1a1a;  transition: background-color 0.3s ease;}.page-jl-audio-bluetooth__faq-question:hover {  background-color: #e0e0e0;}.page-jl-audio-bluetooth__faq-question-text {  margin: 0;  font-size: 1.1em;  flex-grow: 1;  text-align: left;}.page-jl-audio-bluetooth__faq-toggle {  font-size: 1.5em;  line-height: 1;  margin-left: 15px;  transition: transform 0.3s ease;}.page-jl-audio-bluetooth__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.3s ease;  color: #555;}.page-jl-audio-bluetooth__faq-answer p {  margin: 0 0 15px;  padding-bottom: 5px;}/* Active FAQ item */.page-jl-audio-bluetooth__faq-item.active .page-jl-audio-bluetooth__faq-question {  background-color: #e8e8e8;}.page-jl-audio-bluetooth__faq-item.active .page-jl-audio-bluetooth__faq-toggle {  transform: rotate(45deg); /* Change + to X or - */}.page-jl-audio-bluetooth__faq-item.active .page-jl-audio-bluetooth__faq-answer {  max-height: 2000px !important; /* Sufficiently large */  padding: 20px 25px !important;  opacity: 1;}/* Blog Section */.page-jl-audio-bluetooth__blog-description {  text-align: center;  margin-bottom: 40px;  font-size: 1.1em;}.page-jl-audio-bluetooth__blog-cards {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;}.page-jl-audio-bluetooth__blog-card {  background-color: #fefefe;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);  display: flex;  flex-direction: column;  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-jl-audio-bluetooth__blog-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);}.page-jl-audio-bluetooth__blog-image {  width: 100%;  height: 200px;  object-fit: cover;  display: block;}.page-jl-audio-bluetooth__blog-card-title {  font-size: 1.3em;  margin: 20px 15px 10px;  color: #1a1a1a;  text-align: left;}.page-jl-audio-bluetooth__blog-card-excerpt {  font-size: 0.9em;  padding: 0 15px;  margin-bottom: 20px;  flex-grow: 1;  text-align: left;  color: #666;}.page-jl-audio-bluetooth__blog-card-cta {  margin: 0 15px 20px;  padding: 10px 20px;  font-size: 0.9em;  align-self: flex-start;}/* Responsive adjustments */@media (max-width: 1024px) {  .page-jl-audio-bluetooth__hero-title {    font-size: 2.8em;  }  .page-jl-audio-bluetooth__hero-description {    font-size: 1.1em;  }  .page-jl-audio-bluetooth h1 {    font-size: 2.5em;  }  .page-jl-audio-bluetooth h2 {    font-size: 2em;  }  .page-jl-audio-bluetooth h3 {    font-size: 1.4em;  }  .page-jl-audio-bluetooth__introduction-grid,  .page-jl-audio-bluetooth__security-support-grid {    flex-direction: column;  }  .page-jl-audio-bluetooth__introduction-image,  .page-jl-audio-bluetooth__security-support-image {    max-width: 100%;    margin-top: 20px;  }  .page-jl-audio-bluetooth__quick-access-btn {    max-width: none;  }  .page-jl-audio-bluetooth__game-categories,  .page-jl-audio-bluetooth__promo-cards,  .page-jl-audio-bluetooth__blog-cards {    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  }  .page-jl-audio-bluetooth__game-card-cta,  .page-jl-audio-bluetooth__promo-card-cta,  .page-jl-audio-bluetooth__blog-card-cta {    width: auto;  }}@media (max-width: 768px) {  .page-jl-audio-bluetooth section {    padding: 30px 15px;  }  .page-jl-audio-bluetooth h1 {    font-size: 2em;  }  .page-jl-audio-bluetooth h2 {    font-size: 1.8em;  }  .page-jl-audio-bluetooth h3 {    font-size: 1.2em;  }  .page-jl-audio-bluetooth__hero-section {    padding-top: calc(10px + var(--header-offset, 0px));  }  .page-jl-audio-bluetooth__hero-title {    font-size: 2em;  }  .page-jl-audio-bluetooth__hero-description {    font-size: 1em;  }  .page-jl-audio-bluetooth__hero-cta {    padding: 10px 20px;    font-size: 0.9em;  }  .page-jl-audio-bluetooth__quick-access-buttons {    flex-direction: column;    gap: 10px;  }  .page-jl-audio-bluetooth__quick-access-btn {    width: 100% !important;    max-width: 100% !important;  }  .page-jl-audio-bluetooth__game-categories,  .page-jl-audio-bluetooth__promo-cards,  .page-jl-audio-bluetooth__blog-cards {    grid-template-columns: 1fr; /* Single column for mobile */  }  /* List item responsive requirements */  .page-jl-audio-bluetooth__payment-list {    flex-direction: column;    gap: 8px;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;  }  .page-jl-audio-bluetooth__payment-list li {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 10px 15px !important; /* Adjust padding as needed */    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-audio-bluetooth__faq-question {    padding: 15px 20px;  }  .page-jl-audio-bluetooth__faq-question-text {    font-size: 1em;  }  .page-jl-audio-bluetooth__faq-toggle {    font-size: 1.3em;  }  .page-jl-audio-bluetooth__faq-answer {    padding: 15px 20px;  }  .page-jl-audio-bluetooth__blog-card-cta {    width: calc(100% - 30px);  }}/* Ensure images are responsive and containers handle overflow */.page-jl-audio-bluetooth img {  max-width: 100%;  height: auto;  display: block; /* Remove extra space below images */}.page-jl-audio-bluetooth__introduction-image,.page-jl-audio-bluetooth__security-support-image,.page-jl-audio-bluetooth__game-image,.page-jl-audio-bluetooth__promo-image,.page-jl-audio-bluetooth__blog-image {  width: 100%;  max-width: 100%;  overflow: hidden;  box-sizing: border-box;}/* Specific adjustment for gamelogo type */.page-jl-audio-bluetooth__provider-logo {  height: 60px; /* Fixed height for logos, width auto */  width: auto;  object-fit: contain;}