.page-resources-shbet-app-features-analysis {
  --primary-color: #26A9E0;
  --secondary-color: #FFFFFF;
  --dark-text-color: #333333;
  --light-text-color: #ffffff;
  --login-button-color: #EA7C07;
}

.page-resources-shbet-app-features-analysis__dark-bg {
  background-color: var(--primary-color);
  color: var(--light-text-color);
}

.page-resources-shbet-app-features-analysis__light-bg {
  background-color: var(--secondary-color);
  color: var(--dark-text-color);
}

.page-resources-shbet-app-features-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
  overflow: hidden;
  min-height: 600px;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
}

.page-resources-shbet-app-features-analysis__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.page-resources-shbet-app-features-analysis__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4); /* Dark overlay for text readability */
  border-radius: 10px;
}

.page-resources-shbet-app-features-analysis__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: var(--light-text-color);
}

.page-resources-shbet-app-features-analysis__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: var(--light-text-color);
}

.page-resources-shbet-app-features-analysis__btn-primary {
  display: inline-block;
  background-color: var(--primary-color);
  color: var(--light-text-color);
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
  border: 2px solid transparent;
}

.page-resources-shbet-app-features-analysis__btn-primary:hover {
  background-color: #1e87c0; /* Slightly darker primary color */
}

.page-resources-shbet-app-features-analysis__cta-button {
  background-color: var(--login-button-color); /* Specific color for CTA */
}

.page-resources-shbet-app-features-analysis__cta-button:hover {
  background-color: #c96500; /* Darker login color */
}

.page-resources-shbet-app-features-analysis__content-area,
.page-resources-shbet-app-features-analysis__section {
  padding: 60px 20px;
  text-align: left;
}

.page-resources-shbet-app-features-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-resources-shbet-app-features-analysis__section-title {
  font-size: 2.5em;
  margin-bottom: 40px;
  text-align: center;
  color: inherit;
}

.page-resources-shbet-app-features-analysis__sub-title {
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 20px;
  color: inherit;
}

.page-resources-shbet-app-features-analysis__text-block {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: inherit;
}

.page-resources-shbet-app-features-analysis__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-shbet-app-features-analysis__list-item {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 10px;
  color: inherit;
}

.page-resources-shbet-app-features-analysis__feature-grid,
.page-resources-shbet-app-features-analysis__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-shbet-app-features-analysis__card {
  background-color: var(--secondary-color);
  color: var(--dark-text-color);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.page-resources-shbet-app-features-analysis__card:hover {
  transform: translateY(-5px);
}

.page-resources-shbet-app-features-analysis__feature-image,
.page-resources-shbet-app-features-analysis__benefit-image,
.page-resources-shbet-app-features-analysis__download-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-shbet-app-features-analysis__feature-title,
.page-resources-shbet-app-features-analysis__benefit-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.page-resources-shbet-app-features-analysis__feature-description,
.page-resources-shbet-app-features-analysis__benefit-description {
  font-size: 1em;
  line-height: 1.6;
  color: var(--dark-text-color);
}

.page-resources-shbet-app-features-analysis__download-guide {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
  justify-content: center;
}

.page-resources-shbet-app-features-analysis__download-platform {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  padding: 20px;
  background-color: var(--secondary-color);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.page-resources-shbet-app-features-analysis__download-platform .page-resources-shbet-app-features-analysis__sub-title {
  color: var(--primary-color);
}

.page-resources-shbet-app-features-analysis__download-platform .page-resources-shbet-app-features-analysis__list {
  list-style: decimal inside;
  text-align: left;
  padding-left: 20px;
}

.page-resources-shbet-app-features-analysis__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-shbet-app-features-analysis__faq-list {
  margin-top: 40px;
}

.page-resources-shbet-app-features-analysis__faq-item {
  background-color: var(--secondary-color);
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-resources-shbet-app-features-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--dark-text-color);
  cursor: pointer;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
  list-style: none; /* For details/summary */
}

.page-resources-shbet-app-features-analysis__faq-question::-webkit-details-marker {
  display: none;
}

.page-resources-shbet-app-features-analysis__faq-qtext {
  flex-grow: 1;
  color: var(--primary-color);
}

.page-resources-shbet-app-features-analysis__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  color: var(--primary-color);
}

.page-resources-shbet-app-features-analysis__faq-answer {
  padding: 20px;
  font-size: 1.05em;
  line-height: 1.6;
  color: var(--dark-text-color);
  background-color: var(--secondary-color);
}

.page-resources-shbet-app-features-analysis__cta-final {
  text-align: center;
  margin-top: 60px;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.1); /* Slight overlay on dark background */
  border-radius: 10px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-shbet-app-features-analysis__hero-title {
    font-size: 2.8em;
  }
}

@media (max-width: 768px) {
  .page-resources-shbet-app-features-analysis {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-shbet-app-features-analysis__hero-section {
    padding: 60px 15px;
    min-height: 400px;
    padding-top: var(--header-offset, 120px) !important; /* Mobile fixed header offset */
  }
  .page-resources-shbet-app-features-analysis__hero-content {
    padding: 15px;
  }
  .page-resources-shbet-app-features-analysis__hero-title {
    font-size: 2em;
  }
  .page-resources-shbet-app-features-analysis__hero-description {
    font-size: 1em;
  }
  .page-resources-shbet-app-features-analysis__btn-primary,
  .page-resources-shbet-app-features-analysis__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-resources-shbet-app-features-analysis__content-area,
  .page-resources-shbet-app-features-analysis__section {
    padding: 40px 15px;
  }
  .page-resources-shbet-app-features-analysis__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }
  .page-resources-shbet-app-features-analysis__sub-title {
    font-size: 1.5em;
  }
  .page-resources-shbet-app-features-analysis__feature-grid,
  .page-resources-shbet-app-features-analysis__benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-resources-shbet-app-features-analysis__feature-card,
  .page-resources-shbet-app-features-analysis__benefit-card,
  .page-resources-shbet-app-features-analysis__download-platform {
    padding: 20px;
  }
  .page-resources-shbet-app-features-analysis__feature-image,
  .page-resources-shbet-app-features-analysis__benefit-image,
  .page-resources-shbet-app-features-analysis__download-image,
  .page-resources-shbet-app-features-analysis__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px;
    min-height: 200px;
  }
  .page-resources-shbet-app-features-analysis__download-guide {
    flex-direction: column;
    gap: 20px;
  }
  .page-resources-shbet-app-features-analysis__download-platform {
    max-width: 100%;
  }
  .page-resources-shbet-app-features-analysis__faq-question {
    font-size: 1.1em;
  }
  .page-resources-shbet-app-features-analysis__cta-final {
    padding: 30px 15px;
  }
  .page-resources-shbet-app-features-analysis__section,
  .page-resources-shbet-app-features-analysis__card,
  .page-resources-shbet-app-features-analysis__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-shbet-app-features-analysis__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .page-resources-shbet-app-features-analysis__hero-title {
    font-size: 1.8em;
  }
  .page-resources-shbet-app-features-analysis__section-title {
    font-size: 1.8em;
  }
  .page-resources-shbet-app-features-analysis__sub-title {
    font-size: 1.3em;
  }
  .page-resources-shbet-app-features-analysis__text-block,
  .page-resources-shbet-app-features-analysis__list-item,
  .page-resources-shbet-app-features-analysis__feature-description,
  .page-resources-shbet-app-features-analysis__benefit-description,
  .page-resources-shbet-app-features-analysis__faq-answer {
    font-size: 0.95em;
  }
}