.page-where-can-you-play-roobet {
  font-family: 'Arial', sans-serif;
  color: #e0e0e0;
  background-color: #1a1a2e;
  line-height: 1.6;
  padding-top: 10px; /* Decorative top padding, assuming body has header offset */
}

.page-where-can-you-play-roobet__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-where-can-you-play-roobet__section-title {
  font-size: 2.2em;
  color: #e94560;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
  font-weight: bold;
}

/* Hero Section */
.page-where-can-you-play-roobet__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 0;
  background: linear-gradient(135deg, #1a1a2e, #0f3460);
  position: relative;
  overflow: hidden;
}

.page-where-can-you-play-roobet__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-where-can-you-play-roobet__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}

.page-where-can-you-play-roobet__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 0 15px;
}

.page-where-can-you-play-roobet__hero-title {
  font-size: 2.8em;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-where-can-you-play-roobet__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #c0c0c0;
}

.page-where-can-you-play-roobet__hero-button,
.page-where-can-you-play-roobet__cta-button {
  display: inline-block;
  background-color: #e94560;
  color: #ffffff;
  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;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-where-can-you-play-roobet__hero-button:hover,
.page-where-can-you-play-roobet__cta-button:hover {
  background-color: #ff6a80;
  transform: translateY(-3px);
}

/* About Section */
.page-where-can-you-play-roobet__about-section {
  padding: 60px 0;
  background-color: #2a2a4a;
}

.page-where-can-you-play-roobet__about-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
}

.page-where-can-you-play-roobet__about-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

/* Features Section */
.page-where-can-you-play-roobet__features-section {
  padding: 60px 0;
  background-color: #1a1a2e;
}

.page-where-can-you-play-roobet__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-where-can-you-play-roobet__feature-card {
  background-color: #0f3460;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-where-can-you-play-roobet__feature-card:hover {
  transform: translateY(-5px);
  background-color: #1a4a80;
}

.page-where-can-you-play-roobet__feature-icon {
  width: 100%; /* Ensure images are responsive within card */
  max-width: 250px; /* Max width for feature icons */
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-where-can-you-play-roobet__feature-title {
  font-size: 1.4em;
  color: #e94560;
  margin-bottom: 15px;
}

.page-where-can-you-play-roobet__feature-description {
  font-size: 0.95em;
  color: #c0c0c0;
}

/* CTA Section */
.page-where-can-you-play-roobet__cta-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #0f3460, #1a1a2e);
  text-align: center;
}

.page-where-can-you-play-roobet__cta-text {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #c0c0c0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-where-can-you-play-roobet__cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 400px;
  margin: 0 auto 40px auto;
}

.page-where-can-you-play-roobet__cta-button--download {
  background-color: #3e8e7e;
}

.page-where-can-you-play-roobet__cta-button--download:hover {
  background-color: #5cb85c;
}

.page-where-can-you-play-roobet__cta-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

/* FAQ Section */
.page-where-can-you-play-roobet__faq-section {
  padding: 60px 0;
  background-color: #2a2a4a;
}

.page-where-can-you-play-roobet__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-where-can-you-play-roobet__faq-item {
  background-color: #0f3460;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-where-can-you-play-roobet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  user-select: none;
  background-color: #0f3460;
  transition: background-color 0.3s ease;
}

.page-where-can-you-play-roobet__faq-question:hover {
  background-color: #1a4a80;
}

.page-where-can-you-play-roobet__faq-title {
  font-size: 1.1em;
  color: #ffffff;
  margin: 0;
  flex-grow: 1;
  pointer-events: none; /* Prevent h3 from blocking click event */
}

.page-where-can-you-play-roobet__faq-toggle {
  font-size: 1.5em;
  color: #e94560;
  font-weight: bold;
  margin-left: 15px;
  pointer-events: none; /* Prevent span from blocking click event */
  transition: transform 0.3s ease;
}

.page-where-can-you-play-roobet__faq-item.active .page-where-can-you-play-roobet__faq-toggle {
  transform: rotate(45deg); /* Change + to X (or similar) */
}

.page-where-can-you-play-roobet__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px; /* Initial padding 0 */
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  background-color: #1a1a2e;
  color: #c0c0c0;
  font-size: 0.95em;
}

.page-where-can-you-play-roobet__faq-item.active .page-where-can-you-play-roobet__faq-answer {
  max-height: 2000px !important; /* Sufficiently large to show content */
  padding: 20px 25px !important; /* Final padding */
  opacity: 1;
}

/* General responsive styles */
.page-where-can-you-play-roobet img {
  max-width: 100% !important;
  height: auto !important;
  box-sizing: border-box !important;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-where-can-you-play-roobet__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-where-can-you-play-roobet__hero-title {
    font-size: 2em;
  }

  .page-where-can-you-play-roobet__hero-description {
    font-size: 1em;
  }

  .page-where-can-you-play-roobet__hero-button,
  .page-where-can-you-play-roobet__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-where-can-you-play-roobet__about-content {
    flex-direction: column;
  }

  .page-where-can-you-play-roobet__features-grid {
    grid-template-columns: 1fr;
  }

  .page-where-can-you-play-roobet__feature-card {
    padding: 20px;
  }

  .page-where-can-you-play-roobet__cta-buttons {
    max-width: 100%;
    padding: 0 15px;
  }

  .page-where-can-you-play-roobet__faq-list {
    padding: 0 15px;
  }

  .page-where-can-you-play-roobet__faq-question {
    padding: 15px 20px;
  }

  .page-where-can-you-play-roobet__faq-title {
    font-size: 1em;
  }

  .page-where-can-you-play-roobet__faq-answer {
    padding: 0 20px;
  }

  .page-where-can-you-play-roobet__faq-item.active .page-where-can-you-play-roobet__faq-answer {
    padding: 15px 20px !important;
  }

  /* List item mobile responsiveness */
  .page-where-can-you-play-roobet__features-grid > .page-where-can-you-play-roobet__feature-card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 15px !important; /* Adjust padding to prevent content from touching edges */
    padding-right: 15px !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }
}