.page-jl-corp { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; }.page-jl-corp__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-jl-corp__section { padding: 40px 20px; margin-bottom: 20px; background-color: #16213e; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); }.page-jl-corp__section--dark { background-color: #0f3460; }.page-jl-corp__section-title { text-align: center; color: #e94560; font-size: 2.8em; margin-bottom: 30px; font-weight: bold; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }.page-jl-corp__section-subtitle { text-align: center; color: #f0f0f0; font-size: 1.4em; margin-bottom: 40px; }.page-jl-corp__text { font-size: 1.1em; margin-bottom: 15px; color: #c0c0c0; }.page-jl-corp__btn { display: inline-block; background-color: #e94560; color: #fff; padding: 14px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-jl-corp__btn:hover { background-color: #ff6a81; transform: translateY(-3px); }.page-jl-corp__btn--secondary { background-color: #0f3460; border: 2px solid #e94560; }.page-jl-corp__btn--secondary:hover { background-color: #1a1a2e; border-color: #ff6a81; }.page-jl-corp__flex-group { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-jl-corp__flex-item { flex: 1 1 calc(33% - 40px); min-width: 280px; background-color: #1a1a2e; padding: 25px; border-radius: 8px; text-align: center; box-sizing: border-box; }.page-jl-corp__flex-item-title { color: #e94560; font-size: 1.5em; margin-bottom: 15px; }.page-jl-corp__flex-item-text { color: #c0c0c0; font-size: 1em; }.page-jl-corp__image { max-width: 100%; height: auto; border-radius: 8px; display: block; margin: 20px auto; }.page-jl-corp__logo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 15px; justify-items: center; align-items: center; margin-top: 30px; }.page-jl-corp__gamelogo { max-width: 100px; height: auto; filter: grayscale(50%); opacity: 0.8; transition: filter 0.3s ease, opacity 0.3s ease; }.page-jl-corp__gamelogo:hover { filter: grayscale(0%); opacity: 1; }.page-jl-corp__game-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease; display: flex; flex-direction: column; }.page-jl-corp__game-card:hover { transform: translateY(-5px); }.page-jl-corp__game-card-image { width: 100%; height: 200px; object-fit: cover; }.page-jl-corp__game-card-content { padding: 20px; text-align: center; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-jl-corp__game-card-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; }.page-jl-corp__game-card-text { font-size: 0.95em; color: #c0c0c0; margin-bottom: 20px; }.page-jl-corp__promo-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease; }.page-jl-corp__promo-card:hover { transform: translateY(-5px); }.page-jl-corp__promo-card-image { width: 100%; height: 220px; object-fit: cover; }.page-jl-corp__promo-card-content { padding: 20px; text-align: center; }.page-jl-corp__promo-card-title { font-size: 1.5em; color: #e94560; margin-bottom: 10px; }.page-jl-corp__promo-card-text { font-size: 1em; color: #c0c0c0; margin-bottom: 20px; }.page-jl-corp__faq-list { list-style: none; padding: 0; }.page-jl-corp__faq-item { background-color: #0f3460; border-radius: 8px; margin-bottom: 15px; overflow: hidden; transition: background-color 0.3s ease; }.page-jl-corp__faq-item:hover { background-color: #1a1a2e; }.page-jl-corp__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; font-size: 1.2em; font-weight: bold; color: #f0f0f0; }.page-jl-corp__faq-question h3 { margin: 0; pointer-events: none; flex-grow: 1; }.page-jl-corp__faq-toggle { font-size: 1.8em; line-height: 1; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; }.page-jl-corp__faq-item.active .page-jl-corp__faq-toggle { transform: rotate(45deg); }.page-jl-corp__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease; color: #c0c0c0; font-size: 1em; }.page-jl-corp__faq-item.active .page-jl-corp__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; }.page-jl-corp__blog-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease; display: flex; flex-direction: column; }.page-jl-corp__blog-card:hover { transform: translateY(-5px); }.page-jl-corp__blog-card-image { width: 100%; height: 180px; object-fit: cover; }.page-jl-corp__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }.page-jl-corp__blog-card-title { font-size: 1.3em; color: #e94560; margin-bottom: 10px; }.page-jl-corp__blog-card-text { font-size: 0.95em; color: #c0c0c0; margin-bottom: 15px; flex-grow: 1; }.page-jl-corp__blog-card-link { display: inline-block; color: #5dade2; text-decoration: none; font-weight: bold; transition: color 0.3s ease; }.page-jl-corp__blog-card-link:hover { color: #87ceeb; }.page-jl-corp__hero-section { background-image: url('[GALLERY:hero:1920x1080:online casino,arena plus,philippines,gaming,bonus,jl corp]'); background-size: cover; background-position: center; text-align: center; padding: 100px 20px; min-height: 500px; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; overflow: hidden; border-radius: 0; margin-bottom: 0; padding-top: 10px; }.page-jl-corp__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)); z-index: 1; }.page-jl-corp__hero-content { position: relative; z-index: 2; max-width: 900px; }.page-jl-corp__hero-title { font-size: 3.8em; color: #fff; margin-bottom: 20px; text-shadow: 0 4px 8px rgba(0, 0, 0, 0.7); line-height: 1.2; }.page-jl-corp__hero-subtitle { font-size: 1.6em; color: #f0f0f0; margin-bottom: 40px; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }.page-jl-corp__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-jl-corp__payment-logo { max-width: 120px; height: auto; filter: grayscale(70%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; }.page-jl-corp__payment-logo:hover { filter: grayscale(0%); opacity: 1; }.page-jl-corp__cta-group { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; }.page-jl-corp__cta-item { flex: 1 1 200px; text-align: center; }.page-jl-corp__cta-item .page-jl-corp__btn { width: 100%; max-width: 250px; }.page-jl-corp__social-icons { display: flex; justify-content: center; gap: 20px; margin-top: 30px; }.page-jl-corp__social-icon { width: 48px; height: 48px; object-fit: contain; filter: grayscale(50%); opacity: 0.8; transition: filter 0.3s ease, opacity 0.3s ease; }.page-jl-corp__social-icon:hover { filter: grayscale(0%); opacity: 1; }@media (max-width: 1024px) { .page-jl-corp__hero-title { font-size: 3em; }.page-jl-corp__hero-subtitle { font-size: 1.4em; }.page-jl-corp__section-title { font-size: 2.2em; }.page-jl-corp__flex-item { flex: 1 1 calc(50% - 30px); }}.page-jl-corp__list-item { box-sizing: border-box; }.page-jl-corp__list-container { box-sizing: border-box; }@media (max-width: 768px) { .page-jl-corp__hero-title { font-size: 2.5em; }.page-jl-corp__hero-subtitle { font-size: 1.2em; }.page-jl-corp__section { padding: 30px 15px; }.page-jl-corp__section-title { font-size: 1.8em; }.page-jl-corp__flex-item { flex: 1 1 100%; min-width: unset; }.page-jl-corp__game-card-image, .page-jl-corp__promo-card-image, .page-jl-corp__blog-card-image { height: 160px; }.page-jl-corp__faq-question { font-size: 1.1em; padding: 15px 20px; }.page-jl-corp__faq-answer { padding: 0 20px; }.page-jl-corp__faq-item.active .page-jl-corp__faq-answer { padding: 15px 20px !important; }.page-jl-corp__btn { padding: 12px 25px; font-size: 1em; }.page-jl-corp__image, .page-jl-corp__gamelogo, .page-jl-corp__payment-logo, .page-jl-corp__social-icon { max-width: 100% !important; height: auto !important; }.page-jl-corp__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !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-jl-corp__list-container { 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-corp__hero-section { padding-top: 10px; }