.page-resources-pg88-platform-update-2024 {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-resources-pg88-platform-update-2024__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-pg88-platform-update-2024__hero {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-pg88-platform-update-2024__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}

.page-resources-pg88-platform-update-2024__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-resources-pg88-platform-update-2024__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;
  font-size: 1.1em;
  cursor: pointer;
}

.page-resources-pg88-platform-update-2024__btn--primary {
  background-color: #ffc107;
  color: #333;
  border: 2px solid #ffc107;
}

.page-resources-pg88-platform-update-2024__btn--primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  transform: translateY(-3px);
}

.page-resources-pg88-platform-update-2024__btn--secondary {
  background-color: transparent;
  color: #ffc107;
  border: 2px solid #ffc107;
}

.page-resources-pg88-platform-update-2024__btn--secondary:hover {
  background-color: #ffc107;
  color: #007bff;
  transform: translateY(-3px);
}

.page-resources-pg88-platform-update-2024__section {
  padding: 60px 0;
}

.page-resources-pg88-platform-update-2024__section--alt-bg {
  background-color: #f8f9fa;
}

.page-resources-pg88-platform-update-2024__section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-pg88-platform-update-2024__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
}

.page-resources-pg88-platform-update-2024__sub-title {
  font-size: 1.8em;
  color: #0056b3;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-pg88-platform-update-2024__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #495057;
}

.page-resources-pg88-platform-update-2024__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-pg88-platform-update-2024__grid-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-pg88-platform-update-2024__grid-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-resources-pg88-platform-update-2024__img-responsive {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 20px;
}

.page-resources-pg88-platform-update-2024__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #495057;
}

.page-resources-pg88-platform-update-2024__list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-pg88-platform-update-2024__list li strong {
  color: #007bff;
}

.page-resources-pg88-platform-update-2024__cta-block {
  text-align: center;
  margin-top: 50px;
  padding: 40px;
  background-color: #007bff;
  border-radius: 10px;
  color: #fff;
}

.page-resources-pg88-platform-update-2024__cta-text {
  font-size: 1.8em;
  margin-bottom: 25px;
  font-weight: bold;
  color: #fff;
}

.page-resources-pg88-platform-update-2024__conclusion {
  background-color: #007bff;
  color: #fff;
  text-align: center;
}

.page-resources-pg88-platform-update-2024__conclusion .page-resources-pg88-platform-update-2024__section-title {
  color: #ffc107;
}

.page-resources-pg88-platform-update-2024__conclusion .page-resources-pg88-platform-update-2024__paragraph {
  color: #e0e0e0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-pg88-platform-update-2024__hero-title {
    font-size: 2.5em;
  }

  .page-resources-pg88-platform-update-2024__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-pg88-platform-update-2024__section-title {
    font-size: 2em;
  }

  .page-resources-pg88-platform-update-2024__sub-title {
    font-size: 1.5em;
  }

  .page-resources-pg88-platform-update-2024__cta-text {
    font-size: 1.5em;
  }
}

@media (max-width: 480px) {
  .page-resources-pg88-platform-update-2024__hero {
    padding: 60px 0;
  }

  .page-resources-pg88-platform-update-2024__hero-title {
    font-size: 2em;
  }

  .page-resources-pg88-platform-update-2024__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-pg88-platform-update-2024__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-pg88-platform-update-2024__section {
    padding: 40px 0;
  }

  .page-resources-pg88-platform-update-2024__section-title {
    font-size: 1.8em;
  }

  .page-resources-pg88-platform-update-2024__sub-title {
    font-size: 1.3em;
  }

  .page-resources-pg88-platform-update-2024__paragraph,
  .page-resources-pg88-platform-update-2024__list li {
    font-size: 0.95em;
  }

  .page-resources-pg88-platform-update-2024__cta-block {
    padding: 30px 20px;
  }

  .page-resources-pg88-platform-update-2024__cta-text {
    font-size: 1.3em;
  }
}