.page-resources-8x-bet-app-download-installation-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-resources-8x-bet-app-download-installation-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-8x-bet-app-download-installation-guide__hero {
  background: linear-gradient(135deg, #007BFF 0%, #0056b3 100%);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 450px;
}

.page-resources-8x-bet-app-download-installation-guide__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-resources-8x-bet-app-download-installation-guide__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #e0e0e0;
}

.page-resources-8x-bet-app-download-installation-guide__hero-image {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 350px;
  height: auto;
  opacity: 0.2;
  z-index: 0;
  transform: rotate(15deg);
}

@media (max-width: 768px) {
  .page-resources-8x-bet-app-download-installation-guide__hero-title {
    font-size: 2em;
  }
  .page-resources-8x-bet-app-download-installation-guide__hero-description {
    font-size: 1em;
  }
  .page-resources-8x-bet-app-download-installation-guide__hero-image {
    width: 250px;
    bottom: -30px;
    right: -30px;
  }
}

.page-resources-8x-bet-app-download-installation-guide__section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-resources-8x-bet-app-download-installation-guide__section:last-of-type {
  border-bottom: none;
}

.page-resources-8x-bet-app-download-installation-guide__section-title {
  font-size: 2.2em;
  color: #007BFF;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-8x-bet-app-download-installation-guide__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-8x-bet-app-download-installation-guide__section-subtitle {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  color: #555;
}

.page-resources-8x-bet-app-download-installation-guide__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-8x-bet-app-download-installation-guide__feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-8x-bet-app-download-installation-guide__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-resources-8x-bet-app-download-installation-guide__feature-title {
  font-size: 1.4em;
  color: #007BFF;
  margin-bottom: 15px;
}

.page-resources-8x-bet-app-download-installation-guide__step-by-step {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.page-resources-8x-bet-app-download-installation-guide__step-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  padding-left: 80px;
}

.page-resources-8x-bet-app-download-installation-guide__step-number {
  position: absolute;
  left: 30px;
  top: 30px;
  background-color: #FFC107;
  color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
}

.page-resources-8x-bet-app-download-installation-guide__step-title {
  font-size: 1.5em;
  color: #007BFF;
  margin-bottom: 10px;
}

.page-resources-8x-bet-app-download-installation-guide__step-item p {
  margin-bottom: 10px;
}

.page-resources-8x-bet-app-download-installation-guide__step-item ul {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 0;
  color: #555;
}

.page-resources-8x-bet-app-download-installation-guide__step-item ul li {
  margin-bottom: 5px;
}

.page-resources-8x-bet-app-download-installation-guide__qr-code {
  display: block;
  margin: 20px auto;
  max-width: 180px;
  height: auto;
  border: 5px solid #007BFF;
  border-radius: 5px;
}

.page-resources-8x-bet-app-download-installation-guide__faq-list {
  margin-top: 30px;
}

.page-resources-8x-bet-app-download-installation-guide__faq-item {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-8x-bet-app-download-installation-guide__faq-question {
  font-size: 1.2em;
  color: #007BFF;
  padding: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  background-color: #e9f5ff;
  border-bottom: 1px solid #ddd;
}

.page-resources-8x-bet-app-download-installation-guide__faq-question::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-resources-8x-bet-app-download-installation-guide__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-8x-bet-app-download-installation-guide__faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  background-color: #fcfdff;
}

.page-resources-8x-bet-app-download-installation-guide__faq-answer.active {
  max-height: 200px; /* Adjust as needed */
  padding: 20px;
}

.page-resources-8x-bet-app-download-installation-guide__faq-answer p {
  margin-bottom: 10px;
  color: #555;
}

.page-resources-8x-bet-app-download-installation-guide__faq-answer ul {
  list-style-type: disc;
  margin-left: 20px;
  color: #555;
}

.page-resources-8x-bet-app-download-installation-guide__app-features {
  background-color: #f0f8ff;
}

