body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f4f7f6; color: #333; line-height: 1.6; } .page-1x-jl { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-1x-jl__section { padding: 40px 0; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-1x-jl__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-1x-jl__section-title { text-align: center; color: #2c3e50; font-size: 2.5em; margin-bottom: 30px; font-weight: bold; } .page-1x-jl__section-title--light { color: #ecf0f1; } .page-1x-jl__text-content { text-align: center; margin-bottom: 30px; } .page-1x-jl__button-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 30px; } .page-1x-jl__button { display: inline-block; padding: 15px 30px; background-color: #e74c3c; color: #fff; text-decoration: none; border-radius: 50px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; text-align: center; white-space: nowrap; } .page-1x-jl__button:hover { background-color: #c0392b; transform: translateY(-2px); } .page-1x-jl__hero-section { background-image: url('[GALLERY:hero:1920x1080:online_gaming,philippines,casino]'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 100px 20px; border-radius: 0; box-shadow: none; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; position: relative; overflow: hidden; padding-top: 10px; } .page-1x-jl__hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 1; } .page-1x-jl__hero-content { position: relative; z-index: 2; max-width: 900px; } .page-1x-jl__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.7); } .page-1x-jl__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0,0,0,0.7); } .page-1x-jl__hero-button { background-color: #2ecc71; } .page-1x-jl__hero-button:hover { background-color: #27ae60; } .page-1x-jl__info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; text-align: center; margin-top: 30px; } .page-1x-jl__info-item { background-color: #f9f9f9; padding: 30px 20px; border-radius: 8px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); } .page-1x-jl__info-icon { margin-bottom: 15px; } .page-1x-jl__info-icon img { width: 100%; height: auto; max-width: 250px; border-radius: 8px; } .page-1x-jl__info-title { font-size: 1.5em; color: #e74c3c; margin-bottom: 10px; } .page-1x-jl__game-tabs { display: flex; justify-content: center; margin-bottom: 30px; border-bottom: 2px solid #eee; overflow-x: auto; -webkit-overflow-scrolling: touch; } .page-1x-jl__game-tab-button { background-color: transparent; border: none; padding: 15px 25px; font-size: 1.1em; cursor: pointer; color: #555; transition: color 0.3s ease, border-bottom 0.3s ease; white-space: nowrap; } .page-1x-jl__game-tab-button:hover, .page-1x-jl__game-tab-button--active { color: #e74c3c; border-bottom: 3px solid #e74c3c; } .page-1x-jl__game-content { display: none; padding-top: 20px; } .page-1x-jl__game-content--active { display: block; } .page-1x-jl__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-1x-jl__game-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); text-align: center; } .page-1x-jl__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-1x-jl__game-card-body { padding: 20px; } .page-1x-jl__game-card-title { font-size: 1.3em; color: #2c3e50; margin-bottom: 10px; } .page-1x-jl__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-1x-jl__promo-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); text-align: center; } .page-1x-jl__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-1x-jl__promo-card-body { padding: 20px; } .page-1x-jl__promo-card-title { font-size: 1.4em; color: #e74c3c; margin-bottom: 10px; } .page-1x-jl__promo-card-description { font-size: 0.95em; color: #555; margin-bottom: 20px; } .page-1x-jl__faq-list { max-width: 800px; margin: 0 auto; } .page-1x-jl__faq-item { background-color: #f9f9f9; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-1x-jl__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; font-size: 1.1em; font-weight: bold; color: #2c3e50; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-1x-jl__faq-question:hover { background-color: #eee; } .page-1x-jl__faq-question h3 { margin: 0; pointer-events: none; color: #2c3e50; font-size: 1.1em; } .page-1x-jl__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; } .page-1x-jl__faq-item.active .page-1x-jl__faq-toggle { transform: rotate(45deg); } .page-1x-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.3s ease; } .page-1x-jl__faq-item.active .page-1x-jl__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-1x-jl__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-1x-jl__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } .page-1x-jl__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-1x-jl__blog-card-body { padding: 20px; } .page-1x-jl__blog-card-title { font-size: 1.3em; color: #2c3e50; margin-bottom: 10px; } .page-1x-jl__blog-card-title a { text-decoration: none; color: #2c3e50; transition: color 0.3s ease; } .page-1x-jl__blog-card-title a:hover { color: #e74c3c; } .page-1x-jl__blog-card-date { font-size: 0.85em; color: #777; margin-bottom: 10px; } .page-1x-jl__blog-card-excerpt { font-size: 0.95em; color: #555; margin-bottom: 20px; } @media (max-width: 768px) { .page-1x-jl__hero-section { min-height: 400px; padding: 80px 15px; } .page-1x-jl__hero-title { font-size: 2.5em; } .page-1x-jl__hero-subtitle { font-size: 1.2em; } .page-1x-jl__section-title { font-size: 2em; margin-bottom: 20px; } .page-1x-jl__button-group { flex-direction: column; gap: 15px; } .page-1x-jl__button { width: 100%; max-width: 300px; margin: 0 auto; padding: 12px 20px; font-size: 1em; box-sizing: border-box !important; } .page-1x-jl__info-grid, .page-1x-jl__game-grid, .page-1x-jl__promo-grid, .page-1x-jl__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-1x-jl__info-item, .page-1x-jl__game-card, .page-1x-jl__promo-card, .page-1x-jl__blog-card { width: 100% !important; max-width: 100% !important; margin: 0 !important; box-sizing: border-box !important; } .page-1x-jl__info-icon img, .page-1x-jl__game-card-image, .page-1x-jl__promo-card-image, .page-1x-jl__blog-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-1x-jl__game-tabs { justify-content: flex-start; } .page-1x-jl__game-tab-button { padding: 10px 15px; font-size: 1em; } .page-1x-jl__faq-question { padding: 15px 20px; font-size: 1em; } .page-1x-jl__faq-question h3 { font-size: 1em; } .page-1x-jl__faq-answer { padding: 0 20px; } .page-1x-jl__faq-item.active .page-1x-jl__faq-answer { padding: 15px 20px !important; } } @media (max-width: 480px) { .page-1x-jl__hero-title { font-size: 2em; } .page-1x-jl__hero-subtitle { font-size: 1em; } .page-1x-jl__section-title { font-size: 1.8em; } }