.page-jl-600__hero-section { position: relative; padding: 10px 0 60px; color: #fff; text-align: center; overflow: hidden; background: linear-gradient(135deg, #0a1128, #122a4d); display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 60vh; }.page-jl-600__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }.page-jl-600__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.4; }.page-jl-600__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 0 20px; }.page-jl-600__hero-title { font-size: 2.8rem; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-jl-600__hero-description { font-size: 1.2rem; margin-bottom: 40px; line-height: 1.6; max-width: 700px; margin-left: auto; margin-right: auto; }.page-jl-600__hero-cta-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-jl-600__hero-button { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1rem; transition: transform 0.3s ease, background-color 0.3s ease; }.page-jl-600__hero-button--primary { background-color: #ffc107; color: #333; border: 2px solid #ffc107; }.page-jl-600__hero-button--primary:hover { background-color: #e0a800; transform: translateY(-3px); }.page-jl-600__hero-button--secondary { background-color: transparent; color: #ffc107; border: 2px solid #ffc107; }.page-jl-600__hero-button--secondary:hover { background-color: #ffc107; color: #333; transform: translateY(-3px); }.page-jl-600__container { max-width: 1200px; margin: 0 auto; padding: 40px 20px; }.page-jl-600__section-title { font-size: 2.2rem; color: #ffc107; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 10px; }.page-jl-600__section-title::after { content: ''; display: block; width: 80px; height: 4px; background-color: #ffc107; margin: 10px auto 0; border-radius: 2px; }.page-jl-600__intro-section, .page-jl-600__quick-access-section, .page-jl-600__games-section, .page-jl-600__promotions-section, .page-jl-600__security-section, .page-jl-600__faq-section, .page-jl-600__blog-section { padding: 60px 0; background-color: #1a2c4e; color: #f0f0f0; }.page-jl-600__intro-section:nth-of-type(even), .page-jl-600__games-section:nth-of-type(even), .page-jl-600__security-section:nth-of-type(even) { background-color: #0a1128; }.page-jl-600__intro-text, .page-jl-600__quick-access-description, .page-jl-600__games-description, .page-jl-600__promotions-description, .page-jl-600__security-description, .page-jl-600__blog-description { text-align: center; font-size: 1.1rem; line-height: 1.7; max-width: 800px; margin: 0 auto 50px; }.page-jl-600__intro-features, .page-jl-600__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; text-align: center; }.page-jl-600__intro-feature-item, .page-jl-600__security-item { background-color: #0e1d3e; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; }.page-jl-600__intro-feature-item:hover, .page-jl-600__security-item:hover { transform: translateY(-5px); }.page-jl-600__intro-feature-image, .page-jl-600__security-image { width: 100%; max-width: 250px; height: auto; margin-bottom: 20px; border-radius: 8px; }.page-jl-600__intro-feature-title, .page-jl-600__security-title { font-size: 1.5rem; color: #ffc107; margin-bottom: 15px; }.page-jl-600__intro-feature-description, .page-jl-600__security-text { font-size: 1rem; line-height: 1.6; }.page-jl-600__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }.page-jl-600__quick-access-button { display: block; background-color: #0e1d3e; color: #f0f0f0; padding: 18px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.05rem; text-align: center; transition: background-color 0.3s ease, transform 0.3s ease; border: 1px solid #ffc107; }.page-jl-600__quick-access-button:hover { background-color: #ffc107; color: #0e1d3e; transform: translateY(-3px); }.page-jl-600__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }.page-jl-600__game-category-item { background-color: #0e1d3e; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); text-align: center; display: flex; flex-direction: column; align-items: center; transition: transform 0.3s ease; }.page-jl-600__game-category-item:hover { transform: translateY(-5px); }.page-jl-600__game-category-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 20px; }.page-jl-600__game-category-title { font-size: 1.6rem; color: #ffc107; margin-bottom: 15px; }.page-jl-600__game-category-text { font-size: 1rem; line-height: 1.6; margin-bottom: 25px; flex-grow: 1; }.page-jl-600__game-category-image { width: 100%; max-width: 350px; height: auto; border-radius: 8px; margin-bottom: 20px; }.page-jl-600__game-category-button { display: inline-block; background-color: #ffc107; color: #0e1d3e; padding: 12px 25px; border-radius: 6px; text-decoration: none; font-weight: bold; font-size: 1rem; transition: background-color 0.3s ease; }.page-jl-600__game-category-button:hover { background-color: #e0a800; }.page-jl-600__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-jl-600__promo-item { background-color: #0e1d3e; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); text-align: center; transition: transform 0.3s ease; }.page-jl-600__promo-item:hover { transform: translateY(-5px); }.page-jl-600__promo-image { width: 100%; max-width: 400px; height: auto; border-radius: 8px; margin-bottom: 20px; }.page-jl-600__promo-title { font-size: 1.6rem; color: #ffc107; margin-bottom: 15px; }.page-jl-600__promo-text { font-size: 1rem; line-height: 1.6; margin-bottom: 25px; }.page-jl-600__promo-button { display: inline-block; background-color: #ffc107; color: #0e1d3e; padding: 12px 25px; border-radius: 6px; text-decoration: none; font-weight: bold; font-size: 1rem; transition: background-color 0.3s ease; }.page-jl-600__promo-button:hover { background-color: #e0a800; }.page-jl-600__faq-list { max-width: 800px; margin: 0 auto; }.page-jl-600__faq-item { background-color: #0e1d3e; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }.page-jl-600__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #1a2c4e; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-jl-600__faq-question:hover { background-color: #2a3d5e; }.page-jl-600__faq-question-text { font-size: 1.2rem; color: #f0f0f0; margin: 0; pointer-events: none; }.page-jl-600__faq-toggle { font-size: 1.8rem; font-weight: bold; color: #ffc107; transition: transform 0.3s ease; pointer-events: none; }.page-jl-600__faq-item.active .page-jl-600__faq-toggle { transform: rotate(45deg); }.page-jl-600__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; 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-600__faq-item.active .page-jl-600__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-jl-600__faq-answer p { margin: 0; line-height: 1.7; font-size: 1rem; color: #cccccc; }.page-jl-600__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }.page-jl-600__blog-post { background-color: #0e1d3e; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); transition: transform 0.3s ease; }.page-jl-600__blog-post:hover { transform: translateY(-5px); }.page-jl-600__blog-image { width: 100%; height: 200px; object-fit: cover; }.page-jl-600__blog-post-title { font-size: 1.3rem; margin: 20px 20px 10px; line-height: 1.4; }.page-jl-600__blog-post-title a { color: #ffc107; text-decoration: none; transition: color 0.3s ease; }.page-jl-600__blog-post-title a:hover { color: #fff; }.page-jl-600__blog-post-excerpt { font-size: 0.95rem; color: #cccccc; margin: 0 20px 15px; line-height: 1.6; }.page-jl-600__blog-post-date { display: block; font-size: 0.85rem; color: #888; margin: 0 20px 20px; text-align: right; }.page-jl-600__blog-post-date { margin-top: auto; padding-top: 10px; }.page-jl-600__blog-post { display: flex; flex-direction: column; }.page-jl-600__blog-post-excerpt { flex-grow: 1; }.page-jl-600__hero-title, .page-jl-600__hero-description { text-align: center; }.page-jl-600__intro-text, .page-jl-600__quick-access-description, .page-jl-600__games-description, .page-jl-600__promotions-description, .page-jl-600__security-description, .page-jl-600__blog-description { text-align: center; }.page-jl-600__faq-answer p { text-align: left; }@media (max-width: 768px) { .page-jl-600__hero-section { min-height: 50vh; padding: 10px 0 40px; }.page-jl-600__hero-title { font-size: 2rem; }.page-jl-600__hero-description { font-size: 1rem; }.page-jl-600__hero-cta-group { flex-direction: column; gap: 15px; }.page-jl-600__hero-button { width: 100%; max-width: 300px; margin: 0 auto; padding: 12px 20px; font-size: 1rem; }.page-jl-600__section-title { font-size: 1.8rem; margin-bottom: 30px; }.page-jl-600__intro-text, .page-jl-600__quick-access-description, .page-jl-600__games-description, .page-jl-600__promotions-description, .page-jl-600__security-description, .page-jl-600__blog-description { font-size: 0.95rem; margin-bottom: 30px; }.page-jl-600__intro-features, .page-jl-600__security-features, .page-jl-600__quick-access-grid, .page-jl-600__game-categories, .page-jl-600__promo-grid, .page-jl-600__blog-grid { grid-template-columns: 1fr; gap: 20px; }.page-jl-600__intro-feature-item, .page-jl-600__security-item, .page-jl-600__game-category-item, .page-jl-600__promo-item, .page-jl-600__blog-post { padding: 20px; }.page-jl-600__quick-access-button { font-size: 1rem; padding: 15px 20px; }.page-jl-600__intro-feature-title, .page-jl-600__security-title, .page-jl-600__game-category-title, .page-jl-600__promo-title { font-size: 1.4rem; }.page-jl-600__intro-feature-description, .page-jl-600__security-text, .page-jl-600__game-category-text, .page-jl-600__promo-text, .page-jl-600__faq-answer p { font-size: 0.9rem; }.page-jl-600__faq-question { padding: 15px 20px; }.page-jl-600__faq-question-text { font-size: 1.1rem; }.page-jl-600__faq-toggle { font-size: 1.5rem; }.page-jl-600__faq-answer { padding: 0 20px; }.page-jl-600__faq-item.active .page-jl-600__faq-answer { padding: 15px 20px !important; }.page-jl-600__blog-post-title { font-size: 1.1rem; margin: 15px 15px 8px; }.page-jl-600__blog-post-excerpt { font-size: 0.85rem; margin: 0 15px 10px; }.page-jl-600__blog-post-date { margin: 0 15px 15px; }.page-jl-600__intro-feature-item, .page-jl-600__security-item, .page-jl-600__quick-access-grid, .page-jl-600__game-categories, .page-jl-600__promo-grid, .page-jl-600__blog-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 0 !important; padding-right: 0 !important; }.page-jl-600__intro-feature-item > *, .page-jl-600__security-item > *, .page-jl-600__quick-access-button, .page-jl-600__game-category-item > *, .page-jl-600__promo-item > *, .page-jl-600__blog-post > * { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }}.page-jl-600__faq-answer p { padding-bottom: 15px; }