.page-betting-strategies-value-betting {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A2342; /* Deep blue primary background */
  line-height: 1.6;
}

.page-betting-strategies-value-betting .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-betting-strategies-value-betting .hero-section {
  background: linear-gradient(135deg, #0A2342 0%, #1A3A60 100%); /* Dark blue gradient */
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
  border-bottom: 5px solid #F5B041; /* Gold accent */
}

.page-betting-strategies-value-betting .hero-section h1 {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #F5B041; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-betting-strategies-value-betting .hero-section p {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-betting-strategies-value-betting .content-block {
  background-color: #1A3A60; /* Slightly lighter dark blue for content blocks */
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-betting-strategies-value-betting h2 {
  font-size: 2.5em;
  color: #F5B041; /* Gold for section titles */
  margin-bottom: 25px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #0A2342;
}

.page-betting-strategies-value-betting h3 {
  font-size: 1.8em;
  color: #F5B041; /* Gold for sub-titles */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-betting-strategies-value-betting p {
  margin-bottom: 15px;
  color: #E0E0E0; /* Light gray for paragraphs */
}

.page-betting-strategies-value-betting ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-betting-strategies-value-betting ul li {
  margin-bottom: 8px;
}

.page-betting-strategies-value-betting .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin: 10px 10px 0 0;
  cursor: pointer;
}

.page-betting-strategies-value-betting .btn-primary {
  background-color: #F5B041; /* Gold button */
  color: #0A2342; /* Deep blue text */
  border: 2px solid #F5B041;
}

.page-betting-strategies-value-betting .btn-primary:hover {
  background-color: #E0A03A;
  color: #000000;
}

.page-betting-strategies-value-betting .btn-secondary {
  background-color: transparent;
  color: #F5B041; /* Gold text */
  border: 2px solid #F5B041;
}

.page-betting-strategies-value-betting .btn-secondary:hover {
  background-color: #F5B041;
  color: #0A2342;
}

.page-betting-strategies-value-betting .introduction-section, 
.page-betting-strategies-value-betting .how-it-works-section, 
.page-betting-strategies-value-betting .benefits-risks-section, 
.page-betting-strategies-value-betting .tips-tools-section, 
.page-betting-strategies-value-betting .platform-advantage-section {
  padding: 60px 0;
  background-color: #0A2342;
}

.page-betting-strategies-value-betting .introduction-section h2, 
.page-betting-strategies-value-betting .how-it-works-section h2, 
.page-betting-strategies-value-betting .benefits-risks-section h2, 
.page-betting-strategies-value-betting .tips-tools-section h2, 
.page-betting-strategies-value-betting .platform-advantage-section h2 {
  margin-bottom: 40px;
}

.page-betting-strategies-value-betting .content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.page-betting-strategies-value-betting .cta-section {
  background-color: #F5B041; /* Gold background for CTA */
  color: #0A2342;
  padding: 80px 0;
  text-align: center;
  border-top: 5px solid #0A2342;
}

.page-betting-strategies-value-betting .cta-section h2 {
  color: #0A2342; /* Deep blue for CTA title */
  font-size: 2.8em;
  margin-bottom: 20px;
  border-bottom: none;
}

.page-betting-strategies-value-betting .cta-section p {
  font-size: 1.2em;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #0A2342;
}

.page-betting-strategies-value-betting .cta-buttons .btn {
  margin: 0 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-betting-strategies-value-betting .hero-section h1 {
    font-size: 2.5em;
  }

  .page-betting-strategies-value-betting .hero-section p {
    font-size: 1em;
  }

  .page-betting-strategies-value-betting h2 {
    font-size: 2em;
  }

  .page-betting-strategies-value-betting h3 {
    font-size: 1.5em;
  }

  .page-betting-strategies-value-betting .content-block {
    padding: 30px;
  }

  .page-betting-strategies-value-betting .btn {
    display: block;
    margin: 15px auto;
    width: 80%;
    text-align: center;
  }

  .page-betting-strategies-value-betting .cta-buttons .btn {
    margin: 15px auto;
  }
}

@media (max-width: 480px) {
  .page-betting-strategies-value-betting .hero-section h1 {
    font-size: 2em;
  }

  .page-betting-strategies-value-betting h2 {
    font-size: 1.8em;
  }

  .page-betting-strategies-value-betting h3 {
    font-size: 1.3em;
  }

  .page-betting-strategies-value-betting .content-block {
    padding: 20px;
  }
}