.page-kuya-baby { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; }.page-kuya-baby__highlight { color: #e94560; }.page-kuya-baby__hero-section { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 10px 20px 40px; background-color: #0f3460; position: relative; overflow: hidden; min-height: 60vh; }.page-kuya-baby__hero-content { z-index: 2; max-width: 900px; margin-bottom: 20px; }.page-kuya-baby__hero-title { font-size: 2.8em; margin-bottom: 15px; color: #ffffff; line-height: 1.2; }.page-kuya-baby__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; color: #c0c0c0; }.page-kuya-baby__hero-button { display: inline-block; background-color: #e94560; color: #ffffff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; }.page-kuya-baby__hero-button:hover { background-color: #ff6a80; }.page-kuya-baby__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1; }.page-kuya-baby__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; }.page-kuya-baby__section-title { font-size: 2.2em; text-align: center; margin-bottom: 20px; color: #ffffff; }.page-kuya-baby__section-description { font-size: 1.1em; text-align: center; max-width: 800px; margin: 0 auto 40px; color: #c0c0c0; }.page-kuya-baby__features-section { padding: 60px 20px; background-color: #1a1a2e; }.page-kuya-baby__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-kuya-baby__feature-item { background-color: #0f3460; padding: 30px; border-radius: 15px; text-align: center; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; }.page-kuya-baby__feature-item:hover { transform: translateY(-10px); }.page-kuya-baby__feature-icon { width: 100%; max-width: 250px; height: auto; margin-bottom: 20px; border-radius: 8px; }.page-kuya-baby__feature-title { font-size: 1.5em; margin-bottom: 10px; color: #ffffff; }.page-kuya-baby__feature-text { font-size: 1em; color: #c0c0c0; }.page-kuya-baby__promo-section { padding: 60px 20px; background-color: #16213e; }.page-kuya-baby__promo-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-kuya-baby__promo-card { background-color: #0f3460; padding: 30px; border-radius: 15px; text-align: center; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; align-items: center; }.page-kuya-baby__promo-image { width: 100%; max-width: 350px; height: auto; margin-bottom: 20px; border-radius: 8px; }.page-kuya-baby__promo-title { font-size: 1.6em; margin-bottom: 10px; color: #ffffff; }.page-kuya-baby__promo-text { font-size: 1em; margin-bottom: 25px; color: #c0c0c0; flex-grow: 1; }.page-kuya-baby__promo-button { display: inline-block; background-color: #e94560; color: #ffffff; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease; }.page-kuya-baby__promo-button:hover { background-color: #ff6a80; }.page-kuya-baby__faq-section { padding: 60px 20px; background-color: #1a1a2e; }.page-kuya-baby__faq-container { max-width: 900px; margin: 0 auto; }.page-kuya-baby__faq-item { background-color: #0f3460; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }.page-kuya-baby__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #0f3460; transition: background-color 0.3s ease; }.page-kuya-baby__faq-question:hover { background-color: #16213e; }.page-kuya-baby__faq-question-title { font-size: 1.2em; color: #ffffff; margin: 0; pointer-events: none; }.page-kuya-baby__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; }.page-kuya-baby__faq-item.active .page-kuya-baby__faq-toggle { transform: rotate(45deg); }.page-kuya-baby__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; }.page-kuya-baby__faq-item.active .page-kuya-baby__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-kuya-baby__faq-answer p { margin-bottom: 15px; color: #c0c0c0; }.page-kuya-baby__faq-button { display: inline-block; background-color: #e94560; color: #ffffff; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; margin-top: 10px; }.page-kuya-baby__faq-button:hover { background-color: #ff6a80; }.page-kuya-baby__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-kuya-baby__floating-button { background-color: #e94560; color: #ffffff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); transition: background-color 0.3s ease; min-width: 100px; }.page-kuya-baby__floating-button:hover { background-color: #ff6a80; }.page-kuya-baby__floating-button--register { background-color: #e94560; }.page-kuya-baby__floating-button--login { background-color: #0f3460; }.page-kuya-baby__floating-button--login:hover { background-color: #16213e; }@media (max-width: 768px) { .page-kuya-baby__hero-title { font-size: 2em; }.page-kuya-baby__hero-subtitle { font-size: 1em; }.page-kuya-baby__section-title { font-size: 1.8em; }.page-kuya-baby__section-description { font-size: 0.9em; }.page-kuya-baby__features-grid, .page-kuya-baby__promo-cards { grid-template-columns: 1fr; }.page-kuya-baby__feature-item, .page-kuya-baby__promo-card { padding: 20px; }.page-kuya-baby__feature-icon, .page-kuya-baby__promo-image { max-width: 100%; }.page-kuya-baby__faq-question { padding: 15px 20px; }.page-kuya-baby__faq-question-title { font-size: 1.1em; }.page-kuya-baby__faq-answer { padding: 0 20px; }.page-kuya-baby__faq-item.active .page-kuya-baby__faq-answer { padding: 15px 20px !important; }.page-kuya-baby__floating-buttons { bottom: 15px; right: 15px; flex-direction: row; width: calc(100% - 30px); justify-content: space-around; }.page-kuya-baby__floating-button { flex: 1; max-width: 48%; padding: 10px 15px; font-size: 0.9em; }}