.page-w88-strategy-money-management {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f9f9f9;
}

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

.page-w88-strategy-money-management__hero {
  background: linear-gradient(135deg, #CC0000 0%, #FFCC00 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 450px;
}

.page-w88-strategy-money-management__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.page-w88-strategy-money-management__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-w88-strategy-money-management__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #ffe0b2; /* Lighter shade of yellow for contrast */
}

.page-w88-strategy-money-management__hero-btn {
  display: inline-block;
  background-color: #FFCC00; /* Auxiliary color */
  color: #CC0000; /* Main color for text */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-w88-strategy-money-management__hero-btn:hover {
  background-color: #e6b800;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-w88-strategy-money-management__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.15;
}

.page-w88-strategy-money-management__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-w88-strategy-money-management__section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-w88-strategy-money-management__section:last-of-type {
  border-bottom: none;
}

.page-w88-strategy-money-management__section-title {
  font-size: 2.5em;
  color: #CC0000; /* Main brand color */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-w88-strategy-money-management__sub-title {
  font-size: 1.8em;
  color: #CC0000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-w88-strategy-money-management__section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
}

.page-w88-strategy-money-management__section p a {
  color: #CC0000;
  text-decoration: underline;
  font-weight: bold;
}

.page-w88-strategy-money-management__section p a:hover {
  color: #e06666;
}

.page-w88-strategy-money-management__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-w88-strategy-money-management__list--numbered {
  list-style-type: decimal;
}

.page-w88-strategy-money-management__list--checked {
  list-style-type: none;
  padding-left: 0;
}

.page-w88-strategy-money-management__list--checked li::before {
  content: '\2713'; /* Checkmark unicode */
  color: #CC0000;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.page-w88-strategy-money-management__list li {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #555;
}

.page-w88-strategy-money-management__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-w88-strategy-money-management__grid-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-w88-strategy-money-management__grid-item:hover {
  transform: translateY(-5px);
}

.page-w88-strategy-money-management__grid-item h3 {
  color: #CC0000;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-w88-strategy-money-management__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 40px auto;
  display: block;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-w88-strategy-money-management__image--center {
  max-width: 800px;
}

.page-w88-strategy-money-management__image--full-width {
  width: 100%;
}

.page-w88-strategy-money-management__image--right {
  float: right;
  margin-left: 30px;
  margin-right: 0;
  max-width: 50%;
}

.page-w88-strategy-money-management__image--left {
  float: left;
  margin-right: 30px;
  margin-left: 0;
  max-width: 50%;
}

.page-w88-strategy-money-management__tool-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-w88-strategy-money-management__tool-item {
  background-color: #fff;
  padding: 25px;
  border-left: 5px solid #FFCC00; /* Auxiliary color for accent */
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.page-w88-strategy-money-management__tool-item h3 {
  color: #CC0000;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-w88-strategy-money-management__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: all 0.3s ease;
  text-align: center;
  margin-top: 20px;
}

.page-w88-strategy-money-management__btn--primary {
  background-color: #CC0000; /* Main color */
  color: #fff;
  box-shadow: 0 4px 15px rgba(204, 0, 0, 0.3);
}

.page-w88-strategy-money-management__btn--primary:hover {
  background-color: #e06666;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(204, 0, 0, 0.4);
}

.page-w88-strategy-money-management__btn--secondary {
  background-color: #FFCC00; /* Auxiliary color */
  color: #CC0000; /* Main color for text */
  box-shadow: 0 4px 15px rgba(255, 204, 0, 0.3);
}

.page-w88-strategy-money-management__btn--secondary:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 204, 0, 0.4);
}

.page-w88-strategy-money-management__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
  border-radius: 40px;
}

.page-w88-strategy-money-management__cta-banner {
  background: linear-gradient(90deg, #CC0000, #FFCC00);
  color: #fff;
  padding: 50px 0;
  text-align: center;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.page-w88-strategy-money-management__cta-banner-content {
  position: relative;
  z-index: 2;
}

.page-w88-strategy-money-management__cta-banner-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.page-w88-strategy-money-management__cta-banner-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #ffe0b2;
}

.page-w88-strategy-money-management__cta-banner-description a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.page-w88-strategy-money-management__cta-banner-description a:hover {
  color: #e06666;
}

.page-w88-strategy-money-management__cta-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-w88-strategy-money-management__hero-title {
    font-size: 2.5em;
  }
  .page-w88-strategy-money-management__section-title {
    font-size: 2em;
  }
  .page-w88-strategy-money-management__sub-title {
    font-size: 1.6em;
  }
  .page-w88-strategy-money-management__image--right,
  .page-w88-strategy-money-management__image--left {
    float: none;
    margin: 30px auto;
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .page-w88-strategy-money-management__hero {
    padding: 60px 0;
    min-height: 350px;
  }
  .page-w88-strategy-money-management__hero-title {
    font-size: 2em;
  }
  .page-w88-strategy-money-management__hero-description {
    font-size: 1em;
  }
  .page-w88-strategy-money-management__hero-btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-w88-strategy-money-management__section {
    padding: 40px 0;
  }
  .page-w88-strategy-money-management__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-w88-strategy-money-management__sub-title {
    font-size: 1.4em;
  }
  .page-w88-strategy-money-management__section p,
  .page-w88-strategy-money-management__list li {
    font-size: 0.95em;
  }
  .page-w88-strategy-money-management__cta-banner-title {
    font-size: 2em;
  }
  .page-w88-strategy-money-management__cta-banner-description {
    font-size: 1.1em;
  }
  .page-w88-strategy-money-management__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-w88-strategy-money-management__hero {
    padding: 40px 0;
    min-height: 300px;
  }
  .page-w88-strategy-money-management__hero-title {
    font-size: 1.8em;
  }
  .page-w88-strategy-money-management__hero-description {
    font-size: 0.9em;
  }
  .page-w88-strategy-money-management__hero-btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-w88-strategy-money-management__section {
    padding: 30px 0;
  }
  .page-w88-strategy-money-management__section-title {
    font-size: 1.5em;
    margin-bottom: 25px;
  }
  .page-w88-strategy-money-management__sub-title {
    font-size: 1.2em;
  }
  .page-w88-strategy-money-management__grid-item,
  .page-w88-strategy-money-management__tool-item {
    padding: 20px;
  }
  .page-w88-strategy-money-management__cta-banner-title {
    font-size: 1.8em;
  }
  .page-w88-strategy-money-management__cta-banner-description {
    font-size: 1em;
  }
  .page-w88-strategy-money-management__btn--large {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-w88-strategy-money-management__image {
    margin: 20px auto;
  }
}