.page-resources-fc88-game-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #e0e0e0; /* Light gray for main text on dark background */
  background-color: #0f1c2b; /* Slightly lighter dark blue for overall background */
}

.page-resources-fc88-game-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-fc88-game-strategy__hero-section {
  background: linear-gradient(135deg, #1A2E44 0%, #0a1725 100%); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  color: #FFD700; /* Gold for hero text */
  position: relative;
  overflow: hidden;
}

.page-resources-fc88-game-strategy__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,pattern,geometric]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-fc88-game-strategy__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.page-resources-fc88-game-strategy__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #f0f0f0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-resources-fc88-game-strategy__content-section {
  padding: 60px 0;
  background-color: #1A2E44; /* Primary dark blue for content background */
}

.page-resources-fc88-game-strategy__article {
  background-color: #0f1c2b; /* Slightly darker background for article */
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-fc88-game-strategy__article h2 {
  font-size: 2.5em;
  color: #FFD700; /* Gold for main headings */
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-fc88-game-strategy__article h3 {
  font-size: 1.8em;
  color: #f0f0f0; /* Light gray for subheadings */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-fc88-game-strategy__article p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #e0e0e0; /* Light gray for paragraphs */
}

.page-resources-fc88-game-strategy__article ul {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-fc88-game-strategy__article ul li {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #e0e0e0;
}

.page-resources-fc88-game-strategy__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-fc88-game-strategy__btn {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 20px;
  cursor: pointer;
}

.page-resources-fc88-game-strategy__btn--primary {
  background-color: #FFD700; /* Gold */
  color: #1A2E44; /* Dark blue text on gold */
  border: 2px solid #FFD700;
}

.page-resources-fc88-game-strategy__btn--primary:hover {
  background-color: #e6c200; /* Slightly darker gold */
  transform: translateY(-3px);
}

.page-resources-fc88-game-strategy__btn--secondary {
  background-color: #1A2E44; /* Dark blue */
  color: #FFD700; /* Gold text on dark blue */
  border: 2px solid #FFD700;
}

.page-resources-fc88-game-strategy__btn--secondary:hover {
  background-color: #2a4a6e; /* Slightly lighter dark blue */
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-fc88-game-strategy__hero-title {
    font-size: 2.5em;
  }

  .page-resources-fc88-game-strategy__hero-subtitle {
    font-size: 1.1em;
  }

  .page-resources-fc88-game-strategy__article h2 {
    font-size: 2em;
  }

  .page-resources-fc88-game-strategy__article h3 {
    font-size: 1.5em;
  }

  .page-resources-fc88-game-strategy__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-fc88-game-strategy__article {
    padding: 25px;
  }
}

@media (max-width: 480px) {
  .page-resources-fc88-game-strategy__hero-title {
    font-size: 1.8em;
  }

  .page-resources-fc88-game-strategy__hero-subtitle {
    font-size: 0.9em;
  }

  .page-resources-fc88-game-strategy__article h2 {
    font-size: 1.5em;
  }

  .page-resources-fc88-game-strategy__article h3 {
    font-size: 1.2em;
  }

  .page-resources-fc88-game-strategy__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}