body {font-family: 'Arial', sans-serif;margin: 0;padding: 0;background-color: #f4f7f6;color: #333;}h1, h2, h3, h4, h5, h6 {color: #2c3e50;}a {text-decoration: none;color: #e74c3c;}.page-jl-currency__container {max-width: 1200px;margin: 0 auto;padding: 20px;box-sizing: border-box;}.page-jl-currency__hero-section {position: relative;background-color: #34495e;color: #fff;padding: 80px 0;text-align: center;overflow: hidden;padding-top: calc(var(--header-offset, 122px) + 10px);}.page-jl-currency__hero-image-wrapper {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;}.page-jl-currency__hero-image {width: 100%;height: 100%;object-fit: cover;opacity: 0.4;}.page-jl-currency__hero-content {position: relative;z-index: 1;max-width: 900px;margin: 0 auto;padding: 0 20px;}.page-jl-currency__hero-title {font-size: 2.8em;margin-bottom: 20px;line-height: 1.2;font-weight: bold;}.page-jl-currency__hero-tagline {font-size: 1.3em;margin-bottom: 30px;}.page-jl-currency__hero-cta {display: inline-block;background-color: #e74c3c;color: #fff;padding: 15px 30px;border-radius: 5px;font-size: 1.1em;font-weight: bold;transition: background-color 0.3s ease;}.page-jl-currency__hero-cta:hover {background-color: #c0392b;}.page-jl-currency__section-title {font-size: 2em;text-align: center;margin-bottom: 20px;color: #2c3e50;}.page-jl-currency__section-description {font-size: 1.1em;text-align: center;max-width: 800px;margin: 0 auto 40px auto;line-height: 1.6;color: #555;}.page-jl-currency__introduction-section, .page-jl-currency__quick-access-section, .page-jl-currency__games-section, .page-jl-currency__promotions-section, .page-jl-currency__security-section, .page-jl-currency__faq-section, .page-jl-currency__blog-section {padding: 60px 0;background-color: #fff;margin-bottom: 20px;border-bottom: 1px solid #eee;}.page-jl-currency__introduction-section:nth-child(even), .page-jl-currency__promotions-section:nth-child(even) {background-color: #f9f9f9;}.page-jl-currency__intro-features, .page-jl-currency__security-features {display: flex;justify-content: space-around;flex-wrap: wrap;gap: 30px;margin-top: 40px;}.page-jl-currency__feature-item {flex: 1;min-width: 280px;max-width: 350px;text-align: center;padding: 20px;background-color: #fefefe;border-radius: 8px;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);transition: transform 0.3s ease;}.page-jl-currency__feature-item:hover {transform: translateY(-5px);}.page-jl-currency__feature-icon {width: 200px;height: 200px;object-fit: contain;margin-bottom: 20px;max-width: 100%;height: auto;}.page-jl-currency__feature-title {font-size: 1.5em;margin-bottom: 10px;color: #e74c3c;}.page-jl-currency__feature-text {font-size: 1em;line-height: 1.5;color: #666;}.page-jl-currency__access-buttons {display: flex;justify-content: center;flex-wrap: wrap;gap: 20px;margin-top: 40px;}.page-jl-currency__access-button {background-color: #2ecc71;color: #fff;padding: 12px 25px;border-radius: 5px;font-weight: bold;transition: background-color 0.3s ease;}.page-jl-currency__access-button:hover {background-color: #27ae60;}.page-jl-currency__game-categories, .page-jl-currency__promo-grid, .page-jl-currency__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 40px;}.page-jl-currency__game-card, .page-jl-currency__promo-card, .page-jl-currency__blog-card {background-color: #fefefe;border-radius: 8px;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);overflow: hidden;display: flex;flex-direction: column;transition: transform 0.3s ease;}.page-jl-currency__game-card:hover, .page-jl-currency__promo-card:hover, .page-jl-currency__blog-card:hover {transform: translateY(-5px);}.page-jl-currency__game-image, .page-jl-currency__promo-image, .page-jl-currency__blog-image {width: 100%;height: 200px;object-fit: cover;max-width: 100%;height: auto;}.page-jl-currency__game-title, .page-jl-currency__promo-title, .page-jl-currency__blog-card-title {font-size: 1.4em;padding: 15px 20px 10px;color: #e74c3c;margin: 0;}.page-jl-currency__blog-card-title a {color: #e74c3c;}.page-jl-currency__blog-card-title a:hover {text-decoration: underline;}.page-jl-currency__game-text, .page-jl-currency__promo-text, .page-jl-currency__blog-excerpt {font-size: 0.95em;padding: 0 20px 15px;line-height: 1.5;color: #666;flex-grow: 1;}.page-jl-currency__game-button, .page-jl-currency__promo-button, .page-jl-currency__blog-readmore {display: inline-block;background-color: #3498db;color: #fff;padding: 10px 20px;border-radius: 0 0 8px 8px;font-weight: bold;text-align: center;transition: background-color 0.3s ease;margin-top: auto;}.page-jl-currency__game-button:hover, .page-jl-currency__promo-button:hover, .page-jl-currency__blog-readmore:hover {background-color: #2980b9;}.page-jl-currency__blog-readmore {border-radius: 0;}.page-jl-currency__faq-list {max-width: 800px;margin: 40px auto 0;}.page-jl-currency__faq-item {background-color: #fefefe;border: 1px solid #eee;border-radius: 8px;margin-bottom: 15px;overflow: hidden;}.page-jl-currency__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 15px 20px;cursor: pointer;background-color: #f5f5f5;border-bottom: 1px solid #eee;transition: background-color 0.3s ease;user-select: none;}.page-jl-currency__faq-question:hover {background-color: #e0e0e0;}.page-jl-currency__faq-title {font-size: 1.1em;margin: 0;color: #2c3e50;flex-grow: 1;pointer-events: none;}.page-jl-currency__faq-toggle {font-size: 1.5em;font-weight: bold;color: #e74c3c;margin-left: 10px;transition: transform 0.3s ease;pointer-events: none;}.page-jl-currency__faq-item.active .page-jl-currency__faq-toggle {transform: rotate(45deg);}.page-jl-currency__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;}.page-jl-currency__faq-item.active .page-jl-currency__faq-answer {max-height: 2000px !important;padding: 20px 15px !important;opacity: 1;}.page-jl-currency__faq-answer p {margin: 0;line-height: 1.6;color: #555;}@media (max-width: 768px) {.page-jl-currency__hero-section {padding: 60px 0;padding-top: calc(var(--header-offset, 122px) + 10px);}.page-jl-currency__hero-title {font-size: 2em;}.page-jl-currency__hero-tagline {font-size: 1em;}.page-jl-currency__hero-cta {padding: 12px 25px;font-size: 1em;}.page-jl-currency__section-title {font-size: 1.8em;}.page-jl-currency__section-description {font-size: 1em;margin-bottom: 30px;}.page-jl-currency__intro-features, .page-jl-currency__security-features {flex-direction: column;align-items: center;}.page-jl-currency__feature-item {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-jl-currency__feature-icon {width: 150px;height: 150px;}.page-jl-currency__access-buttons {flex-direction: column;}.page-jl-currency__access-button {width: 100%;box-sizing: border-box;}.page-jl-currency__game-categories, .page-jl-currency__promo-grid, .page-jl-currency__blog-grid {grid-template-columns: 1fr;}.page-jl-currency__game-card, .page-jl-currency__promo-card, .page-jl-currency__blog-card {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-jl-currency__game-image, .page-jl-currency__promo-image, .page-jl-currency__blog-image {height: 180px;max-width: 100% !important;height: auto !important;}.page-jl-currency__blog-card-title a, .page-jl-currency__game-title, .page-jl-currency__promo-title {font-size: 1.2em;}.page-jl-currency__game-text, .page-jl-currency__promo-text, .page-jl-currency__blog-excerpt {font-size: 0.9em;}.page-jl-currency__faq-question {padding: 12px 15px;}.page-jl-currency__faq-title {font-size: 1em;}.page-jl-currency__faq-answer {padding: 15px !important;}.page-jl-currency__faq-answer p {word-wrap: break-word !important;overflow-wrap: break-word !important;}.page-jl-currency__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-currency__faq-item {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}}.page-jl-currency__hero-section {position: relative;background-color: #34495e;color: #fff;padding: 80px 0;text-align: center;overflow: hidden;padding-top: calc(var(--header-offset, 122px) + 10px);}.page-jl-currency__hero-image-wrapper {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;}.page-jl-currency__hero-image {width: 100%;height: 100%;object-fit: cover;opacity: 0.4;}.page-jl-currency__hero-content {position: relative;z-index: 1;max-width: 900px;margin: 0 auto;padding: 0 20px;}.page-jl-currency__hero-title {font-size: 2.8em;margin-bottom: 20px;line-height: 1.2;font-weight: bold;}.page-jl-currency__hero-tagline {font-size: 1.3em;margin-bottom: 30px;}.page-jl-currency__hero-cta {display: inline-block;background-color: #e74c3c;color: #fff;padding: 15px 30px;border-radius: 5px;font-size: 1.1em;font-weight: bold;transition: background-color 0.3s ease;}.page-jl-currency__hero-cta:hover {background-color: #c0392b;}@media (max-width: 768px) {.page-jl-currency__hero-title {font-size: 2em;}.page-jl-currency__hero-tagline {font-size: 1em;}.page-jl-currency__hero-cta {padding: 12px 25px;font-size: 1em;}}