.page-betting-platforms-slots-platform-selection {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for main text on dark background */
  background-color: #1A202C;
  line-height: 1.6;
}

.page-betting-platforms-slots-platform-selection .highlight {
  color: #FFD700;
}

.page-betting-platforms-slots-platform-selection__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-betting-platforms-slots-platform-selection__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-betting-platforms-slots-platform-selection__section:last-of-type {
  border-bottom: none;
}

.page-betting-platforms-slots-platform-selection__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-betting-platforms-slots-platform-selection__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-betting-platforms-slots-platform-selection__hero-section {
  background: linear-gradient(135deg, #1A202C 0%, #3a475a 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-betting-platforms-slots-platform-selection__hero-title {
  font-size: 3.8em;
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-betting-platforms-slots-platform-selection__hero-subtitle {
  font-size: 1.4em;
  color: #B0B0B0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-betting-platforms-slots-platform-selection__hero-image {
  max-width: 100%;
  height: auto;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-betting-platforms-slots-platform-selection__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
}

.page-betting-platforms-slots-platform-selection__btn--primary {
  background-color: #FFD700;
  color: #1A202C;
  border: 2px solid #FFD700;
}

.page-betting-platforms-slots-platform-selection__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-betting-platforms-slots-platform-selection__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-betting-platforms-slots-platform-selection__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
}

.page-betting-platforms-slots-platform-selection__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-betting-platforms-slots-platform-selection__btn--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-betting-platforms-slots-platform-selection__list {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  max-width: 800px;
}

.page-betting-platforms-slots-platform-selection__list li {
  background-color: #2D3748;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  color: #E0E0E0;
  font-size: 1.1em;
}

.page-betting-platforms-slots-platform-selection__list li strong {
  color: #FFD700;
  margin-right: 10px;
}

.page-betting-platforms-slots-platform-selection__platform-card {
  background-color: #2D3748;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-betting-platforms-slots-platform-selection__platform-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.page-betting-platforms-slots-platform-selection__platform-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  max-height: 200px;
  object-fit: cover;
}

.page-betting-platforms-slots-platform-selection__card-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-betting-platforms-slots-platform-selection__card-features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
}

.page-betting-platforms-slots-platform-selection__card-features li {
  background-color: transparent;
  margin-bottom: 10px;
  padding: 0;
  box-shadow: none;
  font-size: 1em;
  color: #B0B0B0;
  display: flex;
  align-items: center;
}

.page-betting-platforms-slots-platform-selection__card-features li::before {
  content: '✓';
  color: #FFD700;
  margin-right: 10px;
  font-weight: bold;
  font-size: 1.2em;
}

.page-betting-platforms-slots-platform-selection__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-betting-platforms-slots-platform-selection__benefit-item {
  background-color: #2D3748;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-betting-platforms-slots-platform-selection__benefit-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-betting-platforms-slots-platform-selection__benefit-item p {
  color: #B0B0B0;
  font-size: 1em;
}

.page-betting-platforms-slots-platform-selection__benefit-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.page-betting-platforms-slots-platform-selection__steps-list {
  list-style: decimal;
  padding-left: 25px;
  margin: 30px auto;
  max-width: 800px;
  color: #E0E0E0;
}

.page-betting-platforms-slots-platform-selection__steps-list li {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-betting-platforms-slots-platform-selection__steps-list li strong {
  color: #FFD700;
}

.page-betting-platforms-slots-platform-selection__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-betting-platforms-slots-platform-selection__promo-card {
  background-color: #2D3748;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 25px;
  text-align: center;
}

.page-betting-platforms-slots-platform-selection__promo-image {
  max-width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-betting-platforms-slots-platform-selection__promo-card h3 {
  color: #FFD700;
  font-size: 1.6em;
  margin-bottom: 10px;
}

.page-betting-platforms-slots-platform-selection__promo-card p {
  color: #B0B0B0;
  font-size: 1em;
  margin-bottom: 20px;
}

.page-betting-platforms-slots-platform-selection__promo-note {
  text-align: center;
  margin-top: 40px;
  font-style: italic;
  color: #B0B0B0;
}

.page-betting-platforms-slots-platform-selection__download-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-betting-platforms-slots-platform-selection__app-image {
  max-width: 500px;
  height: auto;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-betting-platforms-slots-platform-selection__responsible-gambling ul {
  list-style: disc;
  padding-left: 25px;
  margin: 30px auto;
  max-width: 800px;
  color: #E0E0E0;
}

.page-betting-platforms-slots-platform-selection__responsible-gambling ul li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-betting-platforms-slots-platform-selection__faq-item {
  background-color: #2D3748;
  border-radius: 8px;
  padding: 20px 30px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-betting-platforms-slots-platform-selection__faq-item:hover {
  background-color: #3a475a;
}

.page-betting-platforms-slots-platform-selection__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin: 0;
  padding-right: 30px;
  position: relative;
}

.page-betting-platforms-slots-platform-selection__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFD700;
}

.page-betting-platforms-slots-platform-selection__faq-item.active .page-betting-platforms-slots-platform-selection__faq-question::after {
  content: '-';
}

.page-betting-platforms-slots-platform-selection__faq-answer {
  font-size: 1em;
  color: #B0B0B0;
  margin-top: 15px;
  display: none;
  line-height: 1.7;
}

.page-betting-platforms-slots-platform-selection__faq-item.active .page-betting-platforms-slots-platform-selection__faq-answer {
  display: block;
}

.page-betting-platforms-slots-platform-selection__final-cta-content {
  text-align: center;
}

.page-betting-platforms-slots-platform-selection__final-cta .page-betting-platforms-slots-platform-selection__btn--large {
  margin: 0 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-betting-platforms-slots-platform-selection__hero-title {
    font-size: 3em;
  }

  .page-betting-platforms-slots-platform-selection__hero-subtitle {
    font-size: 1.2em;
  }

  .page-betting-platforms-slots-platform-selection__section-title {
    font-size: 2em;
  }

  .page-betting-platforms-slots-platform-selection__btn--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .page-betting-platforms-slots-platform-selection__hero-title {
    font-size: 2.5em;
  }

  .page-betting-platforms-slots-platform-selection__hero-subtitle {
    font-size: 1em;
  }

  .page-betting-platforms-slots-platform-selection__section-title {
    font-size: 1.8em;
  }

  .page-betting-platforms-slots-platform-selection__platform-card,
  .page-betting-platforms-slots-platform-selection__benefit-item,
  .page-betting-platforms-slots-platform-selection__promo-card {
    margin-bottom: 20px;
  }

  .page-betting-platforms-slots-platform-selection__download-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-betting-platforms-slots-platform-selection__final-cta .page-betting-platforms-slots-platform-selection__btn--large {
    display: block;
    width: 100%;
    margin: 15px 0;
  }
}

@media (max-width: 480px) {
  .page-betting-platforms-slots-platform-selection__hero-title {
    font-size: 2em;
  }

  .page-betting-platforms-slots-platform-selection__hero-subtitle {
    font-size: 0.9em;
  }

  .page-betting-platforms-slots-platform-selection__section-title {
    font-size: 1.5em;
  }

  .page-betting-platforms-slots-platform-selection__btn {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-betting-platforms-slots-platform-selection__list li,
  .page-betting-platforms-slots-platform-selection__steps-list li,
  .page-betting-platforms-slots-platform-selection__responsible-gambling ul li {
    font-size: 1em;
  }

  .page-betting-platforms-slots-platform-selection__card-title {
    font-size: 1.5em;
  }

  .page-betting-platforms-slots-platform-selection__faq-question {
    font-size: 1.1em;
  }
}