:root {
  --page-nustar-online-customer-service-24-7-philippines__primary-color: #FFD700;
  --page-nustar-online-customer-service-24-7-philippines__secondary-color: #007BFF;
  --page-nustar-online-customer-service-24-7-philippines__background-dark: #1a1a2e;
  --page-nustar-online-customer-service-24-7-philippines__background-light: #2e2e4a;
  --page-nustar-online-customer-service-24-7-philippines__text-light: #f0f0f0;
  --page-nustar-online-customer-service-24-7-philippines__text-dark: #333;
  --page-nustar-online-customer-service-24-7-philippines__accent-color: #e94560;
  --page-nustar-online-customer-service-24-7-philippines__border-color: #4a4a6e;
  --page-nustar-online-customer-service-24-7-philippines__spacing-unit: 1rem;
}

.page-nustar-online-customer-service-24-7-philippines {
  font-family: 'Arial', sans-serif;
  color: var(--page-nustar-online-customer-service-24-7-philippines__text-light);
  background-color: var(--page-nustar-online-customer-service-24-7-philippines__background-dark);
  line-height: 1.6;
  padding-top: 10px;
}

.page-nustar-online-customer-service-24-7-philippines__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--page-nustar-online-customer-service-24-7-philippines__spacing-unit);
}

.page-nustar-online-customer-service-24-7-philippines__section-title {
  font-size: 2.5rem;
  color: var(--page-nustar-online-customer-service-24-7-philippines__primary-color);
  text-align: center;
  margin-bottom: 2rem;
  padding-top: 1rem;
}

.page-nustar-online-customer-service-24-7-philippines__cta-button {
  display: inline-block;
  background-color: var(--page-nustar-online-customer-service-24-7-philippines__primary-color);
  color: var(--page-nustar-online-customer-service-24-7-philippines__background-dark);
  padding: 0.8rem 1.8rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 1.5rem;
  font-size: 1.1rem;
  text-align: center;
}

.page-nustar-online-customer-service-24-7-philippines__cta-button:hover {
  background-color: #FFEA00;
  transform: translateY(-2px);
}

/* HERO Section */
.page-nustar-online-customer-service-24-7-philippines__hero-section {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  margin-bottom: 2rem;
}

.page-nustar-online-customer-service-24-7-philippines__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.6);
}

.page-nustar-online-customer-service-24-7-philippines__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 1rem;
}

