.page-resources-future-of-68-game-bai-doi-thuong {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark backgrounds */
  line-height: 1.6;
  background-color: #1A202C; /* Main background color */
}

.page-resources-future-of-68-game-bai-doi-thuong strong {
  color: #FFD700; /* Accent color for strong text */
}

.page-resources-future-of-68-game-bai-doi-thuong__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-future-of-68-game-bai-doi-thuong__hero {
  background: linear-gradient(135deg, #1A202C 0%, #3a4150 100%); /* Gradient background */
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}

.page-resources-future-of-68-game-bai-doi-thuong__hero-title {
  font-size: 3.5em;
  color: #FFD700; /* Gold accent for title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-resources-future-of-68-game-bai-doi-thuong__hero-subtitle {
  font-size: 1.4em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #E0E0E0; /* Light gray */
}

.page-resources-future-of-68-game-bai-doi-thuong__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  text-align: center;
}

.page-resources-future-of-68-game-bai-doi-thuong__btn--primary {
  background-color: #FFD700; /* Gold primary button */
  color: #1A202C; /* Dark text on gold */
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-future-of-68-game-bai-doi-thuong__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-resources-future-of-68-game-bai-doi-thuong__btn--secondary {
  background-color: #1A202C; /* Dark background secondary button */
  color: #FFD700; /* Gold text on dark */
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-resources-future-of-68-game-bai-doi-thuong__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-resources-future-of-68-game-bai-doi-thuong__section {
  padding: 60px 0;
  background-color: #2a303c; /* Slightly lighter dark for contrast */
  margin-bottom: 20px;
}

.page-resources-future-of-68-game-bai-doi-thuong__section:nth-of-type(even) {
  background-color: #1A202C; /* Main dark for alternating sections */
}

.page-resources-future-of-68-game-bai-doi-thuong__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-future-of-68-game-bai-doi-thuong__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-future-of-68-game-bai-doi-thuong__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: -20px auto 60px auto;
  color: #B0B0B0; /* Slightly lighter gray */
}

.page-resources-future-of-68-game-bai-doi-thuong__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.page-resources-future-of-68-game-bai-doi-thuong__text-content {
  flex: 1;
  min-width: 300px;
  color: #E0E0E0;
}

.page-resources-future-of-68-game-bai-doi-thuong__text-content p {
  margin-bottom: 15px;
  text-align: justify;
}

.page-resources-future-of-68-game-bai-doi-thuong__image-wrapper {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-resources-future-of-68-game-bai-doi-thuong__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-future-of-68-game-bai-doi-thuong__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-future-of-68-game-bai-doi-thuong__feature-item {
  background-color: #1A202C; /* Main dark background for feature items */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #3a4150;
}

.page-resources-future-of-68-game-bai-doi-thuong__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-future-of-68-game-bai-doi-thuong__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.6)); /* Gold glow for icons */
}

.page-resources-future-of-68-game-bai-doi-thuong__feature-title {
  font-size: 1.6em;
  color: #FFD700; /* Gold for feature titles */
  margin-bottom: 15px;
}

.page-resources-future-of-68-game-bai-doi-thuong__feature-description {
  font-size: 1em;
  color: #B0B0B0; /* Light gray for descriptions */
}

.page-resources-future-of-68-game-bai-doi-thuong__trend-list {
  display: grid;
  gap: 50px;
}

.page-resources-future-of-68-game-bai-doi-thuong__trend-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #2a303c; /* Slightly lighter dark for trend items */
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  border: 1px solid #3a4150;
}

.page-resources-future-of-68-game-bai-doi-thuong__trend-item:nth-child(even) {
  flex-direction: column-reverse; /* Reverse image/text order for even items */
  background-color: #1A202C;
}

.page-resources-future-of-68-game-bai-doi-thuong__trend-item img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-future-of-68-game-bai-doi-thuong__trend-item:nth-child(even) img {
  margin-top: 20px;
  margin-bottom: 30px;
}

