.page-kuya-kantot { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-kuya-kantot__section-title { font-size: 2.5em; color: #e94560; text-align: center; margin-bottom: 40px; text-transform: uppercase; letter-spacing: 1px; } .page-kuya-kantot__hero-section { position: relative; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; min-height: 600px; padding: 10px 20px 80px; overflow: hidden; background-color: #0f3460; box-sizing: border-box; } .page-kuya-kantot__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.6; } .page-kuya-kantot__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; background: rgba(0, 0, 0, 0.5); border-radius: 10px; } .page-kuya-kantot__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-kuya-kantot__hero-title strong { color: #e94560; } .page-kuya-kantot__hero-description { font-size: 1.2em; margin-bottom: 30px; } .page-kuya-kantot__hero-cta { display: inline-block; background-color: #e94560; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-size: 1.3em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-kuya-kantot__hero-cta:hover { background-color: #ff6680; transform: translateY(-3px); } .page-kuya-kantot__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: 50px 20px; background-color: #0f3460; } .page-kuya-kantot__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; background-color: #27273f; border-radius: 8px; display: flex; justify-content: center; align-items: center; padding: 5px; } .page-kuya-kantot__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; filter: brightness(1.2); } .page-kuya-kantot__introduction { padding: 80px 20px; background-color: #1a1a2e; text-align: center; } .page-kuya-kantot__intro-text { max-width: 800px; margin: 0 auto 50px; font-size: 1.1em; color: #ccc; } .page-kuya-kantot__intro-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-kuya-kantot__feature-item { background-color: #0f3460; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; } .page-kuya-kantot__feature-title { font-size: 1.6em; color: #e94560; margin-bottom: 15px; } .page-kuya-kantot__feature-description { font-size: 1em; color: #ccc; } .page-kuya-kantot__quick-access { padding: 80px 20px; background-color: #0f3460; text-align: center; } .page-kuya-kantot__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; max-width: 1000px; margin: 0 auto; } .page-kuya-kantot__access-btn { display: inline-block; background-color: #e94560; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-kuya-kantot__access-btn:hover { background-color: #ff6680; transform: translateY(-2px); } .page-kuya-kantot__games { padding: 80px 20px; background-color: #1a1a2e; text-align: center; } .page-kuya-kantot__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto 50px; } .page-kuya-kantot__game-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-kuya-kantot__game-card:hover { transform: translateY(-5px); } .page-kuya-kantot__game-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-kuya-kantot__game-title { font-size: 1.5em; color: #e94560; padding: 15px; margin: 0; } .page-kuya-kantot__game-description { font-size: 0.95em; color: #ccc; padding: 0 15px 15px; } .page-kuya-kantot__all-games-cta { display: inline-block; background-color: #e94560; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; margin-top: 20px; } .page-kuya-kantot__all-games-cta:hover { background-color: #ff6680; transform: translateY(-3px); } .page-kuya-kantot__promotions { padding: 80px 20px; background-color: #0f3460; text-align: center; } .page-kuya-kantot__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-kuya-kantot__promo-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-kuya-kantot__promo-card:hover { transform: translateY(-5px); } .page-kuya-kantot__promo-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-kuya-kantot__promo-title { font-size: 1.5em; color: #e94560; padding: 15px; margin: 0; } .page-kuya-kantot__promo-description { font-size: 0.95em; color: #ccc; padding: 0 15px; margin-bottom: 20px; } .page-kuya-kantot__promo-cta { display: inline-block; background-color: #e94560; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 1em; font-weight: bold; transition: background-color 0.3s ease; margin: 0 15px 15px; } .page-kuya-kantot__promo-cta:hover { background-color: #ff6680; } .page-kuya-kantot__security-support { padding: 80px 20px; background-color: #1a1a2e; text-align: center; } .page-kuya-kantot__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-kuya-kantot__security-item { background-color: #0f3460; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; } .page-kuya-kantot__security-title { font-size: 1.6em; color: #e94560; margin-bottom: 15px; } .page-kuya-kantot__security-description { font-size: 1em; color: #ccc; } .page-kuya-kantot__faq { padding: 80px 20px; background-color: #0f3460; max-width: 1200px; margin: 0 auto; } .page-kuya-kantot__faq-list { margin-top: 40px; } .page-kuya-kantot__faq-item { background-color: #1a1a2e; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-kuya-kantot__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #27273f; border-bottom: 1px solid #0f3460; transition: background-color 0.3s ease; } .page-kuya-kantot__faq-question:hover { background-color: #36365a; } .page-kuya-kantot__faq-q-text { margin: 0; font-size: 1.2em; color: #f0f0f0; flex-grow: 1; } .page-kuya-kantot__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e94560; margin-left: 15px; transition: transform 0.3s ease; } .page-kuya-kantot__faq-item.active .page-kuya-kantot__faq-toggle { transform: rotate(45deg); } .page-kuya-kantot__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-kuya-kantot__faq-item.active .page-kuya-kantot__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-kuya-kantot__faq-answer p { margin: 0; color: #ccc; font-size: 1em; } .page-kuya-kantot__blog { padding: 80px 20px; background-color: #1a1a2e; text-align: center; } .page-kuya-kantot__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-kuya-kantot__blog-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-kuya-kantot__blog-card:hover { transform: translateY(-5px); } .page-kuya-kantot__blog-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-kuya-kantot__blog-title { font-size: 1.4em; padding: 15px; margin: 0; } .page-kuya-kantot__blog-title a.page-kuya-kantot__blog-link { color: #f0f0f0; text-decoration: none; transition: color 0.3s ease; } .page-kuya-kantot__blog-title a.page-kuya-kantot__blog-link:hover { color: #e94560; } .page-kuya-kantot__blog-summary { font-size: 0.9em; color: #ccc; padding: 0 15px; margin-bottom: 20px; } .page-kuya-kantot__blog-readmore { display: inline-block; background-color: #e94560; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-size: 0.9em; font-weight: bold; transition: background-color 0.3s ease; margin: 0 15px 15px; } .page-kuya-kantot__blog-readmore:hover { background-color: #ff6680; } /* Responsive Styles */ @media (max-width: 1024px) { .page-kuya-kantot__hero-title { font-size: 2.8em; } .page-kuya-kantot__hero-description { font-size: 1.1em; } .page-kuya-kantot__section-title { font-size: 2em; } } @media (max-width: 768px) { .page-kuya-kantot__hero-section { min-height: 500px; padding-bottom: 60px; } .page-kuya-kantot__hero-title { font-size: 2.2em; } .page-kuya-kantot__hero-description { font-size: 1em; } .page-kuya-kantot__hero-cta { padding: 12px 25px; font-size: 1.1em; } .page-kuya-kantot__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-kuya-kantot__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 40px 15px; } .page-kuya-kantot__payment-logo, .page-kuya-kantot__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-kuya-kantot__introduction, .page-kuya-kantot__quick-access, .page-kuya-kantot__games, .page-kuya-kantot__promotions, .page-kuya-kantot__security-support, .page-kuya-kantot__faq, .page-kuya-kantot__blog { padding: 60px 15px; } .page-kuya-kantot__intro-features, .page-kuya-kantot__game-categories, .page-kuya-kantot__promo-grid, .page-kuya-kantot__security-grid, .page-kuya-kantot__blog-grid { grid-template-columns: 1fr; gap: 25px; } .page-kuya-kantot__access-buttons { flex-direction: column; gap: 15px; } .page-kuya-kantot__access-btn { width: 100%; box-sizing: border-box; } .page-kuya-kantot__game-image, .page-kuya-kantot__promo-image, .page-kuya-kantot__blog-image { height: 180px; } .page-kuya-kantot__faq-question { padding: 15px; } .page-kuya-kantot__faq-q-text { font-size: 1.1em; } .page-kuya-kantot__faq-answer { padding: 0 15px; } .page-kuya-kantot__faq-item.active .page-kuya-kantot__faq-answer { padding: 15px !important; } /* List item responsive rules */ .page-kuya-kantot__intro-features .page-kuya-kantot__feature-item, .page-kuya-kantot__game-categories .page-kuya-kantot__game-card, .page-kuya-kantot__promo-grid .page-kuya-kantot__promo-card, .page-kuya-kantot__security-grid .page-kuya-kantot__security-item, .page-kuya-kantot__blog-grid .page-kuya-kantot__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 25px !important; } .page-kuya-kantot__intro-features, .page-kuya-kantot__game-categories, .page-kuya-kantot__promo-grid, .page-kuya-kantot__security-grid, .page-kuya-kantot__blog-grid { 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-kantot__feature-description, .page-kuya-kantot__game-description, .page-kuya-kantot__promo-description, .page-kuya-kantot__security-description, .page-kuya-kantot__blog-summary, .page-kuya-kantot__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } @media (max-width: 480px) { .page-kuya-kantot__hero-title { font-size: 1.8em; } .page-kuya-kantot__hero-description { font-size: 0.9em; } .page-kuya-kantot__hero-cta { padding: 10px 20px; font-size: 1em; } .page-kuya-kantot__section-title { font-size: 1.5em; } .page-kuya-kantot__game-title, .page-kuya-kantot__promo-title, .page-kuya-kantot__security-title, .page-kuya-kantot__blog-title { font-size: 1.3em; } .page-kuya-kantot__faq-q-text { font-size: 1em; } }