.page-resources-da88-mobile-app-download {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

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

.page-resources-da88-mobile-app-download__hero {
  background: linear-gradient(135deg, #0A2463 0%, #2a4a86 100%); /* Dark blue gradient */
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-da88-mobile-app-download__hero::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: rgba(227, 181, 5, 0.1);
  border-radius: 50%;
  animation: page-resources-da88-mobile-app-download__pulse 5s infinite ease-in-out;
}

.page-resources-da88-mobile-app-download__hero::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  background: rgba(227, 181, 5, 0.15);
  border-radius: 50%;
  animation: page-resources-da88-mobile-app-download__pulse 5s infinite ease-in-out reverse;
}

@keyframes page-resources-da88-mobile-app-download__pulse {
  0% { transform: scale(0.8); opacity: 0.6; }
  50% { transform: scale(1.2); opacity: 0.9; }
  100% { transform: scale(0.8); opacity: 0.6; }
}

.page-resources-da88-mobile-app-download__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #E3B505; /* Wealth Gold for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

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

.page-resources-da88-mobile-app-download__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  text-align: center;
}

.page-resources-da88-mobile-app-download__btn--primary {
  background-color: #E3B505; /* Wealth Gold */
  color: #0A2463; /* Tech Blue */
}

.page-resources-da88-mobile-app-download__btn--primary:hover {
  background-color: #ebcb50; /* Lighter gold */
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-da88-mobile-app-download__btn--secondary {
  background-color: #0A2463;
  color: #E3B505;
  border: 2px solid #E3B505;
}

.page-resources-da88-mobile-app-download__btn--secondary:hover {
  background-color: #1a3c7c; /* Slightly lighter blue */
  color: #ffffff;
  border-color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-da88-mobile-app-download__section {
  padding: 60px 0;
}

.page-resources-da88-mobile-app-download__section--why-app {
  background-color: #ffffff;
}

.page-resources-da88-mobile-app-download__section--download-guide {
  background-color: #f0f2f5;
}

.page-resources-da88-mobile-app-download__section--app-features {
  background-color: #0A2463;
  color: #ffffff;
}

.page-resources-da88-mobile-app-download__section--faq {
  background-color: #ffffff;
}

.page-resources-da88-mobile-app-download__section--final-cta {
  background: linear-gradient(135deg, #0A2463, #2a4a86);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-resources-da88-mobile-app-download__section-title {
  font-size: 2.5em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-da88-mobile-app-download__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #E3B505;
  border-radius: 2px;
}

.page-resources-da88-mobile-app-download__section--app-features .page-resources-da88-mobile-app-download__section-title {
  color: #E3B505;
}

.page-resources-da88-mobile-app-download__intro-text {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #555;
}

.page-resources-da88-mobile-app-download__section--app-features .page-resources-da88-mobile-app-download__intro-text {
  color: #e0e0e0;
}

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

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

.page-resources-da88-mobile-app-download__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-resources-da88-mobile-app-download__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.page-resources-da88-mobile-app-download__feature-title {
  font-size: 1.5em;
  color: #0A2463;
  margin-bottom: 15px;
}

.page-resources-da88-mobile-app-download__feature-text {
  font-size: 1em;
  color: #666;
}

.page-resources-da88-mobile-app-download__download-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.page-resources-da88-mobile-app-download__step-block {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-resources-da88-mobile-app-download__step-title {
  font-size: 1.8em;
  color: #0A2463;
  margin-bottom: 20px;
  border-bottom: 2px solid #E3B505;
  padding-bottom: 10px;
}

.page-resources-da88-mobile-app-download__sub-step-title {
  font-size: 1.3em;
  color: #0A2463;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-resources-da88-mobile-app-download__list, .page-resources-da88-mobile-app-download__ordered-list {
  margin-left: 20px;
  margin-bottom: 20px;
  color: #444;
}

.page-resources-da88-mobile-app-download__list li, .page-resources-da88-mobile-app-download__ordered-list li {
  margin-bottom: 8px;
  font-size: 1.05em;
}

.page-resources-da88-mobile-app-download__link {
  color: #0A2463;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-da88-mobile-app-download__link:hover {
  color: #E3B505;
}

.page-resources-da88-mobile-app-download__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

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

.page-resources-da88-mobile-app-download__cta-text {
  font-size: 1.1em;
  color: #555;
  margin-top: 20px;
}

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

.page-resources-da88-mobile-app-download__feature-card {
  background-color: #1a3c7c; /* Slightly lighter blue */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: 1px solid rgba(227, 181, 5, 0.3);
}

.page-resources-da88-mobile-app-download__feature-card:hover {
  transform: translateY(-5px);
  background-color: #2a4a86; /* Even lighter blue on hover */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.page-resources-da88-mobile-app-download__card-title {
  font-size: 1.6em;
  color: #E3B505;
  margin-bottom: 15px;
}

.page-resources-da88-mobile-app-download__card-text {
  font-size: 1em;
  color: #e0e0e0;
}

.page-resources-da88-mobile-app-download__faq-item {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  transition: box-shadow 0.3s ease;
}

.page-resources-da88-mobile-app-download__faq-item:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.page-resources-da88-mobile-app-download__faq-question {
  font-size: 1.4em;
  color: #0A2463;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-resources-da88-mobile-app-download__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  color: #E3B505;
}

.page-resources-da88-mobile-app-download__faq-question.active::after {
  content: '-';
}

.page-resources-da88-mobile-app-download__faq-answer {
  font-size: 1.05em;
  color: #555;
  display: none; /* Hidden by default */
  padding-top: 10px;
  border-top: 1px dashed #e9ecef;
  margin-top: 15px;
}

.page-resources-da88-mobile-app-download__faq-answer.active {
  display: block;
}

.page-resources-da88-mobile-app-download__cta-content {
  max-width: 800px;
}

.page-resources-da88-mobile-app-download__cta-title {
  font-size: 2.8em;
  color: #E3B505;
  margin-bottom: 25px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-da88-mobile-app-download__cta-description {
  font-size: 1.2em;
  color: #e0e0e0;
  margin-bottom: 40px;
}

.page-resources-da88-mobile-app-download__cta-small-text {
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 30px;
}

/* Responsive Design */
@media (min-width: 768px) {
  .page-resources-da88-mobile-app-download__download-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .page-resources-da88-mobile-app-download__download-steps {
    grid-template-columns: repeat(4, 1fr);
  }
  .page-resources-da88-mobile-app-download__hero-title {
    font-size: 4em;
  }
  .page-resources-da88-mobile-app-download__section-title {
    font-size: 3em;
  }
  .page-resources-da88-mobile-app-download__cta-title {
    font-size: 3.5em;
  }
}

@media (max-width: 767px) {
  .page-resources-da88-mobile-app-download__hero {
    padding: 60px 0;
  }
  .page-resources-da88-mobile-app-download__hero-title {
    font-size: 2.2em;
  }
  .page-resources-da88-mobile-app-download__hero-description {
    font-size: 1em;
  }
  .page-resources-da88-mobile-app-download__section-title {
    font-size: 1.8em;
  }
  .page-resources-da88-mobile-app-download__intro-text {
    font-size: 0.95em;
  }
  .page-resources-da88-mobile-app-download__feature-title {
    font-size: 1.3em;
  }
  .page-resources-da88-mobile-app-download__card-title {
    font-size: 1.4em;
  }
  .page-resources-da88-mobile-app-download__faq-question {
    font-size: 1.2em;
  }
  .page-resources-da88-mobile-app-download__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-da88-mobile-app-download__cta-title {
    font-size: 2em;
  }
  .page-resources-da88-mobile-app-download__cta-description {
    font-size: 1em;
  }
}