.page-resources-new88-latest-promotions-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-resources-new88-latest-promotions-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-new88-latest-promotions-analysis__hero {
  background: linear-gradient(135deg, #003366 0%, #001a33 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.page-resources-new88-latest-promotions-analysis__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 1;
}

.page-resources-new88-latest-promotions-analysis__hero .page-resources-new88-latest-promotions-analysis__container {
  position: relative;
  z-index: 2;
}

.page-resources-new88-latest-promotions-analysis__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFCC00; /* Accent color for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-new88-latest-promotions-analysis__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-resources-new88-latest-promotions-analysis__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-resources-new88-latest-promotions-analysis__btn--primary {
  background-color: #FFCC00; /* Accent color */
  color: #003366; /* Primary color for text */
  font-size: 1.1em;
}

.page-resources-new88-latest-promotions-analysis__btn--primary:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
}

.page-resources-new88-latest-promotions-analysis__btn--secondary {
  background-color: #003366; /* Primary color */
  color: #FFCC00; /* Accent color for text */
  border: 1px solid #FFCC00;
  font-size: 1em;
  padding: 10px 20px;
}

.page-resources-new88-latest-promotions-analysis__btn--secondary:hover {
  background-color: #001a33;
  transform: translateY(-2px);
}

.page-resources-new88-latest-promotions-analysis__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-resources-new88-latest-promotions-analysis__section {
  padding: 60px 0;
  background-color: #fff;
}

.page-resources-new88-latest-promotions-analysis__section--alt {
  background-color: #f0f4f7;
}

.page-resources-new88-latest-promotions-analysis__section-title {
  font-size: 2.5em;
  color: #003366; /* Primary color */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-new88-latest-promotions-analysis__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFCC00; /* Accent color */
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-new88-latest-promotions-analysis__section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
  text-align: justify;
}

.page-resources-new88-latest-promotions-analysis__section a {
  color: #003366;
  text-decoration: underline;
}

.page-resources-new88-latest-promotions-analysis__section a:hover {
  color: #FFCC00;
}

.page-resources-new88-latest-promotions-analysis__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-new88-latest-promotions-analysis__grid-item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-resources-new88-latest-promotions-analysis__grid-item:hover {
  transform: translateY(-5px);
}

.page-resources-new88-latest-promotions-analysis__item-title {
  font-size: 1.5em;
  color: #003366; /* Primary color */
  margin-bottom: 15px;
}

.page-resources-new88-latest-promotions-analysis__grid-item p {
  font-size: 1em;
  color: #555;
  line-height: 1.5;
}

.page-resources-new88-latest-promotions-analysis__grid-item ul {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.page-resources-new88-latest-promotions-analysis__grid-item ul li {
  margin-bottom: 8px;
  font-size: 0.95em;
  color: #666;
  position: relative;
  padding-left: 20px;
}

.page-resources-new88-latest-promotions-analysis__grid-item ul li::before {
  content: '✔';
  color: #FFCC00; /* Accent color */
  position: absolute;
  left: 0;
}

.page-resources-new88-latest-promotions-analysis__list-numbered {
  list-style: decimal;
  padding-left: 25px;
  margin-bottom: 30px;
}

.page-resources-new88-latest-promotions-analysis__list-numbered li,
.page-resources-new88-latest-promotions-analysis__list-bullet li {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #444;
}

.page-resources-new88-latest-promotions-analysis__list-bullet {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-new88-latest-promotions-analysis__list-bullet li {
  position: relative;
  padding-left: 30px;
}

.page-resources-new88-latest-promotions-analysis__list-bullet li::before {
  content: '•';
  color: #FFCC00; /* Accent color */
  font-size: 1.5em;
  position: absolute;
  left: 0;
  top: -3px;
}

.page-resources-new88-latest-promotions-analysis__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-new88-latest-promotions-analysis__text-center {
  text-align: center;
}

.page-resources-new88-latest-promotions-analysis__section--cta {
  background-color: #003366; /* Primary color */
  color: #fff;
  text-align: center;
}

.page-resources-new88-latest-promotions-analysis__section--cta .page-resources-new88-latest-promotions-analysis__section-title {
  color: #FFCC00; /* Accent color */
}

.page-resources-new88-latest-promotions-analysis__section--cta p {
  color: #e0e0e0;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-resources-new88-latest-promotions-analysis__floating-promo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #FFCC00; /* Accent color */
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  animation: page-resources-new88-latest-promotions-analysis-pulse 2s infinite;
}

.page-resources-new88-latest-promotions-analysis__floating-promo a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  color: #003366; /* Primary color */
  font-weight: bold;
  font-size: 1.1em;
  white-space: nowrap;
}

.page-resources-new88-latest-promotions-analysis__floating-promo-text {
  margin-left: 5px;
}

@keyframes page-resources-new88-latest-promotions-analysis-pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-new88-latest-promotions-analysis__hero-title {
    font-size: 2.5em;
  }

  .page-resources-new88-latest-promotions-analysis__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-new88-latest-promotions-analysis__section-title {
    font-size: 2em;
  }

  .page-resources-new88-latest-promotions-analysis__grid {
    grid-template-columns: 1fr;
  }

  .page-resources-new88-latest-promotions-analysis__floating-promo {
    bottom: 15px;
    right: 15px;
  }

  .page-resources-new88-latest-promotions-analysis__floating-promo a {
    padding: 8px 15px;
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .page-resources-new88-latest-promotions-analysis__hero-title {
    font-size: 2em;
  }

  .page-resources-new88-latest-promotions-analysis__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-new88-latest-promotions-analysis__btn--large {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-new88-latest-promotions-analysis__section-title {
    font-size: 1.8em;
  }

  .page-resources-new88-latest-promotions-analysis__floating-promo {
    bottom: 10px;
    right: 10px;
  }

  .page-resources-new88-latest-promotions-analysis__floating-promo a {
    padding: 6px 12px;
    font-size: 0.8em;
  }
}