.page-expert-predictions-today-match-recommendations {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for main text on dark background */
  background-color: #1A202C; /* Main dark background */
  line-height: 1.6;
  padding: 20px;
}

.page-expert-predictions-today-match-recommendations__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #1A202C 0%, #3a475a 100%); /* Dark gradient */
  border-radius: 10px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.page-expert-predictions-today-match-recommendations__hero-content {
  z-index: 1;
  max-width: 900px;
}

.page-expert-predictions-today-match-recommendations__main-title {
  font-size: 3.5em;
  color: #FFD700; /* Accent gold for main title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-expert-predictions-today-match-recommendations__subtitle {
  font-size: 1.4em;
  color: #B0B0B0;
  margin-bottom: 30px;
}

.page-expert-predictions-today-match-recommendations__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold for CTA buttons */
  color: #1A202C; /* Dark text on gold button */
  padding: 15px 30px;
  border-radius: 50px;
  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-expert-predictions-today-match-recommendations__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-expert-predictions-today-match-recommendations__hero-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  overflow: hidden;
}

.page-expert-predictions-today-match-recommendations__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-expert-predictions-today-match-recommendations__section {
  max-width: 1200px;
  margin: 0 auto 60px auto;
  padding: 40px;
  background-color: #2a3342; /* Slightly lighter dark for sections */
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-expert-predictions-today-match-recommendations__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-expert-predictions-today-match-recommendations__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-expert-predictions-today-match-recommendations__grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-expert-predictions-today-match-recommendations__grid-item {
  background-color: #3a475a; /* Even lighter dark for grid items */
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-expert-predictions-today-match-recommendations__item-title {
  font-size: 1.5em;
  color: #FFD700; /* Gold for item titles */
  margin-bottom: 15px;
}

.page-expert-predictions-today-match-recommendations__grid-item p {
  color: #C0C0C0;
}

.page-expert-predictions-today-match-recommendations__section-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.page-expert-predictions-today-match-recommendations__sport-category {
  margin-bottom: 50px;
  background-color: #3a475a;
  padding: 30px;
  border-radius: 8px;
}

.page-expert-predictions-today-match-recommendations__category-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 20px;
  text-align: center;
}

.page-expert-predictions-today-match-recommendations__category-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px auto;
  display: block;
}

.page-expert-predictions-today-match-recommendations__match-list {
  margin-top: 30px;
}

.page-expert-predictions-today-match-recommendations__match-list-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-expert-predictions-today-match-recommendations__match-list ul {
  list-style: none;
  padding: 0;
}

.page-expert-predictions-today-match-recommendations__match-list li {
  background-color: #4a5a6d;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  border-left: 5px solid #FFD700;
}

.page-expert-predictions-today-match-recommendations__match-list li strong {
  color: #FFD700;
  font-size: 1.1em;
}

.page-expert-predictions-today-match-recommendations__match-list li p {
  color: #D0D0D0;
  margin-top: 5px;
}

.page-expert-predictions-today-match-recommendations__strategy p,
.page-expert-predictions-today-match-recommendations__responsible-gambling p {
  color: #E0E0E0;
  text-align: center;
  margin-bottom: 30px;
}

.page-expert-predictions-today-match-recommendations__strategy .page-expert-predictions-today-match-recommendations__cta-button--secondary {
  display: block;
  width: fit-content;
  margin: 40px auto 0 auto;
  background-color: #4a5a6d; /* Darker background for secondary CTA */
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-expert-predictions-today-match-recommendations__strategy .page-expert-predictions-today-match-recommendations__cta-button--secondary:hover {
  background-color: #5a6b80;
  transform: translateY(-3px);
}

.page-expert-predictions-today-match-recommendations__steps-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
  text-align: center;
}

.page-expert-predictions-today-match-recommendations__step-item {
  background-color: #3a475a;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-expert-predictions-today-match-recommendations__step-icon {
  margin-bottom: 20px;
}

.page-expert-predictions-today-match-recommendations__icon {
  width: 80px;
  height: 80px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-expert-predictions-today-match-recommendations__step-title {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-expert-predictions-today-match-recommendations__step-item p {
  color: #C0C0C0;
  margin-bottom: 20px;
}

.page-expert-predictions-today-match-recommendations__step-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A202C;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-expert-predictions-today-match-recommendations__step-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-expert-predictions-today-match-recommendations__app-mockup {
  max-width: 600px;
  margin-top: 50px;
}

.page-expert-predictions-today-match-recommendations__responsible-gambling ul {
  list-style: disc;
  color: #E0E0E0;
  max-width: 800px;
  margin: 30px auto;
  padding-left: 40px;
}

.page-expert-predictions-today-match-recommendations__responsible-gambling li {
  margin-bottom: 10px;
}

.page-expert-predictions-today-match-recommendations__join-us {
  text-align: center;
}

.page-expert-predictions-today-match-recommendations__cta-button--large {
  padding: 20px 40px;
  font-size: 1.3em;
  margin-top: 30px;
}

.page-expert-predictions-today-match-recommendations__disclaimer {
  font-size: 0.9em;
  color: #808080;
  margin-top: 20px;
}

.page-expert-predictions-today-match-recommendations a {
  color: #FFD700;
  text-decoration: none;
}

.page-expert-predictions-today-match-recommendations a:hover {
  text-decoration: underline;
}

.page-expert-predictions-today-match-recommendations .highlight {
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-expert-predictions-today-match-recommendations__main-title {
    font-size: 2.5em;
  }

  .page-expert-predictions-today-match-recommendations__subtitle {
    font-size: 1.2em;
  }

  .page-expert-predictions-today-match-recommendations__section-title {
    font-size: 2em;
  }

  .page-expert-predictions-today-match-recommendations__grid-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-expert-predictions-today-match-recommendations__hero {
    padding: 60px 15px;
  }

  .page-expert-predictions-today-match-recommendations__main-title {
    font-size: 2em;
  }

  .page-expert-predictions-today-match-recommendations__subtitle {
    font-size: 1em;
  }

  .page-expert-predictions-today-match-recommendations__section {
    padding: 20px;
  }

  .page-expert-predictions-today-match-recommendations__section-title {
    font-size: 1.8em;
  }

  .page-expert-predictions-today-match-recommendations__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-expert-predictions-today-match-recommendations__category-title {
    font-size: 1.6em;
  }

  .page-expert-predictions-today-match-recommendations__match-list li {
    padding: 10px 15px;
  }

  .page-expert-predictions-today-match-recommendations__step-item {
    padding: 20px;
  }

  .page-expert-predictions-today-match-recommendations__icon {
    width: 60px;
    height: 60px;
  }
}