.page-kuya-j-philippines { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-bottom: 50px; /* Space above footer */ }.page-kuya-j-philippines__hero-section { position: relative; overflow: hidden; padding-top: 10px; /* Small decorative padding, actual header offset is on body */ padding-bottom: 50px; color: #fff; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; background-color: #2c3e50; /* Fallback background */ }.page-kuya-j-philippines__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.6; /* Slightly dim image for text readability */ }.page-kuya-j-philippines__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; background-color: rgba(0, 0, 0, 0.4); border-radius: 10px; }.page-kuya-j-philippines__hero-title { font-size: 3em; margin-bottom: 20px; color: #f39c12; /* Accent color */ text-shadow: 2px 2px 4px rgba(0,0,0,0.7); }.page-kuya-j-philippines__brand-name { color: #ecf0f1; }.page-kuya-j-philippines__hero-description { font-size: 1.2em; margin-bottom: 30px; color: #ecf0f1; }.page-kuya-j-philippines__hero-buttons { display: flex; gap: 20px; justify-content: center; }.page-kuya-j-philippines__cta-button, .page-kuya-j-philippines__secondary-button, .page-kuya-j-philippines__access-button, .page-kuya-j-philippines__game-button, .page-kuya-j-philippines__promo-button, .page-kuya-j-philippines__contact-button { display: inline-block; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; white-space: nowrap; box-sizing: border-box; }.page-kuya-j-philippines__cta-button { background-color: #f39c12; /* Accent color */ color: #fff; border: 2px solid #f39c12; }.page-kuya-j-philippines__cta-button:hover { background-color: #e67e22; transform: translateY(-2px); }.page-kuya-j-philippines__secondary-button { background-color: transparent; color: #fff; border: 2px solid #fff; }.page-kuya-j-philippines__secondary-button:hover { background-color: rgba(255, 255, 255, 0.2); transform: translateY(-2px); }/* Section titles */.page-kuya-j-philippines__section-title { font-size: 2.5em; color: #2c3e50; text-align: center; margin: 60px 20px 40px; position: relative; padding-bottom: 15px; }.page-kuya-j-philippines__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #f39c12; border-radius: 2px; }/* Partner/Supplier Logo Section */.page-kuya-j-philippines__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 20px; background-color: #e0e0e0; }.page-kuya-j-philippines__logo-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; width: 100%; max-width: 1200px; margin-top: 20px; }.page-kuya-j-philippines__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; object-fit: contain; /* Ensure logos fit without stretching */ filter: grayscale(100%); /* Example: to make them monochrome */ opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; }.page-kuya-j-philippines__payment-logo:hover { filter: grayscale(0%); opacity: 1; }/* Homepage Introduction */.page-kuya-j-philippines__introduction-section { padding: 50px 20px; background-color: #fff; text-align: center; }.page-kuya-j-philippines__intro-text { max-width: 800px; margin: 0 auto 50px; font-size: 1.1em; color: #555; }.page-kuya-j-philippines__features-grid { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; max-width: 1200px; margin: 0 auto; }.page-kuya-j-philippines__feature-item { flex: 1; min-width: 280px; max-width: 350px; background-color: #f0f0f0; padding: 30px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-kuya-j-philippines__feature-item:hover { transform: translateY(-10px); box-shadow: 0 8px 16px rgba(0,0,0,0.2); }.page-kuya-j-philippines__feature-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 20px; }.page-kuya-j-philippines__feature-title { font-size: 1.5em; color: #2c3e50; margin-bottom: 15px; }.page-kuya-j-philippines__feature-description { color: #666; }/* Quick Access */.page-kuya-j-philippines__quick-access-section { padding: 50px 20px; background-color: #f2f2f2; text-align: center; }.page-kuya-j-philippines__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; max-width: 1000px; margin: 0 auto; }.page-kuya-j-philippines__access-button { background-color: #3498db; color: #fff; border: 2px solid #3498db; }.page-kuya-j-philippines__access-button:hover { background-color: #2980b9; transform: translateY(-2px); }/* Core Games */.page-kuya-j-philippines__games-section { padding: 50px 20px; background-color: #fff; }.page-kuya-j-philippines__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-kuya-j-philippines__game-card { background-color: #f9f9f9; border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }.page-kuya-j-philippines__game-card:hover { transform: translateY(-10px); box-shadow: 0 8px 16px rgba(0,0,0,0.2); }.page-kuya-j-philippines__game-image { width: 100%; height: 200px; /* Fixed height for consistency */ object-fit: cover; }.page-kuya-j-philippines__game-title { font-size: 1.4em; color: #2c3e50; margin: 20px 15px 10px; }.page-kuya-j-philippines__game-description { color: #666; padding: 0 15px 20px; flex-grow: 1; /* Pushes button to bottom */ }.page-kuya-j-philippines__game-button { background-color: #27ae60; color: #fff; border: 2px solid #27ae60; margin: 0 15px 20px; padding: 10px 20px; align-self: center; width: fit-content; }.page-kuya-j-philippines__game-button:hover { background-color: #229a56; transform: translateY(-2px); }/* Promotions */.page-kuya-j-philippines__promotions-section { padding: 50px 20px; background-color: #eaf6ff; text-align: center; }.page-kuya-j-philippines__promo-intro { max-width: 800px; margin: 0 auto 50px; font-size: 1.1em; color: #555; }.page-kuya-j-philippines__promo-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; max-width: 1200px; margin: 0 auto; }.page-kuya-j-philippines__promo-card { flex: 1; min-width: 300px; max-width: 500px; background-color: #fff; border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }.page-kuya-j-philippines__promo-card:hover { transform: translateY(-10px); box-shadow: 0 8px 16px rgba(0,0,0,0.2); }.page-kuya-j-philippines__promo-image { width: 100%; height: 250px; object-fit: cover; }.page-kuya-j-philippines__promo-title { font-size: 1.5em; color: #2c3e50; margin: 20px 15px 10px; }.page-kuya-j-philippines__promo-description { color: #666; padding: 0 15px 20px; flex-grow: 1; }.page-kuya-j-philippines__promo-button { background-color: #f39c12; color: #fff; border: 2px solid #f39c12; margin: 0 15px 20px; padding: 12px 25px; align-self: center; width: fit-content; }.page-kuya-j-philippines__promo-button:hover { background-color: #e67e22; transform: translateY(-2px); }/* Security & Customer Service */.page-kuya-j-philippines__security-section { padding: 50px 20px; background-color: #34495e; color: #fff; text-align: center; }.page-kuya-j-philippines__security-intro { max-width: 800px; margin: 0 auto 50px; font-size: 1.1em; color: #ecf0f1; }.page-kuya-j-philippines__security-details { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto 50px; }.page-kuya-j-philippines__security-item { background-color: #2c3e50; padding: 30px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.2); }.page-kuya-j-philippines__security-title { font-size: 1.4em; color: #f39c12; margin-bottom: 15px; }.page-kuya-j-philippines__security-description { color: #bdc3c7; }.page-kuya-j-philippines__contact-button { background-color: #e74c3c; color: #fff; border: 2px solid #e74c3c; }.page-kuya-j-philippines__contact-button:hover { background-color: #c0392b; transform: translateY(-2px); }/* FAQ Section */.page-kuya-j-philippines__faq-section { padding: 50px 20px; background-color: #fff; }.page-kuya-j-philippines__faq-container { max-width: 900px; margin: 0 auto; }.page-kuya-j-philippines__faq-item { border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; overflow: hidden; }.page-kuya-j-philippines__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #f5f5f5; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-kuya-j-philippines__faq-question:hover { background-color: #eee; }.page-kuya-j-philippines__faq-question h3 { font-size: 1.2em; color: #2c3e50; margin: 0; pointer-events: none; /* Prevent text selection from interfering with click */ }.page-kuya-j-philippines__faq-toggle { font-size: 1.5em; color: #f39c12; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; /* Prevent toggle icon from interfering with click */ }.page-kuya-j-philippines__faq-item.active .page-kuya-j-philippines__faq-toggle { transform: rotate(45deg); /* Change '+' to 'x' or '-' */ }.page-kuya-j-philippines__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #fff; 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-philippines__faq-item.active .page-kuya-j-philippines__faq-answer { max-height: 2000px !important; /* Sufficiently large to contain content */ padding: 20px 25px !important; opacity: 1; }.page-kuya-j-philippines__faq-answer p { margin: 0; color: #555; }/* Blog Section */.page-kuya-j-philippines__blog-section { padding: 50px 20px; background-color: #f8f8f8; }.page-kuya-j-philippines__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-kuya-j-philippines__blog-post { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }.page-kuya-j-philippines__blog-post:hover { transform: translateY(-10px); box-shadow: 0 8px 16px rgba(0,0,0,0.2); }.page-kuya-j-philippines__blog-image { width: 100%; height: 220px; object-fit: cover; }.page-kuya-j-philippines__blog-title { font-size: 1.3em; margin: 20px 20px 10px; }.page-kuya-j-philippines__blog-title a { color: #2c3e50; text-decoration: none; transition: color 0.3s ease; }.page-kuya-j-philippines__blog-title a:hover { color: #f39c12; }.page-kuya-j-philippines__blog-excerpt { color: #666; padding: 0 20px 15px; flex-grow: 1; }.page-kuya-j-philippines__blog-date { font-size: 0.9em; color: #999; padding: 0 20px 20px; display: block; }/* General image responsive styles */.page-kuya-j-philippines img:not(.page-kuya-j-philippines__payment-logo) { max-width: 100%; height: auto; display: block; /* Remove extra space below images */ box-sizing: border-box; }/* Responsive adjustments */@media (max-width: 768px) { .page-kuya-j-philippines__hero-section { min-height: 400px; padding-bottom: 30px; } .page-kuya-j-philippines__hero-title { font-size: 2em; } .page-kuya-j-philippines__hero-description { font-size: 1em; } .page-kuya-j-philippines__hero-buttons { flex-direction: column; gap: 15px; } .page-kuya-j-philippines__cta-button, .page-kuya-j-philippines__secondary-button, .page-kuya-j-philippines__access-button, .page-kuya-j-philippines__game-button, .page-kuya-j-philippines__promo-button, .page-kuya-j-philippines__contact-button { width: 80%; margin-left: auto; margin-right: auto; padding: 12px 20px; } .page-kuya-j-philippines__section-title { font-size: 2em; margin: 40px 15px 30px; } .page-kuya-j-philippines__payment-providers { flex-direction: row; /* Already row, but confirm */ flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-kuya-j-philippines__payment-logo { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-kuya-j-philippines__logo-grid { gap: 16px; } .page-kuya-j-philippines__introduction-section, .page-kuya-j-philippines__quick-access-section, .page-kuya-j-philippines__games-section, .page-kuya-j-philippines__promotions-section, .page-kuya-j-philippines__security-section, .page-kuya-j-philippines__faq-section, .page-kuya-j-philippines__blog-section { padding: 30px 15px; } .page-kuya-j-philippines__intro-text, .page-kuya-j-philippines__promo-intro, .page-kuya-j-philippines__security-intro { font-size: 1em; margin-bottom: 30px; } .page-kuya-j-philippines__features-grid, .page-kuya-j-philippines__game-categories, .page-kuya-j-philippines__promo-grid, .page-kuya-j-philippines__security-details, .page-kuya-j-philippines__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-kuya-j-philippines__feature-item, .page-kuya-j-philippines__game-card, .page-kuya-j-philippines__promo-card, .page-kuya-j-philippines__security-item, .page-kuya-j-philippines__blog-post { max-width: 100%; width: 100%; box-sizing: border-box; /* Ensure padding/border is inside width */ } .page-kuya-j-philippines__feature-icon { width: 60px; height: 60px; } .page-kuya-j-philippines__faq-question { padding: 15px 20px; } .page-kuya-j-philippines__faq-question h3 { font-size: 1.1em; } .page-kuya-j-philippines__faq-answer { padding: 0 20px; } .page-kuya-j-philippines__faq-item.active .page-kuya-j-philippines__faq-answer { padding: 15px 20px !important; } .page-kuya-j-philippines__blog-image { height: 180px; } /* List item mobile responsiveness */ .page-kuya-j-philippines__features-grid > .page-kuya-j-philippines__feature-item, .page-kuya-j-philippines__game-categories > .page-kuya-j-philippines__game-card, .page-kuya-j-philippines__promo-grid > .page-kuya-j-philippines__promo-card, .page-kuya-j-philippines__security-details > .page-kuya-j-philippines__security-item, .page-kuya-j-philippines__blog-grid > .page-kuya-j-philippines__blog-post { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuya-j-philippines__faq-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-kuya-j-philippines__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuya-j-philippines__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-kuya-j-philippines img:not(.page-kuya-j-philippines__payment-logo) { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }@media (max-width: 480px) { .page-kuya-j-philippines__hero-title { font-size: 1.8em; } .page-kuya-j-philippines__section-title { font-size: 1.8em; } .page-kuya-j-philippines__cta-button, .page-kuya-j-philippines__secondary-button, .page-kuya-j-philippines__access-button, .page-kuya-j-philippines__game-button, .page-kuya-j-philippines__promo-button, .page-kuya-j-philippines__contact-button { width: 95%; /* Make buttons slightly smaller on very small screens */ } }