/* General styles for the page */.page-gcash-nustar-com {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;  padding-bottom: 40px; /* Ensure space above footer */} .page-gcash-nustar-com__container {  max-width: 1200px;  margin: 0 auto;  padding: 0 20px;  box-sizing: border-box;}/* Section titles and descriptions */.page-gcash-nustar-com__section-title {  font-size: 2.5em;  color: #0056b3; /* A vibrant blue for titles */  text-align: center;  margin-bottom: 20px;  padding-top: 40px; /* Spacing between sections */  word-wrap: break-word;  overflow-wrap: break-word;}.page-gcash-nustar-com__section-description {  font-size: 1.1em;  text-align: center;  max-width: 800px;  margin: 0 auto 40px auto;  color: #555;  word-wrap: break-word;  overflow-wrap: break-word;}/* Buttons */.page-gcash-nustar-com__hero-button,.page-gcash-nustar-com__promo-button,.page-gcash-nustar-com__cta-button {  display: inline-block;  background-color: #007bff; /* Primary blue */  color: #fff;  padding: 14px 28px;  border-radius: 8px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.2s ease;  border: none;  cursor: pointer;  text-align: center;  word-wrap: break-word;  overflow-wrap: break-word;}.page-gcash-nustar-com__hero-button:hover,.page-gcash-nustar-com__promo-button:hover,.page-gcash-nustar-com__cta-button:hover {  background-color: #0056b3;  transform: translateY(-2px);}.page-gcash-nustar-com__hero-button--secondary {  background-color: #6c757d; /* Secondary grey */  margin-left: 15px;}.page-gcash-nustar-com__hero-button--secondary:hover {  background-color: #5a6268;}/* Hero Section */.page-gcash-nustar-com__hero-section {  display: flex;  flex-direction: column;  align-items: center;  text-align: center;  background: linear-gradient(135deg, #007bff, #00c6ff);  color: #fff;  padding: 10px 20px 60px 20px; /* Small padding-top as body handles header offset */  position: relative;  overflow: hidden;}.page-gcash-nustar-com__hero-content {  max-width: 900px;  position: relative;  z-index: 2;  padding-top: 60px; /* Additional space below the header */}.page-gcash-nustar-com__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  line-height: 1.2;  word-wrap: break-word;  overflow-wrap: break-word;}.page-gcash-nustar-com__hero-subtitle {  font-size: 1.5em;  margin-bottom: 40px;  opacity: 0.9;  word-wrap: break-word;  overflow-wrap: break-word;}.page-gcash-nustar-com__hero-image-wrapper {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 1;  opacity: 0.3;  overflow: hidden;}.page-gcash-nustar-com__hero-image {  width: 100%;  height: 100%;  object-fit: cover;  filter: brightness(0.7); /* Darken image for text readability */}/* About Section */.page-gcash-nustar-com__about-section {  padding: 60px 0;  background-color: #fff;}.page-gcash-nustar-com__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 50px;}.page-gcash-nustar-com__feature-item {  background-color: #f0f8ff;  border-radius: 12px;  padding: 30px;  text-align: center;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);  transition: transform 0.3s ease;}.page-gcash-nustar-com__feature-item:hover {  transform: translateY(-10px);}.page-gcash-nustar-com__feature-icon {  width: 100%; /* Ensure max-width 100% is applied via global image styles */  max-width: 250px; /* Limit image size within card */  height: auto;  margin-bottom: 20px;  border-radius: 8px;}.page-gcash-nustar-com__feature-title {  font-size: 1.5em;  color: #007bff;  margin-bottom: 10px;  word-wrap: break-word;  overflow-wrap: break-word;}.page-gcash-nustar-com__feature-text {  font-size: 1em;  color: #666;  word-wrap: break-word;  overflow-wrap: break-word;}/* Games Section */.page-gcash-nustar-com__games-section {  padding: 60px 0;  background-color: #f0f8ff;}.page-gcash-nustar-com__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 50px;}.page-gcash-nustar-com__game-card {  background-color: #fff;  border-radius: 12px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);  text-align: center;  transition: transform 0.3s ease;}.page-gcash-nustar-com__game-card:hover {  transform: translateY(-10px);}.page-gcash-nustar-com__game-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-gcash-nustar-com__game-title {  font-size: 1.4em;  color: #007bff;  margin: 20px 15px 10px 15px;  word-wrap: break-word;  overflow-wrap: break-word;}.page-gcash-nustar-com__game-text {  font-size: 0.95em;  color: #666;  padding: 0 15px 20px 15px;  word-wrap: break-word;  overflow-wrap: break-word;}/* Promotions Section */.page-gcash-nustar-com__promotions-section {  padding: 60px 0;  background-color: #fff;}.page-gcash-nustar-com__promo-cards {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));  gap: 30px;  margin-top: 50px;}.page-gcash-nustar-com__promo-card {  background-color: #f0f8ff;  border-radius: 12px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);  text-align: center;  padding-bottom: 30px;  transition: transform 0.3s ease;}.page-gcash-nustar-com__promo-card:hover {  transform: translateY(-10px);}.page-gcash-nustar-com__promo-image {  width: 100%;  height: 250px;  object-fit: cover;  margin-bottom: 20px;}.page-gcash-nustar-com__promo-title {  font-size: 1.6em;  color: #007bff;  margin: 0 15px 10px 15px;  word-wrap: break-word;  overflow-wrap: break-word;}.page-gcash-nustar-com__promo-text {  font-size: 1em;  color: #666;  padding: 0 15px 20px 15px;  word-wrap: break-word;  overflow-wrap: break-word;}/* FAQ Section */.page-gcash-nustar-com__faq-section {  padding: 60px 0;  background-color: #f0f8ff;}.page-gcash-nustar-com__faq-list {  max-width: 900px;  margin: 50px auto 0 auto;}.page-gcash-nustar-com__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-gcash-nustar-com__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  background-color: #e9f7ff;  border-bottom: 1px solid #d0eaff;  user-select: none;  transition: background-color 0.3s ease;}.page-gcash-nustar-com__faq-question:hover {  background-color: #d0eaff;}.page-gcash-nustar-com__faq-title {  font-size: 1.2em;  color: #0056b3;  margin: 0;  flex-grow: 1;  text-align: left;  word-wrap: break-word;  overflow-wrap: break-word;  pointer-events: none; /* Prevent text selection interfering with click */}.page-gcash-nustar-com__faq-toggle {  font-size: 1.8em;  font-weight: bold;  color: #007bff;  margin-left: 15px;  transition: transform 0.3s ease;  pointer-events: none; /* Prevent toggle icon interfering with click */}.page-gcash-nustar-com__faq-item.active .page-gcash-nustar-com__faq-question {  background-color: #d0eaff;  border-bottom: none;}.page-gcash-nustar-com__faq-item.active .page-gcash-nustar-com__faq-toggle {  transform: rotate(45deg); /* Plus to X */}.page-gcash-nustar-com__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: #444;}.page-gcash-nustar-com__faq-item.active .page-gcash-nustar-com__faq-answer {  max-height: 2000px !important; /* Sufficiently large */  padding: 20px 25px !important;  opacity: 1;}.page-gcash-nustar-com__faq-answer p {  margin: 0;  word-wrap: break-word;  overflow-wrap: break-word;}/* CTA Section */.page-gcash-nustar-com__cta-section {  padding: 80px 0;  background: linear-gradient(135deg, #0056b3, #007bff);  color: #fff;  text-align: center;}.page-gcash-nustar-com__cta-button {  background-color: #ffc107; /* Yellow */  color: #333;  padding: 18px 36px;  font-size: 1.3em;  border-radius: 10px;  margin-top: 40px;}.page-gcash-nustar-com__cta-button:hover {  background-color: #e0a800;  transform: translateY(-3px);}/* Responsive Adjustments */@media (max-width: 1024px) {  .page-gcash-nustar-com__hero-title {    font-size: 3em;  }  .page-gcash-nustar-com__hero-subtitle {    font-size: 1.3em;  }  .page-gcash-nustar-com__section-title {    font-size: 2em;  }}@media (max-width: 768px) {  .page-gcash-nustar-com__hero-section {    padding: 10px 15px 40px 15px;  }  .page-gcash-nustar-com__hero-content {    padding-top: 40px;  }  .page-gcash-nustar-com__hero-title {    font-size: 2.5em;  }  .page-gcash-nustar-com__hero-subtitle {    font-size: 1.2em;  }  .page-gcash-nustar-com__hero-button {    width: 100%;    margin-bottom: 15px;  }  .page-gcash-nustar-com__hero-button--secondary {    margin-left: 0;  }  .page-gcash-nustar-com__section-title {    font-size: 1.8em;    padding-top: 30px;  }  .page-gcash-nustar-com__section-description {    font-size: 1em;    margin-bottom: 30px;  }  /* List items responsiveness for features grid */  .page-gcash-nustar-com__features-grid,  .page-gcash-nustar-com__game-categories,  .page-gcash-nustar-com__promo-cards {    grid-template-columns: 1fr;    gap: 20px;  }  .page-gcash-nustar-com__feature-item,  .page-gcash-nustar-com__game-card,  .page-gcash-nustar-com__promo-card {    padding: 20px;    box-sizing: border-box !important;    width: 100% !important;    max-width: 100% !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-gcash-nustar-com__feature-text,  .page-gcash-nustar-com__game-text,  .page-gcash-nustar-com__promo-text,  .page-gcash-nustar-com__faq-answer p {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-gcash-nustar-com__faq-question {    padding: 15px 20px;  }  .page-gcash-nustar-com__faq-title {    font-size: 1.1em;  }  .page-gcash-nustar-com__faq-toggle {    font-size: 1.5em;  }  .page-gcash-nustar-com__faq-answer {    padding: 0 20px;  }  .page-gcash-nustar-com__faq-item.active .page-gcash-nustar-com__faq-answer {    padding: 15px 20px !important;  }  .page-gcash-nustar-com__cta-section {    padding: 60px 20px;  }  .page-gcash-nustar-com__cta-button {    font-size: 1.1em;    padding: 15px 30px;  }}@media (max-width: 480px) {  .page-gcash-nustar-com__hero-title {    font-size: 2em;  }  .page-gcash-nustar-com__hero-subtitle {    font-size: 1em;  }  .page-gcash-nustar-com__hero-button {    padding: 12px 20px;    font-size: 1em;  }  .page-gcash-nustar-com__section-title {    font-size: 1.5em;  }  .page-gcash-nustar-com__faq-question {    padding: 12px 15px;  }  .page-gcash-nustar-com__faq-title {    font-size: 1em;  }  .page-gcash-nustar-com__faq-toggle {    font-size: 1.3em;  }  .page-gcash-nustar-com__faq-answer {    padding: 0 15px;  }  .page-gcash-nustar-com__faq-item.active .page-gcash-nustar-com__faq-answer {    padding: 12px 15px !important;  }}/* Image responsiveness and minimum size */.page-gcash-nustar-com img {  max-width: 100% !important;  height: auto !important;  box-sizing: border-box !important;  display: block; /* Remove extra space below images */}/* Ensure image containers are also responsive */.page-gcash-nustar-com__hero-image-wrapper,.page-gcash-nustar-com__feature-icon,.page-gcash-nustar-com__game-image,.page-gcash-nustar-com__promo-image {  width: 100%;  max-width: 100%;  overflow: hidden;  box-sizing: border-box;}