.page-kuya-j-park-square { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-kuya-j-park-square__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; }.page-kuya-j-park-square__section-title { font-size: 2.2em; color: #1a2a6c; text-align: center; margin-bottom: 20px; padding-top: 20px; }.page-kuya-j-park-square__section-description { font-size: 1.1em; text-align: center; max-width: 800px; margin: 0 auto 40px auto; color: #555; }.page-kuya-j-park-square__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding-top: 10px; overflow: hidden; box-sizing: border-box; }.page-kuya-j-park-square__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }.page-kuya-j-park-square__hero-content { z-index: 1; padding: 20px; background-color: rgba(0, 0, 0, 0.5); border-radius: 8px; max-width: 90%; box-sizing: border-box; }.page-kuya-j-park-square__hero-title { font-size: 2.5em; margin-bottom: 15px; line-height: 1.2; }.page-kuya-j-park-square__highlight { color: #f7b731; }.page-kuya-j-park-square__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; }.page-kuya-j-park-square__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-kuya-j-park-square__button { display: inline-block; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; }.page-kuya-j-park-square__button--primary { background-color: #f7b731; color: #1a2a6c; border: 2px solid #f7b731; }.page-kuya-j-park-square__button--primary:hover { background-color: #e6a520; transform: translateY(-2px); }.page-kuya-j-park-square__button--secondary { background-color: transparent; color: #f7b731; border: 2px solid #f7b731; }.page-kuya-j-park-square__button--secondary:hover { background-color: #f7b731; color: #1a2a6c; transform: translateY(-2px); }.page-kuya-j-park-square__button--small { padding: 8px 15px; font-size: 0.9em; }.page-kuya-j-park-square__about-section { background-color: #fff; padding: 60px 0; }.page-kuya-j-park-square__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; text-align: center; }.page-kuya-j-park-square__feature-item { background-color: #f0f2f5; padding: 30px 20px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; }.page-kuya-j-park-square__feature-item:hover { transform: translateY(-5px); }.page-kuya-j-park-square__feature-icon { max-width: 100px; height: auto; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; }.page-kuya-j-park-square__feature-title { font-size: 1.5em; color: #1a2a6c; margin-bottom: 10px; }.page-kuya-j-park-square__feature-text { color: #666; font-size: 0.95em; }.page-kuya-j-park-square__games-section { padding: 60px 0; background-color: #f0f2f5; }.page-kuya-j-park-square__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }.page-kuya-j-park-square__game-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); text-align: center; padding-bottom: 20px; display: flex; flex-direction: column; justify-content: space-between; transition: transform 0.3s ease; }.page-kuya-j-park-square__game-card:hover { transform: translateY(-5px); }.page-kuya-j-park-square__game-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; }.page-kuya-j-park-square__game-title { font-size: 1.4em; color: #1a2a6c; margin-bottom: 10px; padding: 0 15px; }.page-kuya-j-park-square__game-text { font-size: 0.95em; color: #666; margin-bottom: 20px; flex-grow: 1; padding: 0 15px; }.page-kuya-j-park-square__promotions-section { padding: 60px 0; background-color: #fff; }.page-kuya-j-park-square__promo-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-kuya-j-park-square__promo-card { background-color: #f0f2f5; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); text-align: center; padding-bottom: 20px; display: flex; flex-direction: column; justify-content: space-between; transition: transform 0.3s ease; }.page-kuya-j-park-square__promo-card:hover { transform: translateY(-5px); }.page-kuya-j-park-square__promo-image { width: 100%; height: 220px; object-fit: cover; margin-bottom: 15px; }.page-kuya-j-park-square__promo-title { font-size: 1.4em; color: #1a2a6c; margin-bottom: 10px; padding: 0 15px; }.page-kuya-j-park-square__promo-text { font-size: 0.95em; color: #666; margin-bottom: 20px; flex-grow: 1; padding: 0 15px; }.page-kuya-j-park-square__full-promo-link { text-align: center; margin-top: 40px; }.page-kuya-j-park-square__faq-section { padding: 60px 0; background-color: #f0f2f5; }.page-kuya-j-park-square__faq-list { max-width: 800px; margin: 40px auto 0 auto; }.page-kuya-j-park-square__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); overflow: hidden; box-sizing: border-box; }.page-kuya-j-park-square__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #f7b731; color: #1a2a6c; font-weight: bold; transition: background-color 0.3s ease; user-select: none; }.page-kuya-j-park-square__faq-question:hover { background-color: #e6a520; }.page-kuya-j-park-square__faq-title { margin: 0; font-size: 1.1em; pointer-events: none; }.page-kuya-j-park-square__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; }.page-kuya-j-park-square__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, opacity 0.4s ease; opacity: 0; }.page-kuya-j-park-square__faq-answer p { margin: 15px 0; color: #333; font-size: 0.95em; }.page-kuya-j-park-square__faq-item.active .page-kuya-j-park-square__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-kuya-j-park-square__faq-item.active .page-kuya-j-park-square__faq-question { background-color: #e6a520; }.page-kuya-j-park-square__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-kuya-j-park-square__floating-button { display: block; width: 100px; padding: 10px 0; text-align: center; border-radius: 50px; text-decoration: none; font-weight: bold; color: #fff; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.2s ease; }.page-kuya-j-park-square__floating-button--register { background-color: #f7b731; }.page-kuya-j-park-square__floating-button--register:hover { background-color: #e6a520; transform: scale(1.05); }.page-kuya-j-park-square__floating-button--login { background-color: #1a2a6c; }.page-kuya-j-park-square__floating-button--login:hover { background-color: #2b3e8c; transform: scale(1.05); }@media (max-width: 768px) { .page-kuya-j-park-square__hero-section { min-height: 400px; padding-top: 10px; }.page-kuya-j-park-square__hero-title { font-size: 1.8em; }.page-kuya-j-park-square__hero-subtitle { font-size: 1em; }.page-kuya-j-park-square__hero-buttons { flex-direction: column; gap: 15px; }.page-kuya-j-park-square__button { width: 80%; max-width: 250px; margin: 0 auto; }.page-kuya-j-park-square__section-title { font-size: 1.8em; }.page-kuya-j-park-square__section-description { font-size: 1em; margin-bottom: 30px; }.page-kuya-j-park-square__features-grid, .page-kuya-j-park-square__game-categories, .page-kuya-j-park-square__promo-cards { grid-template-columns: 1fr; }.page-kuya-j-park-square__feature-item, .page-kuya-j-park-square__game-card, .page-kuya-j-park-square__promo-card { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; }.page-kuya-j-park-square__game-image, .page-kuya-j-park-square__promo-image { height: 180px; }.page-kuya-j-park-square__faq-question { padding: 15px 20px; }.page-kuya-j-park-square__faq-title { font-size: 1em; }.page-kuya-j-park-square__faq-answer { padding: 0 20px; }.page-kuya-j-park-square__faq-item.active .page-kuya-j-park-square__faq-answer { padding: 15px 20px !important; }.page-kuya-j-park-square__faq-list { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; padding: 0; }.page-kuya-j-park-square__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-kuya-j-park-square__floating-buttons { bottom: 15px; right: 15px; }.page-kuya-j-park-square__floating-button { width: 90px; padding: 8px 0; font-size: 0.9em; }}@media (max-width: 480px) { .page-kuya-j-park-square__hero-title { font-size: 1.5em; }.page-kuya-j-park-square__hero-subtitle { font-size: 0.9em; }.page-kuya-j-park-square__button { padding: 10px 20px; font-size: 0.9em; }.page-kuya-j-park-square__floating-buttons { bottom: 10px; right: 10px; }.page-kuya-j-park-square__floating-button { width: 80px; padding: 7px 0; font-size: 0.8em; }}