body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #0d1117; color: #e6edf3; } .page-kuya-jeysi { max-width: 1200px; margin: 0 auto; padding: 10px; } .page-kuya-jeysi__hero-section { position: relative; text-align: center; color: #fff; padding: 10px 0 50px; background-color: #161b22; border-radius: 8px; margin-bottom: 30px; overflow: hidden; } .page-kuya-jeysi__hero-image { width: 100%; height: auto; display: block; object-fit: cover; border-radius: 8px; } .page-kuya-jeysi__hero-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; width: 90%; max-width: 800px; } .page-kuya-jeysi__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.2; color: #ffdd00; } .page-kuya-jeysi__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); } .page-kuya-jeysi__cta-button { display: inline-block; background-color: #ffdd00; color: #161b22; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-kuya-jeysi__cta-button:hover { background-color: #ffe64d; transform: translateY(-3px); } .page-kuya-jeysi__section { background-color: #161b22; padding: 40px 20px; margin-bottom: 30px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-kuya-jeysi__section-title { font-size: 2.2em; color: #ffdd00; text-align: center; margin-bottom: 30px; } .page-kuya-jeysi__section-description { text-align: center; max-width: 800px; margin: 0 auto 30px; line-height: 1.6; } .page-kuya-jeysi__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-kuya-jeysi__grid-item { background-color: #1e242c; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-kuya-jeysi__grid-item:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); } .page-kuya-jeysi__grid-item-icon { width: 80px; height: 80px; margin-bottom: 15px; display: inline-block; } .page-kuya-jeysi__grid-item-title { font-size: 1.4em; color: #ffdd00; margin-bottom: 10px; } .page-kuya-jeysi__grid-item-text { font-size: 0.95em; line-height: 1.5; color: #c9d1d9; } .page-kuya-jeysi__game-card { background-color: #1e242c; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); text-align: center; transition: transform 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-kuya-jeysi__game-card:hover { transform: translateY(-5px); } .page-kuya-jeysi__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-kuya-jeysi__game-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-kuya-jeysi__game-card-title { font-size: 1.5em; color: #ffdd00; margin-bottom: 10px; } .page-kuya-jeysi__game-card-description { font-size: 0.9em; color: #c9d1d9; line-height: 1.5; margin-bottom: 15px; } .page-kuya-jeysi__game-card-button { display: block; background-color: #007bff; color: #fff; padding: 10px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; margin-top: auto; } .page-kuya-jeysi__game-card-button:hover { background-color: #0056b3; } .page-kuya-jeysi__quick-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; } .page-kuya-jeysi__quick-link-button { background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; font-size: 1em; } .page-kuya-jeysi__quick-link-button:hover { background-color: #0056b3; } .page-kuya-jeysi__promo-card { background-color: #1e242c; padding: 25px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); text-align: center; transition: transform 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; height: 100%; } .page-kuya-jeysi__promo-card:hover { transform: translateY(-5px); } .page-kuya-jeysi__promo-card-title { font-size: 1.6em; color: #ffdd00; margin-bottom: 10px; } .page-kuya-jeysi__promo-card-description { font-size: 0.95em; color: #c9d1d9; line-height: 1.5; margin-bottom: 20px; flex-grow: 1; } .page-kuya-jeysi__promo-card-button { display: inline-block; background-color: #28a745; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-kuya-jeysi__promo-card-button:hover { background-color: #218838; } .page-kuya-jeysi__faq-item { background-color: #1e242c; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-kuya-jeysi__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #2c343f; transition: background-color 0.3s ease; } .page-kuya-jeysi__faq-question:hover { background-color: #3b4554; } .page-kuya-jeysi__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffdd00; pointer-events: none; } .page-kuya-jeysi__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffdd00; pointer-events: none; transition: transform 0.3s ease; } .page-kuya-jeysi__faq-item.active .page-kuya-jeysi__faq-toggle { transform: rotate(45deg); } .page-kuya-jeysi__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-jeysi__faq-item.active .page-kuya-jeysi__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-kuya-jeysi__faq-answer p { margin: 0; line-height: 1.6; color: #c9d1d9; } .page-kuya-jeysi__blog-card { background-color: #1e242c; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-kuya-jeysi__blog-card:hover { transform: translateY(-5px); } .page-kuya-jeysi__blog-card-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-kuya-jeysi__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-kuya-jeysi__blog-card-date { font-size: 0.85em; color: #8b949e; margin-bottom: 10px; } .page-kuya-jeysi__blog-card-title { font-size: 1.3em; color: #ffdd00; margin-bottom: 10px; line-height: 1.4; } .page-kuya-jeysi__blog-card-title a { text-decoration: none; color: #ffdd00; transition: color 0.3s ease; } .page-kuya-jeysi__blog-card-title a:hover { color: #ffe64d; } .page-kuya-jeysi__blog-card-excerpt { font-size: 0.9em; color: #c9d1d9; line-height: 1.5; margin-bottom: 15px; flex-grow: 1; } .page-kuya-jeysi__blog-card-link { display: inline-block; background-color: #007bff; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; margin-top: auto; } .page-kuya-jeysi__blog-card-link:hover { background-color: #0056b3; } .page-kuya-jeysi__provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 20px; } .page-kuya-jeysi__provider-logo-item { display: flex; justify-content: center; align-items: center; width: 100px; height: 60px; background-color: #2c343f; border-radius: 5px; padding: 5px; } .page-kuya-jeysi__provider-logo-item img { max-width: 100%; max-height: 100%; object-fit: contain; } .page-kuya-jeysi__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 20px; } .page-kuya-jeysi__payment-logo-item { display: flex; justify-content: center; align-items: center; width: 100px; height: 60px; background-color: #2c343f; border-radius: 5px; padding: 5px; } .page-kuya-jeysi__payment-logo-item img { max-width: 100%; max-height: 100%; object-fit: contain; } @media (max-width: 768px) { .page-kuya-jeysi__hero-title { font-size: 2em; } .page-kuya-jeysi__hero-subtitle { font-size: 1em; } .page-kuya-jeysi__cta-button { padding: 12px 25px; font-size: 1em; } .page-kuya-jeysi__section { padding: 30px 15px; } .page-kuya-jeysi__section-title { font-size: 1.8em; } .page-kuya-jeysi__grid-item { padding: 20px; } .page-kuya-jeysi__grid-item-title { font-size: 1.2em; } .page-kuya-jeysi__game-card-image { height: 180px; } .page-kuya-jeysi__game-card-title { font-size: 1.3em; } .page-kuya-jeysi__quick-link-button { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuya-jeysi__quick-links { padding: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuya-jeysi__promo-card-title { font-size: 1.4em; } .page-kuya-jeysi__faq-question { padding: 15px 20px; } .page-kuya-jeysi__faq-question h3 { font-size: 1.1em; } .page-kuya-jeysi__faq-answer { padding: 0 20px; } .page-kuya-jeysi__faq-item.active .page-kuya-jeysi__faq-answer { padding: 15px 20px !important; } .page-kuya-jeysi__blog-card-image { height: 180px; } .page-kuya-jeysi__blog-card-title { font-size: 1.1em; } .page-kuya-jeysi__provider-logo-item, .page-kuya-jeysi__payment-logo-item { width: 80px; height: 50px; } /* Mobile image responsiveness */ .page-kuya-jeysi img { max-width: 100% !important; height: auto !important; } .page-kuya-jeysi .page-kuya-jeysi__hero-image, .page-kuya-jeysi .page-kuya-jeysi__game-card-image, .page-kuya-jeysi .page-kuya-jeysi__blog-card-image { width: 100% !important; max-width: 100% !important; height: auto !important; box-sizing: border-box !important; overflow: hidden !important; } /* List item responsiveness */ .page-kuya-jeysi__grid { grid-template-columns: 1fr; } .page-kuya-jeysi__grid-item, .page-kuya-jeysi__game-card, .page-kuya-jeysi__promo-card, .page-kuya-jeysi__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } }