.page-jl { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: var(--header-offset, 122px); } @media (max-width: 768px) { .page-jl { padding-top: var(--header-offset-mobile, 60px); } } .page-jl__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-jl__container { padding: 15px; } } .page-jl__section { padding: 60px 0; text-align: center; } @media (max-width: 768px) { .page-jl__section { padding: 40px 0; } } .page-jl__section-dark { background-color: #2c3e50; color: #ecf0f1; } .page-jl__section-title { font-size: 2.8em; margin-bottom: 30px; color: #2c3e50; text-transform: uppercase; letter-spacing: 1px; } .page-jl__section-dark .page-jl__section-title { color: #ecf0f1; } @media (max-width: 768px) { .page-jl__section-title { font-size: 2em; margin-bottom: 20px; } } .page-jl__section-subtitle { font-size: 1.2em; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } @media (max-width: 768px) { .page-jl__section-subtitle { font-size: 1em; margin-bottom: 30px; } } .page-jl__button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-jl__button:hover { background-color: #c0392b; } @media (max-width: 768px) { .page-jl__button { padding: 12px 25px; font-size: 1em; } } .page-jl__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:jiliko_kr,online_casino,philippines,banner]') no-repeat center center/cover; color: #fff; padding: 100px 0 80px; text-align: center; min-height: 500px; display: flex; align-items: center; justify-content: center; padding-top: 10px; } @media (max-width: 768px) { .page-jl__hero-section { padding: 80px 0 60px; min-height: 400px; padding-top: 10px; } } .page-jl__hero-content { max-width: 900px; margin: 0 auto; padding: 0 20px; } .page-jl__hero-title { font-size: 4em; margin-bottom: 20px; line-height: 1.1; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } @media (max-width: 768px) { .page-jl__hero-title { font-size: 2.5em; } } .page-jl__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); } @media (max-width: 768px) { .page-jl__hero-subtitle { font-size: 1.2em; } } .page-jl__intro-text { font-size: 1.1em; max-width: 900px; margin: 0 auto 40px; } .page-jl__intro-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 40px; } .page-jl__intro-feature-item { background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); flex: 1 1 calc(33% - 40px); min-width: 280px; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-jl__intro-feature-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } @media (max-width: 768px) { .page-jl__intro-feature-item { flex: 1 1 100%; padding: 25px; } } .page-jl__intro-feature-item h3 { color: #e74c3c; margin-top: 0; font-size: 1.5em; margin-bottom: 15px; } .page-jl__intro-feature-item p { color: #555; } .page-jl__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 25px; max-width: 1000px; margin: 40px auto 0; } @media (max-width: 768px) { .page-jl__quick-access-grid { grid-template-columns: 1fr; padding: 0 15px; } } .page-jl__quick-access-item { background-color: #fff; padding: 25px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-jl__quick-access-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } .page-jl__quick-access-item .page-jl__button { width: 100%; padding: 12px 0; font-size: 1em; } .page-jl__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-jl__games-grid { grid-template-columns: 1fr; padding: 0 15px; } } .page-jl__game-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-jl__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } .page-jl__game-card-image { width: 100%; height: 200px; object-fit: cover; } @media (max-width: 768px) { .page-jl__game-card-image { height: 180px; } } .page-jl__game-card-content { padding: 20px; } .page-jl__game-card-content h3 { margin-top: 0; margin-bottom: 10px; font-size: 1.6em; color: #2c3e50; } .page-jl__game-card-content p { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-jl__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-jl__promotions-grid { grid-template-columns: 1fr; padding: 0 15px; } } .page-jl__promo-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-jl__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } .page-jl__promo-card-image { width: 100%; height: 220px; object-fit: cover; } @media (max-width: 768px) { .page-jl__promo-card-image { height: 180px; } } .page-jl__promo-card-content { padding: 20px; } .page-jl__promo-card-content h3 { margin-top: 0; margin-bottom: 10px; font-size: 1.7em; color: #e74c3c; } .page-jl__promo-card-content p { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-jl__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-jl__security-grid { grid-template-columns: 1fr; padding: 0 15px; } } .page-jl__security-item { background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; box-sizing: border-box; } .page-jl__security-item img { margin-bottom: 15px; } .page-jl__security-item h3 { color: #2c3e50; font-size: 1.4em; margin-bottom: 10px; } .page-jl__security-item p { color: #555; font-size: 0.95em; } .page-jl__faq-list { max-width: 900px; margin: 40px auto 0; text-align: left; } .page-jl__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); overflow: hidden; } .page-jl__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #f2f2f2; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; user-select: none; } .page-jl__faq-question:hover { background-color: #e0e0e0; } @media (max-width: 768px) { .page-jl__faq-question { padding: 15px 20px; } } .page-jl__faq-question h3 { margin: 0; font-size: 1.2em; color: #2c3e50; pointer-events: none; } @media (max-width: 768px) { .page-jl__faq-question h3 { font-size: 1.1em; } } .page-jl__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e74c3c; transition: transform 0.3s ease; pointer-events: none; } .page-jl__faq-item.active .page-jl__faq-toggle { transform: rotate(45deg); } .page-jl__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; background-color: #fff; } .page-jl__faq-item.active .page-jl__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-jl__faq-answer { padding: 0 20px; } .page-jl__faq-item.active .page-jl__faq-answer { padding: 15px 20px !important; } } .page-jl__faq-answer p { margin-bottom: 1em; color: #555; } .page-jl__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-jl__blog-grid { grid-template-columns: 1fr; padding: 0 15px; } } .page-jl__blog-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-jl__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } .page-jl__blog-card-image { width: 100%; height: 220px; object-fit: cover; } @media (max-width: 768px) { .page-jl__blog-card-image { height: 180px; } } .page-jl__blog-card-content { padding: 20px; } .page-jl__blog-card-content h3 { margin-top: 0; margin-bottom: 10px; font-size: 1.6em; color: #2c3e50; } .page-jl__blog-card-content p { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-jl__blog-card-content .page-jl__button { padding: 10px 20px; font-size: 0.9em; } .page-jl__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-jl__floating-buttons .page-jl__button { padding: 12px 25px; font-size: 1em; border-radius: 50px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); } @media (max-width: 768px) { .page-jl__floating-buttons { bottom: 15px; right: 15px; } .page-jl__floating-buttons .page-jl__button { padding: 10px 20px; font-size: 0.9em; } } /* Mobile responsive for lists */ ul.page-jl__list, ol.page-jl__list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } ul.page-jl__list li, ol.page-jl__list li { box-sizing: border-box; width: 100%; max-width: 100%; margin-left: 0; margin-right: 0; word-wrap: break-word; overflow-wrap: break-word; } @media (max-width: 768px) { ul.page-jl__list, ol.page-jl__list { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } ul.page-jl__list li, ol.page-jl__list li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 10px !important; } }