.page-nustar-maya-app {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;  padding-bottom: 80px; /* Space for floating buttons */}/* Fixed Navbar Spacing */.page-nustar-maya-app__hero-section {  padding-top: 10px; /* Small decorative padding, relying on body padding for main offset */}@media (max-width: 768px) {  .page-nustar-maya-app {    padding-bottom: 100px; /* More space for floating buttons on smaller screens */  }}/* Hero Section */.page-nustar-maya-app__hero-section {  position: relative;  background: linear-gradient(135deg, #2a0066, #6a00ff);  color: #fff;  padding: 60px 20px;  text-align: center;  overflow: hidden;  display: flex;  flex-direction: column;  align-items: center;  justify-content: center;}.page-nustar-maya-app__hero-content {  max-width: 900px;  margin: 0 auto;  z-index: 1;}.page-nustar-maya-app__hero-title {  font-size: 2.8em;  margin-bottom: 15px;  line-height: 1.2;  color: #fff;  font-weight: bold;}.page-nustar-maya-app__hero-title strong {  color: #ffdd00; /* Nustar Maya App highlight */}.page-nustar-maya-app__hero-subtitle {  font-size: 1.2em;  margin-bottom: 30px;  color: #e0e0e0;}.page-nustar-maya-app__hero-button {  display: inline-block;  background-color: #ffdd00;  color: #2a0066;  padding: 15px 30px;  border-radius: 50px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);}.page-nustar-maya-app__hero-button:hover {  background-color: #ffe533;  transform: translateY(-2px);}.page-nustar-maya-app__hero-image-wrapper {  position: relative;  width: 100%;  max-width: 100%;  overflow: hidden;  box-sizing: border-box;  margin-top: 40px;}.page-nustar-maya-app__hero-image {  max-width: 100%;  height: auto;  display: block;  border-radius: 15px;  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);}/* Section Title */.page-nustar-maya-app__section-title {  font-size: 2.2em;  color: #2a0066;  text-align: center;  margin-bottom: 40px;  margin-top: 60px;  font-weight: bold;}/* Features Section */.page-nustar-maya-app__features-section {  padding: 40px 20px;  background-color: #fff;}.page-nustar-maya-app__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-nustar-maya-app__feature-item {  background-color: #f0f0f0;  padding: 30px;  border-radius: 10px;  text-align: center;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);  transition: transform 0.3s ease, box-shadow 0.3s ease;  box-sizing: border-box; /* Required for list items */}.page-nustar-maya-app__feature-item:hover {  transform: translateY(-5px);  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);}.page-nustar-maya-app__feature-icon {  width: 100%;  max-width: 100px;  height: auto;  margin-bottom: 20px;  display: block;  margin-left: auto;  margin-right: auto;}.page-nustar-maya-app__feature-title {  font-size: 1.4em;  color: #333;  margin-bottom: 10px;}.page-nustar-maya-app__feature-description {  font-size: 1em;  color: #555;  word-wrap: break-word !important; /* Ensure text wraps */  overflow-wrap: break-word !important;}/* Games Section */.page-nustar-maya-app__games-section {  padding: 40px 20px;  background-color: #f8f8f8;}.page-nustar-maya-app__games-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-nustar-maya-app__game-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);  overflow: hidden;  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;  box-sizing: border-box; /* Required for list items */}.page-nustar-maya-app__game-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);}.page-nustar-maya-app__game-image {  width: 100%;  height: 200px; /* Fixed height for consistency */  object-fit: cover;  display: block;  max-width: 100%;}.page-nustar-maya-app__game-title {  font-size: 1.3em;  color: #333;  margin: 15px 10px 5px 10px;  word-wrap: break-word !important; /* Ensure text wraps */  overflow-wrap: break-word !important;}.page-nustar-maya-app__game-provider {  font-size: 0.9em;  color: #777;  margin-bottom: 15px;  display: flex;  align-items: center;  justify-content: center;  gap: 8px;}.page-nustar-maya-app__provider-logo {  height: 24px; /* Fixed height for gamelogo */  width: auto;  max-width: 80px; /* Max width for gamelogo */}.page-nustar-maya-app__game-button {  display: inline-block;  background-color: #6a00ff;  color: #fff;  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  margin-bottom: 20px;  transition: background-color 0.3s ease;}.page-nustar-maya-app__game-button:hover {  background-color: #5a00e6;}/* Call to Action Section */.page-nustar-maya-app__cta-section {  text-align: center;  margin-top: 60px;  padding: 30px 20px;  background-color: #2a0066;  color: #fff;  border-radius: 10px;  max-width: 900px;  margin-left: auto;  margin-right: auto;}.page-nustar-maya-app__cta-text {  font-size: 1.5em;  margin-bottom: 25px;  font-weight: bold;}.page-nustar-maya-app__cta-button {  display: inline-block;  background-color: #ffdd00;  color: #2a0066;  padding: 15px 35px;  border-radius: 50px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);}.page-nustar-maya-app__cta-button:hover {  background-color: #ffe533;  transform: translateY(-2px);}/* FAQ Section */.page-nustar-maya-app__faq-section {  padding: 40px 20px;  background-color: #fff;  max-width: 900px;  margin: 60px auto 0 auto;}.page-nustar-maya-app__faq-list {  border-top: 1px solid #eee;}.page-nustar-maya-app__faq-item {  border-bottom: 1px solid #eee;  box-sizing: border-box; /* Required for list items */  width: 100%;}.page-nustar-maya-app__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 15px;  cursor: pointer;  user-select: none;  background-color: #f9f9f9;  transition: background-color 0.3s ease;}.page-nustar-maya-app__faq-question:hover {  background-color: #f0f0f0;}.page-nustar-maya-app__faq-title {  font-size: 1.15em;  color: #333;  margin: 0;  pointer-events: none; /* Prevent click interference */  word-wrap: break-word !important; /* Ensure text wraps */  overflow-wrap: break-word !important;}.page-nustar-maya-app__faq-toggle {  font-size: 1.5em;  font-weight: bold;  color: #6a00ff;  transition: transform 0.3s ease;  pointer-events: none; /* Prevent click interference */}.page-nustar-maya-app__faq-item.active .page-nustar-maya-app__faq-toggle {  transform: rotate(45deg);}.page-nustar-maya-app__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 15px;  opacity: 0;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  color: #555;  font-size: 0.95em;  box-sizing: border-box; /* Required for list items */  word-wrap: break-word !important; /* Ensure text wraps */  overflow-wrap: break-word !important;}.page-nustar-maya-app__faq-item.active .page-nustar-maya-app__faq-answer {  max-height: 2000px !important; /* Sufficiently large */  padding: 20px 15px !important;  opacity: 1;}/* Floating Buttons */.page-nustar-maya-app__floating-buttons {  position: fixed;  bottom: 0;  left: 0;  width: 100%;  display: flex;  justify-content: space-around;  padding: 15px 0;  background-color: rgba(0, 0, 0, 0.8);  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);  z-index: 1000;}.page-nustar-maya-app__floating-button {  flex: 1;  text-align: center;  padding: 12px 0;  margin: 0 10px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease;}.page-nustar-maya-app__floating-login {  background-color: #ffdd00;  color: #2a0066;}.page-nustar-maya-app__floating-login:hover {  background-color: #ffe533;}.page-nustar-maya-app__floating-register {  background-color: #6a00ff;  color: #fff;}.page-nustar-maya-app__floating-register:hover {  background-color: #5a00e6;}/* Responsive Design */@media (max-width: 1024px) {  .page-nustar-maya-app__hero-title {    font-size: 2.4em;  }  .page-nustar-maya-app__hero-subtitle {    font-size: 1.1em;  }  .page-nustar-maya-app__section-title {    font-size: 2em;  }}@media (max-width: 768px) {  .page-nustar-maya-app__hero-section {    padding: 40px 15px;  }  .page-nustar-maya-app__hero-title {    font-size: 2em;  }  .page-nustar-maya-app__hero-subtitle {    font-size: 1em;  }  .page-nustar-maya-app__hero-button {    padding: 12px 25px;    font-size: 1em;  }  .page-nustar-maya-app__section-title {    font-size: 1.8em;    margin-top: 40px;    margin-bottom: 30px;  }  .page-nustar-maya-app__features-section,  .page-nustar-maya-app__games-section,  .page-nustar-maya-app__faq-section {    padding: 30px 15px;  }  /* List Item Responsive Requirements */  .page-nustar-maya-app__features-grid,  .page-nustar-maya-app__games-grid {    grid-template-columns: 1fr; /* Stack items */    gap: 20px;    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-nustar-maya-app__feature-item,  .page-nustar-maya-app__game-card,  .page-nustar-maya-app__faq-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 20px !important; /* Adjust padding for mobile */  }  .page-nustar-maya-app__feature-description,  .page-nustar-maya-app__game-title,  .page-nustar-maya-app__game-provider,  .page-nustar-maya-app__faq-title,  .page-nustar-maya-app__faq-answer p {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-nustar-maya-app__cta-text {    font-size: 1.2em;  }  .page-nustar-maya-app__cta-button {    padding: 12px 25px;    font-size: 1em;  }  .page-nustar-maya-app__floating-buttons {    padding: 10px 0;  }  .page-nustar-maya-app__floating-button {    font-size: 1em;    padding: 10px 0;    margin: 0 5px;  }}@media (max-width: 480px) {  .page-nustar-maya-app__hero-title {    font-size: 1.8em;  }  .page-nustar-maya-app__hero-subtitle {    font-size: 0.9em;  }  .page-nustar-maya-app__section-title {    font-size: 1.6em;  }  .page-nustar-maya-app__feature-title {    font-size: 1.2em;  }  .page-nustar-maya-app__game-title {    font-size: 1.1em;  }  .page-nustar-maya-app__faq-question {    padding: 15px 10px;  }  .page-nustar-maya-app__faq-title {    font-size: 1em;  }  .page-nustar-maya-app__faq-answer {    padding: 15px 10px;  }}