.page-resources-mobile-app-download {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark, so text should be light */
  background-color: #000000; /* Assuming body background from shared.css is black */
}

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

.page-resources-mobile-app-download__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-mobile-app-download__light-bg {
  background-color: #ffffff;
  color: #333333;
}

/* Hero Section */
.page-resources-mobile-app-download__hero-section {
  text-align: center;
  padding: 100px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('[GALLERY:hero:1920x1080:bong8899,app,download,mobile,gaming,vietnam]') no-repeat center center/cover;
  color: #ffffff;
}

.page-resources-mobile-app-download__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
}

.page-resources-mobile-app-download__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-mobile-app-download__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-mobile-app-download__btn-primary,
.page-resources-mobile-app-download__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
}

.page-resources-mobile-app-download__btn-primary {
  background-color: #EA7C07; /* Login color */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-resources-mobile-app-download__btn-primary:hover {
  background-color: #d16b06;
  border-color: #d16b06;
}

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

.page-resources-mobile-app-download__btn-secondary:hover {
  background-color: #ffffff;
  color: #26A9E0;
}

/* Intro Section */
.page-resources-mobile-app-download__intro-section {
  padding: 60px 0;
  background-color: #000000;
  color: #ffffff;
}

.page-resources-mobile-app-download__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0;
}

.page-resources-mobile-app-download__section-subtitle {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 50px;
  color: #f0f0f0;
}

.page-resources-mobile-app-download__intro-content {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-resources-mobile-app-download__intro-text {
  flex: 1;
  font-size: 1.1em;
}

.page-resources-mobile-app-download__intro-text p {
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-mobile-app-download__intro-image {
  flex: 1;
  text-align: center;
}

.page-resources-mobile-app-download__intro-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
}

/* Download Guide Section */
.page-resources-mobile-app-download__download-guide {
  padding: 80px 0;
  background-color: #0d0d0d; /* Slightly lighter dark background */
  color: #ffffff;
}

.page-resources-mobile-app-download__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-resources-mobile-app-download__step-item {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-resources-mobile-app-download__step-item:hover {
  transform: translateY(-10px);
}

.page-resources-mobile-app-download__step-icon {
  margin-bottom: 20px;
}

.page-resources-mobile-app-download__step-icon img {
  
  
  filter: invert(100%) brightness(150%) hue-rotate(180deg); /* Make icons white-ish blue on dark background */
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  min- /* Ensure icon size */
  min-
}

.page-resources-mobile-app-download__step-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-resources-mobile-app-download__step-description {
  font-size: 1em;
  color: #f0f0f0;
}

.page-resources-mobile-app-download__cta-center {
  text-align: center;
  margin-top: 60px;
}

/* Features Section */
.page-resources-mobile-app-download__features-section {
  padding: 80px 0;
  background-color: #000000;
  color: #ffffff;
}

.page-resources-mobile-app-download__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-resources-mobile-app-download__feature-card {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-mobile-app-download__feature-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-mobile-app-download__feature-title {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: #26A9E0;
}

.page-resources-mobile-app-download__feature-description {
  font-size: 1em;
  color: #f0f0f0;
}

/* Video Section */
.page-resources-mobile-app-download__video-section {
  padding: 80px 0;
  background-color: #0d0d0d;
  color: #ffffff;
  text-align: center;
}

.page-resources-mobile-app-download__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.page-resources-mobile-app-download__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* FAQ Section */
.page-resources-mobile-app-download__faq-section {
  padding: 80px 0;
  background-color: #000000;
  color: #ffffff;
}

.page-resources-mobile-app-download__faq-list {
  max-width: 800px;
  margin: 50px auto 0;
}

.page-resources-mobile-app-download__faq-item {
  margin-bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-mobile-app-download__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-resources-mobile-app-download__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-mobile-app-download__faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #ffffff;
}

.page-resources-mobile-app-download__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #26A9E0;
  transition: transform 0.3s ease;
}

.page-resources-mobile-app-download__faq-item.active .page-resources-mobile-app-download__faq-toggle {
  transform: rotate(45deg);
  content: '−';
}

.page-resources-mobile-app-download__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
}

.page-resources-mobile-app-download__faq-item.active .page-resources-mobile-app-download__faq-answer {
  max-height: 1000px !important; /* Sufficiently large value */
  padding: 20px;
}

.page-resources-mobile-app-download__faq-answer p {
  margin-bottom: 0;
  color: #f0f0f0;
}

/* CTA Bottom Section */
.page-resources-mobile-app-download__cta-bottom {
  padding: 60px 0;
  text-align: center;
  background-color: #26A9E0;
  color: #ffffff;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-mobile-app-download__hero-title {
    font-size: 2.8em;
  }
  .page-resources-mobile-app-download__section-title {
    font-size: 2em;
  }
  .page-resources-mobile-app-download__intro-content {
    flex-direction: column;
  }
  .page-resources-mobile-app-download__intro-image, .page-resources-mobile-app-download__intro-text {
    flex: none;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-resources-mobile-app-download__hero-section {
    padding: 80px 20px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure space for fixed header on mobile */
  }
  .page-resources-mobile-app-download__hero-title {
    font-size: 2.2em;
  }
  .page-resources-mobile-app-download__hero-description {
    font-size: 1em;
  }
  .page-resources-mobile-app-download__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-mobile-app-download__btn-primary,
  .page-resources-mobile-app-download__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-mobile-app-download__section-title {
    font-size: 1.8em;
  }
  .page-resources-mobile-app-download__section-subtitle {
    font-size: 0.95em;
  }
  .page-resources-mobile-app-download__guide-steps,
  .page-resources-mobile-app-download__features-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-mobile-app-download__intro-image img,
  .page-resources-mobile-app-download__feature-card img,
  .page-resources-mobile-app-download__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-mobile-app-download__video-wrapper {
    padding-bottom: 56.25% !important;
    height: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-resources-mobile-app-download__section,
  .page-resources-mobile-app-download__card,
  .page-resources-mobile-app-download__container,
  .page-resources-mobile-app-download__cta-buttons,
  .page-resources-mobile-app-download__button-group,
  .page-resources-mobile-app-download__btn-container,
  .page-resources-mobile-app-download__video-section,
  .page-resources-mobile-app-download__video-container,
  .page-resources-mobile-app-download__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden; /* Prevent horizontal scroll */
  }

  .page-resources-mobile-app-download p,
  .page-resources-mobile-app-download li {
    font-size: 15px;
  }
  .page-resources-mobile-app-download__faq-question h3 {
    font-size: 1.1em;
  }
  .page-resources-mobile-app-download__faq-answer {
    font-size: 0.95em;
  }
}