.page-index-sports-betting-highlights {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-index-sports-betting-highlights__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-index-sports-betting-highlights__hero {
  background: linear-gradient(135deg, #B22222 0%, #FFD700 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-index-sports-betting-highlights__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.page-index-sports-betting-highlights__hero > * {
  position: relative;
  z-index: 2;
}

.page-index-sports-betting-highlights__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.page-index-sports-betting-highlights__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #eee;
}

.page-index-sports-betting-highlights__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.6;
}

.page-index-sports-betting-highlights__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-index-sports-betting-highlights__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  text-align: center;
  min-width: 150px;
}

.page-index-sports-betting-highlights__btn--primary {
  background-color: #FFD700;
  color: #B22222;
  border: 2px solid #FFD700;
}

.page-index-sports-betting-highlights__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  color: #8c1b1b;
}

.page-index-sports-betting-highlights__btn--secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.page-index-sports-betting-highlights__btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFD700;
  border-color: #FFD700;
}

.page-index-sports-betting-highlights__btn--download {
  background-color: #B22222;
  color: #FFD700;
  border: 2px solid #B22222;
}

.page-index-sports-betting-highlights__btn--download:hover {
  background-color: #8c1b1b;
  border-color: #8c1b1b;
  color: #FFD700;
}

.page-index-sports-betting-highlights__section {
  padding: 60px 0;
  text-align: center;
}

.page-index-sports-betting-highlights__section:nth-of-type(even) {
  background-color: #f0f0f0;
}

.page-index-sports-betting-highlights__section-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #B22222;
  font-weight: bold;
}

.page-index-sports-betting-highlights__section-description {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #555;
}

.page-index-sports-betting-highlights .highlight {
  color: #B22222;
}

.page-index-sports-betting-highlights__featured-sports .highlight {
  color: #FFD700;
}

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

.page-index-sports-betting-highlights__sport-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-sports-betting-highlights__sport-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-index-sports-betting-highlights__sport-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-sports-betting-highlights__sport-title {
  font-size: 1.8em;
  color: #B22222;
  margin-bottom: 15px;
}

.page-index-sports-betting-highlights__sport-text {
  color: #666;
  font-size: 1em;
}

.page-index-sports-betting-highlights__why-choose {
  background-color: #fff;
}

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

.page-index-sports-betting-highlights__feature-item {
  background-color: #fdfdfd;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  border-top: 5px solid #FFD700;
}

.page-index-sports-betting-highlights__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  object-fit: contain;
}

.page-index-sports-betting-highlights__feature-title {
  font-size: 1.6em;
  color: #B22222;
  margin-bottom: 10px;
}

.page-index-sports-betting-highlights__feature-text {
  color: #666;
  font-size: 0.95em;
  margin-bottom: 20px;
}

.page-index-sports-betting-highlights__betting-guide {
  background-color: #f0f0f0;
}

.page-index-sports-betting-highlights__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-sports-betting-highlights__step-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-bottom: 4px solid #B22222;
}

.page-index-sports-betting-highlights__step-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  object-fit: contain;
}

.page-index-sports-betting-highlights__step-title {
  font-size: 1.5em;
  color: #B22222;
  margin-bottom: 10px;
}

.page-index-sports-betting-highlights__step-text {
  color: #666;
  font-size: 0.95em;
}

.page-index-sports-betting-highlights__step-text a {
  color: #B22222;
  text-decoration: underline;
}

.page-index-sports-betting-highlights__step-text a:hover {
  color: #FFD700;
}

.page-index-sports-betting-highlights__cta-bottom {
  margin-top: 50px;
}

.page-index-sports-betting-highlights__about-sv368 {
  background-color: #fff;
}

.page-index-sports-betting-highlights__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
  text-align: left;
}

.page-index-sports-betting-highlights__about-image {
  flex: 1 1 300px;
  max-width: 450px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  object-fit: contain;
}

.page-index-sports-betting-highlights__text-content {
  flex: 2 1 400px;
}

