.page-jl-group-fun-login { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-jl-group-fun-login__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-jl-group-fun-login__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-group-fun-login__section-title { font-size: 2.5em; color: #0056b3; text-align: center; margin-bottom: 30px; font-weight: bold; }.page-jl-group-fun-login__section-subtitle { font-size: 1.8em; color: #0056b3; text-align: center; margin-bottom: 20px; }.page-jl-group-fun-login__hero-section { background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)), url('[GALLERY:hero:1920x1080:online casino,gaming,philippines,phdream]') no-repeat center center/cover; color: #fff; text-align: center; padding: 100px 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; padding-top: calc(10px + var(--header-offset, 0px)); }.page-jl-group-fun-login__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.7); }.page-jl-group-fun-login__hero-description { font-size: 1.5em; margin-bottom: 40px; max-width: 800px; }.page-jl-group-fun-login__cta-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; }.page-jl-group-fun-login__cta-button:hover { background-color: #e6b800; }.page-jl-group-fun-login__introduction-section .page-jl-group-fun-login__section-text { font-size: 1.1em; line-height: 1.8; text-align: justify; }.page-jl-group-fun-login__quick-access-section { text-align: center; }.page-jl-group-fun-login__access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }.page-jl-group-fun-login__access-item .page-jl-group-fun-login__cta-button { width: 100%; box-sizing: border-box; background-color: #007bff; color: #fff; }.page-jl-group-fun-login__access-item .page-jl-group-fun-login__cta-button:hover { background-color: #0056b3; }.page-jl-group-fun-login__games-section, .page-jl-group-fun-login__promotions-section, .page-jl-group-fun-login__blog-section { text-align: center; }.page-jl-group-fun-login__games-grid, .page-jl-group-fun-login__promo-grid, .page-jl-group-fun-login__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-jl-group-fun-login__game-card, .page-jl-group-fun-login__promo-card, .page-jl-group-fun-login__blog-card { background-color: #f0f0f0; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0,0,0,0.1); text-align: left; transition: transform 0.3s ease; }.page-jl-group-fun-login__game-card:hover, .page-jl-group-fun-login__promo-card:hover, .page-jl-group-fun-login__blog-card:hover { transform: translateY(-5px); }.page-jl-group-fun-login__game-image, .page-jl-group-fun-login__promo-image, .page-jl-group-fun-login__blog-image { width: 100%; height: 220px; object-fit: cover; display: block; }.page-jl-group-fun-login__card-content { padding: 20px; }.page-jl-group-fun-login__game-title, .page-jl-group-fun-login__promo-title, .page-jl-group-fun-login__blog-title { font-size: 1.5em; color: #0056b3; margin-bottom: 10px; }.page-jl-group-fun-login__game-description, .page-jl-group-fun-login__promo-description, .page-jl-group-fun-login__blog-excerpt { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-jl-group-fun-login__card-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-jl-group-fun-login__card-button:hover { background-color: #e6b800; }.page-jl-group-fun-login__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-jl-group-fun-login__feature-item { background-color: #e9f7ff; border-left: 5px solid #007bff; padding: 20px; border-radius: 5px; text-align: left; flex: 1 1 calc(33% - 40px); min-width: 280px; }.page-jl-group-fun-login__feature-item h3 { color: #0056b3; margin-top: 0; }.page-jl-group-fun-login__faq-section { background-color: #f0f8ff; }.page-jl-group-fun-login__faq-item { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 5px; overflow: hidden; }.page-jl-group-fun-login__faq-question { background-color: #007bff; color: #fff; padding: 15px 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; user-select: none; transition: background-color 0.3s ease; }.page-jl-group-fun-login__faq-question:hover { background-color: #0056b3; }.page-jl-group-fun-login__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; }.page-jl-group-fun-login__faq-toggle { font-size: 1.5em; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; }.page-jl-group-fun-login__faq-item.active .page-jl-group-fun-login__faq-toggle { transform: rotate(45deg); }.page-jl-group-fun-login__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #fff; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-jl-group-fun-login__faq-item.active .page-jl-group-fun-login__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-jl-group-fun-login__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-jl-group-fun-login__floating-button { background-color: #ffcc00; color: #333; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 8px rgba(0,0,0,0.2); transition: background-color 0.3s ease, transform 0.2s ease; font-size: 1em; text-align: center; }.page-jl-group-fun-login__floating-button:hover { background-color: #e6b800; transform: translateY(-3px); }.page-jl-group-fun-login__blog-date { font-size: 0.85em; color: #888; margin-top: 10px; display: block; }.page-jl-group-fun-login img { max-width: 100%; height: auto; box-sizing: border-box; }.page-jl-group-fun-login__blog-card .page-jl-group-fun-login__card-button { margin-top: 15px; }.page-jl-group-fun-login__blog-card .page-jl-group-fun-login__blog-image { height: 200px; }.page-jl-group-fun-login__card-content p { margin-bottom: 10px; }.page-jl-group-fun-login ul { list-style: none; padding: 0; margin: 0; }.page-jl-group-fun-login ul li { margin-bottom: 10px; padding-left: 20px; position: relative; }.page-jl-group-fun-login ul li::before { content: '•'; color: #007bff; position: absolute; left: 0; top: 0; }.page-jl-group-fun-login__gamelogo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 20px; justify-items: center; align-items: center; margin-top: 30px; }.page-jl-group-fun-login__gamelogo-item { max-width: 120px; height: auto; object-fit: contain; }.page-jl-group-fun-login__gamelogo-item img { max-width: 100%; height: auto; display: block; }.page-jl-group-fun-login__games-section .page-jl-group-fun-login__card-content { display: flex; flex-direction: column; height: calc(100% - 220px); }.page-jl-group-fun-login__games-section .page-jl-group-fun-login__card-button { margin-top: auto; }.page-jl-group-fun-login__promotions-section .page-jl-group-fun-login__card-content { display: flex; flex-direction: column; height: calc(100% - 220px); }.page-jl-group-fun-login__promotions-section .page-jl-group-fun-login__card-button { margin-top: auto; }@media (max-width: 768px) { .page-jl-group-fun-login__hero-title { font-size: 2.5em; }.page-jl-group-fun-login__hero-description { font-size: 1.2em; }.page-jl-group-fun-login__section-title { font-size: 2em; }.page-jl-group-fun-login__section-subtitle { font-size: 1.5em; }.page-jl-group-fun-login__section { padding: 30px 15px; }.page-jl-group-fun-login__container { padding: 10px; }.page-jl-group-fun-login__access-grid, .page-jl-group-fun-login__games-grid, .page-jl-group-fun-login__promo-grid, .page-jl-group-fun-login__blog-grid, .page-jl-group-fun-login__security-features { grid-template-columns: 1fr; gap: 15px; }.page-jl-group-fun-login__feature-item { flex: 1 1 100%; }.page-jl-group-fun-login__faq-question h3 { font-size: 1em; }.page-jl-group-fun-login__faq-answer { padding: 0 15px !important; }.page-jl-group-fun-login__faq-item.active .page-jl-group-fun-login__faq-answer { padding: 15px !important; }.page-jl-group-fun-login__floating-buttons { right: 10px; bottom: 10px; gap: 8px; }.page-jl-group-fun-login__floating-button { padding: 10px 20px; font-size: 0.9em; }.page-jl-group-fun-login img { width: 100% !important; max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-jl-group-fun-login ul, .page-jl-group-fun-login ol { 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-group-fun-login ul li, .page-jl-group-fun-login ol li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 20px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }