.page-kuya-kim-daughter-age { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-kuya-kim-daughter-age__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-kuya-kim-daughter-age__hero-section { display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; overflow: hidden; color: #fff; padding-top: 10px; background: linear-gradient(135deg, #007bff, #0056b3); min-height: 450px; justify-content: center; }.page-kuya-kim-daughter-age__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }.page-kuya-kim-daughter-age__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.2; }.page-kuya-kim-daughter-age__hero-content { position: relative; z-index: 2; padding: 40px 20px; max-width: 800px; }.page-kuya-kim-daughter-age__hero-title { font-size: 3.2em; margin-bottom: 20px; color: #fff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-kuya-kim-daughter-age__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; color: #e0e0e0; }.page-kuya-kim-daughter-age__hero-cta { display: inline-block; background-color: #ffc107; color: #333; 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; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }.page-kuya-kim-daughter-age__hero-cta:hover { background-color: #e0a800; transform: translateY(-2px); }.page-kuya-kim-daughter-age__introduction-section, .page-kuya-kim-daughter-age__family-details-section, .page-kuya-kim-daughter-age__faq-section, .page-kuya-kim-daughter-age__cta-section { padding: 60px 0; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-kuya-kim-daughter-age__introduction-section { background-color: #fefefe; }.page-kuya-kim-daughter-age__section-title { font-size: 2.5em; color: #0056b3; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 15px; }.page-kuya-kim-daughter-age__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #ffc107; border-radius: 2px; }.page-kuya-kim-daughter-age__content-grid { display: flex; gap: 40px; align-items: center; }.page-kuya-kim-daughter-age__text-block { flex: 1; font-size: 1.1em; }.page-kuya-kim-daughter-age__text-block p { margin-bottom: 15px; }.page-kuya-kim-daughter-age__image-block { flex: 1; display: flex; justify-content: center; align-items: center; }.page-kuya-kim-daughter-age__image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }.page-kuya-kim-daughter-age__details-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-kuya-kim-daughter-age__detail-card { background-color: #fefefe; border-radius: 10px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); overflow: hidden; text-align: center; padding-bottom: 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-kuya-kim-daughter-age__detail-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }.page-kuya-kim-daughter-age__card-image { width: 100%; height: 250px; object-fit: cover; margin-bottom: 20px; }.page-kuya-kim-daughter-age__card-title { font-size: 1.8em; color: #007bff; margin-bottom: 10px; padding: 0 15px; }.page-kuya-kim-daughter-age__card-text { font-size: 1em; color: #555; padding: 0 15px; }/* FAQ Section Styling */.page-kuya-kim-daughter-age__faq-list { max-width: 900px; margin: 0 auto; }.page-kuya-kim-daughter-age__faq-item { border: 1px solid #eee; border-radius: 8px; margin-bottom: 15px; overflow: hidden; background-color: #fefefe; transition: border-color 0.3s ease; }.page-kuya-kim-daughter-age__faq-item.active { border-color: #007bff; }.page-kuya-kim-daughter-age__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #f9f9f9; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-kuya-kim-daughter-age__faq-question:hover { background-color: #f0f0f0; }.page-kuya-kim-daughter-age__faq-question-text { margin: 0; font-size: 1.2em; color: #333; flex-grow: 1; }.page-kuya-kim-daughter-age__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; margin-left: 15px; transition: transform 0.3s ease; }.page-kuya-kim-daughter-age__faq-item.active .page-kuya-kim-daughter-age__faq-toggle { transform: rotate(45deg); }.page-kuya-kim-daughter-age__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; color: #555; }.page-kuya-kim-daughter-age__faq-item.active .page-kuya-kim-daughter-age__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-kuya-kim-daughter-age__faq-answer p { margin-bottom: 10px; }/* CTA Section Styling */.page-kuya-kim-daughter-age__cta-section { background-color: #0056b3; color: #fff; text-align: center; padding: 80px 20px; border-radius: 0; margin-bottom: 0; }.page-kuya-kim-daughter-age__cta-content { max-width: 900px; }.page-kuya-kim-daughter-age__cta-title { font-size: 2.8em; color: #ffc107; margin-bottom: 25px; }.page-kuya-kim-daughter-age__cta-description { font-size: 1.2em; margin-bottom: 40px; color: #e0e0e0; max-width: 700px; margin-left: auto; margin-right: auto; }.page-kuya-kim-daughter-age__cta-button { display: inline-block; background-color: #ffc107; color: #0056b3; padding: 18px 40px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); }.page-kuya-kim-daughter-age__cta-button:hover { background-color: #e0a800; transform: translateY(-3px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); }/* Responsive adjustments */@media (max-width: 1024px) { .page-kuya-kim-daughter-age__hero-title { font-size: 2.8em; } .page-kuya-kim-daughter-age__section-title { font-size: 2.2em; } .page-kuya-kim-daughter-age__cta-title { font-size: 2.4em; } .page-kuya-kim-daughter-age__content-grid { flex-direction: column; } .page-kuya-kim-daughter-age__image-block { margin-top: 30px; } }@media (max-width: 768px) { .page-kuya-kim-daughter-age__container { padding: 15px; } .page-kuya-kim-daughter-age__hero-title { font-size: 2.2em; } .page-kuya-kim-daughter-age__hero-subtitle { font-size: 1.1em; } .page-kuya-kim-daughter-age__hero-cta { padding: 12px 25px; font-size: 1em; } .page-kuya-kim-daughter-age__introduction-section, .page-kuya-kim-daughter-age__family-details-section, .page-kuya-kim-daughter-age__faq-section, .page-kuya-kim-daughter-age__cta-section { padding: 40px 0; } .page-kuya-kim-daughter-age__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-kuya-kim-daughter-age__details-grid { grid-template-columns: 1fr; } .page-kuya-kim-daughter-age__card-image { height: 200px; } .page-kuya-kim-daughter-age__card-title { font-size: 1.5em; } .page-kuya-kim-daughter-age__faq-question { padding: 15px 20px; } .page-kuya-kim-daughter-age__faq-question-text { font-size: 1.1em; } .page-kuya-kim-daughter-age__faq-toggle { font-size: 1.3em; } .page-kuya-kim-daughter-age__faq-answer { padding: 15px 20px; } .page-kuya-kim-daughter-age__cta-title { font-size: 2em; } .page-kuya-kim-daughter-age__cta-description { font-size: 1.1em; } .page-kuya-kim-daughter-age__cta-button { padding: 15px 30px; font-size: 1.1em; } .page-kuya-kim-daughter-age__detail-card, .page-kuya-kim-daughter-age__text-block, .page-kuya-kim-daughter-age__image-block, .page-kuya-kim-daughter-age__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; } .page-kuya-kim-daughter-age__faq-answer p { word-break: break-word !important; } }@media (max-width: 480px) { .page-kuya-kim-daughter-age__hero-title { font-size: 1.8em; } .page-kuya-kim-daughter-age__section-title { font-size: 1.6em; } .page-kuya-kim-daughter-age__cta-title { font-size: 1.8em; } }