.page-nustar-online-customer-service-24-7-philippines__hero-title {
  font-size: 3.5rem;
  color: var(--page-nustar-online-customer-service-24-7-philippines__primary-color);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.page-nustar-online-customer-service-24-7-philippines__hero-subtitle {
  font-size: 1.5rem;
  color: var(--page-nustar-online-customer-service-24-7-philippines__text-light);
  margin-bottom: 2rem;
}

.page-nustar-online-customer-service-24-7-philippines__hero-cta-group {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.page-nustar-online-customer-service-24-7-philippines__hero-cta-button {
  padding: 1rem 2.5rem;
  font-size: 1.2rem;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: bold;
}

.page-nustar-online-customer-service-24-7-philippines__hero-cta-button--primary {
  background-color: var(--page-nustar-online-customer-service-24-7-philippines__primary-color);
  color: var(--page-nustar-online-customer-service-24-7-philippines__background-dark);
}

.page-nustar-online-customer-service-24-7-philippines__hero-cta-button--primary:hover {
  background-color: #FFEA00;
  transform: translateY(-3px);
}

.page-nustar-online-customer-service-24-7-philippines__hero-cta-button--secondary {
  background-color: transparent;
  color: var(--page-nustar-online-customer-service-24-7-philippines__text-light);
  border: 2px solid var(--page-nustar-online-customer-service-24-7-philippines__primary-color);
}

.page-nustar-online-customer-service-24-7-philippines__hero-cta-button--secondary:hover {
  background-color: var(--page-nustar-online-customer-service-24-7-philippines__primary-color);
  color: var(--page-nustar-online-customer-service-24-7-philippines__background-dark);
  transform: translateY(-3px);
}

/* Introduction Section */
.page-nustar-online-customer-service-24-7-philippines__intro-section {
  padding: 3rem 0;
  background-color: var(--page-nustar-online-customer-service-24-7-philippines__background-light);
  text-align: center;
}

.page-nustar-online-customer-service-24-7-philippines__intro-text {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Quick Access Section */
.page-nustar-online-customer-service-24-7-philippines__access-section {
  padding: 3rem 0;
  background-color: var(--page-nustar-online-customer-service-24-7-philippines__background-dark);
  text-align: center;
}

.page-nustar-online-customer-service-24-7-philippines__access-description {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-nustar-online-customer-service-24-7-philippines__access-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.page-nustar-online-customer-service-24-7-philippines__access-card {
  background-color: var(--page-nustar-online-customer-service-24-7-philippines__background-light);
  padding: 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  color: var(--page-nustar-online-customer-service-24-7-philippines__text-light);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--page-nustar-online-customer-service-24-7-philippines__border-color);
}

.page-nustar-online-customer-service-24-7-philippines__access-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-nustar-online-customer-service-24-7-philippines__access-icon {
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: cover;
  margin-bottom: 1rem;
  border-radius: 4px;
}

.page-nustar-online-customer-service-24-7-philippines__access-card-title {
  font-size: 1.4rem;
  color: var(--page-nustar-online-customer-service-24-7-philippines__primary-color);
  margin-bottom: 0.5rem;
}

.page-nustar-online-customer-service-24-7-philippines__access-card-text {
  font-size: 0.95rem;
  color: #ccc;
}

/* Games Section */
.page-nustar-online-customer-service-24-7-philippines__games-section {
  padding: 3rem 0;
  background-color: var(--page-nustar-online-customer-service-24-7-philippines__background-light);
  text-align: center;
}

.page-nustar-online-customer-service-24-7-philippines__games-description {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-nustar-online-customer-service-24-7-philippines__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.page-nustar-online-customer-service-24-7-philippines__game-card {
  background-color: var(--page-nustar-online-customer-service-24-7-philippines__background-dark);
  padding: 1rem;
  border-radius: 8px;
  text-decoration: none;
  color: var(--page-nustar-online-customer-service-24-7-philippines__text-light);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--page-nustar-online-customer-service-24-7-philippines__border-color);
}

.page-nustar-online-customer-service-24-7-philippines__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-nustar-online-customer-service-24-7-philippines__game-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 0.8rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 5px;
}

.page-nustar-online-customer-service-24-7-philippines__game-title {
  font-size: 1.2rem;
  color: var(--page-nustar-online-customer-service-24-7-philippines__primary-color);
  text-align: center;
}

/* Promotion Section */
.page-nustar-online-customer-service-24-7-philippines__promo-section {
  padding: 3rem 0;
  background-color: var(--page-nustar-online-customer-service-24-7-philippines__background-dark);
  text-align: center;
}

.page-nustar-online-customer-service-24-7-philippines__promo-description {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-nustar-online-customer-service-24-7-philippines__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.page-nustar-online-customer-service-24-7-philippines__promo-card {
  background-color: var(--page-nustar-online-customer-service-24-7-philippines__background-light);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--page-nustar-online-customer-service-24-7-philippines__border-color);
}

.page-nustar-online-customer-service-24-7-philippines__promo-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.page-nustar-online-customer-service-24-7-philippines__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid var(--page-nustar-online-customer-service-24-7-philippines__border-color);
}

.page-nustar-online-customer-service-24-7-philippines__promo-card-title {
  font-size: 1.5rem;
  color: var(--page-nustar-online-customer-service-24-7-philippines__primary-color);
  margin: 1rem 0.5rem 0.5rem;
}

.page-nustar-online-customer-service-24-7-philippines__promo-card-text {
  font-size: 1rem;
  color: #ccc;
  padding: 0 1rem 1rem;
}

.page-nustar-online-customer-service-24-7-philippines__promo-button {
  display: inline-block;
  background-color: var(--page-nustar-online-customer-service-24-7-philippines__accent-color);
  color: var(--page-nustar-online-customer-service-24-7-philippines__text-light);
  padding: 0.7rem 1.5rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 1.5rem;
  transition: background-color 0.3s ease;
}

.page-nustar-online-customer-service-24-7-philippines__promo-button:hover {
  background-color: #f76880;
}

/* Security Section */
.page-nustar-online-customer-service-24-7-philippines__security-section {
  padding: 3rem 0;
  background-color: var(--page-nustar-online-customer-service-24-7-philippines__background-light);
  text-align: center;
}

.page-nustar-online-customer-service-24-7-philippines__security-description {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-nustar-online-customer-service-24-7-philippines__security-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.page-nustar-online-customer-service-24-7-philippines__security-item {
  background-color: var(--page-nustar-online-customer-service-24-7-philippines__background-dark);
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid var(--page-nustar-online-customer-service-24-7-philippines__border-color);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-nustar-online-customer-service-24-7-philippines__security-icon {
  width: 100%;
  max-width: 150px;
  height: auto;
  object-fit: contain;
  margin-bottom: 1rem;
}

.page-nustar-online-customer-service-24-7-philippines__security-item-title {
  font-size: 1.4rem;
  color: var(--page-nustar-online-customer-service-24-7-philippines__primary-color);
  margin-bottom: 0.5rem;
}

.page-nustar-online-customer-service-24-7-philippines__security-item-text {
  font-size: 0.95rem;
  color: #ccc;
}

/* FAQ Section */
.page-nustar-online-customer-service-24-7-philippines__faq-section {
  padding: 3rem 0;
  background-color: var(--page-nustar-online-customer-service-24-7-philippines__background-dark);
}

.page-nustar-online-customer-service-24-7-philippines__faq-intro {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 2rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-nustar-online-customer-service-24-7-philippines__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-nustar-online-customer-service-24-7-philippines__faq-item {
  background-color: var(--page-nustar-online-customer-service-24-7-philippines__background-light);
  border: 1px solid var(--page-nustar-online-customer-service-24-7-philippines__border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.page-nustar-online-customer-service-24-7-philippines__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  cursor: pointer;
  user-select: none;
  background-color: var(--page-nustar-online-customer-service-24-7-philippines__background-light);
  transition: background-color 0.3s ease;
}

.page-nustar-online-customer-service-24-7-philippines__faq-question:hover {
  background-color: #3a3a5a;
}

.page-nustar-online-customer-service-24-7-philippines__faq-question-title {
  font-size: 1.2rem;
  color: var(--page-nustar-online-customer-service-24-7-philippines__primary-color);
  margin: 0;
  pointer-events: none;
}

.page-nustar-online-customer-service-24-7-philippines__faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--page-nustar-online-customer-service-24-7-philippines__primary-color);
  transition: transform 0.3s ease;
  pointer-events: none;
}

.page-nustar-online-customer-service-24-7-philippines__faq-item.active .page-nustar-online-customer-service-24-7-philippines__faq-toggle {
  transform: rotate(45deg);
}

.page-nustar-online-customer-service-24-7-philippines__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  color: var(--page-nustar-online-customer-service-24-7-philippines__text-light);
}

.page-nustar-online-customer-service-24-7-philippines__faq-item.active .page-nustar-online-customer-service-24-7-philippines__faq-answer {
  max-height: 2000px !important;
  padding: 1rem 1.5rem !important;
  opacity: 1;
}

.page-nustar-online-customer-service-24-7-philippines__faq-answer p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

/* Blog Section */
.page-nustar-online-customer-service-24-7-philippines__blog-section {
  padding: 3rem 0;
  background-color: var(--page-nustar-online-customer-service-24-7-philippines__background-light);
  text-align: center;
}

.page-nustar-online-customer-service-24-7-philippines__blog-intro {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-nustar-online-customer-service-24-7-philippines__blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.page-nustar-online-customer-service-24-7-philippines__blog-card {
  background-color: var(--page-nustar-online-customer-service-24-7-philippines__background-dark);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: var(--page-nustar-online-customer-service-24-7-philippines__text-light);
  display: flex;
  flex-direction: column;
  border: 1px solid var(--page-nustar-online-customer-service-24-7-philippines__border-color);
}

.page-nustar-online-customer-service-24-7-philippines__blog-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.page-nustar-online-customer-service-24-7-philippines__blog-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid var(--page-nustar-online-customer-service-24-7-philippines__border-color);
}

.page-nustar-online-customer-service-24-7-philippines__blog-content {
  padding: 1rem 1.5rem;
  text-align: left;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-nustar-online-customer-service-24-7-philippines__blog-card-title {
  font-size: 1.3rem;
  color: var(--page-nustar-online-customer-service-24-7-philippines__primary-color);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.page-nustar-online-customer-service-24-7-philippines__blog-excerpt {
  font-size: 0.95rem;
  color: #ccc;
  margin-bottom: 1rem;
}

.page-nustar-online-customer-service-24-7-philippines__blog-date {
  font-size: 0.85rem;
  color: #999;
  align-self: flex-end;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-nustar-online-customer-service-24-7-philippines__hero-title {
    font-size: 3rem;
  }
  .page-nustar-online-customer-service-24-7-philippines__hero-subtitle {
    font-size: 1.3rem;
  }
  .page-nustar-online-customer-service-24-7-philippines__section-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .page-nustar-online-customer-service-24-7-philippines__hero-section {
    height: 500px;
  }
  .page-nustar-online-customer-service-24-7-philippines__hero-title {
    font-size: 2.5rem;
  }
  .page-nustar-online-customer-service-24-7-philippines__hero-subtitle {
    font-size: 1.1rem;
  }
  .page-nustar-online-customer-service-24-7-philippines__hero-cta-button {
    padding: 0.8rem 1.8rem;
    font-size: 1rem;
  }
  .page-nustar-online-customer-service-24-7-philippines__section-title {
    font-size: 1.8rem;
  }

  .page-nustar-online-customer-service-24-7-philippines__access-grid,
  .page-nustar-online-customer-service-24-7-philippines__games-grid,
  .page-nustar-online-customer-service-24-7-philippines__promo-grid,
  .page-nustar-online-customer-service-24-7-philippines__security-grid,
  .page-nustar-online-customer-service-24-7-philippines__blog-grid {
    grid-template-columns: 1fr;
  }

  .page-nustar-online-customer-service-24-7-philippines__access-card,
  .page-nustar-online-customer-service-24-7-philippines__game-card,
  .page-nustar-online-customer-service-24-7-philippines__promo-card,
  .page-nustar-online-customer-service-24-7-philippines__security-item,
  .page-nustar-online-customer-service-24-7-philippines__blog-card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 1rem !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }
  .page-nustar-online-customer-service-24-7-philippines__faq-item {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .page-nustar-online-customer-service-24-7-philippines__faq-question {
    padding: 0.8rem 1rem;
  }
  .page-nustar-online-customer-service-24-7-philippines__faq-question-title {
    font-size: 1.1rem;
  }
  .page-nustar-online-customer-service-24-7-philippines__faq-answer {
    padding: 0 1rem;
  }
  .page-nustar-online-customer-service-24-7-philippines__faq-item.active .page-nustar-online-customer-service-24-7-philippines__faq-answer {
    padding: 0.8rem 1rem !important;
  }

  .page-nustar-online-customer-service-24-7-philippines__hero-image,
  .page-nustar-online-customer-service-24-7-philippines__access-icon,
  .page-nustar-online-customer-service-24-7-philippines__promo-image,
  .page-nustar-online-customer-service-24-7-philippines__security-icon,
  .page-nustar-online-customer-service-24-7-philippines__blog-image {
    max-width: 100% !important;
    height: auto !important;
  }
  .page-nustar-online-customer-service-24-7-philippines__game-icon {
    width: 60px !important;
    height: 60px !important;
  }
}

@media (max-width: 480px) {
  .page-nustar-online-customer-service-24-7-philippines__hero-section {
    height: 400px;
  }
  .page-nustar-online-customer-service-24-7-philippines__hero-title {
    font-size: 2rem;
  }
  .page-nustar-online-customer-service-24-7-philippines__hero-subtitle {
    font-size: 1rem;
  }
  .page-nustar-online-customer-service-24-7-philippines__hero-cta-group {
    flex-direction: column;
  }
  .page-nustar-online-customer-service-24-7-philippines__hero-cta-button {
    width: 80%;
    margin: 0.5rem auto;
  }
  .page-nustar-online-customer-service-24-7-philippines__section-title {
    font-size: 1.5rem;
  }
}