.page-betting-news-center-basketball-analysis {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
}

.page-betting-news-center-basketball-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-betting-news-center-basketball-analysis__section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-betting-news-center-basketball-analysis__section:last-of-type {
  border-bottom: none;
}

.page-betting-news-center-basketball-analysis__section-title {
  font-size: 2.5em;
  color: #0047AB;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-betting-news-center-basketball-analysis__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-betting-news-center-basketball-analysis__hero {
  background: linear-gradient(135deg, #0047AB, #002D62);
  color: #fff;
  text-align: center;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.page-betting-news-center-basketball-analysis__hero-title {
  font-size: 3.8em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;
}

.page-betting-news-center-basketball-analysis__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.9);
}

.page-betting-news-center-basketball-analysis__hero-image {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.3;
  width: 50%;
  max-width: 800px;
  height: auto;
  z-index: 0;
}

.page-betting-news-center-basketball-analysis__hero .page-betting-news-center-basketball-analysis__container {
  position: relative;
  z-index: 1;
}

.page-betting-news-center-basketball-analysis__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0047AB;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 2px solid #FFD700;
}

.page-betting-news-center-basketball-analysis__cta-button:hover {
  background-color: #e6c200;
  color: #002D62;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.page-betting-news-center-basketball-analysis__introduction p,
.page-betting-news-center-basketball-analysis__why-analysis p,
.page-betting-news-center-basketball-analysis__factors p,
.page-betting-news-center-basketball-analysis__strategies p,
.page-betting-news-center-basketball-analysis__advantages p {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-betting-news-center-basketball-analysis__introduction strong,
.page-betting-news-center-basketball-analysis__why-analysis strong,
.page-betting-news-center-basketball-analysis__factors strong,
.page-betting-news-center-basketball-analysis__strategies strong,
.page-betting-news-center-basketball-analysis__advantages strong {
  color: #0047AB;
}

.page-betting-news-center-basketball-analysis__feature-grid,
.page-betting-news-center-basketball-analysis__advantage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

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

.page-betting-news-center-basketball-analysis__feature-item:hover,
.page-betting-news-center-basketball-analysis__advantage-item:hover {
  transform: translateY(-10px);
}

.page-betting-news-center-basketball-analysis__feature-icon,
.page-betting-news-center-basketball-analysis__advantage-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.page-betting-news-center-basketball-analysis__feature-title,
.page-betting-news-center-basketball-analysis__advantage-title {
  font-size: 1.5em;
  color: #0047AB;
  margin-bottom: 15px;
}

.page-betting-news-center-basketball-analysis__analysis-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  border-left: 5px solid #0047AB;
}

.page-betting-news-center-basketball-analysis__analysis-item-title {
  font-size: 1.8em;
  color: #0047AB;
  margin-bottom: 15px;
}

.page-betting-news-center-basketball-analysis__analysis-item ul {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-betting-news-center-basketball-analysis__analysis-item li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-betting-news-center-basketball-analysis__article-image {
  width: 100%;
  height: auto;
  max-height: 350px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-betting-news-center-basketball-analysis__strategies ol {
  list-style: decimal inside;
  padding-left: 20px;
  margin-bottom: 30px;
}

.page-betting-news-center-basketball-analysis__strategies li {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-betting-news-center-basketball-analysis__faq {
  background-color: #eaf2f8;
}

.page-betting-news-center-basketball-analysis__accordion-item {
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-betting-news-center-basketball-analysis__accordion-header {
  width: 100%;
  background-color: #0047AB;
  color: #fff;
  padding: 20px 25px;
  text-align: left;
  font-size: 1.25em;
  font-weight: bold;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-betting-news-center-basketball-analysis__accordion-header:hover {
  background-color: #002D62;
}

.page-betting-news-center-basketball-analysis__accordion-icon {
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M24 10h-10v-10h-4v10h-10v4h10v10h4v-10h10z"/></svg>');
  background-size: contain;
  transition: transform 0.3s ease;
}

.page-betting-news-center-basketball-analysis__accordion-header.active .page-betting-news-center-basketball-analysis__accordion-icon {
  transform: rotate(45deg);
}

.page-betting-news-center-basketball-analysis__accordion-content {
  padding: 0 25px;
  background-color: #fefefe;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-betting-news-center-basketball-analysis__accordion-content.open {
  max-height: 200px; /* Adjust based on content */
  padding: 20px 25px;
}

.page-betting-news-center-basketball-analysis__accordion-content p {
  margin: 0;
  font-size: 1.05em;
  color: #444;
}

.page-betting-news-center-basketball-analysis__cta-final {
  background: linear-gradient(135deg, #0047AB, #002D62);
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.page-betting-news-center-basketball-analysis__cta-final .page-betting-news-center-basketball-analysis__section-title {
  color: #fff;
}

.page-betting-news-center-basketball-analysis__cta-final .page-betting-news-center-basketball-analysis__section-title::after {
  background-color: #FFD700;
}

.page-betting-news-center-basketball-analysis__cta-final p {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.9);
}

.page-betting-news-center-basketball-analysis__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-betting-news-center-basketball-analysis__cta-button--primary {
  background-color: #FFD700;
  color: #0047AB;
  border-color: #FFD700;
}

.page-betting-news-center-basketball-analysis__cta-button--primary:hover {
  background-color: #e6c200;
  color: #002D62;
  border-color: #e6c200;
}

.page-betting-news-center-basketball-analysis__cta-button--secondary {
  background-color: transparent;
  color: #FFD700;
  border-color: #FFD700;
}

.page-betting-news-center-basketball-analysis__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #0047AB;
  border-color: #FFD700;
}

.page-betting-news-center-basketball-analysis__cta-button--download {
  background-color: #fff;
  color: #0047AB;
  border-color: #fff;
}

.page-betting-news-center-basketball-analysis__cta-button--download:hover {
  background-color: #f0f0f0;
  color: #002D62;
  border-color: #f0f0f0;
}

.page-betting-news-center-basketball-analysis__cta-note {
  margin-top: 30px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
}

.page-betting-news-center-basketball-analysis__text-link {
  color: #0047AB;
  text-decoration: underline;
  font-weight: bold;
}

.page-betting-news-center-basketball-analysis__text-link:hover {
  color: #FFD700;
}

.page-betting-news-center-basketball-analysis .text-vipwin {
  color: #FFD700;
}

.page-betting-news-center-basketball-analysis__floating-promo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background-color: #FFD700;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  animation: floatEffect 2s ease-in-out infinite;
}

.page-betting-news-center-basketball-analysis__floating-promo a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
  color: #0047AB;
  font-weight: bold;
}

.page-betting-news-center-basketball-analysis__promo-image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 5px;
}

.page-betting-news-center-basketball-analysis__promo-text {
  font-size: 1.1em;
}

@keyframes floatEffect {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-betting-news-center-basketball-analysis__hero-title {
    font-size: 3em;
  }
  .page-betting-news-center-basketball-analysis__hero-subtitle {
    font-size: 1.3em;
  }
  .page-betting-news-center-basketball-analysis__section-title {
    font-size: 2em;
  }
  .page-betting-news-center-basketball-analysis__hero-image {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .page-betting-news-center-basketball-analysis__hero {
    padding: 80px 0;
  }
  .page-betting-news-center-basketball-analysis__hero-title {
    font-size: 2.5em;
  }
  .page-betting-news-center-basketball-analysis__hero-subtitle {
    font-size: 1.1em;
  }
  .page-betting-news-center-basketball-analysis__feature-grid,
  .page-betting-news-center-basketball-analysis__advantage-grid {
    grid-template-columns: 1fr;
  }
  .page-betting-news-center-basketball-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-betting-news-center-basketball-analysis__cta-button {
    width: 80%;
    margin: 0 auto;
  }
  .page-betting-news-center-basketball-analysis__hero-image {
    width: 80%;
  }
  .page-betting-news-center-basketball-analysis__floating-promo {
    bottom: 15px;
    right: 15px;
  }
  .page-betting-news-center-basketball-analysis__promo-text {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-betting-news-center-basketball-analysis__hero-title {
    font-size: 2em;
  }
  .page-betting-news-center-basketball-analysis__section-title {
    font-size: 1.8em;
  }
  .page-betting-news-center-basketball-analysis__analysis-item-title {
    font-size: 1.5em;
  }
  .page-betting-news-center-basketball-analysis__accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-betting-news-center-basketball-analysis__accordion-content.open {
    padding: 15px 20px;
  }
  .page-betting-news-center-basketball-analysis__cta-button {
    font-size: 1em;
    padding: 12px 25px;
  }
}