.page-betting-strategy-hub-sports-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #e0e0e0; /* Light text for dark background */
  background-color: #001f3f; /* Main dark background */
}

.page-betting-strategy-hub-sports-analysis .highlight {
  color: #ffcc00; /* Accent color for highlights */
}

.page-betting-strategy-hub-sports-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-betting-strategy-hub-sports-analysis__section {
  padding: 80px 0;
  text-align: center;
}

.page-betting-strategy-hub-sports-analysis__section-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: bold;
}

.page-betting-strategy-hub-sports-analysis__section-subtitle {
  font-size: 1.2em;
  color: #cccccc;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero Section */
.page-betting-strategy-hub-sports-analysis__hero {
  background: linear-gradient(135deg, #001f3f 0%, #0a3a6b 100%);
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.page-betting-strategy-hub-sports-analysis__hero-content {
  max-width: 600px;
  padding: 20px;
  z-index: 1;
}

.page-betting-strategy-hub-sports-analysis__hero-title {
  font-size: 3.5em;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-betting-strategy-hub-sports-analysis__hero-description {
  font-size: 1.3em;
  color: #e0e0e0;
  margin-bottom: 40px;
}

.page-betting-strategy-hub-sports-analysis__hero-image-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}

.page-betting-strategy-hub-sports-analysis__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  filter: grayscale(50%);
}

/* Buttons */
.page-betting-strategy-hub-sports-analysis__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin: 10px;
}

.page-betting-strategy-hub-sports-analysis__btn--primary {
  background-color: #ffcc00;
  color: #001f3f;
  border: 2px solid #ffcc00;
}

.page-betting-strategy-hub-sports-analysis__btn--primary:hover {
  background-color: #e6b800;
  border-color: #e6b800;
  transform: translateY(-3px);
}

.page-betting-strategy-hub-sports-analysis__btn--secondary {
  background-color: transparent;
  color: #ffcc00;
  border: 2px solid #ffcc00;
}

.page-betting-strategy-hub-sports-analysis__btn--secondary:hover {
  background-color: #ffcc00;
  color: #001f3f;
  transform: translateY(-3px);
}

.page-betting-strategy-hub-sports-analysis__btn--tertiary {
  background-color: #0a3a6b;
  color: #ffffff;
  border: 2px solid #0a3a6b;
}

.page-betting-strategy-hub-sports-analysis__btn--tertiary:hover {
  background-color: #001f3f;
  border-color: #001f3f;
  transform: translateY(-3px);
}

/* Features Section */
.page-betting-strategy-hub-sports-analysis__features {
  background-color: #0a3a6b;
}

.page-betting-strategy-hub-sports-analysis__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-betting-strategy-hub-sports-analysis__feature-item {
  background-color: #002e5c;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-betting-strategy-hub-sports-analysis__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: invert(80%) sepia(90%) saturate(2000%) hue-rotate(30deg) brightness(100%) contrast(100%); /* Gold effect */
}

.page-betting-strategy-hub-sports-analysis__feature-title {
  font-size: 1.8em;
  color: #ffcc00;
  margin-bottom: 15px;
}

.page-betting-strategy-hub-sports-analysis__feature-description {
  font-size: 1em;
  color: #c0c0c0;
}

/* Sports Categories Section */
.page-betting-strategy-hub-sports-analysis__sports-categories {
  background-color: #001f3f;
}

.page-betting-strategy-hub-sports-analysis__category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-betting-strategy-hub-sports-analysis__category-item {
  background-color: #0a3a6b;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-betting-strategy-hub-sports-analysis__category-item:hover {
  transform: translateY(-10px);
}

.page-betting-strategy-hub-sports-analysis__category-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  filter: brightness(0.8);
}

.page-betting-strategy-hub-sports-analysis__category-title {
  font-size: 1.8em;
  color: #ffcc00;
  margin: 20px 0 10px;
}

.page-betting-strategy-hub-sports-analysis__category-description {
  font-size: 0.95em;
  color: #c0c0c0;
  padding: 0 20px 20px;
}

/* Analysis Depth Section */
.page-betting-strategy-hub-sports-analysis__analysis-depth {
  background-color: #0a3a6b;
  text-align: left;
}

.page-betting-strategy-hub-sports-analysis__analysis-depth .page-betting-strategy-hub-sports-analysis__section-title {
  text-align: center;
}

.page-betting-strategy-hub-sports-analysis__content-block {
  margin-top: 50px;
  font-size: 1.1em;
  color: #e0e0e0;
}

.page-betting-strategy-hub-sports-analysis__content-block h3 {
  font-size: 2em;
  color: #ffcc00;
  margin-top: 40px;
  margin-bottom: 15px;
  text-align: left;
}

.page-betting-strategy-hub-sports-analysis__content-block p {
  margin-bottom: 20px;
  line-height: 1.8;
}

.page-betting-strategy-hub-sports-analysis__content-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* CTA Bottom Section */
.page-betting-strategy-hub-sports-analysis__cta-bottom {
  background-color: #001f3f;
  padding: 60px 0;
}

/* Responsible Betting Section */
.page-betting-strategy-hub-sports-analysis__responsible-betting {
  background-color: #002e5c;
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-betting-strategy-hub-sports-analysis__responsible-betting .page-betting-strategy-hub-sports-analysis__section-subtitle {
  margin-bottom: 30px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-betting-strategy-hub-sports-analysis__hero {
    flex-direction: column;
    text-align: center;
    padding: 80px 0;
  }

  .page-betting-strategy-hub-sports-analysis__hero-content {
    max-width: 100%;
    padding: 20px;
  }

  .page-betting-strategy-hub-sports-analysis__hero-image-wrapper {
    position: static;
    width: 100%;
    height: 300px;
    margin-top: 40px;
  }

  .page-betting-strategy-hub-sports-analysis__hero-title {
    font-size: 2.8em;
  }

  .page-betting-strategy-hub-sports-analysis__section-title {
    font-size: 2.2em;
  }

  .page-betting-strategy-hub-sports-analysis__feature-grid,
  .page-betting-strategy-hub-sports-analysis__category-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-betting-strategy-hub-sports-analysis__section {
    padding: 60px 0;
  }

  .page-betting-strategy-hub-sports-analysis__hero-title {
    font-size: 2.5em;
  }

  .page-betting-strategy-hub-sports-analysis__hero-description {
    font-size: 1.1em;
  }

  .page-betting-strategy-hub-sports-analysis__section-title {
    font-size: 1.8em;
  }

  .page-betting-strategy-hub-sports-analysis__content-block h3 {
    font-size: 1.6em;
  }

  .page-betting-strategy-hub-sports-analysis__btn {
    padding: 12px 25px;
    font-size: 1em;
    margin: 8px;
  }
}

@media (max-width: 480px) {
  .page-betting-strategy-hub-sports-analysis__hero-title {
    font-size: 2em;
  }

  .page-betting-strategy-hub-sports-analysis__section-title {
    font-size: 1.6em;
  }

  .page-betting-strategy-hub-sports-analysis__feature-grid,
  .page-betting-strategy-hub-sports-analysis__category-grid {
    grid-template-columns: 1fr;
  }

  .page-betting-strategy-hub-sports-analysis__hero-cta-group, 
  .page-betting-strategy-hub-sports-analysis__cta-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .page-betting-strategy-hub-sports-analysis__btn {
    width: 80%;
    margin: 10px 0;
  }
}