.page-jl-market__container {max-width: 1200px;margin: 0 auto;padding: 0 15px;}.page-jl-market__hero-section {position: relative;width: 100%;height: 600px;display: flex;align-items: center;justify-content: center;text-align: center;color: #fff;overflow: hidden;padding-top: 10px;}.page-jl-market__hero-background {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: -1;}.page-jl-market__hero-content {position: relative;z-index: 1;padding: 20px;background: rgba(0, 0, 0, 0.5);border-radius: 10px;max-width: 800px;}.page-jl-market__hero-title {font-size: 3.5em;margin-bottom: 15px;line-height: 1.2;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-jl-market__hero-subtitle {font-size: 1.5em;margin-bottom: 30px;text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);}.page-jl-market__btn {display: inline-block;background-color: #ffcc00;color: #333;padding: 15px 30px;border-radius: 5px;text-decoration: none;font-weight: bold;font-size: 1.1em;transition: background-color 0.3s ease, transform 0.3s ease;}.page-jl-market__btn:hover {background-color: #e6b800;transform: translateY(-2px);}.page-jl-market__section {padding: 60px 0;text-align: center;}.page-jl-market__section:nth-of-type(even) {background-color: #f8f8f8;}.page-jl-market__section-title {font-size: 2.5em;margin-bottom: 40px;color: #333;}.page-jl-market__text-content {font-size: 1.1em;line-height: 1.7;color: #555;margin-bottom: 20px;}.page-jl-market__text-content strong {color: #ffcc00;}.page-jl-market__grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 40px;}.page-jl-market__card {background-color: #fff;border-radius: 10px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);padding: 30px;text-align: left;transition: transform 0.3s ease;height: 100%;display: flex;flex-direction: column;justify-content: space-between;}.page-jl-market__card:hover {transform: translateY(-5px);}.page-jl-market__card-image {width: 100%;height: 200px;object-fit: cover;border-radius: 8px;margin-bottom: 20px;}.page-jl-market__card-title {font-size: 1.5em;margin-bottom: 15px;color: #333;}.page-jl-market__card-description {font-size: 1em;color: #666;line-height: 1.6;margin-bottom: 20px;}.page-jl-market__quick-links-list {list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;}.page-jl-market__quick-link-item {flex: 1 1 200px;max-width: 280px;}.page-jl-market__quick-link-btn {display: block;width: 100%;padding: 18px 25px;background-color: #4CAF50;color: #fff;border-radius: 8px;text-decoration: none;font-weight: bold;font-size: 1.1em;transition: background-color 0.3s ease, transform 0.3s ease;}.page-jl-market__quick-link-btn:hover {background-color: #45a049;transform: translateY(-2px);}.page-jl-market__game-category-card {background-color: #f0f0f0;border-radius: 10px;padding: 25px;text-align: center;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);}.page-jl-market__game-category-icon {width: 80px;height: 80px;margin-bottom: 15px;}.page-jl-market__game-category-title {font-size: 1.3em;color: #333;margin-bottom: 10px;}.page-jl-market__game-category-description {font-size: 0.95em;color: #666;line-height: 1.5;margin-bottom: 15px;}.page-jl-market__promotion-card {background-color: #fff;border-radius: 10px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);padding: 25px;text-align: left;}.page-jl-market__promotion-title {font-size: 1.4em;color: #333;margin-bottom: 10px;}.page-jl-market__promotion-description {font-size: 1em;color: #666;line-height: 1.6;margin-bottom: 20px;}.page-jl-market__faq-list {list-style: none;padding: 0;margin: 0 auto;max-width: 800px;}.page-jl-market__faq-item {background-color: #fff;border-radius: 8px;margin-bottom: 15px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);overflow: hidden;}.page-jl-market__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 18px 25px;font-size: 1.1em;color: #333;font-weight: bold;cursor: pointer;user-select: none;background-color: #f9f9f9;border-bottom: 1px solid #eee;transition: background-color 0.3s ease;}.page-jl-market__faq-question h3 {margin: 0;pointer-events: none;}.page-jl-market__faq-question:hover {background-color: #f0f0f0;}.page-jl-market__faq-toggle {font-size: 1.5em;line-height: 1;margin-left: 15px;transition: transform 0.3s ease;pointer-events: none;}.page-jl-market__faq-item.active .page-jl-market__faq-toggle {transform: rotate(45deg);}.page-jl-market__faq-answer {max-height: 0;overflow: hidden;padding: 0 15px;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;opacity: 0;color: #555;text-align: left;}.page-jl-market__faq-item.active .page-jl-market__faq-answer {max-height: 2000px !important;padding: 20px 25px !important;opacity: 1;}.page-jl-market__blog-card {background-color: #fff;border-radius: 10px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);padding: 25px;text-align: left;display: flex;flex-direction: column;justify-content: space-between;}.page-jl-market__blog-thumbnail {width: 100%;height: 180px;object-fit: cover;border-radius: 8px;margin-bottom: 15px;}.page-jl-market__blog-title {font-size: 1.3em;margin-bottom: 10px;color: #333;}.page-jl-market__blog-title a {text-decoration: none;color: #333;transition: color 0.3s ease;}.page-jl-market__blog-title a:hover {color: #ffcc00;}.page-jl-market__blog-excerpt {font-size: 0.95em;color: #666;line-height: 1.5;margin-bottom: 15px;}.page-jl-market__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: 20px 0;}.page-jl-market__payment-logo {flex: 0 0 auto;width: 80px;height: 80px;max-width: 80px;max-height: 80px;box-sizing: border-box;}.page-jl-market__payment-logo img {display: block;width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;object-fit: contain;}@media (max-width: 768px) {.page-jl-market__hero-section {height: 450px;}.page-jl-market__hero-title {font-size: 2.5em;}.page-jl-market__hero-subtitle {font-size: 1.2em;}.page-jl-market__btn {padding: 12px 25px;font-size: 1em;}.page-jl-market__section {padding: 40px 0;}.page-jl-market__section-title {font-size: 2em;}.page-jl-market__text-content {font-size: 1em;}.page-jl-market__grid {grid-template-columns: 1fr;gap: 20px;}.page-jl-market__card {padding: 20px;}.page-jl-market__card-title {font-size: 1.3em;}.page-jl-market__card-description {font-size: 0.9em;}.page-jl-market__quick-links-list {flex-direction: column;align-items: center;gap: 15px;}.page-jl-market__quick-link-item {width: 100% !important;max-width: 300px !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-jl-market__quick-link-btn {font-size: 1em;padding: 15px 20px;}.page-jl-market__game-category-card {padding: 20px;}.page-jl-market__game-category-title {font-size: 1.2em;}.page-jl-market__game-category-description {font-size: 0.9em;}.page-jl-market__promotion-card {padding: 20px;}.page-jl-market__promotion-title {font-size: 1.2em;}.page-jl-market__promotion-description {font-size: 0.9em;}.page-jl-market__faq-question {padding: 15px 20px;font-size: 1em;}.page-jl-market__faq-answer {padding: 15px 20px !important;}.page-jl-market__blog-card {padding: 20px;}.page-jl-market__blog-title {font-size: 1.1em;}.page-jl-market__blog-excerpt {font-size: 0.85em;}.page-jl-market__payment-providers {flex-direction: row;flex-wrap: wrap;justify-content: center;gap: 16px;}.page-jl-market__payment-logo, .page-jl-market__payment-logo img {width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;}.page-jl-market__grid .page-jl-market__card-image, .page-jl-market__blog-card .page-jl-market__blog-thumbnail {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;}.page-jl-market__grid .page-jl-market__card, .page-jl-market__blog-card {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;}.page-jl-market__quick-links-list .page-jl-market__quick-link-item {word-wrap: break-word !important;overflow-wrap: break-word !important;}}.page-jl-market__floating-buttons {position: fixed;right: 20px;bottom: 20px;z-index: 1000;display: flex;flex-direction: column;gap: 10px;}.page-jl-market__floating-btn {background-color: #ffcc00;color: #333;border-radius: 50%;width: 60px;height: 60px;display: flex;align-items: center;justify-content: center;font-weight: bold;font-size: 0.9em;text-decoration: none;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);transition: background-color 0.3s ease, transform 0.3s ease;text-align: center;line-height: 1.2;}.page-jl-market__floating-btn:hover {background-color: #e6b800;transform: translateY(-2px);}@media (max-width: 768px) {.page-jl-market__floating-buttons {right: 15px;bottom: 15px;gap: 8px;}.page-jl-market__floating-btn {width: 50px;height: 50px;font-size: 0.8em;}}