.page-resources-future-of-68gb-card-games {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #e0e0e0; /* Light grey for text on dark background */
  background-color: #0A192F; /* Main dark blue background */
}

.page-resources-future-of-68gb-card-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-resources-future-of-68gb-card-games__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #0A192F 0%, #1a345e 100%); /* Dark blue gradient */
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 600px;
}

.page-resources-future-of-68gb-card-games__hero-content {
  z-index: 1;
  max-width: 800px;
}

.page-resources-future-of-68gb-card-games__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #64FFDA; /* Auxiliary green for highlight */
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-future-of-68gb-card-games__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #c0c0c0;
}

.page-resources-future-of-68gb-card-games__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-future-of-68gb-card-games__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;
  border: 2px solid transparent;
}

.page-resources-future-of-68gb-card-games__btn--primary {
  background-color: #64FFDA; /* Auxiliary green */
  color: #0A192F;
}

.page-resources-future-of-68gb-card-games__btn--primary:hover {
  background-color: #46b399; /* Darker green */
  transform: translateY(-3px);
}

.page-resources-future-of-68gb-card-games__btn--secondary {
  background-color: transparent;
  color: #64FFDA; /* Auxiliary green */
  border-color: #64FFDA;
}

.page-resources-future-of-68gb-card-games__btn--secondary:hover {
  background-color: #64FFDA;
  color: #0A192F;
  transform: translateY(-3px);
}

.page-resources-future-of-68gb-card-games__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  overflow: hidden;
}

.page-resources-future-of-68gb-card-games__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) blur(5px);
  transform: scale(1.1);
}

/* General Section Styling */
.page-resources-future-of-68gb-card-games__section {
  padding: 60px 0;
  background-color: #0A192F;
}

.page-resources-future-of-68gb-card-games__section:nth-of-type(even) {
  background-color: #1a2a47; /* Slightly lighter dark blue for contrast */
}

.page-resources-future-of-68gb-card-games__section-title {
  font-size: 2.5em;
  color: #64FFDA; /* Auxiliary green */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-future-of-68gb-card-games__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #64FFDA;
  border-radius: 2px;
}

.page-resources-future-of-68gb-card-games__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-resources-future-of-68gb-card-games__introduction p strong,
.page-resources-future-of-68gb-card-games__paragraph strong {
  color: #64FFDA;
}

