.page-pbb-kuya-identity { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; }.page-pbb-kuya-identity__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }.page-pbb-kuya-identity__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-pbb-kuya-identity__hero-section { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #fff; height: 60vh; min-height: 400px; padding: 10px 20px 40px; overflow: hidden; background-color: #0a0a0a; }.page-pbb-kuya-identity__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.6; }.page-pbb-kuya-identity__hero-content { position: relative; z-index: 2; max-width: 900px; }.page-pbb-kuya-identity__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0,0,0,0.7); }.page-pbb-kuya-identity__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0,0,0,0.7); }.page-pbb-kuya-identity__cta-button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; margin: 0 10px 10px; }.page-pbb-kuya-identity__cta-button:hover { background-color: #c0392b; }.page-pbb-kuya-identity__cta-button--secondary { background-color: #2ecc71; }.page-pbb-kuya-identity__cta-button--secondary:hover { background-color: #27ae60; }.page-pbb-kuya-identity__title { font-size: 2em; color: #2c3e50; text-align: center; margin-bottom: 30px; }.page-pbb-kuya-identity__text-content { text-align: justify; margin-bottom: 20px; }.page-pbb-kuya-identity__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }.page-pbb-kuya-identity__card { background-color: #f9f9f9; padding: 20px; border-radius: 8px; text-align: center; box-shadow: 0 1px 3px rgba(0,0,0,0.08); display: flex; flex-direction: column; justify-content: space-between; align-items: center; }.page-pbb-kuya-identity__card-image { max-width: 100%; height: 200px; object-fit: cover; border-radius: 5px; margin-bottom: 15px; }.page-pbb-kuya-identity__card-title { font-size: 1.3em; color: #34495e; margin-bottom: 10px; }.page-pbb-kuya-identity__card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-pbb-kuya-identity__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin-top: 30px; }.page-pbb-kuya-identity__quick-access-button { display: block; background-color: #3498db; color: #fff; padding: 15px 10px; border-radius: 5px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-pbb-kuya-identity__quick-access-button:hover { background-color: #2980b9; }.page-pbb-kuya-identity__game-category { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 15px; border: 1px solid #eee; border-radius: 8px; transition: transform 0.2s ease, box-shadow 0.2s ease; }.page-pbb-kuya-identity__game-category:hover { transform: translateY(-5px); box-shadow: 0 4px 10px rgba(0,0,0,0.15); }.page-pbb-kuya-identity__game-icon { width: 80px; height: 80px; margin-bottom: 10px; }.page-pbb-kuya-identity__game-title { font-size: 1.1em; font-weight: bold; color: #2c3e50; }.page-pbb-kuya-identity__promotions-list { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }.page-pbb-kuya-identity__promotion-item { background-color: #ecf0f1; border-radius: 8px; padding: 20px; width: calc(50% - 10px); box-shadow: 0 1px 3px rgba(0,0,0,0.08); display: flex; flex-direction: column; justify-content: space-between; }.page-pbb-kuya-identity__promotion-item h3 { color: #e74c3c; margin-bottom: 10px; font-size: 1.2em; }.page-pbb-kuya-identity__promotion-item p { font-size: 0.9em; color: #555; margin-bottom: 15px; }.page-pbb-kuya-identity__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }.page-pbb-kuya-identity__security-item { text-align: center; }.page-pbb-kuya-identity__security-icon { width: 100px; height: 100px; margin-bottom: 15px; }.page-pbb-kuya-identity__security-text { font-size: 1em; color: #555; }.page-pbb-kuya-identity__faq-container { max-width: 800px; margin: 0 auto; }.page-pbb-kuya-identity__faq-item { background-color: #f9f9f9; margin-bottom: 10px; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }.page-pbb-kuya-identity__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #34495e; color: #fff; font-weight: bold; user-select: none; transition: background-color 0.3s ease; }.page-pbb-kuya-identity__faq-question:hover { background-color: #2c3e50; }.page-pbb-kuya-identity__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; }.page-pbb-kuya-identity__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 10px; pointer-events: none; transition: transform 0.3s ease; }.page-pbb-kuya-identity__faq-item.active .page-pbb-kuya-identity__faq-toggle { transform: rotate(45deg); }.page-pbb-kuya-identity__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; background-color: #fff; color: #333; }.page-pbb-kuya-identity__faq-item.active .page-pbb-kuya-identity__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-pbb-kuya-identity__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }.page-pbb-kuya-identity__blog-card { background-color: #f9f9f9; padding: 20px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.08); display: flex; flex-direction: column; justify-content: space-between; }.page-pbb-kuya-identity__blog-image { max-width: 100%; height: 200px; object-fit: cover; border-radius: 5px; margin-bottom: 15px; }.page-pbb-kuya-identity__blog-title { font-size: 1.2em; color: #34495e; margin-bottom: 10px; text-decoration: none; font-weight: bold; }.page-pbb-kuya-identity__blog-title:hover { color: #e74c3c; }.page-pbb-kuya-identity__blog-excerpt { font-size: 0.9em; color: #555; margin-bottom: 10px; }.page-pbb-kuya-identity__blog-date { font-size: 0.8em; color: #999; text-align: right; }.page-pbb-kuya-identity__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-pbb-kuya-identity__floating-button { background-color: #e74c3c; color: #fff; border-radius: 50%; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; font-size: 0.9em; text-align: center; text-decoration: none; box-shadow: 0 4px 8px rgba(0,0,0,0.2); transition: background-color 0.3s ease, transform 0.3s ease; }.page-pbb-kuya-identity__floating-button:hover { background-color: #c0392b; transform: scale(1.05); }.page-pbb-kuya-identity__floating-button--login { background-color: #3498db; }.page-pbb-kuya-identity__floating-button--login:hover { background-color: #2980b9; }@media (max-width: 768px) { .page-pbb-kuya-identity__hero-title { font-size: 2em; }.page-pbb-kuya-identity__hero-subtitle { font-size: 1em; }.page-pbb-kuya-identity__cta-button { padding: 10px 20px; font-size: 1em; margin: 0 5px 10px; }.page-pbb-kuya-identity__title { font-size: 1.6em; }.page-pbb-kuya-identity__grid, .page-pbb-kuya-identity__quick-access-grid, .page-pbb-kuya-identity__promotions-list, .page-pbb-kuya-identity__security-grid, .page-pbb-kuya-identity__blog-grid { grid-template-columns: 1fr; }.page-pbb-kuya-identity__promotion-item { width: 100%; }.page-pbb-kuya-identity__section { padding: 30px 15px; }.page-pbb-kuya-identity__card-image, .page-pbb-kuya-identity__blog-image { height: 180px; }.page-pbb-kuya-identity__floating-buttons { bottom: 15px; right: 15px; gap: 8px; }.page-pbb-kuya-identity__floating-button { width: 50px; height: 50px; font-size: 0.8em; }.page-pbb-kuya-identity__faq-question { padding: 12px 15px; }.page-pbb-kuya-identity__faq-question h3 { font-size: 1em; }.page-pbb-kuya-identity__faq-answer { padding: 15px !important; } .page-pbb-kuya-identity img { max-width: 100% !important; height: auto !important; } .page-pbb-kuya-identity .page-pbb-kuya-identity__grid > *, .page-pbb-kuya-identity .page-pbb-kuya-identity__quick-access-grid > *, .page-pbb-kuya-identity .page-pbb-kuya-identity__promotions-list > *, .page-pbb-kuya-identity .page-pbb-kuya-identity__security-grid > *, .page-pbb-kuya-identity .page-pbb-kuya-identity__blog-grid > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-pbb-kuya-identity .page-pbb-kuya-identity__grid, .page-pbb-kuya-identity .page-pbb-kuya-identity__quick-access-grid, .page-pbb-kuya-identity .page-pbb-kuya-identity__promotions-list, .page-pbb-kuya-identity .page-pbb-kuya-identity__security-grid, .page-pbb-kuya-identity .page-pbb-kuya-identity__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-pbb-kuya-identity p, .page-pbb-kuya-identity li, .page-pbb-kuya-identity h1, .page-pbb-kuya-identity h2, .page-pbb-kuya-identity h3, .page-pbb-kuya-identity h4, .page-pbb-kuya-identity h5, .page-pbb-kuya-identity h6 { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }