.page-resources-bigwin-platform-high-odds-secrets {
  color: #ffffff; /* Default text color for dark body background */
  background-color: #1a1a1a; /* Inherited from shared.css body background */
  padding-top: var(--header-offset, 120px);
}

.page-resources-bigwin-platform-high-odds-secrets__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  text-align: center;
}

.page-resources-bigwin-platform-high-odds-secrets__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-bigwin-platform-high-odds-secrets__hero-content {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  max-width: 900px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

.page-resources-bigwin-platform-high-odds-secrets__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FCBC45;
  line-height: 1.2;
}

.page-resources-bigwin-platform-high-odds-secrets__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-resources-bigwin-platform-high-odds-secrets__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-bigwin-platform-high-odds-secrets__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.page-resources-bigwin-platform-high-odds-secrets__button--register {
  background-color: #FFFFFF;
  color: #000000;
}

.page-resources-bigwin-platform-high-odds-secrets__button--register:hover {
  background-color: #e0e0e0;
}

.page-resources-bigwin-platform-high-odds-secrets__button--login {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-bigwin-platform-high-odds-secrets__button--login:hover {
  background-color: #e0a53b;
}

.page-resources-bigwin-platform-high-odds-secrets__article-section {
  background-color: #FFFFFF; /* Specific background for article content */
  color: #333333;
  padding: 60px 20px;
}

.page-resources-bigwin-platform-high-odds-secrets__article-container {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 1.1em;
}

.page-resources-bigwin-platform-high-odds-secrets__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-bigwin-platform-high-odds-secrets__back-link:hover {
  color: #FCBC45;
}

.page-resources-bigwin-platform-high-odds-secrets__article-heading {
  font-size: 2.5em;
  color: #000000;
  margin-bottom: 30px;
  line-height: 1.3;
}

.page-resources-bigwin-platform-high-odds-secrets__sub-heading {
  font-size: 1.8em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.page-resources-bigwin-platform-high-odds-secrets__article-paragraph {
  margin-bottom: 20px;
}

.page-resources-bigwin-platform-high-odds-secrets__article-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-bigwin-platform-high-odds-secrets__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-bigwin-platform-high-odds-secrets__list-item {
  margin-bottom: 10px;
}

.page-resources-bigwin-platform-high-odds-secrets__list-item a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-bigwin-platform-high-odds-secrets__list-item a:hover {
  color: #FCBC45;
}

.page-resources-bigwin-platform-high-odds-secrets__quote {
  background-color: #f8f8f8;
  border-left: 5px solid #FCBC45;
  padding: 20px 30px;
  margin: 30px 0;
  font-style: italic;
  color: #555555;
  border-radius: 4px;
}

.page-resources-bigwin-platform-high-odds-secrets__quote p {
  margin-bottom: 10px;
}

.page-resources-bigwin-platform-high-odds-secrets__quote footer {
  text-align: right;
  font-size: 0.9em;
  color: #777777;
}

.page-resources-bigwin-platform-high-odds-secrets__cta-footer {
  text-align: center;
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.page-resources-bigwin-platform-high-odds-secrets__cta-text {
  font-size: 1.5em;
  margin-bottom: 25px;
  color: #000000;
}

.page-resources-bigwin-platform-high-odds-secrets__button--primary {
  background-color: #FCBC45;
  color: #000000;
  padding: 18px 35px;
  font-size: 1.2em;
  border-radius: 10px;
}

.page-resources-bigwin-platform-high-odds-secrets__button--primary:hover {
  background-color: #e0a53b;
}

.page-resources-bigwin-platform-high-odds-secrets__related-resources {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-bigwin-platform-high-odds-secrets__hero-title {
    font-size: 3em;
  }
  .page-resources-bigwin-platform-high-odds-secrets__hero-description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-resources-bigwin-platform-high-odds-secrets__hero-section {
    min-height: 400px;
  }
  .page-resources-bigwin-platform-high-odds-secrets__hero-title {
    font-size: 2.5em;
  }
  .page-resources-bigwin-platform-high-odds-secrets__hero-description {
    font-size: 1em;
  }
  .page-resources-bigwin-platform-high-odds-secrets__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-bigwin-platform-high-odds-secrets__button {
    width: 100%;
    max-width: 250px;
  }
  .page-resources-bigwin-platform-high-odds-secrets__article-section {
    padding: 40px 15px;
  }
  .page-resources-bigwin-platform-high-odds-secrets__article-heading {
    font-size: 2em;
  }
  .page-resources-bigwin-platform-high-odds-secrets__sub-heading {
    font-size: 1.5em;
  }
  .page-resources-bigwin-platform-high-odds-secrets__article-paragraph,
  .page-resources-bigwin-platform-high-odds-secrets__list-item,
  .page-resources-bigwin-platform-high-odds-secrets__cta-text {
    font-size: 0.95em;
  }
  .page-resources-bigwin-platform-high-odds-secrets__article-image {
    max-width: 100%;
    height: auto;
  }
  .page-resources-bigwin-platform-high-odds-secrets__list {
    margin-left: 20px;
  }
  /* Mobile content area image constraint */
  .page-resources-bigwin-platform-high-odds-secrets img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-bigwin-platform-high-odds-secrets__hero-content {
    padding: 20px;
  }
  .page-resources-bigwin-platform-high-odds-secrets__hero-title {
    font-size: 2em;
  }
  .page-resources-bigwin-platform-high-odds-secrets__hero-description {
    font-size: 0.9em;
  }
  .page-resources-bigwin-platform-high-odds-secrets__button {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-resources-bigwin-platform-high-odds-secrets__article-heading {
    font-size: 1.8em;
  }
  .page-resources-bigwin-platform-high-odds-secrets__sub-heading {
    font-size: 1.3em;
  }
}