.page-w88-strategy-psychology-discipline {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-w88-strategy-psychology-discipline__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-w88-strategy-psychology-discipline__hero-section {
  background: linear-gradient(135deg, #CC0000 0%, #FFCC00 100%); /* Main to Aux color gradient */
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-w88-strategy-psychology-discipline__hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  opacity: 0.3;
  animation: page-w88-strategy-psychology-discipline__pulse 15s infinite alternate;
  z-index: 0;
}

@keyframes page-w88-strategy-psychology-discipline__pulse {
  0% { transform: scale(0.8); opacity: 0.2; }
  100% { transform: scale(1.2); opacity: 0.4; }
}

.page-w88-strategy-psychology-discipline__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  color: #FFFFFF; /* Ensure high contrast */
}

.page-w88-strategy-psychology-discipline__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  line-height: 1.8;
  position: relative;
  z-index: 1;
  color: #FFFFFF; /* Ensure high contrast */
}

.page-w88-strategy-psychology-discipline__hero-link {
  color: #FFFFFF; /* Ensure high contrast on gradient */
  text-decoration: underline;
  font-weight: bold;
}

.page-w88-strategy-psychology-discipline__hero-link:hover {
  color: #FFCC00; /* Auxiliary color for hover */
}

.page-w88-strategy-psychology-discipline__hero-cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.page-w88-strategy-psychology-discipline__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
  border: none;
}

.page-w88-strategy-psychology-discipline__button--primary {
  background-color: #FFCC00; /* Auxiliary color */
  color: #333; /* Dark text for high contrast */
  border: 2px solid #FFCC00;
}

.page-w88-strategy-psychology-discipline__button--primary:hover {
  background-color: #e6b800;
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-w88-strategy-psychology-discipline__button--secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-w88-strategy-psychology-discipline__button--secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-w88-strategy-psychology-discipline__button--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-w88-strategy-psychology-discipline__content-section {
  padding: 80px 0;
  background-color: #f8f8f8;
  color: #333;
}

.page-w88-strategy-psychology-discipline__section--dark {
  background-color: #333;
  color: #f8f8f8;
}

.page-w88-strategy-psychology-discipline__section-title {
  font-size: 2.5em;
  color: #CC0000; /* Main color for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-w88-strategy-psychology-discipline__section--dark .page-w88-strategy-psychology-discipline__section-title {
  color: #FFCC00; /* Auxiliary color for section titles in dark sections */
}

.page-w88-strategy-psychology-discipline__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFCC00; /* Auxiliary color for underline */
  border-radius: 2px;
}

.page-w88-strategy-psychology-discipline__section--dark .page-w88-strategy-psychology-discipline__section-title::after {
  background-color: #CC0000; /* Main color for underline in dark sections */
}

.page-w88-strategy-psychology-discipline__subsection-title {
  font-size: 1.8em;
  color: #CC0000;
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-w88-strategy-psychology-discipline__section--dark .page-w88-strategy-psychology-discipline__subsection-title {
  color: #FFCC00;
}

.page-w88-strategy-psychology-discipline__content-section p {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.page-w88-strategy-psychology-discipline__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-w88-strategy-psychology-discipline__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-w88-strategy-psychology-discipline__list li strong {
  color: #CC0000;
}

.page-w88-strategy-psychology-discipline__section--dark .page-w88-strategy-psychology-discipline__list li strong {
  color: #FFCC00;
}

.page-w88-strategy-psychology-discipline__text-link {
  color: #CC0000;
  text-decoration: underline;
  font-weight: bold;
}

.page-w88-strategy-psychology-discipline__section--dark .page-w88-strategy-psychology-discipline__text-link {
  color: #FFCC00;
}

.page-w88-strategy-psychology-discipline__text-link:hover {
  color: #a30000;
}

.page-w88-strategy-psychology-discipline__section--dark .page-w88-strategy-psychology-discipline__text-link:hover {
  color: #e6b800;
}

.page-w88-strategy-psychology-discipline__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-w88-strategy-psychology-discipline__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.page-w88-strategy-psychology-discipline__image-wrapper--small .page-w88-strategy-psychology-discipline__image {
  max-width: 150px;
}

.page-w88-strategy-psychology-discipline__image--icon {
  border-radius: 50%;
  box-shadow: none;
}

.page-w88-strategy-psychology-discipline__cta-section {
  text-align: center;
  padding: 80px 0;
  background-color: #CC0000; /* Main color */
  color: #FFFFFF;
}

.page-w88-strategy-psychology-discipline__cta-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f8f8f8;
}

.page-w88-strategy-psychology-discipline__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-w88-strategy-psychology-discipline__faq-section {
  padding: 80px 0;
  background-color: #f0f0f0;
}

.page-w88-strategy-psychology-discipline__faq-item {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.page-w88-strategy-psychology-discipline__faq-question {
  font-size: 1.4em;
  color: #CC0000;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-w88-strategy-psychology-discipline__faq-answer {
  font-size: 1.05em;
  color: #555;
}

.page-w88-strategy-psychology-discipline__final-cta-section {
  padding: 100px 0;
  text-align: center;
  background-color: #f8f8f8;
}

.page-w88-strategy-psychology-discipline__container--center {
  max-width: 900px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-w88-strategy-psychology-discipline__hero-title {
    font-size: 2.5em;
  }
  .page-w88-strategy-psychology-discipline__hero-subtitle {
    font-size: 1.1em;
  }
  .page-w88-strategy-psychology-discipline__hero-cta-group {
    flex-direction: column;
  }
  .page-w88-strategy-psychology-discipline__button {
    width: 80%;
    margin: 0 auto;
  }
  .page-w88-strategy-psychology-discipline__section-title {
    font-size: 2em;
  }
  .page-w88-strategy-psychology-discipline__subsection-title {
    font-size: 1.5em;
  }
  .page-w88-strategy-psychology-discipline__content-section,
  .page-w88-strategy-psychology-discipline__cta-section,
  .page-w88-strategy-psychology-discipline__faq-section,
  .page-w88-strategy-psychology-discipline__final-cta-section {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  .page-w88-strategy-psychology-discipline__hero-title {
    font-size: 2em;
  }
  .page-w88-strategy-psychology-discipline__hero-subtitle {
    font-size: 1em;
  }
  .page-w88-strategy-psychology-discipline__button {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-w88-strategy-psychology-discipline__section-title {
    font-size: 1.8em;
  }
  .page-w88-strategy-psychology-discipline__subsection-title {
    font-size: 1.3em;
  }
  .page-w88-strategy-psychology-discipline__faq-question {
    font-size: 1.2em;
  }
}