.page-cast-of-ang-kuya-kong-siga {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;}.page-cast-of-ang-kuya-kong-siga__hero-section {  position: relative;  display: flex;  flex-direction: column;  align-items: center;  justify-content: center;  text-align: center;  padding: 10px 20px 60px;  background: linear-gradient(135deg, #007bff, #0056b3);  color: #fff;  overflow: hidden;}.page-cast-of-ang-kuya-kong-siga__hero-content {  position: relative;  z-index: 2;  max-width: 900px;  margin-bottom: 30px;}.page-cast-of-ang-kuya-kong-siga__hero-title {  font-size: 2.8em;  margin-bottom: 20px;  font-weight: bold;  color: #fff;}.page-cast-of-ang-kuya-kong-siga__hero-description {  font-size: 1.2em;  margin-bottom: 30px;  color: #e0e0e0;}.page-cast-of-ang-kuya-kong-siga__hero-image-wrapper {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  overflow: hidden;  z-index: 1;}.page-cast-of-ang-kuya-kong-siga__hero-image {  width: 100%;  height: 100%;  object-fit: cover;  opacity: 0.3;  position: absolute;  top: 0;  left: 0;  max-width: 100%;}.page-cast-of-ang-kuya-kong-siga__hero-buttons {  display: flex;  gap: 15px;  justify-content: center;  flex-wrap: wrap;}.page-cast-of-ang-kuya-kong-siga__button {  display: inline-block;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.2s ease;  white-space: nowrap;}.page-cast-of-ang-kuya-kong-siga__button--primary {  background-color: #ffc107;  color: #333;  border: none;}.page-cast-of-ang-kuya-kong-siga__button--primary:hover {  background-color: #e0a800;  transform: translateY(-2px);}.page-cast-of-ang-kuya-kong-siga__button--secondary {  background-color: transparent;  color: #fff;  border: 2px solid #fff;}.page-cast-of-ang-kuya-kong-siga__button--secondary:hover {  background-color: rgba(255, 255, 255, 0.2);  transform: translateY(-2px);}.page-cast-of-ang-kuya-kong-siga__button--small {  padding: 8px 18px;  font-size: 0.9em;  background-color: #007bff;  color: #fff;  border: none;}.page-cast-of-ang-kuya-kong-siga__button--small:hover {  background-color: #0056b3;  transform: translateY(-2px);}.page-cast-of-ang-kuya-kong-siga__button--large {  padding: 15px 30px;  font-size: 1.1em;  background-color: #28a745;  color: #fff;  border: none;}.page-cast-of-ang-kuya-kong-siga__button--large:hover {  background-color: #218838;  transform: translateY(-2px);}.page-cast-of-ang-kuya-kong-siga__section-title {  font-size: 2.2em;  color: #0056b3;  text-align: center;  margin-bottom: 20px;  padding-top: 40px;}.page-cast-of-ang-kuya-kong-siga__section-title--center {  text-align: center;}.page-cast-of-ang-kuya-kong-siga__section-description {  font-size: 1.1em;  color: #555;  text-align: center;  max-width: 800px;  margin: 0 auto 40px;}.page-cast-of-ang-kuya-kong-siga__section-description--center {  text-align: center;}.page-cast-of-ang-kuya-kong-siga__highlight {  color: #ffc107;}/* Cast Overview Section */.page-cast-of-ang-kuya-kong-siga__cast-overview {  padding: 60px 20px;  background-color: #f0f8ff;  text-align: center;}.page-cast-of-ang-kuya-kong-siga__cast-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-cast-of-ang-kuya-kong-siga__cast-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  padding: 20px;  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-cast-of-ang-kuya-kong-siga__cast-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);}.page-cast-of-ang-kuya-kong-siga__cast-image {  width: 150px;  height: 150px;  border-radius: 50%;  object-fit: cover;  margin-bottom: 15px;  border: 4px solid #007bff;  max-width: 100%;}.page-cast-of-ang-kuya-kong-siga__cast-name {  font-size: 1.5em;  color: #0056b3;  margin-bottom: 10px;}.page-cast-of-ang-kuya-kong-siga__cast-role {  font-size: 0.95em;  color: #666;}/* PH365 Promo Section */.page-cast-of-ang-kuya-kong-siga__ph365-promo {  padding: 60px 20px;  background-color: #fff;}.page-cast-of-ang-kuya-kong-siga__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 40px auto;}.page-cast-of-ang-kuya-kong-siga__feature-card {  background-color: #f8f8f8;  border-radius: 10px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);  padding: 25px;  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;  align-items: center;}.page-cast-of-ang-kuya-kong-siga__feature-card:hover {  transform: translateY(-5px);  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);}.page-cast-of-ang-kuya-kong-siga__feature-image {  width: 100%;  height: 200px;  object-fit: cover;  border-radius: 8px;  margin-bottom: 20px;  max-width: 100%;}.page-cast-of-ang-kuya-kong-siga__feature-title {  font-size: 1.4em;  color: #007bff;  margin-bottom: 10px;}.page-cast-of-ang-kuya-kong-siga__feature-text {  font-size: 0.95em;  color: #666;  margin-bottom: 20px;  flex-grow: 1;}.page-cast-of-ang-kuya-kong-siga__cta-banner {  background: linear-gradient(90deg, #007bff, #0056b3);  color: #fff;  padding: 40px 20px;  border-radius: 10px;  text-align: center;  max-width: 1200px;  margin: 60px auto 0;  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);}.page-cast-of-ang-kuya-kong-siga__cta-title {  font-size: 2em;  margin-bottom: 15px;  color: #fff;}.page-cast-of-ang-kuya-kong-siga__cta-text {  font-size: 1.1em;  margin-bottom: 30px;  color: #e0e0e0;}.page-cast-of-ang-kuya-kong-siga__text-link {  color: #ffc107;  text-decoration: underline;  font-weight: bold;}.page-cast-of-ang-kuya-kong-siga__text-link:hover {  color: #e0a800;  text-decoration: none;}/* FAQ Section */.page-cast-of-ang-kuya-kong-siga__faq-section {  padding: 60px 20px;  background-color: #f0f8ff;}.page-cast-of-ang-kuya-kong-siga__faq-container {  max-width: 800px;  margin: 40px auto 0;}.page-cast-of-ang-kuya-kong-siga__faq-item {  background-color: #fff;  margin-bottom: 15px;  border-radius: 8px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);  overflow: hidden;}.page-cast-of-ang-kuya-kong-siga__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 15px 20px;  cursor: pointer;  background-color: #007bff;  color: #fff;  font-weight: bold;  border-bottom: 1px solid rgba(255, 255, 255, 0.2);  transition: background-color 0.3s ease;  user-select: none;}.page-cast-of-ang-kuya-kong-siga__faq-question:hover {  background-color: #0056b3;}.page-cast-of-ang-kuya-kong-siga__faq-question-text {  margin: 0;  font-size: 1.1em;  color: #fff;  pointer-events: none;}.page-cast-of-ang-kuya-kong-siga__faq-toggle {  font-size: 1.5em;  line-height: 1;  pointer-events: none;  transition: transform 0.3s ease;}.page-cast-of-ang-kuya-kong-siga__faq-item.active .page-cast-of-ang-kuya-kong-siga__faq-toggle {  transform: rotate(45deg);}.page-cast-of-ang-kuya-kong-siga__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 20px;  background-color: #fefefe;  color: #333;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;}.page-cast-of-ang-kuya-kong-siga__faq-item.active .page-cast-of-ang-kuya-kong-siga__faq-answer {  max-height: 2000px !important;  padding: 20px 20px !important;  opacity: 1;}.page-cast-of-ang-kuya-kong-siga__faq-answer p {  margin: 0;  padding-bottom: 10px;}/* Floating Register/Login Buttons */.page-cast-of-ang-kuya-kong-siga__floating-buttons {  position: fixed;  bottom: 20px;  right: 20px;  z-index: 1000;  display: flex;  flex-direction: column;  gap: 10px;}.page-cast-of-ang-kuya-kong-siga__floating-button {  background-color: #ffc107;  color: #333;  padding: 10px 20px;  border-radius: 50px;  text-decoration: none;  font-weight: bold;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);  transition: background-color 0.3s ease, transform 0.2s ease;}.page-cast-of-ang-kuya-kong-siga__floating-button:hover {  background-color: #e0a800;  transform: translateY(-3px);}/* Responsive adjustments */@media (max-width: 768px) {  .page-cast-of-ang-kuya-kong-siga__hero-title {    font-size: 2em;  }  .page-cast-of-ang-kuya-kong-siga__hero-description {    font-size: 1em;  }  .page-cast-of-ang-kuya-kong-siga__hero-buttons {    flex-direction: column;    gap: 10px;  }  .page-cast-of-ang-kuya-kong-siga__button {    width: 100%;    text-align: center;  }  .page-cast-of-ang-kuya-kong-siga__section-title {    font-size: 1.8em;  }  .page-cast-of-ang-kuya-kong-siga__section-description {    font-size: 0.95em;  }  .page-cast-of-ang-kuya-kong-siga__cast-grid {    grid-template-columns: 1fr;  }  .page-cast-of-ang-kuya-kong-siga__features-grid {    grid-template-columns: 1fr;  }  .page-cast-of-ang-kuya-kong-siga__cta-title {    font-size: 1.5em;  }  .page-cast-of-ang-kuya-kong-siga__cta-text {    font-size: 1em;  }  .page-cast-of-ang-kuya-kong-siga__faq-question {    padding: 12px 15px;  }  .page-cast-of-ang-kuya-kong-siga__faq-question-text {    font-size: 1em;  }  .page-cast-of-ang-kuya-kong-siga__faq-answer {    padding: 0 15px;  }  .page-cast-of-ang-kuya-kong-siga__faq-item.active .page-cast-of-ang-kuya-kong-siga__faq-answer {    padding: 15px 15px !important;  }  /* List item responsive requirements */  .page-cast-of-ang-kuya-kong-siga__cast-card,  .page-cast-of-ang-kuya-kong-siga__feature-card,  .page-cast-of-ang-kuya-kong-siga__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-cast-of-ang-kuya-kong-siga__faq-container {    padding: 0 !important;    width: 100% !important;    max-width: 100% !important;    margin-left: 0 !important;    margin-right: 0 !important;    box-sizing: border-box !important;  }  .page-cast-of-ang-kuya-kong-siga__hero-image,  .page-cast-of-ang-kuya-kong-siga__cast-image,  .page-cast-of-ang-kuya-kong-siga__feature-image {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }  .page-cast-of-ang-kuya-kong-siga__hero-image-wrapper,  .page-cast-of-ang-kuya-kong-siga__feature-card {    width: 100% !important;    max-width: 100% !important;    overflow: hidden !important;    box-sizing: border-box !important;  }}@media (max-width: 480px) {  .page-cast-of-ang-kuya-kong-siga__hero-title {    font-size: 1.8em;  }  .page-cast-of-ang-kuya-kong-siga__section-title {    font-size: 1.6em;  }  .page-cast-of-ang-kuya-kong-siga__cta-title {    font-size: 1.3em;  }  .page-cast-of-ang-kuya-kong-siga__floating-buttons {    bottom: 10px;    right: 10px;  }  .page-cast-of-ang-kuya-kong-siga__floating-button {    padding: 8px 15px;    font-size: 0.9em;  }}