/* style/resources-68gb-card-games-overview.css */
.page-resources-68gb-card-games-overview {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A192F; /* Deep blue background */
  line-height: 1.6;
}

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

.page-resources-68gb-card-games-overview__hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #1A3A5F 100%); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
}

.page-resources-68gb-card-games-overview__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #64FFDA; /* Bright green for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-resources-68gb-card-games-overview__hero-subtitle {
  font-size: 1.4em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #E0E0E0;
}

.page-resources-68gb-card-games-overview__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-68gb-card-games-overview__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;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-68gb-card-games-overview__btn--primary {
  background-color: #64FFDA; /* Bright green */
  color: #0A192F; /* Dark blue text on bright green */
  border: 2px solid #64FFDA;
}

.page-resources-68gb-card-games-overview__btn--primary:hover {
  background-color: #4CAF9B;
  border-color: #4CAF9B;
  transform: translateY(-3px);
}

.page-resources-68gb-card-games-overview__btn--secondary {
  background-color: transparent;
  color: #64FFDA; /* Bright green text */
  border: 2px solid #64FFDA;
}

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

.page-resources-68gb-card-games-overview__content-section {
  padding: 60px 0;
}

.page-resources-68gb-card-games-overview__section-title {
  font-size: 2.5em;
  color: #64FFDA; /* Bright green */
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: left;
  border-bottom: 3px solid #1A3A5F;
  padding-bottom: 10px;
}

.page-resources-68gb-card-games-overview__subsection-title {
  font-size: 1.8em;
  color: #64FFDA; /* Bright green */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-68gb-card-games-overview__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-68gb-card-games-overview__list,
.page-resources-68gb-card-games-overview__numbered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-resources-68gb-card-games-overview__numbered-list {
  list-style-type: decimal;
}

.page-resources-68gb-card-games-overview__list li,
.page-resources-68gb-card-games-overview__numbered-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-68gb-card-games-overview__call-to-action-box {
  background-color: #1A3A5F; /* Slightly lighter dark blue */
  border-left: 5px solid #64FFDA;
  padding: 30px;
  margin: 40px 0;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-68gb-card-games-overview__call-to-action-box p {
  font-size: 1.3em;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.page-resources-68gb-card-games-overview__final-cta {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.page-resources-68gb-card-games-overview p a {
  color: #64FFDA;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-resources-68gb-card-games-overview p a:hover {
  color: #4CAF9B;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-68gb-card-games-overview__hero-title {
    font-size: 2.5em;
  }

  .page-resources-68gb-card-games-overview__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-68gb-card-games-overview__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-68gb-card-games-overview__btn {
    width: 80%;
    margin: 0 auto;
  }

  .page-resources-68gb-card-games-overview__section-title {
    font-size: 2em;
  }

  .page-resources-68gb-card-games-overview__subsection-title {
    font-size: 1.5em;
  }

  .page-resources-68gb-card-games-overview__call-to-action-box p {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-68gb-card-games-overview__hero-title {
    font-size: 2em;
  }

  .page-resources-68gb-card-games-overview__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-68gb-card-games-overview__btn {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-68gb-card-games-overview__section-title {
    font-size: 1.8em;
  }

  .page-resources-68gb-card-games-overview__subsection-title {
    font-size: 1.3em;
  }
}