:root {  --nustar-primary-color: #f7b32b; /* Gold/Orange */  --nustar-secondary-color: #2c3e50; /* Dark Blue */  --nustar-accent-color: #e74c3c; /* Reddish accent */  --nustar-text-light: #ecf0f1; /* Light gray for text on dark */  --nustar-text-dark: #34495e; /* Dark blue for text on light */  --nustar-bg-dark: #1a1a2e; /* Very dark background */  --nustar-bg-medium: #232946; /* Medium dark background */}/* Base styles for the page-kuya-kim-sister scope */.page-kuya-kim-sister {  font-family: 'Arial', sans-serif;  color: var(--nustar-text-light);  background-color: var(--nustar-bg-dark);  line-height: 1.6;}.page-kuya-kim-sister__section-title {  font-size: 2.5em;  color: var(--nustar-primary-color);  text-align: center;  margin-bottom: 40px;  padding-top: 20px;  font-weight: bold;}.page-kuya-kim-sister__text-content {  max-width: 900px;  margin: 0 auto 20px auto;  text-align: center;  font-size: 1.1em;  color: var(--nustar-text-light);}.page-kuya-kim-sister__highlight {  color: var(--nustar-primary-color);  font-weight: bold;}/* Buttons */.page-kuya-kim-sister__primary-button,.page-kuya-kim-sister__hero-cta,.page-kuya-kim-sister__game-cta,.page-kuya-kim-sister__promo-cta,.page-kuya-kim-sister__blog-cta {  display: inline-block;  background-color: var(--nustar-primary-color);  color: var(--nustar-bg-dark);  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.3s ease;  margin-top: 20px;  cursor: pointer;  border: none;}.page-kuya-kim-sister__primary-button:hover,.page-kuya-kim-sister__hero-cta:hover,.page-kuya-kim-sister__game-cta:hover,.page-kuya-kim-sister__promo-cta:hover,.page-kuya-kim-sister__blog-cta:hover {  background-color: #e0a325; /* Slightly darker gold */  transform: translateY(-2px);}/* Hero Section */.page-kuya-kim-sister__hero-section {  position: relative;  width: 100%;  height: 600px; /* Adjust height as needed */  display: flex;  align-items: center;  justify-content: center;  text-align: center;  overflow: hidden;  padding-top: 10px; /* Small padding, assuming body has header offset */  box-sizing: border-box;}.page-kuya-kim-sister__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 1;}.page-kuya-kim-sister__hero-content {  position: relative;  z-index: 2;  max-width: 900px;  padding: 20px;  background: rgba(0, 0, 0, 0.6);  border-radius: 10px;}.page-kuya-kim-sister__hero-title {  font-size: 3.5em;  color: var(--nustar-primary-color);  margin-bottom: 20px;  line-height: 1.2;}.page-kuya-kim-sister__hero-subtitle {  font-size: 1.4em;  color: var(--nustar-text-light);  margin-bottom: 30px;}/* Cooperation Partner/Supplier Logo Area */.page-kuya-kim-sister__payment-providers {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 100%;  box-sizing: border-box;  padding: 40px 20px;  background-color: var(--nustar-bg-medium);}.page-kuya-kim-sister__payment-logos-wrapper {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 30px;  width: 100%;  max-width: 1200px;  margin: 0 auto;}.page-kuya-kim-sister__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;  object-fit: contain;  filter: grayscale(100%) brightness(150%); /* Make logos stand out on dark bg, but keep original color */  transition: filter 0.3s ease;  display: block; /* Ensure it behaves like a block for width/height */}/* Remove filter on hover for colored logos */.page-kuya-kim-sister__payment-logo:hover {  filter: grayscale(0%) brightness(100%);}/* Introduction Section */.page-kuya-kim-sister__introduction-section {  padding: 60px 20px;  background-color: var(--nustar-bg-dark);  text-align: center;}/* Quick Access Section */.page-kuya-kim-sister__quick-access-section {  padding: 60px 20px;  background-color: var(--nustar-bg-medium);  text-align: center;}.page-kuya-kim-sister__access-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 40px auto 0 auto;}.page-kuya-kim-sister__access-card {  background-color: var(--nustar-secondary-color);  padding: 30px;  border-radius: 10px;  text-decoration: none;  color: var(--nustar-text-light);  transition: transform 0.3s ease, background-color 0.3s ease;  display: flex;  flex-direction: column;  align-items: center;  text-align: center;}.page-kuya-kim-sister__access-card:hover {  transform: translateY(-5px);  background-color: #3f556d;}.page-kuya-kim-sister__access-icon {  width: 100px;  height: 100px;  object-fit: contain;  margin-bottom: 15px;  max-width: 100%;  height: auto;}.page-kuya-kim-sister__access-title {  font-size: 1.5em;  color: var(--nustar-primary-color);  margin-bottom: 10px;}.page-kuya-kim-sister__access-description {  font-size: 0.95em;  color: var(--nustar-text-light);}/* Games Section */.page-kuya-kim-sister__games-section {  padding: 60px 20px;  background-color: var(--nustar-bg-dark);  text-align: center;}.page-kuya-kim-sister__game-tabs {  display: flex;  justify-content: center;  margin-bottom: 40px;  flex-wrap: wrap;  gap: 10px;}.page-kuya-kim-sister__game-tab-header {  padding: 12px 25px;  background-color: var(--nustar-secondary-color);  color: var(--nustar-text-light);  border-radius: 5px;  cursor: pointer;  transition: background-color 0.3s ease, color 0.3s ease;  font-weight: bold;}.page-kuya-kim-sister__game-tab-header:hover {  background-color: #3f556d;}.page-kuya-kim-sister__game-tab-header.active {  background-color: var(--nustar-primary-color);  color: var(--nustar-bg-dark);}.page-kuya-kim-sister__game-tab-content {  display: none;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-kuya-kim-sister__game-tab-content.active {  display: grid;}.page-kuya-kim-sister__game-card {  background-color: var(--nustar-bg-medium);  border-radius: 10px;  overflow: hidden;  text-align: center;  padding-bottom: 20px;  display: flex;  flex-direction: column;  justify-content: space-between;}.page-kuya-kim-sister__game-image {  width: 100%;  height: 200px;  object-fit: cover;  margin-bottom: 15px;  max-width: 100%;  height: auto;}.page-kuya-kim-sister__game-title {  font-size: 1.6em;  color: var(--nustar-primary-color);  margin-bottom: 10px;  padding: 0 15px;}.page-kuya-kim-sister__game-description {  font-size: 1em;  color: var(--nustar-text-light);  margin-bottom: 20px;  flex-grow: 1;  padding: 0 15px;}/* Promotions Section */.page-kuya-kim-sister__promotions-section {  padding: 60px 20px;  background-color: var(--nustar-bg-medium);  text-align: center;}.page-kuya-kim-sister__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 40px auto 0 auto;}.page-kuya-kim-sister__promo-card {  background-color: var(--nustar-secondary-color);  border-radius: 10px;  overflow: hidden;  text-align: center;  padding-bottom: 20px;  display: flex;  flex-direction: column;  justify-content: space-between;}.page-kuya-kim-sister__promo-image {  width: 100%;  height: 200px;  object-fit: cover;  margin-bottom: 15px;  max-width: 100%;  height: auto;}.page-kuya-kim-sister__promo-title {  font-size: 1.6em;  color: var(--nustar-primary-color);  margin-bottom: 10px;  padding: 0 15px;}.page-kuya-kim-sister__promo-description {  font-size: 1em;  color: var(--nustar-text-light);  margin-bottom: 20px;  flex-grow: 1;  padding: 0 15px;}/* Security Section */.page-kuya-kim-sister__security-section {  padding: 60px 20px;  background-color: var(--nustar-bg-dark);  text-align: center;}.page-kuya-kim-sister__security-content {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 40px auto 0 auto;}.page-kuya-kim-sister__security-item {  background-color: var(--nustar-bg-medium);  padding: 30px;  border-radius: 10px;  text-align: center;}.page-kuya-kim-sister__security-icon {  width: 120px;  height: 120px;  object-fit: contain;  margin-bottom: 20px;  max-width: 100%;  height: auto;}.page-kuya-kim-sister__security-title {  font-size: 1.5em;  color: var(--nustar-primary-color);  margin-bottom: 10px;}.page-kuya-kim-sister__security-description {  font-size: 1em;  color: var(--nustar-text-light);}/* FAQ Section */.page-kuya-kim-sister__faq-section {  padding: 60px 20px;  background-color: var(--nustar-bg-medium);  text-align: center;}.page-kuya-kim-sister__faq-container {  max-width: 900px;  margin: 40px auto 0 auto;  text-align: left;}.page-kuya-kim-sister__faq-item {  background-color: var(--nustar-secondary-color);  margin-bottom: 15px;  border-radius: 8px;  overflow: hidden;}.page-kuya-kim-sister__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  background-color: var(--nustar-secondary-color);  color: var(--nustar-text-light);  font-weight: bold;  font-size: 1.2em;  transition: background-color 0.3s ease;  user-select: none;}.page-kuya-kim-sister__faq-question:hover {  background-color: #3f556d;}.page-kuya-kim-sister__faq-q-text {  margin: 0;  color: var(--nustar-primary-color);  pointer-events: none; /* Prevent text from blocking click */  flex-grow: 1;}.page-kuya-kim-sister__faq-toggle {  font-size: 1.5em;  color: var(--nustar-primary-color);  margin-left: 15px;  transition: transform 0.3s ease;  pointer-events: none; /* Prevent toggle from blocking click */}.page-kuya-kim-sister__faq-item.active .page-kuya-kim-sister__faq-toggle {  transform: rotate(45deg); /* Change + to X or similar */}.page-kuya-kim-sister__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  color: var(--nustar-text-light);  background-color: var(--nustar-bg-medium);  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;}.page-kuya-kim-sister__faq-item.active .page-kuya-kim-sister__faq-answer {  max-height: 2000px !important; /* Sufficiently large */  padding: 20px 25px !important;  opacity: 1;}.page-kuya-kim-sister__faq-answer p {  margin: 0;  font-size: 1em;}/* Blog Section */.page-kuya-kim-sister__blog-section {  padding: 60px 20px;  background-color: var(--nustar-bg-dark);  text-align: center;}.page-kuya-kim-sister__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 40px auto 0 auto;}.page-kuya-kim-sister__blog-card {  background-color: var(--nustar-bg-medium);  border-radius: 10px;  overflow: hidden;  text-align: left;  display: flex;  flex-direction: column;  justify-content: space-between;}.page-kuya-kim-sister__blog-image {  width: 100%;  height: 200px;  object-fit: cover;  margin-bottom: 15px;  max-width: 100%;  height: auto;}.page-kuya-kim-sister__blog-title {  font-size: 1.4em;  color: var(--nustar-primary-color);  margin-bottom: 10px;  padding: 0 15px;}.page-kuya-kim-sister__blog-date {  font-size: 0.9em;  color: var(--nustar-text-light);  margin-bottom: 10px;  padding: 0 15px;  opacity: 0.8;}.page-kuya-kim-sister__blog-summary {  font-size: 0.95em;  color: var(--nustar-text-light);  margin-bottom: 20px;  flex-grow: 1;  padding: 0 15px;}.page-kuya-kim-sister__blog-cta {  align-self: flex-start;  margin-left: 15px;  margin-bottom: 15px;  padding: 10px 20px;  font-size: 0.9em;}/* Responsive Styles */@media (max-width: 1024px) {  .page-kuya-kim-sister__hero-title {    font-size: 2.8em;  }  .page-kuya-kim-sister__hero-subtitle {    font-size: 1.2em;  }  .page-kuya-kim-sister__section-title {    font-size: 2em;  }}@media (max-width: 768px) {  .page-kuya-kim-sister__hero-section {    height: 500px;  }  .page-kuya-kim-sister__hero-content {    padding: 15px;  }  .page-kuya-kim-sister__hero-title {    font-size: 2em;  }  .page-kuya-kim-sister__hero-subtitle {    font-size: 1em;  }  .page-kuya-kim-sister__hero-cta {    padding: 12px 25px;    font-size: 1em;  }  .page-kuya-kim-sister__section-title {    font-size: 1.8em;    margin-bottom: 30px;  }  .page-kuya-kim-sister__text-content {    font-size: 1em;  }  /* Payment Providers (specific override for mobile as per instructions) */  .page-kuya-kim-sister__payment-providers {    flex-direction: row; /* Ensure row even on mobile */    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 30px 15px;  }  .page-kuya-kim-sister__payment-logo { /* Apply directly to the img */    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-kuya-kim-sister__access-grid,.page-kuya-kim-sister__game-tab-content.active,.page-kuya-kim-sister__promo-grid,.page-kuya-kim-sister__security-content,.page-kuya-kim-sister__blog-grid {    grid-template-columns: 1fr;    gap: 20px;    margin: 30px auto 0 auto;  }  .page-kuya-kim-sister__access-card,.page-kuya-kim-sister__game-card,.page-kuya-kim-sister__promo-card,.page-kuya-kim-sister__security-item,.page-kuya-kim-sister__blog-card {    padding: 20px;  }  .page-kuya-kim-sister__access-icon,.page-kuya-kim-sister__security-icon {    width: 80px;    height: 80px;    margin-bottom: 10px;    max-width: 100% !important; /* general image rule */    height: auto !important; /* general image rule */  }  .page-kuya-kim-sister__game-image,.page-kuya-kim-sister__promo-image,.page-kuya-kim-sister__blog-image {    height: 150px;    max-width: 100% !important; /* general image rule */    height: auto !important; /* general image rule */  }  .page-kuya-kim-sister__game-title,.page-kuya-kim-sister__promo-title,.page-kuya-kim-sister__blog-title,.page-kuya-kim-sister__access-title,.page-kuya-kim-sister__security-title {    font-size: 1.3em;  }  .page-kuya-kim-sister__game-description,.page-kuya-kim-sister__promo-description,.page-kuya-kim-sister__blog-summary,.page-kuya-kim-sister__access-description,.page-kuya-kim-sister__security-description {    font-size: 0.9em;  }  .page-kuya-kim-sister__game-tabs {    flex-wrap: wrap;    gap: 8px;    margin-bottom: 30px;  }  .page-kuya-kim-sister__game-tab-header {    padding: 10px 15px;    font-size: 0.9em;  }  .page-kuya-kim-sister__faq-question {    padding: 15px 20px;    font-size: 1.1em;  }  .page-kuya-kim-sister__faq-q-text {    font-size: 1em;  }  .page-kuya-kim-sister__faq-answer {    padding: 0 20px;  }  .page-kuya-kim-sister__faq-item.active .page-kuya-kim-sister__faq-answer {    padding: 15px 20px !important;  }  .page-kuya-kim-sister__faq-answer p {    font-size: 0.9em;  }  /* List item specific mobile rules, applying to grid items that behave like lists */  .page-kuya-kim-sister__access-card,.page-kuya-kim-sister__game-card,.page-kuya-kim-sister__promo-card,.page-kuya-kim-sister__security-item,.page-kuya-kim-sister__blog-card {    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;    word-break: break-word !important;  }}