.page-resources-888slot-future-trends {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #0A192F;
  line-height: 1.6;
}

.page-resources-888slot-future-trends-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-888slot-future-trends-hero {
  position: relative;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  overflow: hidden;
}

.page-resources-888slot-future-trends-hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-888slot-future-trends-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(10, 25, 47, 0.8), rgba(255, 215, 0, 0.4));
  z-index: 2;
}

.page-resources-888slot-future-trends-hero-content {
  position: relative;
  z-index: 3;
  max-width: 800px;
  padding: 20px;
}

.page-resources-888slot-future-trends-hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-resources-888slot-future-trends-hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-resources-888slot-future-trends-btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 2px solid transparent;
}

.page-resources-888slot-future-trends-btn-primary {
  background-color: #FFD700;
  color: #0A192F;
  border-color: #FFD700;
}

.page-resources-888slot-future-trends-btn-primary:hover {
  background-color: #E0B500;
  color: #000;
}

.page-resources-888slot-future-trends-btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border-color: #FFD700;
  margin-right: 15px;
}

.page-resources-888slot-future-trends-btn-secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
}

.page-resources-888slot-future-trends-section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-888slot-future-trends-section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-888slot-future-trends-intro,
.page-resources-888slot-future-trends-technology,
.page-resources-888slot-future-trends-design,
.page-resources-888slot-future-trends-gameplay,
.page-resources-888slot-future-trends-responsibility,
.page-resources-888slot-future-trends-conclusion {
  padding: 60px 0;
  background-color: #1A2E4E; /* Slightly lighter dark blue for sections */
  margin-bottom: 20px;
}

.page-resources-888slot-future-trends-intro p,
.page-resources-888slot-future-trends-technology p,
.page-resources-888slot-future-trends-design p,
.page-resources-888slot-future-trends-gameplay p,
.page-resources-888slot-future-trends-responsibility p,
.page-resources-888slot-future-trends-conclusion p,
.page-resources-888slot-future-trends-technology ul,
.page-resources-888slot-future-trends-gameplay ul,
.page-resources-888slot-future-trends-responsibility ul {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #C0C0C0;
}

.page-resources-888slot-future-trends-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-888slot-future-trends-grid-item {
  background-color: #0A192F;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-resources-888slot-future-trends-grid-item:hover {
  transform: translateY(-10px);
}

.page-resources-888slot-future-trends-grid-image {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #FFD700;
}

.page-resources-888slot-future-trends-grid-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-888slot-future-trends-design-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-resources-888slot-future-trends-design-item {
  background-color: #0A192F;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-left: 5px solid #FFD700;
}

.page-resources-888slot-future-trends-design-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-resources-888slot-future-trends-gameplay-content,
.page-resources-888slot-future-trends-responsibility ul {
  padding-left: 20px;
}

.page-resources-888slot-future-trends-gameplay ul li,
.page-resources-888slot-future-trends-responsibility ul li {
  margin-bottom: 10px;
  list-style-type: disc;
  color: #C0C0C0;
}

.page-resources-888slot-future-trends-gameplay-image,
.page-resources-888slot-future-trends-responsibility-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.page-resources-888slot-future-trends-cta-buttons {
  text-align: center;
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-888slot-future-trends-hero-title {
    font-size: 2.5em;
  }

  .page-resources-888slot-future-trends-hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-888slot-future-trends-section-title {
    font-size: 2em;
  }

  .page-resources-888slot-future-trends-grid,
  .page-resources-888slot-future-trends-design-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-888slot-future-trends-btn-secondary {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .page-resources-888slot-future-trends-cta-buttons .page-resources-888slot-future-trends-btn {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-888slot-future-trends-hero-title {
    font-size: 2em;
  }

  .page-resources-888slot-future-trends-hero-subtitle {
    font-size: 1em;
  }

  .page-resources-888slot-future-trends-btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-888slot-future-trends-intro,
  .page-resources-888slot-future-trends-technology,
  .page-resources-888slot-future-trends-design,
  .page-resources-888slot-future-trends-gameplay,
  .page-resources-888slot-future-trends-responsibility,
  .page-resources-888slot-future-trends-conclusion {
    padding: 40px 0;
  }
}