.page-resources-future-of-68gb-card-games__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 40px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-future-of-68gb-card-games__image-inline {
  display: block;
  margin: 40px auto;
  max-width: 80%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Feature Grid */
.page-resources-future-of-68gb-card-games__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-future-of-68gb-card-games__feature-item {
  background-color: #1a2a47;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-future-of-68gb-card-games__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-future-of-68gb-card-games__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-resources-future-of-68gb-card-games__feature-title {
  font-size: 1.8em;
  color: #64FFDA;
  margin-bottom: 15px;
}

.page-resources-future-of-68gb-card-games__feature-item p {
  color: #c0c0c0;
  font-size: 1em;
}

/* CTA Banner */
.page-resources-future-of-68gb-card-games__cta-banner {
  background: linear-gradient(90deg, #0A192F, #0f2c4a); /* Dark blue gradient */
  text-align: center;
  padding: 80px 20px;
}

.page-resources-future-of-68gb-card-games__cta-content {
  max-width: 900px;
}

.page-resources-future-of-68gb-card-games__cta-title {
  font-size: 3em;
  color: #64FFDA;
  margin-bottom: 20px;
}

.page-resources-future-of-68gb-card-games__cta-description {
  font-size: 1.2em;
  color: #e0e0e0;
  margin-bottom: 40px;
}

.page-resources-future-of-68gb-card-games__btn--cta {
  background-color: #64FFDA;
  color: #0A192F;
  padding: 18px 40px;
  font-size: 1.2em;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(100, 255, 218, 0.4);
}

.page-resources-future-of-68gb-card-games__btn--cta:hover {
  background-color: #46b399;
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(100, 255, 218, 0.6);
}

/* Challenges and Opportunities */
.page-resources-future-of-68gb-card-games__split-content {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.page-resources-future-of-68gb-card-games__split-block {
  flex: 1;
  min-width: 300px;
}

.page-resources-future-of-68gb-card-games__sub-title {
  font-size: 2em;
  color: #64FFDA;
  margin-bottom: 25px;
  border-bottom: 2px solid #64FFDA;
  padding-bottom: 10px;
}

.page-resources-future-of-68gb-card-games__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-future-of-68gb-card-games__list li {
  background-color: #1a2a47;
  margin-bottom: 15px;
  padding: 15px 20px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  color: #e0e0e0;
  font-size: 1.05em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-future-of-68gb-card-games__list li::before {
  content: '▪'; /* Custom bullet point */
  color: #64FFDA;
  margin-right: 10px;
  font-size: 1.2em;
  line-height: 1;
}

.page-resources-future-of-68gb-card-games__list--large li {
  font-size: 1.15em;
  padding: 20px 25px;
}

/* FAQ Section */
.page-resources-future-of-68gb-card-games__accordion {
  margin-top: 40px;
}

.page-resources-future-of-68gb-card-games__accordion-item {
  background-color: #1a2a47;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-future-of-68gb-card-games__accordion-header {
  background-color: #0A192F; /* Dark blue */
  color: #64FFDA; /* Auxiliary green */
  padding: 20px 25px;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-resources-future-of-68gb-card-games__accordion-header:hover {
  background-color: #1a2a47;
}

.page-resources-future-of-68gb-card-games__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-resources-future-of-68gb-card-games__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-future-of-68gb-card-games__accordion-content {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  color: #e0e0e0;
}

.page-resources-future-of-68gb-card-games__accordion-content p {
  padding-bottom: 20px;
  margin: 0;
  font-size: 1.05em;
}

.page-resources-future-of-68gb-card-games__accordion-content a {
  color: #64FFDA;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-future-of-68gb-card-games__accordion-content a:hover {
  text-decoration: underline;
}

/* Conclusion */
.page-resources-future-of-68gb-card-games__conclusion p {
  text-align: center;
  font-size: 1.15em;
  margin-bottom: 30px;
}

.page-resources-future-of-68gb-card-games__conclusion p strong {
  color: #64FFDA;
}

.page-resources-future-of-68gb-card-games__final-cta {
  text-align: center;
  margin-top: 50px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-future-of-68gb-card-games__hero-title {
    font-size: 2.8em;
  }
  .page-resources-future-of-68gb-card-games__section-title {
    font-size: 2em;
  }
  .page-resources-future-of-68gb-card-games__cta-title {
    font-size: 2.5em;
  }
  .page-resources-future-of-68gb-card-games__split-content {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-resources-future-of-68gb-card-games__hero {
    padding: 60px 15px;
    min-height: 500px;
  }
  .page-resources-future-of-68gb-card-games__hero-title {
    font-size: 2.2em;
  }
  .page-resources-future-of-68gb-card-games__hero-subtitle {
    font-size: 1.1em;
  }
  .page-resources-future-of-68gb-card-games__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-future-of-68gb-card-games__btn {
    width: 100%;
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-future-of-68gb-card-games__section {
    padding: 40px 0;
  }
  .page-resources-future-of-68gb-card-games__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-future-of-68gb-card-games__feature-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-future-of-68gb-card-games__cta-banner {
    padding: 60px 15px;
  }
  .page-resources-future-of-68gb-card-games__cta-title {
    font-size: 2em;
  }
  .page-resources-future-of-68gb-card-games__cta-description {
    font-size: 1.1em;
  }
  .page-resources-future-of-68gb-card-games__btn--cta {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-resources-future-of-68gb-card-games__sub-title {
    font-size: 1.6em;
  }
  .page-resources-future-of-68gb-card-games__list li,
  .page-resources-future-of-68gb-card-games__list--large li {
    font-size: 0.95em;
    padding: 12px 15px;
  }
  .page-resources-future-of-68gb-card-games__accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-resources-future-of-68gb-card-games__accordion-content {
    padding: 0 20px;
  }
  .page-resources-future-of-68gb-card-games__accordion-content p {
    font-size: 1em;
  }
}