.page-kuya-albert {font-family: 'Arial', sans-serif;color: #333;line-height: 1.6;background-color: #f8f8f8;}.page-kuya-albert__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-kuya-albert__section:nth-child(even) {background-color: #f2f2f2;}.page-kuya-albert__hero-section {background: linear-gradient(135deg, #007bff, #0056b3);color: #fff;text-align: center;padding: 60px 20px 80px;border-radius: 0;margin-bottom: 0;box-shadow: none;padding-top: 10px;}.page-kuya-albert__hero-title {font-size: 2.8em;margin-bottom: 15px;font-weight: bold;line-height: 1.2;}.page-kuya-albert__hero-subtitle {font-size: 1.3em;margin-bottom: 30px;opacity: 0.9;}.page-kuya-albert__hero-buttons {display: flex;justify-content: center;gap: 20px;flex-wrap: wrap;}.page-kuya-albert__btn {display: inline-block;background-color: #ffc107;color: #333;padding: 12px 28px;border-radius: 30px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease, transform 0.3s ease;font-size: 1.1em;border: none;cursor: pointer;}.page-kuya-albert__btn:hover {background-color: #e0a800;transform: translateY(-2px);}.page-kuya-albert__btn--secondary {background-color: #28a745;color: #fff;}.page-kuya-albert__btn--secondary:hover {background-color: #218838;}.page-kuya-albert__heading {font-size: 2em;color: #0056b3;margin-bottom: 25px;text-align: center;}.page-kuya-albert__text-content {font-size: 1.1em;color: #555;margin-bottom: 20px;}.page-kuya-albert__grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 30px;}.page-kuya-albert__grid-item {background-color: #fff;padding: 25px;border-radius: 8px;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);text-align: center;transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-kuya-albert__grid-item:hover {transform: translateY(-5px);box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);}.page-kuya-albert__grid-item-title {font-size: 1.4em;color: #007bff;margin-top: 15px;margin-bottom: 10px;}.page-kuya-albert__grid-item-description {font-size: 1em;color: #666;}.page-kuya-albert__quick-links-list {list-style: none;padding: 0;display: flex;justify-content: center;flex-wrap: wrap;gap: 15px;margin-top: 25px;}.page-kuya-albert__quick-links-list-item {flex: 1 1 auto;min-width: 180px;text-align: center;}.page-kuya-albert__quick-links-list-item .page-kuya-albert__btn {width: 100%;}.page-kuya-albert__game-card {text-align: center;}.page-kuya-albert__game-card-image {width: 100%;height: 200px;object-fit: cover;border-radius: 6px;margin-bottom: 15px;}.page-kuya-albert__game-card-title {font-size: 1.3em;color: #0056b3;margin-bottom: 10px;}.page-kuya-albert__game-card-text {font-size: 0.95em;color: #666;margin-bottom: 15px;}.page-kuya-albert__promo-list {list-style: none;padding: 0;}.page-kuya-albert__promo-item {display: flex;align-items: center;gap: 20px;margin-bottom: 25px;padding: 20px;background-color: #f9f9f9;border-radius: 8px;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);}.page-kuya-albert__promo-item-image {width: 120px;height: 120px;object-fit: cover;border-radius: 6px;flex-shrink: 0;}.page-kuya-albert__promo-item-content {flex-grow: 1;}.page-kuya-albert__promo-item-title {font-size: 1.3em;color: #007bff;margin-bottom: 8px;}.page-kuya-albert__promo-item-description {font-size: 1em;color: #555;margin-bottom: 15px;}.page-kuya-albert__faq-list {max-width: 800px;margin: 0 auto;}.page-kuya-albert__faq-item {margin-bottom: 15px;border: 1px solid #ddd;border-radius: 8px;overflow: hidden;background-color: #fff;}.page-kuya-albert__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 18px 20px;background-color: #e9ecef;color: #333;cursor: pointer;font-weight: bold;font-size: 1.1em;user-select: none;transition: background-color 0.3s ease;}.page-kuya-albert__faq-question:hover {background-color: #dee2e6;}.page-kuya-albert__faq-question h3 {margin: 0;pointer-events: none;}.page-kuya-albert__faq-toggle {font-size: 1.5em;line-height: 1;pointer-events: none;transition: transform 0.3s ease;}.page-kuya-albert__faq-item.active .page-kuya-albert__faq-toggle {transform: rotate(45deg);}.page-kuya-albert__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;font-size: 1em;color: #555;}.page-kuya-albert__faq-item.active .page-kuya-albert__faq-answer {max-height: 2000px !important;padding: 20px !important;opacity: 1;}.page-kuya-albert__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 30px;}.page-kuya-albert__blog-card {background-color: #fff;border-radius: 8px;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);overflow: hidden;transition: transform 0.3s ease, box-shadow 0.3s ease;text-decoration: none;color: inherit;}.page-kuya-albert__blog-card:hover {transform: translateY(-5px);box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);}.page-kuya-albert__blog-card-image {width: 100%;height: 180px;object-fit: cover;}.page-kuya-albert__blog-card-content {padding: 20px;}.page-kuya-albert__blog-card-title {font-size: 1.3em;color: #007bff;margin-bottom: 10px;}.page-kuya-albert__blog-card-excerpt {font-size: 0.95em;color: #666;}.page-kuya-albert__gamelogo {width: 80px;height: 80px;object-fit: contain;margin-bottom: 10px;}.page-kuya-albert__image-full-width {width: 100%;height: auto;border-radius: 8px;margin-bottom: 20px;}.page-kuya-albert__centered-text {text-align: center;}.page-kuya-albert__floating-buttons {position: fixed;bottom: 20px;right: 20px;display: flex;flex-direction: column;gap: 10px;z-index: 1000;}.page-kuya-albert__floating-btn {background-color: #007bff;color: #fff;padding: 10px 15px;border-radius: 25px;text-decoration: none;font-weight: bold;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);transition: background-color 0.3s ease, transform 0.3s ease;}.page-kuya-albert__floating-btn:hover {background-color: #0056b3;transform: translateY(-2px);}.page-kuya-albert__floating-btn--register {background-color: #ffc107;color: #333;}.page-kuya-albert__floating-btn--register:hover {background-color: #e0a800;}.page-kuya-albert__floating-btn--login {background-color: #28a745;}.page-kuya-albert__floating-btn--login:hover {background-color: #218838;}@media (max-width: 768px) {.page-kuya-albert__hero-title {font-size: 2em;}.page-kuya-albert__hero-subtitle {font-size: 1em;}.page-kuya-albert__hero-buttons {flex-direction: column;}.page-kuya-albert__btn {width: 100%;}.page-kuya-albert__heading {font-size: 1.6em;}.page-kuya-albert__text-content {font-size: 1em;}.page-kuya-albert__grid {grid-template-columns: 1fr;}.page-kuya-albert__quick-links-list {flex-direction: column;}.page-kuya-albert__quick-links-list-item {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-kuya-albert__quick-links-list-item .page-kuya-albert__btn {width: 100%;}.page-kuya-albert__promo-item {flex-direction: column;text-align: center;}.page-kuya-albert__promo-item-image {margin-bottom: 15px;}.page-kuya-albert__promo-item-content {text-align: center;}.page-kuya-albert__faq-question {padding: 15px;font-size: 1em;}.page-kuya-albert__faq-answer {padding: 15px !important;}.page-kuya-albert__blog-grid {grid-template-columns: 1fr;}.page-kuya-albert__floating-buttons {right: 10px;bottom: 10px;}.page-kuya-albert__floating-btn {padding: 8px 12px;font-size: 0.9em;}img {max-width: 100% !important;height: auto !important;}.page-kuya-albert__section {padding: 20px 15px;}.page-kuya-albert__promo-list {width: 100% !important;max-width: 100% !important;overflow: hidden !important;box-sizing: border-box !important;padding: 0 !important;margin-left: 0 !important;margin-right: 0 !important;}.page-kuya-albert__promo-item {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}.page-kuya-albert__faq-list {width: 100% !important;max-width: 100% !important;overflow: hidden !important;box-sizing: border-box !important;padding: 0 !important;margin-left: 0 !important;margin-right: 0 !important;}.page-kuya-albert__faq-item {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}.page-kuya-albert__blog-grid {width: 100% !important;max-width: 100% !important;overflow: hidden !important;box-sizing: border-box !important;padding: 0 !important;margin-left: 0 !important;margin-right: 0 !important;}.page-kuya-albert__blog-card {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}}