/* CSS styles for the jl 159 page */.page-jl-159 {font-family: 'Arial', sans-serif;color: #eee;background-color: #1a1a2e;line-height: 1.6;}.page-jl-159__container {max-width: 1200px;margin: 0 auto;padding: 20px;box-sizing: border-box;}.page-jl-159__hero-section {position: relative;padding: 10px 0 60px;text-align: center;overflow: hidden;background: linear-gradient(135deg, #0f0f20, #2c0f4d);border-bottom: 5px solid #ffcc00;}.page-jl-159__hero-image {width: 100%;max-height: 500px;object-fit: cover;position: absolute;top: 0;left: 0;z-index: 0;opacity: 0.3;}.page-jl-159__hero-content {position: relative;z-index: 1;padding: 20px;}.page-jl-159__hero-title {font-size: 2.8em;color: #ffcc00;margin-bottom: 15px;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-jl-159__hero-subtitle {font-size: 1.3em;color: #fff;margin-bottom: 30px;max-width: 800px;margin-left: auto;margin-right: auto;}.page-jl-159__button {display: inline-block;background-color: #ffcc00;color: #1a1a2e;padding: 12px 28px;border-radius: 30px;text-decoration: none;font-weight: bold;font-size: 1.1em;transition: background-color 0.3s ease, transform 0.3s ease;border: none;cursor: pointer;}.page-jl-159__button:hover {background-color: #e6b800;transform: translateY(-2px);}.page-jl-159__section {padding: 60px 0;background-color: #1a1a2e;text-align: center;}.page-jl-159__section:nth-of-type(even) {background-color: #261a3e;}.page-jl-159__section-title {font-size: 2.2em;color: #ffcc00;margin-bottom: 30px;text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);}.page-jl-159__section-text {font-size: 1.1em;max-width: 900px;margin: 0 auto 30px;color: #ccc;}.page-jl-159__features-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 40px;}.page-jl-159__feature-card {background-color: #2e1e4a;padding: 30px;border-radius: 15px;box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);text-align: left;transition: transform 0.3s ease;border-bottom: 3px solid #ffcc00;}.page-jl-159__feature-card:hover {transform: translateY(-5px);}.page-jl-159__feature-icon {width: 60px;height: 60px;margin-bottom: 20px;display: block;}.page-jl-159__feature-title {font-size: 1.6em;color: #ffcc00;margin-bottom: 15px;}.page-jl-159__feature-description {font-size: 1em;color: #bbb;}.page-jl-159__game-showcase {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 25px;margin-top: 40px;}.page-jl-159__game-card {background-color: #2e1e4a;border-radius: 12px;overflow: hidden;box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);transition: transform 0.3s ease;border-bottom: 3px solid #ffcc00;}.page-jl-159__game-card:hover {transform: translateY(-5px);}.page-jl-159__game-image {width: 100%;height: 180px;object-fit: cover;display: block;}.page-jl-159__game-info {padding: 20px;}.page-jl-159__game-title {font-size: 1.4em;color: #ffcc00;margin-bottom: 10px;}.page-jl-159__game-description {font-size: 0.95em;color: #bbb;}.page-jl-159__cta-section {background: linear-gradient(45deg, #0f0f20, #4d0f0f);padding: 80px 0;text-align: center;}.page-jl-159__cta-title {font-size: 2.5em;color: #fff;margin-bottom: 20px;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-jl-159__cta-text {font-size: 1.2em;color: #ffcc00;margin-bottom: 40px;max-width: 800px;margin-left: auto;margin-right: auto;}.page-jl-159__faq-section {padding: 60px 0;background-color: #1a1a2e;}.page-jl-159__faq-list {max-width: 900px;margin: 40px auto 0;}.page-jl-159__faq-item {background-color: #261a3e;margin-bottom: 15px;border-radius: 10px;overflow: hidden;}.page-jl-159__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px 25px;background-color: #2e1e4a;color: #ffcc00;font-size: 1.2em;font-weight: bold;cursor: pointer;user-select: none;border-bottom: 2px solid #3a2a5a;transition: background-color 0.3s ease;}.page-jl-159__faq-question:hover {background-color: #3a2a5a;}.page-jl-159__faq-question h3 {margin: 0;pointer-events: none;color: #ffcc00;}.page-jl-159__faq-toggle {font-size: 1.5em;line-height: 1;pointer-events: none;transition: transform 0.3s ease;}.page-jl-159__faq-item.active .page-jl-159__faq-toggle {transform: rotate(45deg);}.page-jl-159__faq-answer {max-height: 0;overflow: hidden;padding: 0 25px;opacity: 0;color: #ccc;font-size: 1em;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;}.page-jl-159__faq-item.active .page-jl-159__faq-answer {max-height: 2000px !important;padding: 20px 25px !important;opacity: 1;}.page-jl-159__promo-text {font-size: 0.9em;color: #888;margin-top: 20px;}/* Responsive adjustments */@media (max-width: 1024px) {.page-jl-159__hero-title {font-size: 2.5em;}.page-jl-159__hero-subtitle {font-size: 1.2em;}.page-jl-159__section-title {font-size: 2em;}.page-jl-159__cta-title {font-size: 2.2em;}}.page-jl-159__features-grid, .page-jl-159__game-showcase, .page-jl-159__faq-list {padding-left: 15px;padding-right: 15px;}@media (max-width: 768px) {.page-jl-159__hero-section {padding-bottom: 40px;}.page-jl-159__hero-title {font-size: 2em;}.page-jl-159__hero-subtitle {font-size: 1em;}.page-jl-159__button {padding: 10px 20px;font-size: 1em;}.page-jl-159__section {padding: 40px 0;}.page-jl-159__section-title {font-size: 1.8em;margin-bottom: 20px;}.page-jl-159__section-text {font-size: 0.95em;margin-bottom: 20px;}.page-jl-159__features-grid, .page-jl-159__game-showcase {grid-template-columns: 1fr;gap: 20px;}.page-jl-159__feature-card, .page-jl-159__game-card {padding: 20px;}.page-jl-159__feature-title {font-size: 1.4em;}.page-jl-159__game-title {font-size: 1.2em;}.page-jl-159__cta-section {padding: 60px 0;}.page-jl-159__cta-title {font-size: 2em;}.page-jl-159__cta-text {font-size: 1.1em;margin-bottom: 30px;}.page-jl-159__faq-section {padding: 40px 0;}.page-jl-159__faq-question {font-size: 1.1em;padding: 15px 20px;}.page-jl-159__faq-answer {padding: 15px 20px !important;}.page-jl-159__features-grid > .page-jl-159__feature-card, .page-jl-159__game-showcase > .page-jl-159__game-card {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-jl-159__features-grid, .page-jl-159__game-showcase, .page-jl-159__faq-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-159__feature-description, .page-jl-159__game-description, .page-jl-159__faq-answer {word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}}