.page-kuya-loan-sec-registered { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f9fa; }.page-kuya-loan-sec-registered__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-kuya-loan-sec-registered__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-kuya-loan-sec-registered__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-kuya-loan-sec-registered__section-title { font-size: 2.5em; color: #2c3e50; text-align: center; margin-bottom: 30px; }.page-kuya-loan-sec-registered__section-title--light { color: #ecf0f1; }.page-kuya-loan-sec-registered__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; text-align: center; padding: 60px 20px; border-radius: 0; margin-bottom: 0; padding-top: 70px; /* Small top padding after body offset */ }.page-kuya-loan-sec-registered__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; }.page-kuya-loan-sec-registered__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; }.page-kuya-loan-sec-registered__cta-button { display: inline-block; background-color: #ffc107; color: #212529; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; margin: 10px; }.page-kuya-loan-sec-registered__cta-button:hover { background-color: #e0a800; transform: translateY(-3px); }.page-kuya-loan-sec-registered__image-wrapper { text-align: center; margin-bottom: 30px; }.page-kuya-loan-sec-registered__image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); display: block; margin: 0 auto; }.page-kuya-loan-sec-registered__text-content { font-size: 1.1em; text-align: justify; }.page-kuya-loan-sec-registered__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-kuya-loan-sec-registered__grid-item { background-color: #f0f0f0; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-kuya-loan-sec-registered__grid-item:hover { transform: translateY(-5px); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); }.page-kuya-loan-sec-registered__grid-item-title { font-size: 1.4em; color: #007bff; margin-bottom: 15px; }.page-kuya-loan-sec-registered__quick-access-buttons { display: flex; flex-wrap: wrap; justify-content: center; margin-top: 30px; }.page-kuya-loan-sec-registered__quick-access-button { background-color: #28a745; color: #fff; margin: 10px; }.page-kuya-loan-sec-registered__quick-access-button:hover { background-color: #218838; }.page-kuya-loan-sec-registered__game-card { background-color: #f0f0f0; border-radius: 8px; overflow: hidden; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-kuya-loan-sec-registered__game-card:hover { transform: translateY(-5px); }.page-kuya-loan-sec-registered__game-card-image { width: 100%; height: 200px; object-fit: cover; }.page-kuya-loan-sec-registered__game-card-title { font-size: 1.2em; color: #333; padding: 15px; margin: 0; }.page-kuya-loan-sec-registered__promo-card { display: flex; flex-direction: column; background-color: #f0f0f0; border-radius: 8px; padding: 25px; text-align: left; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-kuya-loan-sec-registered__promo-card:hover { transform: translateY(-5px); }.page-kuya-loan-sec-registered__promo-title { font-size: 1.5em; color: #dc3545; margin-bottom: 10px; }.page-kuya-loan-sec-registered__promo-description { font-size: 1em; margin-bottom: 15px; flex-grow: 1; }.page-kuya-loan-sec-registered__promo-button { background-color: #dc3545; color: #fff; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 0.9em; align-self: flex-start; transition: background-color 0.3s ease; }.page-kuya-loan-sec-registered__promo-button:hover { background-color: #c82333; }.page-kuya-loan-sec-registered__faq-list { list-style: none; padding: 0; }.page-kuya-loan-sec-registered__faq-item { background-color: #f0f0f0; margin-bottom: 15px; border-radius: 8px; overflow: hidden; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }.page-kuya-loan-sec-registered__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; background-color: #e9ecef; cursor: pointer; user-select: none; font-weight: bold; color: #333; transition: background-color 0.3s ease; }.page-kuya-loan-sec-registered__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; }.page-kuya-loan-sec-registered__faq-question:hover { background-color: #dee2e6; }.page-kuya-loan-sec-registered__faq-toggle { font-size: 1.8em; font-weight: normal; line-height: 1; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; }.page-kuya-loan-sec-registered__faq-item.active .page-kuya-loan-sec-registered__faq-toggle { transform: rotate(45deg); }.page-kuya-loan-sec-registered__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-loan-sec-registered__faq-item.active .page-kuya-loan-sec-registered__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-kuya-loan-sec-registered__blog-card { background-color: #f0f0f0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; text-decoration: none; color: inherit; display: block; }.page-kuya-loan-sec-registered__blog-card:hover { transform: translateY(-5px); }.page-kuya-loan-sec-registered__blog-image { width: 100%; height: 200px; object-fit: cover; }.page-kuya-loan-sec-registered__blog-content { padding: 20px; }.page-kuya-loan-sec-registered__blog-title { font-size: 1.3em; color: #007bff; margin-bottom: 10px; }.page-kuya-loan-sec-registered__blog-excerpt { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-kuya-loan-sec-registered__blog-date { font-size: 0.85em; color: #777; }.page-kuya-loan-sec-registered__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-kuya-loan-sec-registered__floating-button { background-color: #007bff; color: #fff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; }.page-kuya-loan-sec-registered__floating-button--register { background-color: #28a745; }.page-kuya-loan-sec-registered__floating-button--register:hover { background-color: #218838; transform: translateY(-3px); }.page-kuya-loan-sec-registered__floating-button--login { background-color: #007bff; }.page-kuya-loan-sec-registered__floating-button--login:hover { background-color: #0056b3; transform: translateY(-3px); }@media (max-width: 768px) { .page-kuya-loan-sec-registered__hero-title { font-size: 2.5em; }.page-kuya-loan-sec-registered__hero-subtitle { font-size: 1.2em; }.page-kuya-loan-sec-registered__cta-button { padding: 12px 25px; font-size: 1em; }.page-kuya-loan-sec-registered__section-title { font-size: 2em; }.page-kuya-loan-sec-registered__grid { grid-template-columns: 1fr; }.page-kuya-loan-sec-registered__quick-access-buttons { flex-direction: column; align-items: center; }.page-kuya-loan-sec-registered__quick-access-button { width: 90%; max-width: 300px; }.page-kuya-loan-sec-registered__faq-question { padding: 15px; }.page-kuya-loan-sec-registered__faq-question h3 { font-size: 1.1em; }.page-kuya-loan-sec-registered__faq-answer { padding: 15px !important; }.page-kuya-loan-sec-registered__floating-buttons { right: 10px; bottom: 10px; gap: 8px; }.page-kuya-loan-sec-registered__floating-button { padding: 10px 15px; font-size: 0.9em; }.page-kuya-loan-sec-registered__image { max-width: 100%; height: auto; box-sizing: border-box !important; }.page-kuya-loan-sec-registered__grid-item { box-sizing: border-box !important; width: 100% !important; max-width: 100% !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-loan-sec-registered__faq-list { 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-loan-sec-registered__faq-item { box-sizing: border-box !important; width: 100% !important; max-width: 100% !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-loan-sec-registered__blog-card { box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }}