/* style/resources-39bet-mobile-app.css */
.page-resources-39bet-mobile-app {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-resources-39bet-mobile-app__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-39bet-mobile-app__hero-section {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); /* Darker blue for better contrast */
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-39bet-mobile-app__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,blue_gradient]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-39bet-mobile-app__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.page-resources-39bet-mobile-app__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
  position: relative;
  z-index: 1;
}

.page-resources-39bet-mobile-app__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  position: relative;
  z-index: 1;
  margin: 10px;
}

.page-resources-39bet-mobile-app__btn--primary {
  background-color: #ffc107;
  color: #333;
  border: 2px solid #ffc107;
}

.page-resources-39bet-mobile-app__btn--primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  transform: translateY(-2px);
}

.page-resources-39bet-mobile-app__btn--secondary {
  background-color: transparent;
  color: #ffc107;
  border: 2px solid #ffc107;
}

.page-resources-39bet-mobile-app__btn--secondary:hover {
  background-color: #ffc107;
  color: #333;
  transform: translateY(-2px);
}

.page-resources-39bet-mobile-app__btn--tertiary {
  background-color: #007bff;
  color: #fff;
  border: 2px solid #007bff;
}

.page-resources-39bet-mobile-app__btn--tertiary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-2px);
}

.page-resources-39bet-mobile-app__content-section {
  padding: 60px 0;
}

.page-resources-39bet-mobile-app__section-title {
  font-size: 2.2em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-resources-39bet-mobile-app__sub-title {
  font-size: 1.5em;
  color: #0056b3; /* Darker blue for better contrast */
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #ffc107;
  padding-left: 15px;
}

.page-resources-39bet-mobile-app p {
  margin-bottom: 15px;
  color: #444;
}

.page-resources-39bet-mobile-app strong {
  color: #007bff;
}

.page-resources-39bet-mobile-app__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #444;
}

.page-resources-39bet-mobile-app__list li {
  margin-bottom: 8px;
  padding-left: 5px;
}

.page-resources-39bet-mobile-app__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-39bet-mobile-app__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-39bet-mobile-app__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-39bet-mobile-app__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,0.2));
}

.page-resources-39bet-mobile-app__feature-title {
  font-size: 1.3em;
  color: #007bff;
  margin-bottom: 10px;
}

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

.page-resources-39bet-mobile-app__image--inline {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
}

.page-resources-39bet-mobile-app__image--full-width {
  width: 100%;
}

.page-resources-39bet-mobile-app__cta-box {
  background-color: #e6f2ff; /* Lighter blue for CTA box */
  border: 1px solid #cce5ff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-39bet-mobile-app__cta-box p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #0056b3;
}

.page-resources-39bet-mobile-app__cta-box--final {
  background-color: #fff3cd; /* Light yellow for final CTA */
  border-color: #ffeeba;
}

.page-resources-39bet-mobile-app__cta-box--final p {
  color: #856404;
}

.page-resources-39bet-mobile-app__faq {
  margin-top: 40px;
}

.page-resources-39bet-mobile-app__faq-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-39bet-mobile-app__faq-question {
  background-color: #f0f8ff; /* Very light blue for question background */
  color: #007bff;
  padding: 18px 25px;
  margin: 0;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-resources-39bet-mobile-app__faq-question:hover {
  background-color: #e0f0ff;
}

.page-resources-39bet-mobile-app__faq-question::after {
  content: '+';
  font-size: 1.2em;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.page-resources-39bet-mobile-app__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-39bet-mobile-app__faq-answer {
  padding: 15px 25px;
  color: #555;
  background-color: #fff;
  display: none; /* Hidden by default */
  border-top: 1px solid #eee;
}

.page-resources-39bet-mobile-app__faq-answer.active {
  display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-39bet-mobile-app__hero-title {
    font-size: 2em;
  }

  .page-resources-39bet-mobile-app__hero-description {
    font-size: 1em;
  }

  .page-resources-39bet-mobile-app__section-title {
    font-size: 1.8em;
  }

  .page-resources-39bet-mobile-app__sub-title {
    font-size: 1.3em;
  }

  .page-resources-39bet-mobile-app__feature-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-39bet-mobile-app__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-39bet-mobile-app__image--inline {
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .page-resources-39bet-mobile-app__hero-title {
    font-size: 1.6em;
  }

  .page-resources-39bet-mobile-app__hero-description {
    font-size: 0.9em;
  }

  .page-resources-39bet-mobile-app__btn {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
  }

  .page-resources-39bet-mobile-app__section-title {
    font-size: 1.5em;
  }

  .page-resources-39bet-mobile-app__sub-title {
    font-size: 1.1em;
  }

  .page-resources-39bet-mobile-app__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-resources-39bet-mobile-app__faq-answer {
    padding: 10px 20px;
  }
}