.page-joyjili-com__hero-section { background-image: url('[GALLERY:hero:1920x1080:gaming,casino,philippines,slotvip]'); background-size: cover; background-position: center; color: #ffffff; text-align: center; padding: 10px 20px 100px 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 600px; position: relative; }.page-joyjili-com__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 1; }.page-joyjili-com__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; }.page-joyjili-com__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-joyjili-com__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); }.page-joyjili-com__cta-button { display: inline-block; background-color: #ffcc00; color: #333333; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; }.page-joyjili-com__cta-button:hover { background-color: #e6b800; transform: translateY(-2px); }.page-joyjili-com__section { padding: 60px 20px; text-align: center; max-width: 1200px; margin: 0 auto; }.page-joyjili-com__section--dark { background-color: #1a1a1a; color: #ffffff; }.page-joyjili-com__section--light { background-color: #f5f5f5; color: #333333; }.page-joyjili-com__section-title { font-size: 2.5em; margin-bottom: 40px; color: #ffcc00; }.page-joyjili-com__section-subtitle { font-size: 1.2em; margin-bottom: 30px; line-height: 1.6; }.page-joyjili-com__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-joyjili-com__card { background-color: #2a2a2a; border-radius: 15px; padding: 30px; text-align: left; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: flex-start; }.page-joyjili-com__card:hover { transform: translateY(-5px); }.page-joyjili-com__card-icon { width: 60px; height: 60px; margin-bottom: 20px; }.page-joyjili-com__card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 15px; }.page-joyjili-com__card-description { font-size: 1em; color: #cccccc; line-height: 1.6; }.page-joyjili-com__quick-access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; }.page-joyjili-com__quick-access-button { background-color: #ffcc00; color: #333333; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; }.page-joyjili-com__quick-access-button:hover { background-color: #e6b800; transform: translateY(-2px); }.page-joyjili-com__games-tabs { display: flex; justify-content: center; margin-bottom: 40px; flex-wrap: wrap; }.page-joyjili-com__games-tab-button { background-color: #333333; color: #ffffff; border: none; padding: 12px 25px; cursor: pointer; font-size: 1.1em; border-radius: 8px; margin: 5px; transition: background-color 0.3s ease, color 0.3s ease; }.page-joyjili-com__games-tab-button:hover { background-color: #555555; }.page-joyjili-com__games-tab-button.active { background-color: #ffcc00; color: #333333; font-weight: bold; }.page-joyjili-com__game-content { display: none; }.page-joyjili-com__game-content.active { display: block; }.page-joyjili-com__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; }.page-joyjili-com__game-item { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; }.page-joyjili-com__game-item:hover { transform: translateY(-5px); }.page-joyjili-com__game-image { width: 100%; height: 200px; object-fit: cover; }.page-joyjili-com__game-title { font-size: 1.2em; color: #ffcc00; padding: 15px 10px; background-color: #333333; margin: 0; }.page-joyjili-com__promo-card { background-color: #2a2a2a; border-radius: 15px; padding: 30px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); display: flex; flex-direction: column; justify-content: space-between; }.page-joyjili-com__promo-title { font-size: 1.8em; color: #ffcc00; margin-bottom: 15px; }.page-joyjili-com__promo-description { font-size: 1em; color: #cccccc; line-height: 1.6; margin-bottom: 25px; }.page-joyjili-com__promo-button { background-color: #ffcc00; color: #333333; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; margin-top: auto; }.page-joyjili-com__promo-button:hover { background-color: #e6b800; transform: translateY(-2px); }.page-joyjili-com__faq-list { list-style: none; padding: 0; margin-top: 40px; text-align: left; }.page-joyjili-com__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }.page-joyjili-com__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #333333; color: #ffcc00; font-size: 1.1em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; }.page-joyjili-com__faq-question:hover { background-color: #444444; }.page-joyjili-com__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; color: #ffcc00; }.page-joyjili-com__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; }.page-joyjili-com__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; color: #cccccc; line-height: 1.6; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-joyjili-com__faq-item.active .page-joyjili-com__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-joyjili-com__faq-item.active .page-joyjili-com__faq-toggle { transform: rotate(45deg); }.page-joyjili-com__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-joyjili-com__blog-card { background-color: #2a2a2a; border-radius: 15px; overflow: hidden; text-align: left; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; display: flex; flex-direction: column; }.page-joyjili-com__blog-card:hover { transform: translateY(-5px); }.page-joyjili-com__blog-image { width: 100%; height: 220px; object-fit: cover; }.page-joyjili-com__blog-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; }.page-joyjili-com__blog-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; line-height: 1.3; }.page-joyjili-com__blog-excerpt { font-size: 0.95em; color: #cccccc; line-height: 1.6; margin-bottom: 20px; flex-grow: 1; }.page-joyjili-com__blog-read-more { display: inline-block; background-color: #ffcc00; color: #333333; padding: 8px 18px; border-radius: 50px; text-decoration: none; font-size: 0.9em; font-weight: bold; transition: background-color 0.3s ease; margin-top: auto; }.page-joyjili-com__blog-read-more:hover { background-color: #e6b800; }.page-joyjili-com__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; }.page-joyjili-com__floating-button { background-color: #ffcc00; color: #333333; width: 60px; height: 60px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 0.9em; font-weight: bold; text-align: center; text-decoration: none; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.2s ease; line-height: 1.2; }.page-joyjili-com__floating-button:hover { background-color: #e6b800; transform: translateY(-2px); }.page-joyjili-com__icon-img { width: 30px; height: 30px; display: block; margin: 0 auto 5px; }.page-joyjili-com__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; text-align: left; }.page-joyjili-com__feature-item { background-color: #2a2a2a; padding: 25px; border-radius: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }.page-joyjili-com__feature-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; }.page-joyjili-com__feature-description { font-size: 0.95em; color: #cccccc; line-height: 1.6; }@media (max-width: 768px) { .page-joyjili-com__hero-title { font-size: 2.5em; }.page-joyjili-com__hero-subtitle { font-size: 1.2em; }.page-joyjili-com__section { padding: 40px 15px; }.page-joyjili-com__section-title { font-size: 2em; }.page-joyjili-com__grid, .page-joyjili-com__blog-grid, .page-joyjili-com__security-features { grid-template-columns: 1fr; }.page-joyjili-com__quick-access-buttons { flex-direction: column; align-items: center; }.page-joyjili-com__quick-access-button { width: 90%; max-width: 300px; }.page-joyjili-com__games-tab-button { width: 100%; margin: 5px 0; }.page-joyjili-com__game-grid { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }.page-joyjili-com__game-image { height: 150px; }.page-joyjili-com__faq-question { padding: 15px 20px; font-size: 1em; }.page-joyjili-com__faq-answer { padding: 0 20px; }.page-joyjili-com__faq-item.active .page-joyjili-com__faq-answer { padding: 15px 20px !important; }.page-joyjili-com__floating-buttons { bottom: 15px; right: 15px; gap: 10px; }.page-joyjili-com__floating-button { width: 50px; height: 50px; font-size: 0.8em; }.page-joyjili-com__icon-img { width: 25px; height: 25px; }.page-joyjili-com__card, .page-joyjili-com__promo-card, .page-joyjili-com__blog-card, .page-joyjili-com__faq-item, .page-joyjili-com__feature-item { box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-joyjili-com__faq-list { padding: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-joyjili-com__games-tabs { padding: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }}