.page-kuya-will-gago { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; background-color: #f9f9f9; } .page-kuya-will-gago__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-kuya-will-gago__section-title { font-size: 2.5em; color: #1a1a1a; text-align: center; margin-bottom: 40px; margin-top: 60px; font-weight: 700; } .page-kuya-will-gago__section-title--small { font-size: 1.8em; margin-bottom: 30px; margin-top: 40px; } .page-kuya-will-gago__text-content { font-size: 1.1em; text-align: center; max-width: 800px; margin: 0 auto 30px auto; color: #555; } .page-kuya-will-gago__button { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-kuya-will-gago__button:hover { background-color: #0056b3; } .page-kuya-will-gago__button--center { display: block; margin: 30px auto; width: fit-content; } /* HERO Section */ .page-kuya-will-gago__hero-section { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #fff; padding: 10px 0 80px 0; min-height: 600px; overflow: hidden; background-color: #343a40; } .page-kuya-will-gago__hero-image-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; } .page-kuya-will-gago__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.4; } .page-kuya-will-gago__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; } .page-kuya-will-gago__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; font-weight: 800; text-shadow: 2px 2px 4px rgba(0,0,0,0.7); } .page-kuya-will-gago__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0,0,0,0.7); } .page-kuya-will-gago__hero-cta-group { display: flex; justify-content: center; gap: 20px; } .page-kuya-will-gago__hero-button { background-color: #ffc107; color: #333; padding: 15px 35px; font-size: 1.2em; border-radius: 50px; text-decoration: none; font-weight: bold; transition: all 0.3s ease; border: 2px solid #ffc107; } .page-kuya-will-gago__hero-button:hover { background-color: #e0a800; color: #fff; border-color: #e0a800; } .page-kuya-will-gago__hero-button--register { background-color: #28a745; color: #fff; border-color: #28a745; } .page-kuya-will-gago__hero-button--register:hover { background-color: #218838; border-color: #218838; } /* Partner Logos */ .page-kuya-will-gago__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; border-bottom: 1px solid #eee; } .page-kuya-will-gago__logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; } .page-kuya-will-gago__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; object-fit: contain; } .page-kuya-will-gago__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } /* Introduction Section */ .page-kuya-will-gago__introduction-section { padding: 80px 0; background-color: #f0f2f5; } .page-kuya-will-gago__intro-features { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 30px; margin-top: 50px; } .page-kuya-will-gago__intro-feature-item { flex: 1; min-width: 280px; max-width: 350px; text-align: center; background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); transition: transform 0.3s ease; box-sizing: border-box; } .page-kuya-will-gago__intro-feature-item:hover { transform: translateY(-10px); } .page-kuya-will-gago__intro-feature-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; } .page-kuya-will-gago__intro-feature-title { font-size: 1.5em; color: #1a1a1a; margin-bottom: 15px; } .page-kuya-will-gago__intro-feature-description { color: #555; } /* Quick Access */ .page-kuya-will-gago__quick-access-section { padding: 80px 0; background-color: #fff; } .page-kuya-will-gago__access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; } .page-kuya-will-gago__access-item { background-color: #f0f2f5; padding: 30px; border-radius: 10px; text-align: center; text-decoration: none; color: #333; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .page-kuya-will-gago__access-item:hover { background-color: #e2e6ea; transform: translateY(-5px); } .page-kuya-will-gago__access-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 15px; } .page-kuya-will-gago__access-title { font-size: 1.3em; color: #1a1a1a; margin-bottom: 10px; } /* Games Section */ .page-kuya-will-gago__games-section { padding: 80px 0; background-color: #f0f2f5; } .page-kuya-will-gago__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-kuya-will-gago__game-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease; } .page-kuya-will-gago__game-card:hover { transform: translateY(-10px); } .page-kuya-will-gago__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-kuya-will-gago__game-card-title { font-size: 1.6em; color: #1a1a1a; margin: 20px 15px 10px 15px; } .page-kuya-will-gago__game-card-description { font-size: 0.95em; color: #555; padding: 0 15px 20px 15px; } .page-kuya-will-gago__game-card-button { display: block; background-color: #007bff; color: #fff; padding: 10px 15px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border-radius: 0 0 10px 10px; } .page-kuya-will-gago__game-card-button:hover { background-color: #0056b3; } /* Promotions Section */ .page-kuya-will-gago__promotions-section { padding: 80px 0; background-color: #fff; } .page-kuya-will-gago__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-kuya-will-gago__promo-card { background-color: #f0f2f5; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease; } .page-kuya-will-gago__promo-card:hover { transform: translateY(-10px); } .page-kuya-will-gago__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-kuya-will-gago__promo-card-title { font-size: 1.5em; color: #1a1a1a; margin: 20px 15px 10px 15px; } .page-kuya-will-gago__promo-card-description { font-size: 0.95em; color: #555; padding: 0 15px 20px 15px; } .page-kuya-will-gago__promo-card-button { display: block; background-color: #ffc107; color: #333; padding: 10px 15px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border-radius: 0 0 10px 10px; } .page-kuya-will-gago__promo-card-button:hover { background-color: #e0a800; } /* Safety & Support Section */ .page-kuya-will-gago__safety-support-section { padding: 80px 0; background-color: #f0f2f5; } .page-kuya-will-gago__safety-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; } .page-kuya-will-gago__safety-item { background-color: #fff; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,0.05); box-sizing: border-box; } .page-kuya-will-gago__safety-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 15px; } .page-kuya-will-gago__safety-title { font-size: 1.3em; color: #1a1a1a; margin-bottom: 10px; } .page-kuya-will-gago__safety-description { color: #555; } /* FAQ Section */ .page-kuya-will-gago__faq-section { padding: 80px 0; background-color: #fff; } .page-kuya-will-gago__faq-list { max-width: 800px; margin: 40px auto 0 auto; } .page-kuya-will-gago__faq-item { background-color: #f0f2f5; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.05); } .page-kuya-will-gago__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #e9ecef; border-bottom: 1px solid #dee2e6; user-select: none; transition: background-color 0.3s ease; } .page-kuya-will-gago__faq-question:hover { background-color: #e2e6ea; } .page-kuya-will-gago__faq-question-title { margin: 0; font-size: 1.2em; color: #1a1a1a; pointer-events: none; } .page-kuya-will-gago__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; } .page-kuya-will-gago__faq-item.active .page-kuya-will-gago__faq-toggle { transform: rotate(45deg); } .page-kuya-will-gago__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-will-gago__faq-item.active .page-kuya-will-gago__faq-answer { max-height: 2000px !important; padding: 20px 20px !important; opacity: 1; } .page-kuya-will-gago__faq-answer p { margin: 0; color: #555; } /* Blog Section */ .page-kuya-will-gago__blog-section { padding: 80px 0; background-color: #f0f2f5; } .page-kuya-will-gago__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-kuya-will-gago__blog-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease; } .page-kuya-will-gago__blog-card:hover { transform: translateY(-10px); } .page-kuya-will-gago__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-kuya-will-gago__blog-card-title { font-size: 1.4em; color: #1a1a1a; margin: 15px 15px 10px 15px; } .page-kuya-will-gago__blog-card-title a { text-decoration: none; color: #1a1a1a; transition: color 0.3s ease; } .page-kuya-will-gago__blog-card-title a:hover { color: #007bff; } .page-kuya-will-gago__blog-card-excerpt { font-size: 0.9em; color: #555; padding: 0 15px 15px 15px; } .page-kuya-will-gago__blog-card-link { display: inline-block; background-color: #6c757d; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; margin: 0 15px 15px 15px; transition: background-color 0.3s ease; } .page-kuya-will-gago__blog-card-link:hover { background-color: #5a6268; } /* General Image Styles */ .page-kuya-will-gago img { max-width: 100%; height: auto; display: block; } /* Responsive adjustments */ @media (max-width: 1024px) { .page-kuya-will-gago__hero-title { font-size: 3em; } .page-kuya-will-gago__hero-subtitle { font-size: 1.3em; } .page-kuya-will-gago__section-title { font-size: 2em; } .page-kuya-will-gago__intro-feature-item { max-width: 45%; } } @media (max-width: 768px) { .page-kuya-will-gago__hero-section { min-height: 500px; padding-bottom: 60px; } .page-kuya-will-gago__hero-title { font-size: 2.5em; } .page-kuya-will-gago__hero-subtitle { font-size: 1.2em; } .page-kuya-will-gago__hero-cta-group { flex-direction: column; gap: 15px; } .page-kuya-will-gago__hero-button { width: 80%; margin: 0 auto; } .page-kuya-will-gago__section-title { font-size: 1.8em; margin-bottom: 30px; margin-top: 50px; } .page-kuya-will-gago__section-title--small { font-size: 1.5em; margin-bottom: 20px; margin-top: 30px; } .page-kuya-will-gago__text-content { font-size: 1em; margin-bottom: 20px; } .page-kuya-will-gago__container { padding: 15px; } .page-kuya-will-gago__intro-features { flex-direction: column; align-items: center; } .page-kuya-will-gago__intro-feature-item { width: 100% !important; max-width: 90% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; padding: 25px; } .page-kuya-will-gago__access-grid, .page-kuya-will-gago__game-grid, .page-kuya-will-gago__promo-grid, .page-kuya-will-gago__safety-grid { grid-template-columns: 1fr; gap: 20px; } .page-kuya-will-gago__access-item, .page-kuya-will-gago__game-card, .page-kuya-will-gago__promo-card, .page-kuya-will-gago__safety-item { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-kuya-will-gago__faq-list { max-width: 100%; padding: 0 10px; } .page-kuya-will-gago__faq-question { padding: 15px; } .page-kuya-will-gago__faq-question-title { font-size: 1.1em; } .page-kuya-will-gago__faq-answer { padding: 0 15px; } .page-kuya-will-gago__faq-item.active .page-kuya-will-gago__faq-answer { padding: 15px 15px !important; } .page-kuya-will-gago__blog-card-title { font-size: 1.2em; } .page-kuya-will-gago__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-kuya-will-gago__payment-logo, .page-kuya-will-gago__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-kuya-will-gago img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } @media (max-width: 480px) { .page-kuya-will-gago__hero-title { font-size: 2em; } .page-kuya-will-gago__hero-subtitle { font-size: 1em; } .page-kuya-will-gago__hero-button { padding: 12px 25px; font-size: 1.1em; } }