.page-hi-kuya { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-hi-kuya__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-hi-kuya__container { padding: 15px; } } .page-hi-kuya__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); } @media (max-width: 768px) { .page-hi-kuya__section { padding: 30px 15px; } } .page-hi-kuya__section-title { font-size: 2.5em; color: #0056b3; text-align: center; margin-bottom: 30px; font-weight: bold; } @media (max-width: 768px) { .page-hi-kuya__section-title { font-size: 2em; margin-bottom: 20px; } } .page-hi-kuya__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; text-align: center; padding: 10px 0 60px 0; border-radius: 0; margin-bottom: 0; } .page-hi-kuya__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } @media (max-width: 768px) { .page-hi-kuya__hero-title { font-size: 2.5em; } } .page-hi-kuya__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } @media (max-width: 768px) { .page-hi-kuya__hero-subtitle { font-size: 1.2em; margin-bottom: 20px; } } .page-hi-kuya__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-hi-kuya__hero-button { background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; display: inline-block; } .page-hi-kuya__hero-button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-hi-kuya__hero-image { width: 100%; height: auto; display: block; margin-top: 40px; border-radius: 8px; max-width: 800px; object-fit: cover; } @media (max-width: 768px) { .page-hi-kuya__hero-image { margin-top: 20px; } } .page-hi-kuya__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: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); } .page-hi-kuya__payment-providers-title { width: 100%; text-align: center; font-size: 1.8em; color: #0056b3; margin-bottom: 25px; font-weight: bold; } @media (max-width: 768px) { .page-hi-kuya__payment-providers-title { font-size: 1.5em; margin-bottom: 15px; } } .page-hi-kuya__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-hi-kuya__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } @media (max-width: 768px) { .page-hi-kuya__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-hi-kuya__payment-logo, .page-hi-kuya__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } } .page-hi-kuya__intro-content { text-align: center; max-width: 900px; margin: 0 auto; } .page-hi-kuya__intro-text { font-size: 1.1em; margin-bottom: 20px; } .page-hi-kuya__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } @media (max-width: 768px) { .page-hi-kuya__features-grid { grid-template-columns: 1fr; gap: 20px; } } .page-hi-kuya__feature-item { text-align: center; padding: 25px; background-color: #f0f8ff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .page-hi-kuya__feature-item:hover { transform: translateY(-5px); } .page-hi-kuya__feature-icon { width: 80px; height: 80px; margin-bottom: 15px; object-fit: contain; } .page-hi-kuya__feature-title { font-size: 1.4em; color: #0056b3; margin-bottom: 10px; font-weight: bold; } .page-hi-kuya__feature-description { font-size: 0.95em; color: #555; } .page-hi-kuya__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; } @media (max-width: 768px) { .page-hi-kuya__quick-links-grid { grid-template-columns: 1fr; } } .page-hi-kuya__quick-link-button { display: block; width: 100%; padding: 15px 20px; background-color: #28a745; color: #fff; text-align: center; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-hi-kuya__quick-link-button:hover { background-color: #218838; } .page-hi-kuya__game-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-hi-kuya__game-card { background-color: #f0f8ff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); width: calc(33% - 20px); text-align: center; transition: transform 0.3s ease; } @media (max-width: 768px) { .page-hi-kuya__game-card { width: 100%; } } .page-hi-kuya__game-card:hover { transform: translateY(-5px); } .page-hi-kuya__game-image { width: 100%; height: 200px; object-fit: cover; } @media (max-width: 768px) { .page-hi-kuya__game-image { height: 180px; } } .page-hi-kuya__game-content { padding: 20px; } .page-hi-kuya__game-title { font-size: 1.5em; color: #0056b3; margin-bottom: 10px; font-weight: bold; } .page-hi-kuya__game-description { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-hi-kuya__game-button { background-color: #ffc107; color: #333; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-hi-kuya__game-button:hover { background-color: #e0a800; } .page-hi-kuya__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } @media (max-width: 768px) { .page-hi-kuya__promotions-grid { grid-template-columns: 1fr; gap: 20px; } } .page-hi-kuya__promo-card { background-color: #f0f8ff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; } .page-hi-kuya__promo-card:hover { transform: translateY(-5px); } .page-hi-kuya__promo-image { width: 100%; height: 220px; object-fit: cover; } @media (max-width: 768px) { .page-hi-kuya__promo-image { height: 180px; } } .page-hi-kuya__promo-content { padding: 20px; } .page-hi-kuya__promo-title { font-size: 1.6em; color: #0056b3; margin-bottom: 10px; font-weight: bold; } .page-hi-kuya__promo-description { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-hi-kuya__promo-button { background-color: #ffc107; color: #333; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-hi-kuya__promo-button:hover { background-color: #e0a800; } .page-hi-kuya__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } @media (max-width: 768px) { .page-hi-kuya__security-grid { grid-template-columns: 1fr; gap: 20px; } } .page-hi-kuya__security-item { text-align: center; padding: 25px; background-color: #f0f8ff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .page-hi-kuya__security-item:hover { transform: translateY(-5px); } .page-hi-kuya__security-icon { width: 80px; height: 80px; margin-bottom: 15px; object-fit: contain; } .page-hi-kuya__security-title { font-size: 1.4em; color: #0056b3; margin-bottom: 10px; font-weight: bold; } .page-hi-kuya__security-description { font-size: 0.95em; color: #555; } .page-hi-kuya__faq-item { margin-bottom: 15px; border: 1px solid #eee; border-radius: 8px; overflow: hidden; } .page-hi-kuya__faq-question { background-color: #e9ecef; padding: 18px 25px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: bold; font-size: 1.1em; color: #333; user-select: none; transition: background-color 0.3s ease; } .page-hi-kuya__faq-question:hover { background-color: #dee2e6; } .page-hi-kuya__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; } .page-hi-kuya__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-hi-kuya__faq-item.active .page-hi-kuya__faq-toggle { transform: rotate(45deg); } .page-hi-kuya__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; 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: #fefefe; color: #555; } .page-hi-kuya__faq-item.active .page-hi-kuya__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-hi-kuya__faq-question { padding: 15px 20px; font-size: 1em; } .page-hi-kuya__faq-question h3 { font-size: 1em; } .page-hi-kuya__faq-answer { padding: 0 20px; } .page-hi-kuya__faq-item.active .page-hi-kuya__faq-answer { padding: 15px 20px !important; } } .page-hi-kuya__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } @media (max-width: 768px) { .page-hi-kuya__blog-grid { grid-template-columns: 1fr; gap: 20px; } } .page-hi-kuya__blog-card { background-color: #f0f8ff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-hi-kuya__blog-card:hover { transform: translateY(-5px); } .page-hi-kuya__blog-image { width: 100%; height: 200px; object-fit: cover; } @media (max-width: 768px) { .page-hi-kuya__blog-image { height: 180px; } } .page-hi-kuya__blog-content { padding: 20px; } .page-hi-kuya__blog-title { font-size: 1.4em; color: #0056b3; margin-bottom: 10px; font-weight: bold; } .page-hi-kuya__blog-title a { text-decoration: none; color: #0056b3; } .page-hi-kuya__blog-title a:hover { text-decoration: underline; } .page-hi-kuya__blog-excerpt { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-hi-kuya__blog-readmore { display: inline-block; background-color: #ffc107; color: #333; padding: 8px 15px; border-radius: 20px; text-decoration: none; font-weight: bold; font-size: 0.85em; transition: background-color 0.3s ease; } .page-hi-kuya__blog-readmore:hover { background-color: #e0a800; }