body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f4f7f6; color: #333; } .page-kuya-halo-halo { width: 100%; max-width: 1200px; margin: 0 auto; padding: 10px 15px; box-sizing: border-box; } .page-kuya-halo-halo__section { padding: 40px 0; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-kuya-halo-halo__section:last-child { margin-bottom: 0; } .page-kuya-halo-halo__container { max-width: 1100px; margin: 0 auto; padding: 0 15px; } .page-kuya-halo-halo__title { text-align: center; color: #0056b3; font-size: 2.5em; margin-bottom: 20px; font-weight: bold; } .page-kuya-halo-halo__subtitle { text-align: center; color: #0056b3; font-size: 1.8em; margin-bottom: 30px; } .page-kuya-halo-halo__text { text-align: center; font-size: 1.1em; line-height: 1.6; color: #555; margin-bottom: 30px; } .page-kuya-halo-halo__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('[GALLERY:hero:1920x1080:gaming,philippines,kuya_halo_halo]') no-repeat center center/cover; color: #fff; text-align: center; padding: 100px 20px; border-radius: 0; box-shadow: none; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; padding-top: calc(100px + 10px); } .page-kuya-halo-halo__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-kuya-halo-halo__hero-description { font-size: 1.4em; margin-bottom: 40px; max-width: 800px; line-height: 1.5; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); } .page-kuya-halo-halo__button-group { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; } .page-kuya-halo-halo__button { display: inline-block; 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; border: none; cursor: pointer; } .page-kuya-halo-halo__button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-kuya-halo-halo__button--primary { background-color: #007bff; color: #fff; } .page-kuya-halo-halo__button--primary:hover { background-color: #0056b3; } .page-kuya-halo-halo__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 15px; background-color: #f8f9fa; border-radius: 8px; margin-bottom: 20px; } .page-kuya-halo-halo__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-kuya-halo-halo__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-kuya-halo-halo__introduction-content { display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center; gap: 30px; margin-top: 30px; } .page-kuya-halo-halo__introduction-text { flex: 1; min-width: 300px; max-width: 600px; text-align: left; line-height: 1.8; color: #555; } .page-kuya-halo-halo__introduction-image { flex: 1; min-width: 300px; max-width: 400px; text-align: center; } .page-kuya-halo-halo__introduction-image img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } .page-kuya-halo-halo__feature-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 40px; padding: 0; list-style: none; } .page-kuya-halo-halo__feature-item { background-color: #f0f8ff; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; box-sizing: border-box; } .page-kuya-halo-halo__feature-item:hover { transform: translateY(-5px); } .page-kuya-halo-halo__feature-icon { margin-bottom: 15px; } .page-kuya-halo-halo__feature-icon img { max-width: 80px; height: auto; display: block; margin: 0 auto; } .page-kuya-halo-halo__feature-heading { font-size: 1.3em; color: #0056b3; margin-bottom: 10px; } .page-kuya-halo-halo__feature-description { font-size: 0.95em; color: #666; line-height: 1.6; } .page-kuya-halo-halo__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-kuya-halo-halo__game-card { background-color: #f8f9fa; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; box-sizing: border-box; } .page-kuya-halo-halo__game-card:hover { transform: translateY(-5px); } .page-kuya-halo-halo__game-image { width: 100%; height: 200px; object-fit: cover; } .page-kuya-halo-halo__game-content { padding: 20px; } .page-kuya-halo-halo__game-title { font-size: 1.4em; color: #0056b3; margin-bottom: 10px; } .page-kuya-halo-halo__game-description { font-size: 0.95em; color: #666; line-height: 1.5; margin-bottom: 20px; } .page-kuya-halo-halo__promo-list { list-style: none; padding: 0; margin-top: 40px; } .page-kuya-halo-halo__promo-item { background-color: #f0f8ff; padding: 25px; border-radius: 8px; margin-bottom: 20px; display: flex; flex-direction: column; align-items: flex-start; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); box-sizing: border-box; } .page-kuya-halo-halo__promo-title { font-size: 1.5em; color: #007bff; margin-bottom: 10px; } .page-kuya-halo-halo__promo-description { font-size: 1em; color: #555; line-height: 1.6; margin-bottom: 20px; } .page-kuya-halo-halo__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-kuya-halo-halo__security-item { background-color: #f8f9fa; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); box-sizing: border-box; } .page-kuya-halo-halo__security-icon { margin-bottom: 15px; } .page-kuya-halo-halo__security-icon img { max-width: 60px; height: auto; display: block; margin: 0 auto; } .page-kuya-halo-halo__security-heading { font-size: 1.3em; color: #0056b3; margin-bottom: 10px; } .page-kuya-halo-halo__security-description { font-size: 0.95em; color: #666; line-height: 1.6; } .page-kuya-halo-halo__faq-list { margin-top: 40px; } .page-kuya-halo-halo__faq-item { margin-bottom: 15px; background-color: #f8f9fa; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); box-sizing: border-box; } .page-kuya-halo-halo__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; background-color: #e9ecef; border-bottom: 1px solid #dee2e6; transition: background-color 0.3s ease; user-select: none; } .page-kuya-halo-halo__faq-question:hover { background-color: #dee2e6; } .page-kuya-halo-halo__faq-question h3 { margin: 0; font-size: 1.1em; color: #343a40; pointer-events: none; } .page-kuya-halo-halo__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; } .page-kuya-halo-halo__faq-item.active .page-kuya-halo-halo__faq-toggle { transform: rotate(45deg); } .page-kuya-halo-halo__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; color: #555; line-height: 1.6; font-size: 0.95em; } .page-kuya-halo-halo__faq-item.active .page-kuya-halo-halo__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-kuya-halo-halo__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-kuya-halo-halo__blog-card { background-color: #f8f9fa; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: left; transition: transform 0.3s ease; box-sizing: border-box; } .page-kuya-halo-halo__blog-card:hover { transform: translateY(-5px); } .page-kuya-halo-halo__blog-image { width: 100%; height: 180px; object-fit: cover; } .page-kuya-halo-halo__blog-content { padding: 20px; } .page-kuya-halo-halo__blog-title { font-size: 1.3em; color: #0056b3; margin-bottom: 10px; line-height: 1.4; } .page-kuya-halo-halo__blog-excerpt { font-size: 0.9em; color: #666; line-height: 1.5; margin-bottom: 15px; } .page-kuya-halo-halo__blog-date { font-size: 0.85em; color: #999; } @media (max-width: 992px) { .page-kuya-halo-halo__hero-title { font-size: 2.8em; } .page-kuya-halo-halo__hero-description { font-size: 1.2em; } .page-kuya-halo-halo__title { font-size: 2em; } .page-kuya-halo-halo__subtitle { font-size: 1.5em; } } @media (max-width: 768px) { .page-kuya-halo-halo__hero-section { padding: 80px 15px; padding-top: calc(80px + 10px); } .page-kuya-halo-halo__hero-title { font-size: 2.2em; } .page-kuya-halo-halo__hero-description { font-size: 1em; } .page-kuya-halo-halo__button-group { flex-direction: column; gap: 15px; } .page-kuya-halo-halo__button { width: 100%; max-width: 300px; margin: 0 auto; } .page-kuya-halo-halo__section { padding: 30px 0; } .page-kuya-halo-halo__title { font-size: 1.8em; } .page-kuya-halo-halo__subtitle { font-size: 1.3em; } .page-kuya-halo-halo__introduction-text, .page-kuya-halo-halo__introduction-image { min-width: unset; max-width: 100%; text-align: center; } .page-kuya-halo-halo__introduction-text { order: 2; } .page-kuya-halo-halo__introduction-image { order: 1; margin-bottom: 20px; } .page-kuya-halo-halo__feature-list, .page-kuya-halo-halo__game-grid, .page-kuya-halo-halo__security-grid, .page-kuya-halo-halo__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-kuya-halo-halo__feature-item, .page-kuya-halo-halo__game-card, .page-kuya-halo-halo__promo-item, .page-kuya-halo-halo__security-item, .page-kuya-halo-halo__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuya-halo-halo__feature-item p, .page-kuya-halo-halo__game-description, .page-kuya-halo-halo__promo-description, .page-kuya-halo-halo__security-description, .page-kuya-halo-halo__blog-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-kuya-halo-halo__faq-question h3 { font-size: 1em; } .page-kuya-halo-halo__faq-list { 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-halo-halo__faq-answer { padding: 15px !important; } .page-kuya-halo-halo__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-kuya-halo-halo__payment-logo, .page-kuya-halo-halo__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } }