/* Base styles for the page-bahay-ni-kuya-chapter-15 */.page-bahay-ni-kuya-chapter-15 {  font-family: 'Arial', sans-serif;  color: #e0e0e0;  background-color: #1a1a2e; /* Dark background */  line-height: 1.6;  padding-top: var(--header-offset, 122px); /* Fallback for header offset if body padding not applied globally */  overflow-x: hidden;}.page-bahay-ni-kuya-chapter-15__hero-section {  position: relative;  padding: 10px 20px 60px; /* Small top padding, more bottom padding for content */  display: flex;  flex-direction: column;  align-items: center;  justify-content: center;  text-align: center;  overflow: hidden;}.page-bahay-ni-kuya-chapter-15__hero-image-container {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 0;  overflow: hidden;}.page-bahay-ni-kuya-chapter-15__hero-image {  width: 100%;  height: 100%;  object-fit: cover;  filter: brightness(0.4); /* Darken image for text readability, not changing color */  max-width: 100% !important;  box-sizing: border-box !important;}.page-bahay-ni-kuya-chapter-15__hero-content {  position: relative;  z-index: 1;  max-width: 900px;  margin: 0 auto;  padding: 20px;  background-color: rgba(0, 0, 0, 0.4);  border-radius: 10px;}.page-bahay-ni-kuya-chapter-15__hero-title {  font-size: 2.2rem;  color: #ffcc00; /* Gold accent */  margin-bottom: 15px;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-bahay-ni-kuya-chapter-15__hero-description {  font-size: 1.1rem;  margin-bottom: 30px;  color: #e0e0e0;}.page-bahay-ni-kuya-chapter-15__hero-cta-group {  display: flex;  gap: 15px;  justify-content: center;  flex-wrap: wrap;}.page-bahay-ni-kuya-chapter-15__button {  display: inline-block;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  white-space: nowrap;  box-sizing: border-box;  text-align: center;}.page-bahay-ni-kuya-chapter-15__button--primary {  background-color: #ffcc00; /* Gold */  color: #1a1a2e;  border: 2px solid #ffcc00;}.page-bahay-ni-kuya-chapter-15__button--primary:hover {  background-color: #e6b800;  transform: translateY(-2px);}.page-bahay-ni-kuya-chapter-15__button--secondary {  background-color: transparent;  color: #ffcc00;  border: 2px solid #ffcc00;}.page-bahay-ni-kuya-chapter-15__button--secondary:hover {  background-color: rgba(255, 204, 0, 0.2);  transform: translateY(-2px);}.page-bahay-ni-kuya-chapter-15__button--small {  padding: 8px 15px;  font-size: 0.9rem;}.page-bahay-ni-kuya-chapter-15__section-title {  font-size: 2rem;  color: #ffcc00;  text-align: center;  margin-bottom: 25px;  padding: 0 15px;}.page-bahay-ni-kuya-chapter-15__section-description {  font-size: 1rem;  text-align: center;  max-width: 800px;  margin: 0 auto 40px;  padding: 0 15px;  color: #c0c0c0;}.page-bahay-ni-kuya-chapter-15__about-section,.page-bahay-ni-kuya-chapter-15__games-promo-section,.page-bahay-ni-kuya-chapter-15__why-choose-section,.page-bahay-ni-kuya-chapter-15__faq-section {  padding: 60px 20px;  max-width: 1200px;  margin: 0 auto;}.page-bahay-ni-kuya-chapter-15__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;  justify-items: center;}.page-bahay-ni-kuya-chapter-15__feature-item {  background-color: #2e2e4a;  padding: 30px;  border-radius: 10px;  text-align: center;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease;  box-sizing: border-box;  width: 100%; /* Ensure it takes full width in grid item */  max-width: 350px; /* Limit max width for larger screens */}.page-bahay-ni-kuya-chapter-15__feature-item:hover {  transform: translateY(-5px);}.page-bahay-ni-kuya-chapter-15__feature-icon {  width: 100px;  height: 100px;  object-fit: contain;  margin-bottom: 20px;  max-width: 100% !important;  box-sizing: border-box !important;}.page-bahay-ni-kuya-chapter-15__feature-title {  font-size: 1.4rem;  color: #ffcc00;  margin-bottom: 10px;}.page-bahay-ni-kuya-chapter-15__feature-text {  font-size: 0.95rem;  color: #c0c0c0;}.page-bahay-ni-kuya-chapter-15__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 25px;  margin-top: 40px;  justify-items: center;}.page-bahay-ni-kuya-chapter-15__category-card {  background-color: #2e2e4a;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease, box-shadow 0.3s ease;  text-align: center;  box-sizing: border-box;  width: 100%;  max-width: 350px; /* Limit max width for larger screens */}.page-bahay-ni-kuya-chapter-15__category-card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);}.page-bahay-ni-kuya-chapter-15__category-image {  width: 100%;  height: 200px;  object-fit: cover;  border-bottom: 2px solid #ffcc00;  max-width: 100% !important;  box-sizing: border-box !important;}.page-bahay-ni-kuya-chapter-15__category-title {  font-size: 1.3rem;  color: #ffcc00;  padding: 15px 10px 5px;}.page-bahay-ni-kuya-chapter-15__category-text {  font-size: 0.9rem;  color: #c0c0c0;  padding: 0 15px 20px;}.page-bahay-ni-kuya-chapter-15__cta-promo {  text-align: center;  margin-top: 60px;  background-color: #2e2e4a;  padding: 40px 20px;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}.page-bahay-ni-kuya-chapter-15__cta-promo-text {  font-size: 1.3rem;  color: #e0e0e0;  margin-bottom: 25px;}.page-bahay-ni-kuya-chapter-15__advantage-list {  list-style: none;  padding: 0;  margin: 40px 0 0;  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  justify-items: center;}.page-bahay-ni-kuya-chapter-15__advantage-item {  background-color: #2e2e4a;  padding: 30px;  border-radius: 10px;  text-align: center;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  box-sizing: border-box;  width: 100%;  max-width: 350px; /* Limit max width for larger screens */}.page-bahay-ni-kuya-chapter-15__advantage-icon {  font-size: 2.5rem;  display: block;  margin-bottom: 15px;  color: #ffcc00;}.page-bahay-ni-kuya-chapter-15__advantage-title {  font-size: 1.4rem;  color: #ffcc00;  margin-bottom: 10px;}.page-bahay-ni-kuya-chapter-15__advantage-description {  font-size: 0.95rem;  color: #c0c0c0;}/* FAQ Section */.page-bahay-ni-kuya-chapter-15__faq-container {  margin-top: 40px;  max-width: 800px;  margin-left: auto;  margin-right: auto;}.page-bahay-ni-kuya-chapter-15__faq-item {  background-color: #2e2e4a;  margin-bottom: 15px;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}.page-bahay-ni-kuya-chapter-15__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  background-color: #3a3a5e;  cursor: pointer;  user-select: none;  transition: background-color 0.3s ease;}.page-bahay-ni-kuya-chapter-15__faq-question:hover {  background-color: #4a4a6e;}.page-bahay-ni-kuya-chapter-15__faq-question-text {  font-size: 1.1rem;  color: #ffcc00;  margin: 0;  pointer-events: none; /* Prevent h3 from interfering with click event */}.page-bahay-ni-kuya-chapter-15__faq-toggle {  font-size: 1.5rem;  color: #ffcc00;  margin-left: 15px;  pointer-events: none; /* Prevent span from interfering with click event */  transition: transform 0.3s ease;}.page-bahay-ni-kuya-chapter-15__faq-item.active .page-bahay-ni-kuya-chapter-15__faq-toggle {  transform: rotate(45deg);}.page-bahay-ni-kuya-chapter-15__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: #c0c0c0;}.page-bahay-ni-kuya-chapter-15__faq-item.active .page-bahay-ni-kuya-chapter-15__faq-answer {  max-height: 2000px !important; /* Sufficiently large to contain any content */  padding: 20px 25px !important;  opacity: 1;}.page-bahay-ni-kuya-chapter-15__faq-answer p {  margin-bottom: 15px;}.page-bahay-ni-kuya-chapter-15__faq-answer p:last-child {  margin-bottom: 0;}/* Floating Register/Login Buttons */.page-bahay-ni-kuya-chapter-15__floating-buttons {  position: fixed;  bottom: 0;  left: 0;  width: 100%;  display: flex;  justify-content: space-around;  padding: 10px 15px;  background-color: rgba(0, 0, 0, 0.8);  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);  z-index: 1000;  box-sizing: border-box;}.page-bahay-ni-kuya-chapter-15__floating-button {  flex: 1;  margin: 0 5px;  padding: 12px 0;  border-radius: 8px;  text-align: center;  text-decoration: none;  font-weight: bold;  font-size: 1.1rem;  transition: background-color 0.3s ease, transform 0.3s ease;  box-sizing: border-box;}.page-bahay-ni-kuya-chapter-15__floating-button--register {  background-color: #ffcc00;  color: #1a1a2e;  border: 2px solid #ffcc00;}.page-bahay-ni-kuya-chapter-15__floating-button--register:hover {  background-color: #e6b800;  transform: translateY(-2px);}.page-bahay-ni-kuya-chapter-15__floating-button--login {  background-color: #3a3a5e;  color: #ffcc00;  border: 2px solid #ffcc00;}.page-bahay-ni-kuya-chapter-15__floating-button--login:hover {  background-color: #4a4a6e;  transform: translateY(-2px);}/* Responsive adjustments */@media (max-width: 768px) {  .page-bahay-ni-kuya-chapter-15__hero-title {    font-size: 1.8rem;  }  .page-bahay-ni-kuya-chapter-15__hero-description {    font-size: 1rem;  }  .page-bahay-ni-kuya-chapter-15__button {    width: 100%;    max-width: 250px;  }  .page-bahay-ni-kuya-chapter-15__hero-cta-group {    flex-direction: column;    align-items: center;  }  .page-bahay-ni-kuya-chapter-15__section-title {    font-size: 1.7rem;  }  .page-bahay-ni-kuya-chapter-15__about-section,  .page-bahay-ni-kuya-chapter-15__games-promo-section,  .page-bahay-ni-kuya-chapter-15__why-choose-section,  .page-bahay-ni-kuya-chapter-15__faq-section {    padding: 40px 15px;  }  /* List item responsive requirements */  .page-bahay-ni-kuya-chapter-15__features-grid,  .page-bahay-ni-kuya-chapter-15__game-categories,  .page-bahay-ni-kuya-chapter-15__advantage-list {    grid-template-columns: 1fr;    gap: 20px;  }  .page-bahay-ni-kuya-chapter-15__feature-item,  .page-bahay-ni-kuya-chapter-15__category-card,  .page-bahay-ni-kuya-chapter-15__advantage-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 25px 15px; /* Adjust padding for mobile */  }  .page-bahay-ni-kuya-chapter-15__category-image,  .page-bahay-ni-kuya-chapter-15__feature-icon {    max-width: 100% !important;    height: auto !important; /* Ensure images scale correctly */    box-sizing: border-box !important;  }  .page-bahay-ni-kuya-chapter-15__category-text,  .page-bahay-ni-kuya-chapter-15__feature-text,  .page-bahay-ni-kuya-chapter-15__advantage-description,  .page-bahay-ni-kuya-chapter-15__faq-answer p {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-bahay-ni-kuya-chapter-15__faq-question {    padding: 15px 20px;  }  .page-bahay-ni-kuya-chapter-15__faq-question-text {    font-size: 1rem;  }  .page-bahay-ni-kuya-chapter-15__faq-answer {    padding: 0 20px;  }  .page-bahay-ni-kuya-chapter-15__faq-item.active .page-bahay-ni-kuya-chapter-15__faq-answer {    padding: 15px 20px !important;  }  .page-bahay-ni-kuya-chapter-15__floating-buttons {    padding: 10px;    gap: 10px;  }  .page-bahay-ni-kuya-chapter-15__floating-button {    font-size: 1rem;    padding: 10px 0;  }}.page-bahay-ni-kuya-chapter-15__floating-buttons {  bottom: env(safe-area-inset-bottom, 0); /* For iOS notch */}.page-bahay-ni-kuya-chapter-15 {  padding-bottom: calc(80px + env(safe-area-inset-bottom, 0)); /* Adjust main padding for floating buttons */}@media (max-width: 480px) {  .page-bahay-ni-kuya-chapter-15__hero-title {    font-size: 1.5rem;  }  .page-bahay-ni-kuya-chapter-15__section-title {    font-size: 1.5rem;  }  .page-bahay-ni-kuya-chapter-15__hero-content {    padding: 15px;  }  .page-bahay-ni-kuya-chapter-15__floating-buttons {    flex-direction: column;    padding: 5px;    gap: 5px;  }  .page-bahay-ni-kuya-chapter-15__floating-button {    width: 100%;    margin: 0;  }}