.page-betting-strategies-psychology {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

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

.page-betting-strategies-psychology__hero {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 450px;
}

.page-betting-strategies-psychology__hero-content {
  z-index: 10;
  max-width: 800px;
  margin: 0 auto;
}

.page-betting-strategies-psychology__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffc107; /* High contrast for title */
}

.page-betting-strategies-psychology__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: #e9ecef;
}

.page-betting-strategies-psychology__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 1;
}

.page-betting-strategies-psychology__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-betting-strategies-psychology__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
}

.page-betting-strategies-psychology__btn--primary {
  background-color: #ffc107;
  color: #000; /* Ensure high contrast */
}

.page-betting-strategies-psychology__btn--primary:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.page-betting-strategies-psychology__btn--secondary {
  background-color: #007bff;
  color: #fff;
  border: 2px solid #ffc107;
  margin-top: 20px;
}

.page-betting-strategies-psychology__btn--secondary:hover {
  background-color: #0056b3;
  border-color: #ffc107;
  transform: translateY(-3px);
}

.page-betting-strategies-psychology__section {
  padding: 60px 0;
  text-align: center;
}

.page-betting-strategies-psychology__section-title {
  font-size: 2.5em;
  margin-bottom: 40px;
  color: #007bff;
  position: relative;
  padding-bottom: 15px;
}

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

.page-betting-strategies-psychology__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #495057;
  text-align: left;
}

.page-betting-strategies-psychology__introduction .page-betting-strategies-psychology__text-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-betting-strategies-psychology__image--large {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.page-betting-strategies-psychology__key-factors {
  background-color: #e9f5ff;
}

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

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

.page-betting-strategies-psychology__grid-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-betting-strategies-psychology__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.2));
}

.page-betting-strategies-psychology__item-title {
  font-size: 1.6em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-betting-strategies-psychology__grid-item p {
  color: #555;
  font-size: 1em;
}

.page-betting-strategies-psychology__strategies {
  background-color: #fdfdfd;
}

.page-betting-strategies-psychology__strategy-card {
  display: flex;
  align-items: center;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: left;
}

.page-betting-strategies-psychology__strategy-card:nth-child(even) {
  flex-direction: row-reverse;
}

.page-betting-strategies-psychology__strategy-image {
  width: 40%;
  height: 250px;
  object-fit: cover;
}

.page-betting-strategies-psychology__strategy-content {
  width: 60%;
  padding: 30px;
}

.page-betting-strategies-psychology__strategy-content h3 {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-betting-strategies-psychology__strategy-content p {
  font-size: 1.1em;
  color: #495057;
}

.page-betting-strategies-psychology__responsible-gambling {
  background-color: #e9f5ff;
  padding: 80px 0;
}

.page-betting-strategies-psychology__responsible-gambling .page-betting-strategies-psychology__text-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-betting-strategies-psychology__conclusion {
  padding: 80px 0;
}

.page-betting-strategies-psychology__conclusion .page-betting-strategies-psychology__text-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-betting-strategies-psychology__hero-title {
    font-size: 2.8em;
  }
  .page-betting-strategies-psychology__hero-subtitle {
    font-size: 1.2em;
  }
  .page-betting-strategies-psychology__section-title {
    font-size: 2em;
  }
  .page-betting-strategies-psychology__strategy-card {
    flex-direction: column;
  }
  .page-betting-strategies-psychology__strategy-card:nth-child(even) {
    flex-direction: column;
  }
  .page-betting-strategies-psychology__strategy-image,
  .page-betting-strategies-psychology__strategy-content {
    width: 100%;
  }
  .page-betting-strategies-psychology__strategy-image {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .page-betting-strategies-psychology__hero {
    padding: 80px 0;
  }
  .page-betting-strategies-psychology__hero-title {
    font-size: 2.2em;
  }
  .page-betting-strategies-psychology__hero-subtitle {
    font-size: 1em;
  }
  .page-betting-strategies-psychology__section {
    padding: 40px 0;
  }
  .page-betting-strategies-psychology__section-title {
    font-size: 1.8em;
  }
  .page-betting-strategies-psychology__grid {
    grid-template-columns: 1fr;
  }
  .page-betting-strategies-psychology__grid-item {
    padding: 20px;
  }
  .page-betting-strategies-psychology__item-title {
    font-size: 1.4em;
  }
  .page-betting-strategies-psychology__text-content {
    font-size: 0.95em;
  }
  .page-betting-strategies-psychology__strategy-content h3 {
    font-size: 1.5em;
  }
  .page-betting-strategies-psychology__strategy-content p {
    font-size: 0.95em;
  }
}

@media (max-width: 480px) {
  .page-betting-strategies-psychology__hero-title {
    font-size: 1.8em;
  }
  .page-betting-strategies-psychology__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-betting-strategies-psychology__section-title {
    font-size: 1.5em;
  }
  .page-betting-strategies-psychology__text-content {
    font-size: 0.9em;
  }
}