.page-hugot-ni-kuya { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; }.page-hugot-ni-kuya__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }.page-hugot-ni-kuya__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-hugot-ni-kuya__hero-section { background: linear-gradient(135deg, #2a0a5e, #7b0099); color: #fff; text-align: center; padding: calc(10px + var(--header-offset, 122px)) 20px 60px; position: relative; overflow: hidden; }.page-hugot-ni-kuya__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; }.page-hugot-ni-kuya__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }.page-hugot-ni-kuya__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); }.page-hugot-ni-kuya__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; }.page-hugot-ni-kuya__cta-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-hugot-ni-kuya__cta-button { display: inline-block; background-color: #f39c12; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; white-space: nowrap; }.page-hugot-ni-kuya__cta-button:hover { background-color: #e67e22; transform: translateY(-3px); }.page-hugot-ni-kuya__title { font-size: 2.2em; color: #2a0a5e; text-align: center; margin-bottom: 30px; position: relative; }.page-hugot-ni-kuya__title::after { content: ''; display: block; width: 60px; height: 4px; background-color: #f39c12; margin: 10px auto 0; border-radius: 2px; }.page-hugot-ni-kuya__text-content { max-width: 800px; margin: 0 auto 20px; text-align: center; }.page-hugot-ni-kuya__text-content p { margin-bottom: 15px; }.page-hugot-ni-kuya__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; }.page-hugot-ni-kuya__card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,0.08); transition: transform 0.3s ease; text-align: center; }.page-hugot-ni-kuya__card:hover { transform: translateY(-5px); }.page-hugot-ni-kuya__card-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-hugot-ni-kuya__card-content { padding: 20px; }.page-hugot-ni-kuya__card-title { font-size: 1.4em; color: #2a0a5e; margin-bottom: 10px; }.page-hugot-ni-kuya__card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-hugot-ni-kuya__link-button { display: inline-block; background-color: #f39c12; color: #fff; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 0.95em; transition: background-color 0.3s ease; }.page-hugot-ni-kuya__link-button:hover { background-color: #e67e22; }.page-hugot-ni-kuya__list { list-style: none; padding: 0; margin: 0 auto; max-width: 800px; }.page-hugot-ni-kuya__list-item { background-color: #f0f0f0; margin-bottom: 10px; padding: 15px 20px; border-radius: 5px; display: flex; align-items: center; justify-content: space-between; font-weight: bold; color: #333; }.page-hugot-ni-kuya__list-item a { text-decoration: none; color: #2a0a5e; transition: color 0.3s ease; }.page-hugot-ni-kuya__list-item a:hover { color: #f39c12; }.page-hugot-ni-kuya__icon { margin-right: 10px; font-size: 1.2em; color: #f39c12; }.page-hugot-ni-kuya__gamelogo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; max-width: 1000px; margin: 30px auto; }.page-hugot-ni-kuya__gamelogo-item { flex: 0 0 auto; width: 100px; height: 100px; display: flex; justify-content: center; align-items: center; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }.page-hugot-ni-kuya__gamelogo-item img { max-width: 80%; max-height: 80%; object-fit: contain; }.page-hugot-ni-kuya__faq-item { border: 1px solid #ddd; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }.page-hugot-ni-kuya__faq-question { background-color: #eee; padding: 15px 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: bold; color: #2a0a5e; transition: background-color 0.3s ease; user-select: none; }.page-hugot-ni-kuya__faq-question:hover { background-color: #e0e0e0; }.page-hugot-ni-kuya__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; }.page-hugot-ni-kuya__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; }.page-hugot-ni-kuya__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #f9f9f9; }.page-hugot-ni-kuya__faq-answer p { padding: 15px 0; margin: 0; color: #555; }.page-hugot-ni-kuya__faq-item.active .page-hugot-ni-kuya__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-hugot-ni-kuya__faq-item.active .page-hugot-ni-kuya__faq-toggle { transform: rotate(45deg); }.page-hugot-ni-kuya__blog-card { text-align: left; }.page-hugot-ni-kuya__blog-card-image { height: 220px; }.page-hugot-ni-kuya__blog-card-title { font-size: 1.2em; margin-bottom: 8px; }.page-hugot-ni-kuya__blog-card-title a { color: #2a0a5e; text-decoration: none; }.page-hugot-ni-kuya__blog-card-title a:hover { color: #f39c12; }.page-hugot-ni-kuya__blog-card-date { font-size: 0.85em; color: #777; margin-bottom: 10px; display: block; }.page-hugot-ni-kuya__blog-card-summary { font-size: 0.9em; color: #666; }.page-hugot-ni-kuya__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-hugot-ni-kuya__floating-button { background-color: #f39c12; color: #fff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 8px rgba(0,0,0,0.2); transition: background-color 0.3s ease, transform 0.2s ease; font-size: 0.95em; text-align: center; }.page-hugot-ni-kuya__floating-button:hover { background-color: #e67e22; transform: translateY(-3px); }.page-hugot-ni-kuya img { max-width: 100%; height: auto; display: block; }.page-hugot-ni-kuya__gamelogo-item img { max-width: 100%; height: auto; }.page-hugot-ni-kuya__image-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }.page-hugot-ni-kuya__image-container img { max-width: 100%; height: auto; display: block; }.page-hugot-ni-kuya__cta-text { font-size: 1.1em; color: #ecf0f1; margin-bottom: 20px; }.page-hugot-ni-kuya__game-card-category { font-size: 0.85em; color: #999; margin-top: 10px; }.page-hugot-ni-kuya__game-card-link { display: block; text-decoration: none; color: inherit; }.page-hugot-ni-kuya__game-card-link:hover .page-hugot-ni-kuya__card-title { color: #f39c12; }.page-hugot-ni-kuya__game-card-link:hover .page-hugot-ni-kuya__card-image { opacity: 0.9; }.page-hugot-ni-kuya__gamelogo-item a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; text-decoration: none; }.page-hugot-ni-kuya__gamelogo-item a:hover { opacity: 0.8; }.page-hugot-ni-kuya__blog-card-link { text-decoration: none; display: block; color: inherit; }.page-hugot-ni-kuya__blog-card-link:hover .page-hugot-ni-kuya__blog-card-title a { color: #f39c12; }.page-hugot-ni-kuya__blog-card-link:hover .page-hugot-ni-kuya__blog-card-image { opacity: 0.9; }@media (max-width: 768px) { .page-hugot-ni-kuya__hero-title { font-size: 2em; }.page-hugot-ni-kuya__hero-subtitle { font-size: 1em; }.page-hugot-ni-kuya__cta-group { flex-direction: column; gap: 15px; }.page-hugot-ni-kuya__cta-button { width: 100%; max-width: 300px; margin: 0 auto; padding: 12px 20px; font-size: 1em; }.page-hugot-ni-kuya__title { font-size: 1.8em; margin-bottom: 25px; }.page-hugot-ni-kuya__section { padding: 30px 15px; }.page-hugot-ni-kuya__grid { grid-template-columns: 1fr; }.page-hugot-ni-kuya__card-image { height: 180px; }.page-hugot-ni-kuya__card-title { font-size: 1.2em; }.page-hugot-ni-kuya__card-description { font-size: 0.9em; }.page-hugot-ni-kuya__list-item { padding: 12px 15px; font-size: 0.9em; box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; }.page-hugot-ni-kuya__list { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-hugot-ni-kuya__list-item p, .page-hugot-ni-kuya__list-item a { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-hugot-ni-kuya__floating-buttons { bottom: 15px; right: 15px; gap: 8px; }.page-hugot-ni-kuya__floating-button { padding: 10px 15px; font-size: 0.85em; }.page-hugot-ni-kuya__faq-question { padding: 12px 15px; }.page-hugot-ni-kuya__faq-question h3 { font-size: 1em; }.page-hugot-ni-kuya__faq-answer p { padding: 10px 0; }.page-hugot-ni-kuya__blog-card-image { height: 160px; }.page-hugot-ni-kuya__blog-card-title { font-size: 1.1em; }.page-hugot-ni-kuya__blog-card-summary { font-size: 0.85em; }.page-hugot-ni-kuya__image-container img { max-width: 100% !important; height: auto !important; }.page-hugot-ni-kuya__image-container { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } }