.page-index-latest-bigwin-news {
  color: #ffffff; /* Light text on dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-index-latest-bigwin-news__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px);
  background-color: #000000;
  overflow: hidden;
}

.page-index-latest-bigwin-news__hero-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.page-index-latest-bigwin-news__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text readability */
}

.page-index-latest-bigwin-news__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 800px;
  padding: 20px;
  z-index: 10;
}

.page-index-latest-bigwin-news__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-index-latest-bigwin-news__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-index-latest-bigwin-news__hero-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-index-latest-bigwin-news__hero-button--register {
  background-color: #FCBC45; /* Login button color */
  color: #000000;
}

.page-index-latest-bigwin-news__hero-button--register:hover {
  background-color: #e0a53b;
}

.page-index-latest-bigwin-news__stories-section,
.page-index-latest-bigwin-news__updates-section,
.page-index-latest-bigwin-news__insights-section,
.page-index-latest-bigwin-news__cta-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}

.page-index-latest-bigwin-news__section-title,
.page-index-latest-bigwin-news__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FCBC45;
}

.page-index-latest-bigwin-news__section-description,
.page-index-latest-bigwin-news__cta-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #f0f0f0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-latest-bigwin-news__stories-grid,
.page-index-latest-bigwin-news__updates-grid,
.page-index-latest-bigwin-news__insights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-index-latest-bigwin-news__story-card,
.page-index-latest-bigwin-news__update-card,
.page-index-latest-bigwin-news__insight-card {
  background-color: rgba(255, 255, 255, 0.08); /* Slightly visible on dark background */
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-latest-bigwin-news__story-card:hover,
.page-index-latest-bigwin-news__update-card:hover,
.page-index-latest-bigwin-news__insight-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-index-latest-bigwin-news__story-image,
.page-index-latest-bigwin-news__update-image,
.page-index-latest-bigwin-news__insight-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-index-latest-bigwin-news__story-card h3,
.page-index-latest-bigwin-news__update-card h3,
.page-index-latest-bigwin-news__insight-card h3 {
  font-size: 1.4em;
  padding: 15px;
  color: #FCBC45;
}

.page-index-latest-bigwin-news__story-card h3 a,
.page-index-latest-bigwin-news__update-card h3 a,
.page-index-latest-bigwin-news__insight-card h3 a {
  color: #FCBC45;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-latest-bigwin-news__story-card h3 a:hover,
.page-index-latest-bigwin-news__update-card h3 a:hover,
.page-index-latest-bigwin-news__insight-card h3 a:hover {
  color: #FFFFFF;
}

.page-index-latest-bigwin-news__story-excerpt,
.page-index-latest-bigwin-news__update-excerpt,
.page-index-latest-bigwin-news__insight-excerpt {
  padding: 0 15px 15px;
  color: #cccccc;
  font-size: 0.95em;
}

.page-index-latest-bigwin-news__story-link,
.page-index-latest-bigwin-news__update-button,
.page-index-latest-bigwin-news__insight-link {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 15px 20px;
  background-color: #000000; /* Dark background for contrast */
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.9em;
  transition: background-color 0.3s ease;
  border: 1px solid #FCBC45;
}

.page-index-latest-bigwin-news__story-link:hover,
.page-index-latest-bigwin-news__update-button:hover,
.page-index-latest-bigwin-news__insight-link:hover {
  background-color: #FCBC45;
  color: #000000;
}

.page-index-latest-bigwin-news__cta-section {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  margin-bottom: 60px;
  padding: 80px 20px;
}

.page-index-latest-bigwin-news__cta-buttons {
  margin-top: 30px;
}

.page-index-latest-bigwin-news__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin: 0 10px;
}

.page-index-latest-bigwin-news__cta-button--register {
  background-color: #FCBC45;
  color: #000000;
}

.page-index-latest-bigwin-news__cta-button--register:hover {
  background-color: #e0a53b;
}

.page-index-latest-bigwin-news__cta-button--login {
  background-color: #000000;
  color: #FFFFFF;
  border: 1px solid #FCBC45;
}

.page-index-latest-bigwin-news__cta-button--login:hover {
  background-color: #FCBC45;
  color: #000000;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-latest-bigwin-news__hero-title {
    font-size: 2.8em;
  }
  .page-index-latest-bigwin-news__section-title,
  .page-index-latest-bigwin-news__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-index-latest-bigwin-news__hero-section {
    padding-top: var(--header-offset, 120px);
  }
  .page-index-latest-bigwin-news__hero-image,
  .page-index-latest-bigwin-news__story-image,
  .page-index-latest-bigwin-news__update-image,
  .page-index-latest-bigwin-news__insight-image {
    max-width: 100%;
    height: auto; /* Ensure images scale correctly */
  }
  .page-index-latest-bigwin-news__hero-title {
    font-size: 2.2em;
  }
  .page-index-latest-bigwin-news__hero-description {
    font-size: 1em;
  }
  .page-index-latest-bigwin-news__hero-content {
    padding: 15px;
  }
  .page-index-latest-bigwin-news__section-title,
  .page-index-latest-bigwin-news__cta-title {
    font-size: 1.8em;
  }
  .page-index-latest-bigwin-news__stories-grid,
  .page-index-latest-bigwin-news__updates-grid,
  .page-index-latest-bigwin-news__insights-grid {
    grid-template-columns: 1fr;
  }
  .page-index-latest-bigwin-news__story-card,
  .page-index-latest-bigwin-news__update-card,
  .page-index-latest-bigwin-news__insight-card {
    margin-bottom: 20px;
  }
  .page-index-latest-bigwin-news__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .page-index-latest-bigwin-news__cta-button {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .page-index-latest-bigwin-news__hero-title {
    font-size: 1.8em;
  }
  .page-index-latest-bigwin-news__hero-button {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-index-latest-bigwin-news__section-title,
  .page-index-latest-bigwin-news__cta-title {
    font-size: 1.5em;
  }
  .page-index-latest-bigwin-news__story-card h3,
  .page-index-latest-bigwin-news__update-card h3,
  .page-index-latest-bigwin-news__insight-card h3 {
    font-size: 1.2em;
  }
  .page-index-latest-bigwin-news__story-image,
  .page-index-latest-bigwin-news__update-image,
  .page-index-latest-bigwin-news__insight-image {
    height: 200px;
  }
}