.page-kuya-name { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-kuya-name__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }.page-kuya-name__hero-section { background-color: #0d1a26; color: #fff; text-align: center; padding: 60px 0; position: relative; overflow: hidden; padding-top: 70px; /* Adjust for header offset, adding a small gap */ }.page-kuya-name__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; }.page-kuya-name__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 20px; }.page-kuya-name__hero-title { font-size: 2.8em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-kuya-name__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; }.page-kuya-name__cta-button { display: inline-block; background-color: #ffcc00; color: #000; 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-name__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); }.page-kuya-name__section { padding: 40px 0; background-color: #fff; margin-bottom: 20px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); border-radius: 8px; }.page-kuya-name__section--dark { background-color: #1a2a3a; color: #eee; }.page-kuya-name__section-title { text-align: center; font-size: 2em; margin-bottom: 30px; color: #0d1a26; }.page-kuya-name__section-title--dark { color: #ffcc00; }.page-kuya-name__text-content { font-size: 1.1em; text-align: justify; }.page-kuya-name__feature-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; list-style: none; padding: 0; margin-top: 30px; }.page-kuya-name__feature-item { background-color: #f0f0f0; padding: 20px; border-radius: 8px; text-align: center; flex: 1 1 calc(33% - 40px); min-width: 280px; box-sizing: border-box; transition: transform 0.3s ease; }.page-kuya-name__feature-item:hover { transform: translateY(-5px); }.page-kuya-name__feature-icon { margin-bottom: 15px; }.page-kuya-name__feature-icon img { max-width: 100%; height: auto; border-radius: 5px; min-width: 200px; min-height: 200px; }.page-kuya-name__feature-title { font-size: 1.3em; margin-bottom: 10px; color: #0d1a26; }.page-kuya-name__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }.page-kuya-name__game-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-kuya-name__game-card:hover { transform: translateY(-5px); }.page-kuya-name__game-image { width: 100%; height: 200px; object-fit: cover; min-width: 200px; min-height: 200px; }.page-kuya-name__game-content { padding: 15px; }.page-kuya-name__game-title { font-size: 1.2em; margin-bottom: 10px; color: #0d1a26; }.page-kuya-name__game-description { font-size: 0.9em; color: #555; margin-bottom: 15px; }.page-kuya-name__promo-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; list-style: none; padding: 0; margin-top: 30px; }.page-kuya-name__promo-item { background-color: #f0f0f0; padding: 20px; border-radius: 8px; flex: 1 1 calc(50% - 40px); min-width: 300px; box-sizing: border-box; text-align: center; }.page-kuya-name__promo-item img { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 15px; min-width: 200px; min-height: 200px; }.page-kuya-name__promo-title { font-size: 1.3em; margin-bottom: 10px; color: #0d1a26; }.page-kuya-name__promo-desc { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-kuya-name__faq-list { list-style: none; padding: 0; max-width: 800px; margin: 30px auto 0 auto; }.page-kuya-name__faq-item { background-color: #fff; margin-bottom: 10px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); overflow: hidden; }.page-kuya-name__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #eee; border-bottom: 1px solid #ddd; transition: background-color 0.3s ease; user-select: none; }.page-kuya-name__faq-question:hover { background-color: #e0e0e0; }.page-kuya-name__faq-question h3 { margin: 0; font-size: 1.1em; color: #0d1a26; pointer-events: none; }.page-kuya-name__faq-toggle { font-size: 1.5em; font-weight: bold; color: #0d1a26; transition: transform 0.3s ease; pointer-events: none; }.page-kuya-name__faq-item.active .page-kuya-name__faq-toggle { transform: rotate(45deg); }.page-kuya-name__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; 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-name__faq-item.active .page-kuya-name__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-kuya-name__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; }.page-kuya-name__blog-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-kuya-name__blog-card:hover { transform: translateY(-5px); }.page-kuya-name__blog-image { width: 100%; height: 180px; object-fit: cover; min-width: 200px; min-height: 200px; }.page-kuya-name__blog-content { padding: 15px; }.page-kuya-name__blog-title { font-size: 1.2em; margin-bottom: 10px; color: #0d1a26; }.page-kuya-name__blog-excerpt { font-size: 0.9em; color: #555; margin-bottom: 15px; }.page-kuya-name__blog-read-more { display: inline-block; color: #ffcc00; text-decoration: none; font-weight: bold; }.page-kuya-name__blog-read-more:hover { text-decoration: underline; }.page-kuya-name__button-group { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; }.page-kuya-name__button-group .page-kuya-name__cta-button { flex: 1 1 auto; max-width: 200px; }.page-kuya-name__intro-image { width: 100%; height: auto; border-radius: 8px; margin-bottom: 20px; min-width: 200px; min-height: 200px; }.page-kuya-name__icon-list { display: flex; justify-content: center; gap: 20px; margin-top: 20px; flex-wrap: wrap; }.page-kuya-name__icon-list img { width: 80px; height: 80px; object-fit: contain; min-width: 80px; min-height: 80px; }.page-kuya-name__icon-text { text-align: center; font-size: 0.9em; color: #eee; margin-top: 5px; }.page-kuya-name__security-feature { display: flex; align-items: center; margin-bottom: 15px; }.page-kuya-name__security-feature img { width: 40px; height: 40px; margin-right: 15px; min-width: 40px; min-height: 40px; }.page-kuya-name__security-feature p { margin: 0; color: #eee; }.page-kuya-name__contact-info { margin-top: 20px; }.page-kuya-name__contact-info p { margin-bottom: 10px; color: #eee; }.page-kuya-name__contact-info a { color: #ffcc00; text-decoration: none; }.page-kuya-name__contact-info a:hover { text-decoration: underline; }.page-kuya-name__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; }.page-kuya-name__quick-access-links .page-kuya-name__cta-button { flex: 1 1 auto; max-width: 220px; }.page-kuya-name__quick-access-section { text-align: center; padding: 40px 0; background-color: #2c3e50; color: #fff; margin-bottom: 20px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); border-radius: 8px; }.page-kuya-name__quick-access-section .page-kuya-name__section-title { color: #ffcc00; }.page-kuya-name__intro-content { display: flex; flex-direction: column; align-items: center; }.page-kuya-name__intro-content img { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 20px; min-width: 200px; min-height: 200px; }.page-kuya-name__intro-text { text-align: center; }.page-kuya-name__promo-button { display: inline-block; background-color: #ffcc00; color: #000; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; margin-top: 15px; }.page-kuya-name__promo-button:hover { background-color: #e6b800; }@media (max-width: 992px) { .page-kuya-name__hero-title { font-size: 2.2em; }.page-kuya-name__section-title { font-size: 1.8em; }.page-kuya-name__feature-item, .page-kuya-name__promo-item { flex-basis: calc(50% - 30px); }.page-kuya-name__game-grid, .page-kuya-name__blog-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }}.page-kuya-name__contact-cta { display: inline-block; background-color: #ffcc00; color: #000; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease; margin-top: 20px; }.page-kuya-name__contact-cta:hover { background-color: #e6b800; }@media (max-width: 768px) { .page-kuya-name__hero-section { padding: 40px 0; padding-top: 50px; }.page-kuya-name__hero-title { font-size: 1.8em; }.page-kuya-name__hero-subtitle { font-size: 1em; }.page-kuya-name__cta-button { padding: 12px 25px; font-size: 1em; }.page-kuya-name__section { padding: 30px 0; }.page-kuya-name__section-title { font-size: 1.6em; margin-bottom: 20px; }.page-kuya-name__text-content { font-size: 1em; }.page-kuya-name__feature-list, .page-kuya-name__promo-list { flex-direction: column; align-items: center; }.page-kuya-name__feature-item, .page-kuya-name__promo-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 15px; margin-left: 0 !important; margin-right: 0 !important; }.page-kuya-name__feature-item p, .page-kuya-name__promo-item p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-kuya-name__game-grid, .page-kuya-name__blog-grid { grid-template-columns: 1fr; }.page-kuya-name__game-card, .page-kuya-name__blog-card { width: 100%; }.page-kuya-name__faq-list { margin-top: 20px; }.page-kuya-name__faq-question { padding: 12px 15px; }.page-kuya-name__faq-question h3 { font-size: 1em; }.page-kuya-name__faq-answer { padding: 15px !important; }.page-kuya-name__button-group { flex-direction: column; align-items: center; }.page-kuya-name__button-group .page-kuya-name__cta-button { max-width: 90%; }.page-kuya-name__quick-access-links { flex-direction: column; align-items: center; }.page-kuya-name__quick-access-links .page-kuya-name__cta-button { max-width: 90%; }}.page-kuya-name__intro-image, .page-kuya-name__feature-icon img, .page-kuya-name__game-image, .page-kuya-name__promo-item img, .page-kuya-name__blog-image { max-width: 100%; height: auto; object-fit: cover; box-sizing: border-box; }@media (max-width: 768px) { .page-kuya-name__intro-image, .page-kuya-name__feature-icon img, .page-kuya-name__game-image, .page-kuya-name__promo-item img, .page-kuya-name__blog-image { max-width: 100% !important; height: auto !important; min-width: 200px !important; min-height: 200px !important; } .page-kuya-name__icon-list img { width: 60px !important; height: 60px !important; min-width: 60px !important; min-height: 60px !important; } .page-kuya-name__security-feature img { width: 30px !important; height: 30px !important; min-width: 30px !important; min-height: 30px !important; } }