.page-resources-8x-bet-app-download-installation-guide__features-display {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-resources-8x-bet-app-download-installation-guide__features-image {
  flex: 1 1 45%;
  max-width: 500px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-8x-bet-app-download-installation-guide__features-list {
  flex: 1 1 45%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-8x-bet-app-download-installation-guide__features-list li {
  font-size: 1.1em;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  color: #333;
}

.page-resources-8x-bet-app-download-installation-guide__features-list li i {
  color: #FFC107;
  font-size: 1.5em;
  margin-right: 15px;
  line-height: 1;
  transform: translateY(2px);
}

.page-resources-8x-bet-app-download-installation-guide__features-list li strong {
  color: #007BFF;
}

/* Icon placeholders for demonstration - in a real scenario, these would be actual icons */
.page-resources-8x-bet-app-download-installation-guide__features-list li .icon-game::before { content: '🎮'; }
.page-resources-8x-bet-app-download-installation-guide__features-list li .icon-transaction::before { content: '💸'; }
.page-resources-8x-bet-app-download-installation-guide__features-list li .icon-support::before { content: '📞'; }
.page-resources-8x-bet-app-download-installation-guide__features-list li .icon-promo::before { content: '🎁'; }
.page-resources-8x-bet-app-download-installation-guide__features-list li .icon-security::before { content: '🔒'; }
.page-resources-8x-bet-app-download-installation-guide__features-list li .icon-interface::before { content: '📱'; }

@media (max-width: 992px) {
  .page-resources-8x-bet-app-download-installation-guide__features-display {
    flex-direction: column;
    text-align: center;
  }
  .page-resources-8x-bet-app-download-installation-guide__features-image {
    order: -1; /* Image first on mobile */
  }
  .page-resources-8x-bet-app-download-installation-guide__features-list li {
    justify-content: center;
  }
}

.page-resources-8x-bet-app-download-installation-guide__cta-buttons {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-8x-bet-app-download-installation-guide__btn {
  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;
  white-space: nowrap;
}

.page-resources-8x-bet-app-download-installation-guide__btn--primary {
  background-color: #FFC107;
  color: #000000;
  border: 2px solid #FFC107;
}

.page-resources-8x-bet-app-download-installation-guide__btn--primary:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-8x-bet-app-download-installation-guide__btn--secondary {
  background-color: #007BFF;
  color: #ffffff;
  border: 2px solid #007BFF;
}

.page-resources-8x-bet-app-download-installation-guide__btn--secondary:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-8x-bet-app-download-installation-guide__text-link {
  color: #007BFF;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-8x-bet-app-download-installation-guide__text-link:hover {
  text-decoration: underline;
  color: #0056b3;
}

.page-resources-8x-bet-app-download-installation-guide__conclusion {
  text-align: center;
  padding-bottom: 80px;
}

.page-resources-8x-bet-app-download-installation-guide__conclusion p {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 40px;
  color: #444;
}

@media (max-width: 768px) {
  .page-resources-8x-bet-app-download-installation-guide__section-title {
    font-size: 1.8em;
  }
  .page-resources-8x-bet-app-download-installation-guide__feature-title,
  .page-resources-8x-bet-app-download-installation-guide__step-title {
    font-size: 1.2em;
  }
  .page-resources-8x-bet-app-download-installation-guide__step-item {
    padding-left: 60px;
  }
  .page-resources-8x-bet-app-download-installation-guide__step-number {
    left: 15px;
    top: 20px;
    width: 35px;
    height: 35px;
    font-size: 1.2em;
  }
  .page-resources-8x-bet-app-download-installation-guide__faq-question {
    font-size: 1em;
    padding: 15px;
  }
  .page-resources-8x-bet-app-download-installation-guide__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-8x-bet-app-download-installation-guide__cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .page-resources-8x-bet-app-download-installation-guide__features-image {
    width: 100%;
    max-width: 400px;
  }
}