.page-jl-330 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-jl-330__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-jl-330__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }.page-jl-330__section--dark { background-color: #2a2a2a; color: #eee; }.page-jl-330__section-title { text-align: center; color: #d4af37; margin-bottom: 30px; font-size: 2.5em; font-weight: bold; }.page-jl-330__section-title--light { color: #fff; }.page-jl-330__text-center { text-align: center; }.page-jl-330__hero-section { position: relative; width: 100%; height: 60vh; min-height: 400px; background-color: #000; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; }.page-jl-330__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.6; }.page-jl-330__hero-content { position: relative; z-index: 2; padding: 20px; max-width: 900px; }.page-jl-330__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0,0,0,0.7); line-height: 1.2; }.page-jl-330__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0,0,0,0.7); }.page-jl-330__btn { display: inline-block; background-color: #d4af37; color: #000; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; font-size: 1.1em; }.page-jl-330__btn:hover { background-color: #e6c24e; transform: translateY(-2px); }.page-jl-330__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: 40px 20px; background-color: #f0f0f0; border-radius: 8px; margin-bottom: 20px; }.page-jl-330__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-jl-330__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-jl-330__intro-content { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; }.page-jl-330__intro-text { flex: 1; min-width: 300px; }.page-jl-330__intro-image-wrapper { flex: 1; min-width: 300px; text-align: center; }.page-jl-330__intro-image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }.page-jl-330__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 30px; }.page-jl-330__quick-access-item { background-color: #eee; padding: 20px; border-radius: 8px; text-align: center; transition: background-color 0.3s ease; }.page-jl-330__quick-access-item:hover { background-color: #e0e0e0; }.page-jl-330__quick-access-item .page-jl-330__btn { width: 100%; }.page-jl-330__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-jl-330__game-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,0.1); transition: transform 0.3s ease; }.page-jl-330__game-card:hover { transform: translateY(-5px); }.page-jl-330__game-card-image { width: 100%; height: 200px; object-fit: cover; }.page-jl-330__game-card-content { padding: 20px; }.page-jl-330__game-card-title { font-size: 1.4em; margin-bottom: 10px; color: #333; }.page-jl-330__game-card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-jl-330__promo-list { list-style: none; padding: 0; margin-top: 30px; }.page-jl-330__promo-item { background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; padding: 20px; display: flex; flex-direction: column; gap: 15px; align-items: flex-start; }.page-jl-330__promo-title { font-size: 1.5em; color: #333; margin-bottom: 5px; }.page-jl-330__promo-description { color: #555; font-size: 1em; }.page-jl-330__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-jl-330__security-item { background-color: #f9f9f9; padding: 25px; border-radius: 10px; text-align: center; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }.page-jl-330__security-icon { width: 80px; height: 80px; margin-bottom: 15px; object-fit: contain; }.page-jl-330__security-title { font-size: 1.3em; color: #333; margin-bottom: 10px; }.page-jl-330__security-description { font-size: 0.95em; color: #555; }.page-jl-330__faq-list { margin-top: 30px; }.page-jl-330__faq-item { background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 10px; overflow: hidden; }.page-jl-330__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; font-size: 1.1em; font-weight: bold; color: #333; cursor: pointer; user-select: none; background-color: #eee; transition: background-color 0.3s ease; }.page-jl-330__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; }.page-jl-330__faq-question:hover { background-color: #e0e0e0; }.page-jl-330__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; }.page-jl-330__faq-item.active .page-jl-330__faq-toggle { transform: rotate(45deg); }.page-jl-330__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: #555; }.page-jl-330__faq-item.active .page-jl-330__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-jl-330__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-jl-330__blog-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,0.1); transition: transform 0.3s ease; text-decoration: none; color: inherit; }.page-jl-330__blog-card:hover { transform: translateY(-5px); }.page-jl-330__blog-card-image { width: 100%; height: 220px; object-fit: cover; }.page-jl-330__blog-card-content { padding: 20px; }.page-jl-330__blog-card-title { font-size: 1.4em; margin-bottom: 10px; color: #333; }.page-jl-330__blog-card-excerpt { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-jl-330__blog-card-date { font-size: 0.85em; color: #888; text-align: right; }.page-jl-330 img { max-width: 100%; height: auto; display: block; }.page-jl-330 p { margin-bottom: 1em; }.page-jl-330 ul { list-style: disc; margin-left: 20px; margin-bottom: 1em; }.page-jl-330 ol { list-style: decimal; margin-left: 20px; margin-bottom: 1em; }.page-jl-330 li { margin-bottom: 0.5em; }.page-jl-330__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-jl-330__floating-buttons .page-jl-330__btn { border-radius: 50px; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; font-size: 0.9em; text-align: center; line-height: 1.1; padding: 0; box-shadow: 0 4px 8px rgba(0,0,0,0.2); }.page-jl-330__floating-buttons .page-jl-330__btn--register { background-color: #d4af37; color: #000; }.page-jl-330__floating-buttons .page-jl-330__btn--login { background-color: #a0a0a0; color: #fff; }.page-jl-330__floating-buttons .page-jl-330__btn--register:hover { background-color: #e6c24e; }.page-jl-330__floating-buttons .page-jl-330__btn--login:hover { background-color: #888; }@media (max-width: 1024px) { .page-jl-330__hero-title { font-size: 2.8em; } .page-jl-330__hero-subtitle { font-size: 1.3em; } .page-jl-330__section-title { font-size: 2em; } }.page-jl-330 ul, .page-jl-330 ol { padding-left: 0 !important; margin-left: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }.page-jl-330 li { box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-jl-330 img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-jl-330__intro-image-wrapper, .page-jl-330__intro-image { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }@media (max-width: 768px) { .page-jl-330__container { padding: 10px; } .page-jl-330__hero-section { height: 50vh; min-height: 300px; } .page-jl-330__hero-title { font-size: 2em; } .page-jl-330__hero-subtitle { font-size: 1.1em; } .page-jl-330__btn { padding: 10px 20px; font-size: 1em; } .page-jl-330__section { padding: 30px 15px; } .page-jl-330__section-title { font-size: 1.8em; margin-bottom: 20px; } .page-jl-330__intro-content { flex-direction: column; } .page-jl-330__intro-text, .page-jl-330__intro-image-wrapper { min-width: unset; width: 100%; } .page-jl-330__quick-access-grid, .page-jl-330__games-grid, .page-jl-330__security-grid, .page-jl-330__blog-grid { grid-template-columns: 1fr; gap: 15px; } .page-jl-330__game-card-image, .page-jl-330__blog-card-image { height: 180px; } .page-jl-330__promo-item { flex-direction: column; align-items: stretch; } .page-jl-330__faq-question { padding: 12px 15px; font-size: 1em; } .page-jl-330__faq-answer { padding: 15px !important; } .page-jl-330__floating-buttons { bottom: 15px; right: 15px; gap: 8px; } .page-jl-330__floating-buttons .page-jl-330__btn { width: 50px; height: 50px; font-size: 0.8em; } .page-jl-330__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-jl-330__payment-logo, .page-jl-330__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-jl-330 li { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 0 !important; padding-right: 0 !important; box-sizing: border-box !important; } }