.page-news-information-event-reports {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-news-information-event-reports__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-news-information-event-reports__hero {
  background: linear-gradient(135deg, #0056b3, #003d80);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-news-information-event-reports__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffd700; /* Gold for emphasis */
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-news-information-event-reports__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-news-information-event-reports__cta-button {
  display: inline-block;
  background-color: #ffd700; /* Gold for CTA */
  color: #0056b3; /* Dark blue for text on gold */
  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;
}

.page-news-information-event-reports__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-news-information-event-reports__cta-button--secondary {
  background-color: #0056b3;
  color: #fff;
  border: 2px solid #ffd700;
}

.page-news-information-event-reports__cta-button--secondary:hover {
  background-color: #003d80;
  border-color: #e6c200;
}

.page-news-information-event-reports__cta-button--large {
  padding: 20px 40px;
  font-size: 1.3em;
}

.page-news-information-event-reports__content-section,
.page-news-information-event-reports__featured-reports,
.page-news-information-event-reports__how-to-access,
.page-news-information-event-reports__why-8xbet {
  padding: 60px 0;
}

.page-news-information-event-reports__section-title {
  font-size: 2.5em;
  color: #0056b3;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}

.page-news-information-event-reports__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ffd700;
  border-radius: 2px;
}

.page-news-information-event-reports__feature-grid,
.page-news-information-event-reports__report-grid,
.page-news-information-event-reports__steps-grid {
  display: grid;
  gap: 30px;
}

.page-news-information-event-reports__feature-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.page-news-information-event-reports__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-news-information-event-reports__feature-item:hover {
  transform: translateY(-5px);
}

.page-news-information-event-reports__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-news-information-event-reports__feature-heading {
  font-size: 1.8em;
  color: #0056b3;
  margin-bottom: 15px;
}

.page-news-information-event-reports__feature-description {
  font-size: 1.05em;
  color: #555;
}

.page-news-information-event-reports__report-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.page-news-information-event-reports__report-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.page-news-information-event-reports__report-card:hover {
  transform: translateY(-5px);
}

.page-news-information-event-reports__report-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.page-news-information-event-reports__report-content {
  padding: 25px;
}

.page-news-information-event-reports__report-title {
  font-size: 1.6em;
  color: #0056b3;
  margin-bottom: 10px;
  line-height: 1.3;
}

.page-news-information-event-reports__report-meta {
  font-size: 0.9em;
  color: #777;
  margin-bottom: 15px;
}

.page-news-information-event-reports__report-excerpt {
  font-size: 1em;
  color: #444;
  margin-bottom: 20px;
}

.page-news-information-event-reports__read-more {
  display: inline-block;
  color: #ffd700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-news-information-event-reports__read-more:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-news-information-event-reports__view-all {
  text-align: center;
  margin-top: 50px;
}

.page-news-information-event-reports__steps-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.page-news-information-event-reports__step-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
  padding-top: 60px; /* Space for step number */
}

.page-news-information-event-reports__step-number {
  position: absolute;
  top: -25px; /* Position above the box */
  left: 50%;
  transform: translateX(-50%);
  background-color: #0056b3;
  color: #ffd700;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  border: 3px solid #ffd700;
  box-shadow: 0 0 0 5px rgba(255, 215, 0, 0.3);
}

.page-news-information-event-reports__step-heading {
  font-size: 1.8em;
  color: #0056b3;
  margin-bottom: 15px;
}

.page-news-information-event-reports__step-description {
  font-size: 1.05em;
  color: #555;
  margin-bottom: 25px;
}

.page-news-information-event-reports__step-cta {
  display: inline-block;
  background-color: #ffd700;
  color: #0056b3;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-news-information-event-reports__step-cta:hover {
  background-color: #e6c200;
  transform: translateY(-1px);
}

.page-news-information-event-reports__final-cta-text {
  text-align: center;
  font-size: 1.4em;
  color: #0056b3;
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-news-information-event-reports__why-8xbet {
  background-color: #e3f2fd; /* Light blue background for this section */
  padding: 80px 0;
}

.page-news-information-event-reports__text-block {
  font-size: 1.1em;
  color: #333;
  margin-bottom: 25px;
  text-align: justify;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-news-information-event-reports__hero-title {
    font-size: 2.5em;
  }

  .page-news-information-event-reports__hero-subtitle {
    font-size: 1.1em;
  }

  .page-news-information-event-reports__section-title {
    font-size: 2em;
  }

  .page-news-information-event-reports__feature-grid,
  .page-news-information-event-reports__report-grid,
  .page-news-information-event-reports__steps-grid {
    grid-template-columns: 1fr;
  }

  .page-news-information-event-reports__feature-item,
  .page-news-information-event-reports__report-card,
  .page-news-information-event-reports__step-item {
    margin: 0 10px;
  }
}

@media (max-width: 480px) {
  .page-news-information-event-reports__hero {
    padding: 60px 0;
  }

  .page-news-information-event-reports__hero-title {
    font-size: 2em;
  }

  .page-news-information-event-reports__hero-subtitle {
    font-size: 1em;
  }

  .page-news-information-event-reports__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-news-information-event-reports__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-news-information-event-reports__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-news-information-event-reports__feature-heading,
  .page-news-information-event-reports__report-title,
  .page-news-information-event-reports__step-heading {
    font-size: 1.5em;
  }

  .page-news-information-event-reports__final-cta-text {
    font-size: 1.2em;
  }
}