.page-bahay-ni-kuya-background { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; }.page-bahay-ni-kuya-background__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-bahay-ni-kuya-background__hero-section { position: relative; background-color: #0d1a26; color: #fff; text-align: center; padding: 10px 0 60px; overflow: hidden; }.page-bahay-ni-kuya-background__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.4; }.page-bahay-ni-kuya-background__hero-content { position: relative; z-index: 1; padding: 20px; }.page-bahay-ni-kuya-background__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-bahay-ni-kuya-background__hero-description { font-size: 1.2em; max-width: 800px; margin: 0 auto 30px; }.page-bahay-ni-kuya-background__button-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-bahay-ni-kuya-background__button { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; cursor: pointer; }.page-bahay-ni-kuya-background__button--primary { background-color: #ffcc00; color: #1a1a1a; border: 2px solid #ffcc00; }.page-bahay-ni-kuya-background__button--primary:hover { background-color: #e6b800; transform: translateY(-2px); }.page-bahay-ni-kuya-background__button--secondary { background-color: transparent; color: #ffcc00; border: 2px solid #ffcc00; }.page-bahay-ni-kuya-background__button--secondary:hover { background-color: #ffcc00; color: #1a1a1a; transform: translateY(-2px); }.page-bahay-ni-kuya-background__section { padding: 60px 0; text-align: center; }.page-bahay-ni-kuya-background__section:nth-of-type(even) { background-color: #e0e6e8; }.page-bahay-ni-kuya-background__section-title { font-size: 2.2em; color: #0d1a26; margin-bottom: 40px; }.page-bahay-ni-kuya-background__text-content { max-width: 900px; margin: 0 auto 40px; font-size: 1.1em; }.page-bahay-ni-kuya-background__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-bahay-ni-kuya-background__grid-item { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: left; transition: transform 0.3s ease; }.page-bahay-ni-kuya-background__grid-item:hover { transform: translateY(-5px); }.page-bahay-ni-kuya-background__grid-item-image { width: 100%; max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 20px; object-fit: cover; min-height: 200px; }.page-bahay-ni-kuya-background__grid-item-title { font-size: 1.5em; color: #0d1a26; margin-bottom: 15px; }.page-bahay-ni-kuya-background__grid-item-description { font-size: 1em; color: #555; margin-bottom: 20px; }.page-bahay-ni-kuya-background__app-showcase { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 40px; margin-top: 40px; }.page-bahay-ni-kuya-background__app-image { max-width: 400px; width: 100%; height: auto; border-radius: 15px; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2); object-fit: cover; min-height: 200px; }.page-bahay-ni-kuya-background__app-features { text-align: left; max-width: 500px; }.page-bahay-ni-kuya-background__app-feature-list { list-style: none; padding: 0; margin-bottom: 30px; }.page-bahay-ni-kuya-background__app-feature-item { margin-bottom: 15px; font-size: 1.1em; position: relative; padding-left: 30px; }.page-bahay-ni-kuya-background__app-feature-item::before { content: '✓'; color: #ffcc00; position: absolute; left: 0; font-weight: bold; }.page-bahay-ni-kuya-background__faq-section { background-color: #fff; }.page-bahay-ni-kuya-background__faq-list { max-width: 900px; margin: 0 auto; text-align: left; }.page-bahay-ni-kuya-background__faq-item { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; }.page-bahay-ni-kuya-background__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #f9f9f9; cursor: pointer; user-select: none; font-size: 1.1em; font-weight: bold; color: #0d1a26; transition: background-color 0.3s ease; }.page-bahay-ni-kuya-background__faq-question:hover { background-color: #f0f0f0; }.page-bahay-ni-kuya-background__faq-question h3 { margin: 0; font-size: 1.1em; color: #0d1a26; pointer-events: none; }.page-bahay-ni-kuya-background__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; }.page-bahay-ni-kuya-background__faq-item.active .page-bahay-ni-kuya-background__faq-toggle { transform: rotate(45deg); }.page-bahay-ni-kuya-background__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease; opacity: 0; }.page-bahay-ni-kuya-background__faq-item.active .page-bahay-ni-kuya-background__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-bahay-ni-kuya-background__faq-answer p { margin-top: 0; }.page-bahay-ni-kuya-background__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; }.page-bahay-ni-kuya-background__floating-button { background-color: #ffcc00; color: #1a1a1a; border-radius: 50px; padding: 12px 20px; text-decoration: none; font-weight: bold; font-size: 1em; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.2s ease; text-align: center; width: 120px; }.page-bahay-ni-kuya-background__floating-button:hover { background-color: #e6b800; transform: translateY(-2px); }.page-bahay-ni-kuya-background__floating-button--login { background-color: #0d1a26; color: #fff; }.page-bahay-ni-kuya-background__floating-button--login:hover { background-color: #1a2f40; }.page-bahay-ni-kuya-background__floating-button--register { background-color: #ffcc00; color: #1a1a1a; }.page-bahay-ni-kuya-background__floating-button--register:hover { background-color: #e6b800; }@media (max-width: 768px) { .page-bahay-ni-kuya-background__hero-title { font-size: 2em; }.page-bahay-ni-kuya-background__hero-description { font-size: 1em; }.page-bahay-ni-kuya-background__button { padding: 12px 20px; font-size: 0.9em; }.page-bahay-ni-kuya-background__section { padding: 40px 0; }.page-bahay-ni-kuya-background__section-title { font-size: 1.8em; }.page-bahay-ni-kuya-background__text-content { font-size: 1em; }.page-bahay-ni-kuya-background__grid { grid-template-columns: 1fr; }.page-bahay-ni-kuya-background__grid-item { padding: 20px; margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; word-wrap: break-word !important; }.page-bahay-ni-kuya-background__grid-item-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-bahay-ni-kuya-background__app-showcase { flex-direction: column; }.page-bahay-ni-kuya-background__app-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-bahay-ni-kuya-background__app-features { text-align: center; }.page-bahay-ni-kuya-background__app-feature-list { padding: 0 15px; }.page-bahay-ni-kuya-background__app-feature-item { padding-left: 0; text-align: center; }.page-bahay-ni-kuya-background__app-feature-item::before { position: static; display: inline-block; margin-right: 5px; }.page-bahay-ni-kuya-background__faq-list { padding: 0 15px; }.page-bahay-ni-kuya-background__faq-question { padding: 15px; }.page-bahay-ni-kuya-background__faq-answer { padding: 0 15px; }.page-bahay-ni-kuya-background__faq-item.active .page-bahay-ni-kuya-background__faq-answer { padding: 15px !important; }.page-bahay-ni-kuya-background__floating-buttons { bottom: 10px; right: 10px; gap: 10px; }.page-bahay-ni-kuya-background__floating-button { width: 100px; padding: 10px 15px; font-size: 0.9em; }}