.page-resources-top-mobile-slot-apps {
  font-family: 'Arial', sans-serif;
  color: #F0F0F0; /* Light grey for text on dark background */
  background-color: #1A2A3A; /* Dark blue main background */
  line-height: 1.6;
}

.page-resources-top-mobile-slot-apps__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #FFD700, #1A2A3A); /* Gold to dark blue gradient */
  color: #1A2A3A; /* Dark text on gradient */
  text-align: center;
  gap: 30px;
}

.page-resources-top-mobile-slot-apps__hero-content {
  max-width: 800px;
}

.page-resources-top-mobile-slot-apps__hero h1 {
  font-size: 3.2em;
  margin-bottom: 15px;
  color: #1A2A3A; /* Dark blue for heading */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.page-resources-top-mobile-slot-apps__hero p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #333; /* Slightly lighter dark for body text */
}

.page-resources-top-mobile-slot-apps__hero-image {
  max-width: 400px;
  width: 100%;
}

.page-resources-top-mobile-slot-apps__hero-img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-top-mobile-slot-apps__section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.page-resources-top-mobile-slot-apps__section h2 {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section headings */
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-top-mobile-slot-apps__section h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-top-mobile-slot-apps__section h3 {
  font-size: 1.8em;
  color: #FFD700; /* Gold for subheadings */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-top-mobile-slot-apps__section h4 {
  font-size: 1.4em;
  color: #FFD700; /* Gold for smaller headings */
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-resources-top-mobile-slot-apps__section p {
  font-size: 1.1em;
  color: #E0E0E0; /* Slightly lighter grey for body text */
  margin-bottom: 20px;
}

.page-resources-top-mobile-slot-apps__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-resources-top-mobile-slot-apps__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #1A2A3A; /* Dark blue text */
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-top-mobile-slot-apps__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.6);
}

.page-resources-top-mobile-slot-apps__btn--secondary {
  background-color: #1A2A3A; /* Dark blue button */
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-resources-top-mobile-slot-apps__btn--secondary:hover {
  background-color: #0d1a2a;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-top-mobile-slot-apps__btn i {
  margin-left: 10px;
}

/* Benefits Section */
.page-resources-top-mobile-slot-apps__section--benefits {
  background-color: #1A2A3A;
}

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

.page-resources-top-mobile-slot-apps__benefit-item {
  background-color: #2a3b4c; /* Slightly lighter dark blue */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-resources-top-mobile-slot-apps__benefit-item:hover {
  transform: translateY(-5px);
}

.page-resources-top-mobile-slot-apps__benefit-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-resources-top-mobile-slot-apps__benefit-item p {
  color: #C0C0C0;
  font-size: 1em;
}

.page-resources-top-mobile-slot-apps__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5)); /* Gold glow */
}

/* Criteria Section */
.page-resources-top-mobile-slot-apps__section--criteria {
  background-color: #1A2A3A;
}

.page-resources-top-mobile-slot-apps__criteria-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 40px;
  text-align: left;
}

.page-resources-top-mobile-slot-apps__criteria-item {
  background-color: #2a3b4c;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.page-resources-top-mobile-slot-apps__criteria-item h4 {
  color: #FFD700;
  margin-bottom: 10px;
}

.page-resources-top-mobile-slot-apps__criteria-item p {
  color: #C0C0C0;
  font-size: 0.95em;
}

/* Top Apps Section */
.page-resources-top-mobile-slot-apps__section--top-apps {
  background-color: #1A2A3A;
}

.page-resources-top-mobile-slot-apps__app-card {
  background-color: #2a3b4c;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  text-align: left;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-resources-top-mobile-slot-apps__app-logo {
  width: 100px;
  height: 100px;
  border-radius: 15px;
  object-fit: cover;
  margin-bottom: 20px;
  border: 3px solid #FFD700;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.page-resources-top-mobile-slot-apps__app-card h3 {
  color: #FFD700;
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-top-mobile-slot-apps__app-card p {
  color: #E0E0E0;
  margin-bottom: 15px;
}

.page-resources-top-mobile-slot-apps__app-card .page-resources-top-mobile-slot-apps__btn {
  margin-top: 20px;
}

/* Tips Section */
.page-resources-top-mobile-slot-apps__section--tips {
  background-color: #1A2A3A;
}

.page-resources-top-mobile-slot-apps__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  text-align: left;
}

.page-resources-top-mobile-slot-apps__list li {
  background-color: #2a3b4c;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  padding-left: 50px;
  color: #E0E0E0;
  font-size: 1.1em;
}

.page-resources-top-mobile-slot-apps__list li strong {
  color: #FFD700;
}

.page-resources-top-mobile-slot-apps__list li::before {
  content: '✓';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #FFD700;
  font-size: 1.5em;
  font-weight: bold;
}

/* Withdraw Section */
.page-resources-top-mobile-slot-apps__section--withdraw {
  background-color: #1A2A3A;
}

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

.page-resources-top-mobile-slot-apps__step-item {
  background-color: #2a3b4c;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.page-resources-top-mobile-slot-apps__step-item h4 {
  color: #FFD700;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-resources-top-mobile-slot-apps__step-item p {
  color: #C0C0C0;
  font-size: 1em;
}

.page-resources-top-mobile-slot-apps__icon--small {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  filter: drop-shadow(0 0 4px rgba(255, 215, 0, 0.4));
}

.page-resources-top-mobile-slot-apps__note {
  background-color: #FFD700;
  color: #1A2A3A;
  padding: 20px;
  border-radius: 8px;
  margin-top: 40px;
  font-weight: bold;
  font-size: 1.1em;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

/* FAQ Section */
.page-resources-top-mobile-slot-apps__section--faq {
  background-color: #1A2A3A;
  text-align: left;
}

.page-resources-top-mobile-slot-apps__faq-item {
  margin-bottom: 15px;
  background-color: #2a3b4c;
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-top-mobile-slot-apps__faq-checkbox {
  display: none;
}

.page-resources-top-mobile-slot-apps__faq-question {
  display: block;
  padding: 20px 25px;
  cursor: pointer;
  color: #FFD700;
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
  transition: background-color 0.3s ease;
}

.page-resources-top-mobile-slot-apps__faq-question:hover {
  background-color: #3b4d60;
}

.page-resources-top-mobile-slot-apps__faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFD700;
}

.page-resources-top-mobile-slot-apps__faq-checkbox:checked + .page-resources-top-mobile-slot-apps__faq-question::after {
  content: '-';
}

.page-resources-top-mobile-slot-apps__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  color: #E0E0E0;
}

.page-resources-top-mobile-slot-apps__faq-checkbox:checked ~ .page-resources-top-mobile-slot-apps__faq-answer {
  max-height: 200px; /* Adjust as needed */
  padding: 15px 25px 20px;
}

.page-resources-top-mobile-slot-apps__faq-answer p {
  margin-bottom: 0;
}

/* CTA Section */
.page-resources-top-mobile-slot-apps__section--cta {
  background-color: #1A2A3A;
  padding-bottom: 80px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-top-mobile-slot-apps__hero {
    flex-direction: column;
    padding: 40px 15px;
  }

  .page-resources-top-mobile-slot-apps__hero h1 {
    font-size: 2.5em;
  }

  .page-resources-top-mobile-slot-apps__hero p {
    font-size: 1em;
  }

  .page-resources-top-mobile-slot-apps__section h2 {
    font-size: 2em;
  }

  .page-resources-top-mobile-slot-apps__section h3 {
    font-size: 1.6em;
  }

  .page-resources-top-mobile-slot-apps__section {
    padding: 40px 15px;
  }

  .page-resources-top-mobile-slot-apps__benefits-grid, 
  .page-resources-top-mobile-slot-apps__criteria-list, 
  .page-resources-top-mobile-slot-apps__withdraw-steps {
    grid-template-columns: 1fr;
  }

  .page-resources-top-mobile-slot-apps__app-card {
    padding: 20px;
  }

  .page-resources-top-mobile-slot-apps__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-top-mobile-slot-apps__hero h1 {
    font-size: 2em;
  }

  .page-resources-top-mobile-slot-apps__hero p {
    font-size: 0.9em;
  }

  .page-resources-top-mobile-slot-apps__section h2 {
    font-size: 1.8em;
  }

  .page-resources-top-mobile-slot-apps__section h3 {
    font-size: 1.4em;
  }

  .page-resources-top-mobile-slot-apps__btn {
    width: 100%;
    max-width: 300px;
  }
}