.page-resources-onbet-official-website-features {
  font-family: 'Arial', sans-serif;
  color: #F5F5F5; /* Light text on dark background */
  background-color: #0A0A0A;
  line-height: 1.6;
}

.page-resources-onbet-official-website-features__hero {
  background: linear-gradient(135deg, #0A0A0A 0%, #222222 100%);
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 40px;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

.page-resources-onbet-official-website-features__hero-content {
  max-width: 900px;
  z-index: 1;
}

.page-resources-onbet-official-website-features__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-resources-onbet-official-website-features__hero-subtitle {
  font-size: 1.5em;
  color: #E0E0E0;
  margin-bottom: 30px;
}

.page-resources-onbet-official-website-features__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  overflow: hidden;
}

.page-resources-onbet-official-website-features__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(5px);
  transform: scale(1.1);
}

.page-resources-onbet-official-website-features__section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.page-resources-onbet-official-website-features__section-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-onbet-official-website-features__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-onbet-official-website-features__text-content {
  font-size: 1.1em;
  color: #E0E0E0;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

.page-resources-onbet-official-website-features__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-resources-onbet-official-website-features__image--large {
  max-width: 800px;
}

.page-resources-onbet-official-website-features__feature-grid, 
.page-resources-onbet-official-website-features__advantage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-onbet-official-website-features__feature-card,
.page-resources-onbet-official-website-features__advantage-item {
  background-color: #1A1A1A;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-resources-onbet-official-website-features__feature-card:hover,
.page-resources-onbet-official-website-features__advantage-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.6);
}

.page-resources-onbet-official-website-features__feature-card-title,
.page-resources-onbet-official-website-features__advantage-item-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-onbet-official-website-features__feature-card p,
.page-resources-onbet-official-website-features__advantage-item p {
  color: #C0C0C0;
  font-size: 1em;
  flex-grow: 1;
}

.page-resources-onbet-official-website-features__feature-card-image {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-resources-onbet-official-website-features__btn {
  display: inline-block;
  background-color: #FFD700;
  color: #0A0A0A;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 20px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-resources-onbet-official-website-features__btn:hover {
  background-color: #E0B800;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.page-resources-onbet-official-website-features__btn--primary {
  background-color: #FFD700;
  color: #0A0A0A;
}

.page-resources-onbet-official-website-features__btn--primary:hover {
  background-color: #E0B800;
}

.page-resources-onbet-official-website-features__btn--secondary {
  background-color: #333;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 15px;
}

.page-resources-onbet-official-website-features__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A0A0A;
}

.page-resources-onbet-official-website-features__app-download {
  background-color: #121212;
  padding: 80px 20px;
}

.page-resources-onbet-official-website-features__app-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-resources-onbet-official-website-features__btn--download {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  font-size: 1.2em;
  background-color: #FFD700;
  color: #0A0A0A;
}

.page-resources-onbet-official-website-features__btn--download .page-resources-onbet-official-website-features__icon {
  width: 24px;
  height: 24px;
  filter: invert(1);
}

.page-resources-onbet-official-website-features__steps {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-resources-onbet-official-website-features__step-item {
  background-color: #1A1A1A;
  border-radius: 15px;
  padding: 30px;
  width: 300px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.page-resources-onbet-official-website-features__step-number {
  width: 60px;
  height: 60px;
  background-color: #FFD700;
  color: #0A0A0A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto 20px;
}

.page-resources-onbet-official-website-features__step-item h3 {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-resources-onbet-official-website-features__step-item p {
  color: #C0C0C0;
}

.page-resources-onbet-official-website-features__faq-item {
  background-color: #1A1A1A;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-resources-onbet-official-website-features__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-resources-onbet-official-website-features__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFD700;
}

.page-resources-onbet-official-website-features__faq-question.active::after {
  content: '-';
}

.page-resources-onbet-official-website-features__faq-answer {
  color: #C0C0C0;
  font-size: 1em;
  display: none;
  padding-top: 10px;
  border-top: 1px solid #333;
  margin-top: 10px;
}

.page-resources-onbet-official-website-features__faq-answer.active {
  display: block;
}

.page-resources-onbet-official-website-features__cta-bottom {
  background-color: #121212;
  padding: 80px 20px;
  text-align: center;
}

.page-resources-onbet-official-website-features__cta-bottom-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-resources-onbet-official-website-features__cta-bottom-text {
  font-size: 1.2em;
  color: #E0E0E0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-onbet-official-website-features__floating-promo {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #FFD700;
  border-radius: 50px;
  padding: 10px 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  z-index: 1000;
  animation: pulse 2s infinite;
}

.page-resources-onbet-official-website-features__floating-promo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #0A0A0A;
  font-weight: bold;
}

.page-resources-onbet-official-website-features__floating-promo-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.page-resources-onbet-official-website-features__floating-promo-text {
  font-size: 1.1em;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.highlight-text {
  color: #FFD700;
  font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-onbet-official-website-features__hero {
    padding: 60px 15px;
  }

  .page-resources-onbet-official-website-features__hero-title {
    font-size: 2.5em;
  }

  .page-resources-onbet-official-website-features__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-onbet-official-website-features__section-title {
    font-size: 2em;
  }

  .page-resources-onbet-official-website-features__feature-grid,
  .page-resources-onbet-official-website-features__advantage-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-onbet-official-website-features__app-buttons {
    flex-direction: column;
  }

  .page-resources-onbet-official-website-features__btn--secondary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-resources-onbet-official-website-features__steps {
    flex-direction: column;
    align-items: center;
  }

  .page-resources-onbet-official-website-features__step-item {
    width: 100%;
    max-width: 350px;
  }

  .page-resources-onbet-official-website-features__floating-promo {
    bottom: 20px;
    right: 20px;
    padding: 8px 15px;
  }

  .page-resources-onbet-official-website-features__floating-promo-text {
    font-size: 0.9em;
  }

  .page-resources-onbet-official-website-features__floating-promo-icon {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 480px) {
  .page-resources-onbet-official-website-features__hero-title {
    font-size: 2em;
  }

  .page-resources-onbet-official-website-features__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-onbet-official-website-features__btn {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-resources-onbet-official-website-features__btn--download {
    font-size: 1em;
    padding: 12px 20px;
  }

  .page-resources-onbet-official-website-features__section-title {
    font-size: 1.8em;
  }

  .page-resources-onbet-official-website-features__cta-bottom-title {
    font-size: 2em;
  }
}