.page-resources-go99-mobile-app {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
}

.page-resources-go99-mobile-app__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-go99-mobile-app__hero-section {
  background: linear-gradient(135deg, #0A2463 0%, #E3B505 100%);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-resources-go99-mobile-app__hero-section .page-resources-go99-mobile-app__container {
  position: relative;
  z-index: 1;
}

.page-resources-go99-mobile-app__back-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9em;
  display: block;
  margin-bottom: 20px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.page-resources-go99-mobile-app__back-link:hover {
  opacity: 1;
}

.page-resources-go99-mobile-app__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-go99-mobile-app__description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-go99-mobile-app__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.page-resources-go99-mobile-app__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  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-resources-go99-mobile-app__button--primary {
  background-color: #E3B505;
  color: #0A2463;
  border: 2px solid #E3B505;
}

.page-resources-go99-mobile-app__button--primary:hover {
  background-color: #ffc91a;
  transform: translateY(-3px);
}

.page-resources-go99-mobile-app__button--secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-go99-mobile-app__button--secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

.page-resources-go99-mobile-app__hero-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  margin-top: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-go99-mobile-app__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-resources-go99-mobile-app__article-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-go99-mobile-app__heading {
  font-size: 2.5em;
  color: #0A2463;
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: bold;
  border-bottom: 3px solid #E3B505;
  padding-bottom: 10px;
}

.page-resources-go99-mobile-app__sub-heading {
  font-size: 1.8em;
  color: #0A2463;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-go99-mobile-app__article-content p {
  font-size: 1.1em;
  margin-bottom: 1.5em;
  line-height: 1.7;
  color: #444;
}

.page-resources-go99-mobile-app__article-content ul,
.page-resources-go99-mobile-app__article-content ol {
  list-style-position: inside;
  margin-bottom: 1.5em;
  padding-left: 20px;
}

.page-resources-go99-mobile-app__article-content li {
  font-size: 1.1em;
  margin-bottom: 0.8em;
  line-height: 1.6;
  color: #444;
}

.page-resources-go99-mobile-app__article-content li strong {
  color: #0A2463;
}

.page-resources-go99-mobile-app__image--centered {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-go99-mobile-app__button--inline {
  margin-top: 20px;
  background-color: #0A2463;
  color: #ffffff;
  border: 2px solid #0A2463;
  display: inline-block;
  padding: 10px 20px;
  font-size: 1em;
  margin-right: 15px;
}

.page-resources-go99-mobile-app__button--inline:hover {
  background-color: #1a3e7a;
  border-color: #1a3e7a;
}

.page-resources-go99-mobile-app__faq-item {
  background-color: #f0f5fa;
  border-left: 5px solid #E3B505;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-resources-go99-mobile-app__faq-item .page-resources-go99-mobile-app__sub-heading {
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 10px;
  color: #0A2463;
}

.page-resources-go99-mobile-app__faq-item p {
  margin-bottom: 0;
  font-size: 1em;
  color: #555;
}

.page-resources-go99-mobile-app__cta-bottom {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-go99-mobile-app__title {
    font-size: 2.5em;
  }

  .page-resources-go99-mobile-app__description {
    font-size: 1.1em;
  }

  .page-resources-go99-mobile-app__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-go99-mobile-app__button {
    width: 80%;
    margin: 0 auto;
  }

  .page-resources-go99-mobile-app__heading {
    font-size: 2em;
  }

  .page-resources-go99-mobile-app__sub-heading {
    font-size: 1.5em;
  }

  .page-resources-go99-mobile-app__article-content p,
  .page-resources-go99-mobile-app__article-content li {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-go99-mobile-app__title {
    font-size: 2em;
  }

  .page-resources-go99-mobile-app__description {
    font-size: 1em;
  }

  .page-resources-go99-mobile-app__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-go99-mobile-app__heading {
    font-size: 1.8em;
  }

  .page-resources-go99-mobile-app__sub-heading {
    font-size: 1.3em;
  }

  .page-resources-go99-mobile-app__article-content {
    padding: 15px;
  }
}