.page-gambling-strategies-how-to-increase-winrate {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-gambling-strategies-how-to-increase-winrate__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-gambling-strategies-how-to-increase-winrate__hero {
  background: linear-gradient(135deg, #0A2342 0%, #304a70 100%); /* Dark blue gradient */
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-gambling-strategies-how-to-increase-winrate__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for emphasis */
  font-weight: bold;
}

.page-gambling-strategies-how-to-increase-winrate__subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-gambling-strategies-how-to-increase-winrate__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold */
  color: #0A2342; /* Dark blue text */
  padding: 15px 30px;
  border-radius: 8px;
  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-gambling-strategies-how-to-increase-winrate__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold */
  transform: translateY(-2px);
}

.page-gambling-strategies-how-to-increase-winrate__cta-button--secondary {
  background-color: #0A2342;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-gambling-strategies-how-to-increase-winrate__cta-button--secondary:hover {
  background-color: #1a3a5e;
  border-color: #e6c200;
}

.page-gambling-strategies-how-to-increase-winrate__section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-gambling-strategies-how-to-increase-winrate__section:last-of-type {
  border-bottom: none;
}

.page-gambling-strategies-how-to-increase-winrate__bg-light {
  background-color: #ffffff;
}

.page-gambling-strategies-how-to-increase-winrate__section-title {
  font-size: 2.5em;
  color: #0A2342;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-gambling-strategies-how-to-increase-winrate__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-gambling-strategies-how-to-increase-winrate__sub-title {
  font-size: 1.8em;
  color: #0A2342;
  margin-top: 40px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-gambling-strategies-how-to-increase-winrate__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
}

.page-gambling-strategies-how-to-increase-winrate__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.page-gambling-strategies-how-to-increase-winrate__call-to-action {
  background-color: #0A2342;
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.page-gambling-strategies-how-to-increase-winrate__cta-content .page-gambling-strategies-how-to-increase-winrate__section-title {
  color: #FFD700;
}

.page-gambling-strategies-how-to-increase-winrate__cta-content .page-gambling-strategies-how-to-increase-winrate__text-block {
  color: #e0e0e0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.page-gambling-strategies-how-to-increase-winrate__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-gambling-strategies-how-to-increase-winrate__title {
    font-size: 2.5em;
  }
  .page-gambling-strategies-how-to-increase-winrate__subtitle {
    font-size: 1.2em;
  }
  .page-gambling-strategies-how-to-increase-winrate__section-title {
    font-size: 2em;
  }
  .page-gambling-strategies-how-to-increase-winrate__sub-title {
    font-size: 1.5em;
  }
  .page-gambling-strategies-how-to-increase-winrate__cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .page-gambling-strategies-how-to-increase-winrate__cta-button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .page-gambling-strategies-how-to-increase-winrate__title {
    font-size: 2em;
  }
  .page-gambling-strategies-how-to-increase-winrate__subtitle {
    font-size: 1em;
  }
  .page-gambling-strategies-how-to-increase-winrate__section-title {
    font-size: 1.8em;
  }
  .page-gambling-strategies-how-to-increase-winrate__sub-title {
    font-size: 1.3em;
  }
  .page-gambling-strategies-how-to-increase-winrate__hero,
  .page-gambling-strategies-how-to-increase-winrate__section,
  .page-gambling-strategies-how-to-increase-winrate__call-to-action {
    padding: 40px 0;
  }
  .page-gambling-strategies-how-to-increase-winrate__cta-button {
    width: 90%;
    padding: 12px 20px;
  }
}