.page-jl-and-bea__hero-section {position: relative;width: 100%;min-height: 500px;display: flex;align-items: center;justify-content: center;text-align: center;color: #fff;overflow: hidden;background-color: #1a1a2e;padding-top: 10px;}.page-jl-and-bea__hero-background {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: 0;}.page-jl-and-bea__hero-content {position: relative;z-index: 1;max-width: 900px;padding: 20px;background: rgba(0, 0, 0, 0.5);border-radius: 10px;}.page-jl-and-bea__hero-title {font-size: 3em;margin-bottom: 20px;color: #f7d716;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-jl-and-bea__hero-description {font-size: 1.2em;margin-bottom: 30px;line-height: 1.6;}.page-jl-and-bea__cta-button {display: inline-block;background-color: #e44d26;color: #fff;padding: 15px 30px;border-radius: 5px;text-decoration: none;font-weight: bold;font-size: 1.1em;transition: background-color 0.3s ease;}.page-jl-and-bea__cta-button:hover {background-color: #ff6a00;}.page-jl-and-bea__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 20px;background-color: #222;}.page-jl-and-bea__payment-providers-title {width: 100%;text-align: center;color: #f7d716;font-size: 2em;margin-bottom: 30px;}.page-jl-and-bea__payment-logo {flex: 0 0 auto;width: 80px;height: 80px;max-width: 80px;max-height: 80px;box-sizing: border-box;display: flex;align-items: center;justify-content: center;}.page-jl-and-bea__payment-logo img {display: block;width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;object-fit: contain;}.page-jl-and-bea__section {padding: 60px 20px;background-color: #1a1a2e;color: #fff;}.page-jl-and-bea__section:nth-of-type(even) {background-color: #222;}.page-jl-and-bea__section-title {text-align: center;font-size: 2.5em;margin-bottom: 40px;color: #f7d716;}.page-jl-and-bea__content-wrapper {max-width: 1200px;margin: 0 auto;display: flex;flex-wrap: wrap;align-items: center;gap: 40px;}.page-jl-and-bea__text-content {flex: 1;min-width: 300px;}.page-jl-and-bea__image-container {flex: 1;min-width: 300px;}.page-jl-and-bea__image {width: 100%;height: auto;border-radius: 10px;object-fit: cover;}.page-jl-and-bea__list {list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;gap: 20px;justify-content: center;}.page-jl-and-bea__list-item {background-color: #333;padding: 20px;border-radius: 8px;text-align: center;flex: 1;min-width: 280px;max-width: 350px;box-sizing: border-box;}.page-jl-and-bea__list-item h3 {color: #f7d716;margin-top: 0;}.page-jl-and-bea__list-item p {color: #ccc;}.page-jl-and-bea__quick-access-section .page-jl-and-bea__list-item {flex: 1 1 200px;}.page-jl-and-bea__game-card {background-color: #333;border-radius: 10px;overflow: hidden;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);transition: transform 0.3s ease;flex: 1;min-width: 280px;max-width: 30%;box-sizing: border-box;}.page-jl-and-bea__game-card:hover {transform: translateY(-5px);}.page-jl-and-bea__game-card-image {width: 100%;height: 200px;object-fit: cover;}.page-jl-and-bea__game-card-content {padding: 20px;text-align: center;}.page-jl-and-bea__game-card-title {font-size: 1.5em;color: #f7d716;margin-bottom: 10px;}.page-jl-and-bea__game-card-description {color: #ccc;font-size: 0.9em;margin-bottom: 15px;}.page-jl-and-bea__promo-card {background-color: #333;border-radius: 10px;overflow: hidden;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);transition: transform 0.3s ease;flex: 1;min-width: 280px;max-width: 30%;box-sizing: border-box;}.page-jl-and-bea__promo-card:hover {transform: translateY(-5px);}.page-jl-and-bea__promo-card-image {width: 100%;height: 180px;object-fit: cover;}.page-jl-and-bea__promo-card-content {padding: 20px;}.page-jl-and-bea__promo-card-title {font-size: 1.4em;color: #f7d716;margin-bottom: 10px;}.page-jl-and-bea__promo-card-description {color: #ccc;font-size: 0.9em;margin-bottom: 15px;}.page-jl-and-bea__faq-item {background-color: #333;margin-bottom: 15px;border-radius: 8px;overflow: hidden;}.page-jl-and-bea__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 15px 20px;background-color: #444;color: #f7d716;cursor: pointer;user-select: none;transition: background-color 0.3s ease;}.page-jl-and-bea__faq-question h3 {margin: 0;font-size: 1.2em;pointer-events: none;}.page-jl-and-bea__faq-question:hover {background-color: #555;}.page-jl-and-bea__faq-toggle {font-size: 1.5em;font-weight: bold;pointer-events: none;}.page-jl-and-bea__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;color: #ccc;}.page-jl-and-bea__faq-item.active .page-jl-and-bea__faq-answer {max-height: 2000px !important;padding: 20px 15px !important;opacity: 1;}.page-jl-and-bea__faq-item.active .page-jl-and-bea__faq-toggle {content: "-";}.page-jl-and-bea__blog-card {background-color: #333;border-radius: 10px;overflow: hidden;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);transition: transform 0.3s ease;flex: 1;min-width: 280px;max-width: 30%;box-sizing: border-box;}.page-jl-and-bea__blog-card:hover {transform: translateY(-5px);}.page-jl-and-bea__blog-card-image {width: 100%;height: 180px;object-fit: cover;}.page-jl-and-bea__blog-card-content {padding: 20px;}.page-jl-and-bea__blog-card-title {font-size: 1.3em;color: #f7d716;margin-bottom: 10px;}.page-jl-and-bea__blog-card-excerpt {color: #ccc;font-size: 0.9em;margin-bottom: 15px;}.page-jl-and-bea__blog-card-date {font-size: 0.8em;color: #999;margin-bottom: 10px;}.page-jl-and-bea__blog-card-link {display: inline-block;color: #e44d26;text-decoration: none;font-weight: bold;font-size: 0.9em;}.page-jl-and-bea__blog-card-link:hover {text-decoration: underline;}@media (max-width: 1024px) {.page-jl-and-bea__game-card,.page-jl-and-bea__promo-card,.page-jl-and-bea__blog-card {max-width: 48%;}}.page-jl-and-bea__content-wrapper.grid-3-col {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 20px;}.page-jl-and-bea__content-wrapper.grid-2-col {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;}@media (max-width: 768px) {.page-jl-and-bea__hero-title {font-size: 2em;}.page-jl-and-bea__hero-description {font-size: 1em;}.page-jl-and-bea__section-title {font-size: 2em;}.page-jl-and-bea__content-wrapper {flex-direction: column;gap: 20px;}.page-jl-and-bea__content-wrapper.grid-3-col,.page-jl-and-bea__content-wrapper.grid-2-col {grid-template-columns: 1fr;}.page-jl-and-bea__list-item {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;}.page-jl-and-bea__list {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;padding: 0 !important;margin-left: 0 !important;margin-right: 0 !important;}.page-jl-and-bea__game-card,.page-jl-and-bea__promo-card,.page-jl-and-bea__blog-card {min-width: unset;max-width: 100%;}.page-jl-and-bea__payment-providers {flex-direction: row;flex-wrap: wrap;justify-content: center;gap: 16px;}.page-jl-and-bea__payment-logo,.page-jl-and-bea__payment-logo img {width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;}.page-jl-and-bea__image-container img {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;}.page-jl-and-bea__game-card-image,.page-jl-and-bea__promo-card-image,.page-jl-and-bea__blog-card-image {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;}.page-jl-and-bea__faq-question h3 {font-size: 1.1em;}}