.page-resources-future-of-68-game-bai-doi-thuong__trend-title {
  font-size: 2em;
  color: #FFD700; /* Gold for trend titles */
  margin-bottom: 15px;
}

.page-resources-future-of-68-game-bai-doi-thuong__trend-description {
  font-size: 1.1em;
  color: #E0E0E0;
  max-width: 800px;
  margin: 0 auto;
  text-align: justify;
}

.page-resources-future-of-68-game-bai-doi-thuong__section--cta {
  background: linear-gradient(90deg, #1A202C, #3a4150); /* Gradient for CTA section */
  text-align: center;
  padding: 80px 0;
  margin-bottom: 0;
}

.page-resources-future-of-68-game-bai-doi-thuong__container--cta {
  position: relative;
  padding-bottom: 100px; /* Space for CTA image */
}

.page-resources-future-of-68-game-bai-doi-thuong__cta-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-future-of-68-game-bai-doi-thuong__cta-image {
  position: absolute;
  bottom: -50px; /* Adjust to float slightly below the section */
  left: 50%;
  transform: translateX(-50%);
  max-width: 300px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.5);
  z-index: 10;
}

.page-resources-future-of-68-game-bai-doi-thuong__section--conclusion {
  background-color: #1A202C;
  padding-top: 80px;
}

.page-resources-future-of-68-game-bai-doi-thuong__section--conclusion p {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 20px auto;
  color: #B0B0B0;
  text-align: justify;
}

.page-resources-future-of-68-game-bai-doi-thuong__section--conclusion p:last-of-type {
  margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-future-of-68-game-bai-doi-thuong__hero-title {
    font-size: 2.8em;
  }
  .page-resources-future-of-68-game-bai-doi-thuong__section-title {
    font-size: 2em;
  }
  .page-resources-future-of-68-game-bai-doi-thuong__content-wrapper {
    flex-direction: column;
  }
  .page-resources-future-of-68-game-bai-doi-thuong__text-content, 
  .page-resources-future-of-68-game-bai-doi-thuong__image-wrapper {
    min-width: unset;
    width: 100%;
  }
  .page-resources-future-of-68-game-bai-doi-thuong__trend-item {
    flex-direction: column;
  }
  .page-resources-future-of-68-game-bai-doi-thuong__trend-item:nth-child(even) {
    flex-direction: column;
  }
  .page-resources-future-of-68-game-bai-doi-thuong__trend-item img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page-resources-future-of-68-game-bai-doi-thuong__btn--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-resources-future-of-68-game-bai-doi-thuong__cta-buttons {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-resources-future-of-68-game-bai-doi-thuong__hero {
    padding: 80px 0;
  }
  .page-resources-future-of-68-game-bai-doi-thuong__hero-title {
    font-size: 2.2em;
  }
  .page-resources-future-of-68-game-bai-doi-thuong__hero-subtitle {
    font-size: 1.2em;
  }
  .page-resources-future-of-68-game-bai-doi-thuong__section-title {
    font-size: 1.8em;
  }
  .page-resources-future-of-68-game-bai-doi-thuong__feature-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-future-of-68-game-bai-doi-thuong__cta-image {
    bottom: -30px;
    max-width: 200px;
  }
  .page-resources-future-of-68-game-bai-doi-thuong__container--cta {
    padding-bottom: 80px;
  }
}

@media (max-width: 480px) {
  .page-resources-future-of-68-game-bai-doi-thuong__hero-title {
    font-size: 1.8em;
  }
  .page-resources-future-of-68-game-bai-doi-thuong__hero-subtitle {
    font-size: 1em;
  }
  .page-resources-future-of-68-game-bai-doi-thuong__btn {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-resources-future-of-68-game-bai-doi-thuong__section-title {
    font-size: 1.5em;
  }
  .page-resources-future-of-68-game-bai-doi-thuong__section-description {
    font-size: 0.95em;
  }
  .page-resources-future-of-68-game-bai-doi-thuong__feature-title {
    font-size: 1.4em;
  }
  .page-resources-future-of-68-game-bai-doi-thuong__trend-title {
    font-size: 1.6em;
  }
}