.page-kuya-dik { font-family: 'Arial', sans-serif; color: #e0e0e0; background-color: #1a1a2e; line-height: 1.6; } .page-kuya-dik__highlight { color: #e94560; font-weight: bold; } .page-kuya-dik__section-title { font-size: 2.5rem; color: #e94560; text-align: center; margin-bottom: 20px; padding-top: 40px; } .page-kuya-dik__section-title--small { font-size: 1.8rem; margin-top: 20px; } .page-kuya-dik__paragraph { text-align: center; max-width: 800px; margin: 0 auto 40px auto; font-size: 1.1rem; } .page-kuya-dik__hero-section { position: relative; display: flex; align-items: center; justify-content: center; min-height: 70vh; text-align: center; overflow: hidden; padding: 10px 20px 60px 20px; background-color: #0f0f1d; } .page-kuya-dik__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; } .page-kuya-dik__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; background: rgba(0, 0, 0, 0.5); border-radius: 10px; } .page-kuya-dik__hero-title { font-size: 3.5rem; margin-bottom: 15px; color: #ffffff; line-height: 1.2; } .page-kuya-dik__hero-subtitle { font-size: 1.5rem; margin-bottom: 30px; color: #f0f0f0; } .page-kuya-dik__hero-cta-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-kuya-dik__hero-button { display: inline-block; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1rem; transition: background-color 0.3s ease, transform 0.2s ease; } .page-kuya-dik__hero-button--primary { background-color: #e94560; color: #ffffff; border: 2px solid #e94560; } .page-kuya-dik__hero-button--primary:hover { background-color: #ff6b81; transform: translateY(-3px); } .page-kuya-dik__hero-button--secondary { background-color: transparent; color: #e94560; border: 2px solid #e94560; } .page-kuya-dik__hero-button--secondary:hover { background-color: rgba(233, 69, 96, 0.2); transform: translateY(-3px); } .page-kuya-dik__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: 20px; background-color: #21213e; } .page-kuya-dik__logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 1200px; margin: 0 auto; } .page-kuya-dik__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-dik__introduction-section, .page-kuya-dik__quick-access-section, .page-kuya-dik__games-section, .page-kuya-dik__promotions-section, .page-kuya-dik__security-section, .page-kuya-dik__faq-section, .page-kuya-dik__blog-section { padding: 60px 20px; background-color: #1a1a2e; } .page-kuya-dik__introduction-section:nth-child(even), .page-kuya-dik__quick-access-section:nth-child(even), .page-kuya-dik__promotions-section:nth-child(even), .page-kuya-dik__blog-section:nth-child(even) { background-color: #21213e; } .page-kuya-dik__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 40px auto; text-align: center; } .page-kuya-dik__feature-item { background-color: #2a2a4a; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); } .page-kuya-dik__feature-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 20px; } .page-kuya-dik__feature-title { font-size: 1.5rem; color: #e94560; margin-bottom: 10px; } .page-kuya-dik__feature-description { font-size: 1rem; color: #a0a0a0; } .page-kuya-dik__main-cta-button { display: block; width: fit-content; margin: 40px auto 0 auto; padding: 18px 40px; background-color: #e94560; color: #ffffff; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2rem; transition: background-color 0.3s ease, transform 0.2s ease; } .page-kuya-dik__main-cta-button:hover { background-color: #ff6b81; transform: translateY(-3px); } .page-kuya-dik__access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 40px auto; } .page-kuya-dik__access-card { background-color: #2a2a4a; padding: 30px; border-radius: 10px; text-align: center; text-decoration: none; color: #e0e0e0; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; justify-content: center; } .page-kuya-dik__access-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-kuya-dik__access-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; } .page-kuya-dik__access-title { font-size: 1.4rem; color: #e94560; margin-bottom: 10px; } .page-kuya-dik__access-description { font-size: 0.95rem; color: #a0a0a0; } .page-kuya-dik__game-tabs { max-width: 1200px; margin: 40px auto; } .page-kuya-dik__game-tab-buttons { display: flex; justify-content: center; flex-wrap: wrap; margin-bottom: 30px; gap: 10px; } .page-kuya-dik__tab-button { background-color: #2a2a4a; color: #e0e0e0; border: none; padding: 12px 25px; cursor: pointer; font-size: 1.1rem; border-radius: 5px; transition: background-color 0.3s ease, color 0.3s ease; } .page-kuya-dik__tab-button:hover, .page-kuya-dik__tab-button.active { background-color: #e94560; color: #ffffff; } .page-kuya-dik__tab-pane { display: none; animation: fadeIn 0.5s ease-in-out; } .page-kuya-dik__tab-pane.active { display: block; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .page-kuya-dik__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-kuya-dik__game-card { background-color: #2a2a4a; padding: 20px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); display: flex; flex-direction: column; justify-content: space-between; } .page-kuya-dik__game-image { width: 100%; height: 180px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; } .page-kuya-dik__game-title { font-size: 1.3rem; color: #e94560; margin-bottom: 10px; } .page-kuya-dik__game-description { font-size: 0.95rem; color: #a0a0a0; margin-bottom: 20px; flex-grow: 1; } .page-kuya-dik__game-button { display: inline-block; padding: 10px 20px; background-color: #e94560; color: #ffffff; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1rem; transition: background-color 0.3s ease; } .page-kuya-dik__game-button:hover { background-color: #ff6b81; } .page-kuya-dik__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 40px auto; } .page-kuya-dik__promo-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); display: flex; flex-direction: column; } .page-kuya-dik__promo-image { width: 100%; height: 200px; object-fit: cover; } .page-kuya-dik__promo-title { font-size: 1.4rem; color: #e94560; margin: 20px 15px 10px 15px; } .page-kuya-dik__promo-description { font-size: 0.95rem; color: #a0a0a0; padding: 0 15px 20px 15px; flex-grow: 1; } .page-kuya-dik__promo-button { display: block; width: calc(100% - 30px); margin: 0 15px 20px 15px; padding: 12px 25px; background-color: #e94560; color: #ffffff; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1rem; transition: background-color 0.3s ease; } .page-kuya-dik__promo-button:hover { background-color: #ff6b81; } .page-kuya-dik__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 40px auto; text-align: center; } .page-kuya-dik__security-item { background-color: #2a2a4a; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); } .page-kuya-dik__security-icon { width: 90px; height: 90px; object-fit: contain; margin-bottom: 20px; } .page-kuya-dik__security-title { font-size: 1.5rem; color: #e94560; margin-bottom: 10px; } .page-kuya-dik__security-description { font-size: 1rem; color: #a0a0a0; margin-bottom: 20px; } .page-kuya-dik__security-button { display: inline-block; padding: 12px 25px; background-color: #e94560; color: #ffffff; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1rem; transition: background-color 0.3s ease; } .page-kuya-dik__security-button:hover { background-color: #ff6b81; } .page-kuya-dik__faq-container { max-width: 900px; margin: 40px auto; } .page-kuya-dik__faq-item { background-color: #2a2a4a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-kuya-dik__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #2a2a4a; border-bottom: 1px solid #3c3c63; transition: background-color 0.3s ease; } .page-kuya-dik__faq-question:hover { background-color: #3c3c63; } .page-kuya-dik__faq-question-text { font-size: 1.2rem; margin: 0; color: #e0e0e0; } .page-kuya-dik__faq-toggle { font-size: 1.8rem; font-weight: bold; color: #e94560; transition: transform 0.3s ease; } .page-kuya-dik__faq-item.active .page-kuya-dik__faq-toggle { transform: rotate(45deg); } .page-kuya-dik__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; font-size: 1rem; color: #a0a0a0; } .page-kuya-dik__faq-item.active .page-kuya-dik__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-kuya-dik__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 40px auto; } .page-kuya-dik__blog-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; text-decoration: none; color: #e0e0e0; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-kuya-dik__blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-kuya-dik__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-kuya-dik__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-kuya-dik__blog-title { font-size: 1.3rem; color: #e94560; margin-bottom: 10px; } .page-kuya-dik__blog-excerpt { font-size: 0.95rem; color: #a0a0a0; margin-bottom: 15px; } .page-kuya-dik__blog-date { font-size: 0.85rem; color: #666; text-align: right; display: block; } /* Responsive Styles */ @media (max-width: 1024px) { .page-kuya-dik__hero-title { font-size: 3rem; } .page-kuya-dik__hero-subtitle { font-size: 1.3rem; } .page-kuya-dik__section-title { font-size: 2rem; } .page-kuya-dik__main-cta-button { font-size: 1.1rem; padding: 15px 30px; } } @media (max-width: 768px) { .page-kuya-dik__hero-section { min-height: 60vh; padding-bottom: 40px; } .page-kuya-dik__hero-content { padding: 15px; } .page-kuya-dik__hero-title { font-size: 2.2rem; } .page-kuya-dik__hero-subtitle { font-size: 1.1rem; } .page-kuya-dik__hero-cta-group { flex-direction: column; gap: 15px; } .page-kuya-dik__hero-button { width: 100%; max-width: 300px; margin: 0 auto; } .page-kuya-dik__section-title { font-size: 1.8rem; padding-top: 30px; } .page-kuya-dik__paragraph { margin-bottom: 30px; font-size: 1rem; } .page-kuya-dik__features-grid, .page-kuya-dik__access-grid, .page-kuya-dik__game-grid, .page-kuya-dik__promo-grid, .page-kuya-dik__security-features, .page-kuya-dik__blog-grid { grid-template-columns: 1fr; gap: 20px; margin: 30px auto; } .page-kuya-dik__feature-item, .page-kuya-dik__access-card, .page-kuya-dik__game-card, .page-kuya-dik__promo-card, .page-kuya-dik__security-item, .page-kuya-dik__blog-card { padding: 20px; } .page-kuya-dik__feature-icon, .page-kuya-dik__access-icon, .page-kuya-dik__security-icon { width: 70px; height: 70px; margin-bottom: 15px; } .page-kuya-dik__feature-title, .page-kuya-dik__access-title, .page-kuya-dik__game-title, .page-kuya-dik__promo-title, .page-kuya-dik__security-title, .page-kuya-dik__blog-title { font-size: 1.2rem; } .page-kuya-dik__feature-description, .page-kuya-dik__access-description, .page-kuya-dik__game-description, .page-kuya-dik__promo-description, .page-kuya-dik__security-description, .page-kuya-dik__blog-excerpt { font-size: 0.9rem; } .page-kuya-dik__game-tab-buttons { flex-direction: column; } .page-kuya-dik__tab-button { width: 100% !important; box-sizing: border-box !important; margin-bottom: 5px; } .page-kuya-dik__faq-question { padding: 15px 20px; } .page-kuya-dik__faq-question-text { font-size: 1.1rem; } .page-kuya-dik__faq-answer { padding: 0 20px; } .page-kuya-dik__faq-item.active .page-kuya-dik__faq-answer { padding: 15px 20px !important; } .page-kuya-dik__blog-date { font-size: 0.8rem; } /* List item specific mobile styles - applied to relevant elements */ .page-kuya-dik__features-grid .page-kuya-dik__feature-item, .page-kuya-dik__access-grid .page-kuya-dik__access-card, .page-kuya-dik__game-grid .page-kuya-dik__game-card, .page-kuya-dik__promo-grid .page-kuya-dik__promo-card, .page-kuya-dik__security-features .page-kuya-dik__security-item, .page-kuya-dik__blog-grid .page-kuya-dik__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuya-dik__features-grid, .page-kuya-dik__access-grid, .page-kuya-dik__game-grid, .page-kuya-dik__promo-grid, .page-kuya-dik__security-features, .page-kuya-dik__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-dik__feature-description, .page-kuya-dik__access-description, .page-kuya-dik__game-description, .page-kuya-dik__promo-description, .page-kuya-dik__security-description, .page-kuya-dik__blog-excerpt, .page-kuya-dik__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } .page-kuya-dik__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; } .page-kuya-dik__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-kuya-dik__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-kuya-dik__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-kuya-dik__payment-logo, .page-kuya-dik__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } }