/* Page-specific CSS */.page-jl-mm50 {font-family: 'Arial', sans-serif;color: #333;line-height: 1.6;background-color: #f8f8f8;}.page-jl-mm50__container {max-width: 1200px;margin: 0 auto;padding: 0 15px;box-sizing: border-box;}.page-jl-mm50__section {padding: 40px 0;margin-bottom: 20px;background-color: #fff;border-radius: 8px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);}.page-jl-mm50__section:nth-child(even) {background-color: #f0f0f0;}.page-jl-mm50__hero-section {position: relative;background-color: #0a192f;color: #fff;text-align: center;padding: 10px 0 60px;overflow: hidden;}.page-jl-mm50__hero-background {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;opacity: 0.4;z-index: 0;}.page-jl-mm50__hero-content {position: relative;z-index: 1;max-width: 900px;margin: 0 auto;padding: 20px;}.page-jl-mm50__hero-title {font-size: 3em;margin-bottom: 20px;line-height: 1.2;font-weight: bold;color: #f7b32b;}.page-jl-mm50__hero-description {font-size: 1.2em;margin-bottom: 30px;}.page-jl-mm50__cta-buttons {display: flex;justify-content: center;gap: 20px;flex-wrap: wrap;}.page-jl-mm50__cta-button {display: inline-block;background-color: #f7b32b;color: #0a192f;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;border: none;cursor: pointer;}.page-jl-mm50__cta-button:hover {background-color: #e0a120;transform: translateY(-2px);}.page-jl-mm50__cta-button--secondary {background-color: #007bff;color: #fff;}.page-jl-mm50__cta-button--secondary:hover {background-color: #0056b3;}.page-jl-mm50__section-title {font-size: 2.5em;color: #0a192f;text-align: center;margin-bottom: 40px;font-weight: bold;}.page-jl-mm50__section-subtitle {font-size: 1.5em;color: #555;text-align: center;margin-bottom: 20px;}.page-jl-mm50__intro-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;text-align: center;}.page-jl-mm50__intro-item {padding: 20px;border-radius: 8px;background-color: #fdfdfd;box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);}.page-jl-mm50__intro-item h3 {color: #f7b32b;margin-bottom: 10px;font-size: 1.3em;}.page-jl-mm50__quick-access-links {display: flex;justify-content: center;flex-wrap: wrap;gap: 20px;margin-top: 30px;}.page-jl-mm50__game-categories {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 25px;margin-top: 30px;}.page-jl-mm50__game-card {background-color: #fdfdfd;border-radius: 8px;overflow: hidden;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);transition: transform 0.3s ease;}.page-jl-mm50__game-card:hover {transform: translateY(-5px);}.page-jl-mm50__game-card-image {width: 100%;height: 200px;object-fit: cover;display: block;}.page-jl-mm50__game-card-content {padding: 20px;text-align: center;}.page-jl-mm50__game-card-title {font-size: 1.4em;color: #0a192f;margin-bottom: 10px;}.page-jl-mm50__game-card-description {font-size: 0.95em;color: #666;margin-bottom: 15px;}.page-jl-mm50__game-card-button {display: inline-block;background-color: #007bff;color: #fff;padding: 10px 20px;border-radius: 5px;text-decoration: none;font-weight: bold;font-size: 0.9em;transition: background-color 0.3s ease;}.page-jl-mm50__game-card-button:hover {background-color: #0056b3;}.page-jl-mm50__promotions-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 30px;}.page-jl-mm50__promo-card {background-color: #fdfdfd;border-radius: 8px;overflow: hidden;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);transition: transform 0.3s ease;}.page-jl-mm50__promo-card:hover {transform: translateY(-5px);}.page-jl-mm50__promo-card-image {width: 100%;height: 220px;object-fit: cover;display: block;}.page-jl-mm50__promo-card-content {padding: 20px;text-align: center;}.page-jl-mm50__promo-card-title {font-size: 1.4em;color: #0a192f;margin-bottom: 10px;}.page-jl-mm50__promo-card-description {font-size: 0.95em;color: #666;margin-bottom: 15px;}.page-jl-mm50__security-features {display: flex;flex-direction: column;gap: 20px;margin-top: 30px;}.page-jl-mm50__security-item {display: flex;align-items: center;gap: 20px;background-color: #fdfdfd;padding: 20px;border-radius: 8px;box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);}.page-jl-mm50__security-icon {width: 80px;height: 80px;object-fit: contain;flex-shrink: 0;}.page-jl-mm50__security-text h3 {color: #f7b32b;margin-bottom: 5px;}.page-jl-mm50__faq-list {margin-top: 30px;}.page-jl-mm50__faq-item {background-color: #fdfdfd;border-radius: 8px;margin-bottom: 15px;box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);overflow: hidden;}.page-jl-mm50__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px;cursor: pointer;font-weight: bold;color: #0a192f;background-color: #f0f0f0;border-bottom: 1px solid #eee;transition: background-color 0.3s ease;}.page-jl-mm50__faq-question:hover {background-color: #e8e8e8;}.page-jl-mm50__faq-question h3 {margin: 0;font-size: 1.1em;pointer-events: none;}.page-jl-mm50__faq-toggle {font-size: 1.5em;line-height: 1;pointer-events: none;transition: transform 0.3s ease;color: #f7b32b;}.page-jl-mm50__faq-item.active .page-jl-mm50__faq-toggle {transform: rotate(45deg);}.page-jl-mm50__faq-answer {max-height: 0;overflow: hidden;padding: 0 20px;opacity: 0;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;color: #666;}.page-jl-mm50__faq-item.active .page-jl-mm50__faq-answer {max-height: 2000px !important;padding: 20px !important;opacity: 1;}.page-jl-mm50__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 30px;}.page-jl-mm50__blog-card {background-color: #fdfdfd;border-radius: 8px;overflow: hidden;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);transition: transform 0.3s ease;}.page-jl-mm50__blog-card:hover {transform: translateY(-5px);}.page-jl-mm50__blog-card-image {width: 100%;height: 200px;object-fit: cover;display: block;}.page-jl-mm50__blog-card-content {padding: 20px;}.page-jl-mm50__blog-card-title {font-size: 1.3em;color: #0a192f;margin-bottom: 10px;line-height: 1.4;}.page-jl-mm50__blog-card-meta {font-size: 0.85em;color: #999;margin-bottom: 10px;}.page-jl-mm50__blog-card-excerpt {font-size: 0.95em;color: #666;margin-bottom: 15px;}.page-jl-mm50__blog-card-link {display: inline-block;color: #007bff;text-decoration: none;font-weight: bold;transition: color 0.3s ease;}.page-jl-mm50__blog-card-link:hover {color: #0056b3;}.page-jl-mm50__payment-providers {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 30px;width: 100%;max-width: 100%;box-sizing: border-box;margin-top: 40px;}.page-jl-mm50__payment-logo {flex: 0 0 auto;width: 80px;height: 80px;max-width: 80px;max-height: 80px;box-sizing: border-box;}.page-jl-mm50__payment-logo img {display: block;width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;object-fit: contain;}.page-jl-mm50 img {max-width: 100%;height: auto;box-sizing: border-box;}@media (max-width: 768px) {.page-jl-mm50__hero-title {font-size: 2.2em;}.page-jl-mm50__hero-description {font-size: 1em;}.page-jl-mm50__cta-buttons {flex-direction: column;gap: 15px;}.page-jl-mm50__cta-button {width: 80%;max-width: 300px;}.page-jl-mm50__section {padding: 30px 0;}.page-jl-mm50__section-title {font-size: 1.8em;margin-bottom: 30px;}.page-jl-mm50__intro-grid, .page-jl-mm50__game-categories, .page-jl-mm50__promotions-grid, .page-jl-mm50__blog-grid {grid-template-columns: 1fr;gap: 20px;}.page-jl-mm50__security-item {flex-direction: column;text-align: center;}.page-jl-mm50__security-icon {margin-bottom: 10px;}.page-jl-mm50__faq-question {padding: 15px;}.page-jl-mm50__faq-question h3 {font-size: 1em;}.page-jl-mm50__faq-answer {padding: 15px !important;}.page-jl-mm50__payment-providers {flex-direction: row;flex-wrap: wrap;justify-content: center;gap: 16px;}.page-jl-mm50__payment-logo, .page-jl-mm50__payment-logo img {width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;}.page-jl-mm50__intro-grid .page-jl-mm50__intro-item, .page-jl-mm50__quick-access-links .page-jl-mm50__cta-button, .page-jl-mm50__game-categories .page-jl-mm50__game-card, .page-jl-mm50__promotions-grid .page-jl-mm50__promo-card, .page-jl-mm50__security-features .page-jl-mm50__security-item, .page-jl-mm50__faq-list .page-jl-mm50__faq-item, .page-jl-mm50__blog-grid .page-jl-mm50__blog-card {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-jl-mm50__intro-grid, .page-jl-mm50__game-categories, .page-jl-mm50__promotions-grid, .page-jl-mm50__blog-grid, .page-jl-mm50__quick-access-links, .page-jl-mm50__security-features, .page-jl-mm50__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-mm50 p, .page-jl-mm50 li, .page-jl-mm50 h3, .page-jl-mm50 h2 {word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}}