.page-index-sports-betting-highlights__text-content p {
  margin-bottom: 15px;
  color: #444;
  font-size: 1.05em;
}

.page-index-sports-betting-highlights__testimonials {
  background-color: #f0f0f0;
}

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

.page-index-sports-betting-highlights__testimonial-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  text-align: left;
  border-left: 5px solid #FFD700;
}

.page-index-sports-betting-highlights__testimonial-item::before {
  content: '“';
  font-size: 6em;
  color: rgba(178, 34, 34, 0.1);
  position: absolute;
  top: 0px;
  left: 15px;
  line-height: 1;
  z-index: 0;
}

.page-index-sports-betting-highlights__testimonial-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 3px solid #FFD700;
}

.page-index-sports-betting-highlights__testimonial-text {
  font-style: italic;
  color: #555;
  margin-bottom: 15px;
  font-size: 1.05em;
  position: relative;
  z-index: 1;
}

.page-index-sports-betting-highlights__testimonial-author {
  font-weight: bold;
  color: #B22222;
  font-size: 1em;
}

.page-index-sports-betting-highlights__faq {
  background-color: #fff;
}

.page-index-sports-betting-highlights__faq-list {
  max-width: 800px;
  margin: 40px auto 0 auto;
  text-align: left;
}

.page-index-sports-betting-highlights__faq-item {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.page-index-sports-betting-highlights__faq-question {
  background-color: #B22222;
  color: #fff;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.2em;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-index-sports-betting-highlights__faq-question::after {
  content: '+';
  font-size: 1.5em;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.page-index-sports-betting-highlights__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-index-sports-betting-highlights__faq-answer {
  padding: 0 25px;
  background-color: #f9f9f9;
  color: #444;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-index-sports-betting-highlights__faq-answer.active {
  max-height: 200px; /* Adjust based on content */
  padding: 20px 25px;
}

.page-index-sports-betting-highlights__faq-answer p {
  margin: 0;
}

.page-index-sports-betting-highlights__faq-answer a {
  color: #B22222;
  text-decoration: underline;
}

.page-index-sports-betting-highlights__faq-answer a:hover {
  color: #FFD700;
}

.page-index-sports-betting-highlights__cta-final {
  background: linear-gradient(90deg, #B22222, #8c1b1b);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-index-sports-betting-highlights__cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}

.page-index-sports-betting-highlights__cta-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #eee;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-sports-betting-highlights__hero-title {
    font-size: 2.8em;
  }

  .page-index-sports-betting-highlights__section-title {
    font-size: 2.2em;
  }

  .page-index-sports-betting-highlights__cta-title {
    font-size: 2.5em;
  }

  .page-index-sports-betting-highlights__about-image {
    max-width: 100%;
  }

  .page-index-sports-betting-highlights__content-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-index-sports-betting-highlights__hero {
    padding: 60px 0;
  }

  .page-index-sports-betting-highlights__hero-title {
    font-size: 2.2em;
  }

  .page-index-sports-betting-highlights__hero-description {
    font-size: 1.1em;
  }

  .page-index-sports-betting-highlights__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-index-sports-betting-highlights__btn {
    width: 80%;
    max-width: 300px;
  }

  .page-index-sports-betting-highlights__section {
    padding: 40px 0;
  }

  .page-index-sports-betting-highlights__section-title {
    font-size: 1.8em;
  }

  .page-index-sports-betting-highlights__cta-title {
    font-size: 2em;
  }

  .page-index-sports-betting-highlights__testimonial-item {
    text-align: center;
  }

  .page-index-sports-betting-highlights__testimonial-avatar {
    margin: 0 auto 15px auto;
  }

  .page-index-sports-betting-highlights__testimonial-item::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 480px) {
  .page-index-sports-betting-highlights__hero-title {
    font-size: 1.8em;
  }

  .page-index-sports-betting-highlights__section-title {
    font-size: 1.5em;
  }

  .page-index-sports-betting-highlights__cta-title {
    font-size: 1.6em;
  }

  .page-index-sports-betting-highlights__btn {
    padding: 12px 20px;
    font-size: 1em;
  }
}