.page-expert-predictions-basketball-odds__hero {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-expert-predictions-basketball-odds__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:basketball_court_lines,abstract,dynamic]') no-repeat center center/cover;
  opacity: 0.15;
  z-index: 1;
}

.page-expert-predictions-basketball-odds__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.page-expert-predictions-basketball-odds__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}

.page-expert-predictions-basketball-odds__subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  font-weight: 300;
  color: #e0e0e0;
}

.page-expert-predictions-basketball-odds__cta-button {
  display: inline-block;
  background-color: #ffc107;
  color: #000000;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-expert-predictions-basketball-odds__cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.page-expert-predictions-basketball-odds__cta-button--secondary {
  background-color: #007bff;
  color: #ffffff;
  border: 2px solid #ffc107;
}

.page-expert-predictions-basketball-odds__cta-button--secondary:hover {
  background-color: #0056b3;
  border-color: #e0a800;
}

.page-expert-predictions-basketball-odds__cta-button--outline {
  background-color: transparent;
  color: #ffc107;
  border: 2px solid #ffc107;
}

.page-expert-predictions-basketball-odds__cta-button--outline:hover {
  background-color: #ffc107;
  color: #000000;
}

.page-expert-predictions-basketball-odds__section {
  padding: 60px 0;
  background-color: #f8f9fa;
  color: #343a40;
}

.page-expert-predictions-basketball-odds__section:nth-of-type(even) {
  background-color: #ffffff;
}

.page-expert-predictions-basketball-odds__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  text-align: center;
  color: #007bff;
  position: relative;
  padding-bottom: 10px;
}

.page-expert-predictions-basketball-odds__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
}

.page-expert-predictions-basketball-odds__intro p,
.page-expert-predictions-basketball-odds__factors p,
.page-expert-predictions-basketball-odds__risks p {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
}

.page-expert-predictions-basketball-odds__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

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

.page-expert-predictions-basketball-odds__grid-item {
  background-color: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-expert-predictions-basketball-odds__grid-item:hover {
  transform: translateY(-5px);
}

.page-expert-predictions-basketball-odds__grid-item h3 {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-expert-predictions-basketball-odds__grid-item p {
  font-size: 1em;
  line-height: 1.6;
  color: #555;
}

.page-expert-predictions-basketball-odds__list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.page-expert-predictions-basketball-odds__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.6;
  color: #343a40;
}

.page-expert-predictions-basketball-odds__list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #ffc107;
  font-weight: bold;
  font-size: 1.2em;
}

.page-expert-predictions-basketball-odds__list--warning li::before {
  content: '⚠';
  color: #dc3545;
}

.page-expert-predictions-basketball-odds__ordered-list {
  list-style: decimal;
  padding-left: 25px;
  margin-top: 20px;
}

.page-expert-predictions-basketball-odds__ordered-list li {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.6;
  color: #343a40;
}

.page-expert-predictions-basketball-odds__cta-bottom {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
}

.page-expert-predictions-basketball-odds__cta-content {
  max-width: 800px;
}

.page-expert-predictions-basketball-odds__cta-bottom .page-expert-predictions-basketball-odds__section-title {
  color: #ffffff;
}

.page-expert-predictions-basketball-odds__cta-bottom .page-expert-predictions-basketball-odds__section-title::after {
  background-color: #ffc107;
}

.page-expert-predictions-basketball-odds__cta-bottom p {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-expert-predictions-basketball-odds__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-expert-predictions-basketball-odds__title {
    font-size: 2.8em;
  }
  .page-expert-predictions-basketball-odds__subtitle {
    font-size: 1.2em;
  }
  .page-expert-predictions-basketball-odds__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-expert-predictions-basketball-odds__hero {
    padding: 80px 0;
  }
  .page-expert-predictions-basketball-odds__title {
    font-size: 2.2em;
  }
  .page-expert-predictions-basketball-odds__subtitle {
    font-size: 1em;
  }
  .page-expert-predictions-basketball-odds__section {
    padding: 40px 0;
  }
  .page-expert-predictions-basketball-odds__grid {
    grid-template-columns: 1fr;
  }
  .page-expert-predictions-basketball-odds__button-group {
    flex-direction: column;
    align-items: center;
  }
  .page-expert-predictions-basketball-odds__cta-button {
    width: 100%;
    max-width: 300px;
  }
}