/* style/resources-win79-game-strategy.css */
.page-resources-win79-game-strategy {
  font-family: 'Arial', sans-serif;
  color: #2C3E50; /* Auxiliary color for text */
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-win79-game-strategy__hero {
  background: linear-gradient(135deg, #FFD700 0%, #FFD700 50%, #2C3E50 100%);
  color: #2C3E50; /* Dark text for light background */
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

@media (min-width: 768px) {
  .page-resources-win79-game-strategy__hero {
    flex-direction: row;
    text-align: left;
    padding: 100px 40px;
  }
  .page-resources-win79-game-strategy__hero-content {
    flex: 1;
    max-width: 600px;
  }
}

.page-resources-win79-game-strategy__hero-title {
  font-size: 2.8em;
  color: #2C3E50; /* Darker text for title */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-win79-game-strategy__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #333;
}

.page-resources-win79-game-strategy__hero-cta {
  display: inline-block;
  background-color: #E74C3C; /* CTA Red */
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-resources-win79-game-strategy__hero-cta:hover {
  background-color: #c0392b;
  transform: translateY(-2px);
}

.page-resources-win79-game-strategy__hero-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
}

.page-resources-win79-game-strategy__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-resources-win79-game-strategy__content-wrapper {
  padding: 40px 20px;
  background-color: #ffffff;
}

.page-resources-win79-game-strategy__article-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.page-resources-win79-game-strategy__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #FFD700; /* Main color */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-win79-game-strategy__back-link:hover {
  color: #b39700;
}

.page-resources-win79-game-strategy__back-link--bottom {
  margin-top: 40px;
  margin-bottom: 0;
}

.page-resources-win79-game-strategy__article h1,
.page-resources-win79-game-strategy__article h2,
.page-resources-win79-game-strategy__article h3 {
  color: #2C3E50; /* Auxiliary color for headings */
  margin-top: 35px;
  margin-bottom: 15px;
  line-height: 1.3;
}

.page-resources-win79-game-strategy__article h1 {
  font-size: 2.2em;
}

.page-resources-win79-game-strategy__article h2 {
  font-size: 1.8em;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-win79-game-strategy__article h3 {
  font-size: 1.4em;
  color: #FFD700; /* Main color for subheadings */
}

.page-resources-win79-game-strategy__article p {
  margin-bottom: 1em;
  font-size: 1.05em;
  color: #333;
}

.page-resources-win79-game-strategy__article ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1em;
  color: #333;
}

.page-resources-win79-game-strategy__article ul li {
  margin-bottom: 0.5em;
}

.page-resources-win79-game-strategy__article-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-win79-game-strategy__article-cta {
  display: inline-block;
  background-color: #E74C3C;
  color: #FFFFFF;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.page-resources-win79-game-strategy__article-cta:hover {
  background-color: #c0392b;
}

.page-resources-win79-game-strategy__inline-link {
  color: #FFD700;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-win79-game-strategy__inline-link:hover {
  color: #b39700;
}

.page-resources-win79-game-strategy__related-resources {
  padding: 60px 20px;
  background-color: #f0f2f5;
  text-align: center;
}

.page-resources-win79-game-strategy__related-title {
  font-size: 2em;
  color: #2C3E50;
  margin-bottom: 40px;
}

.page-resources-win79-game-strategy__resource-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-resources-win79-game-strategy__resource-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-win79-game-strategy__resource-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.page-resources-win79-game-strategy__card-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-win79-game-strategy__card-title {
  font-size: 1.3em;
  color: #2C3E50;
  margin-bottom: 10px;
}

.page-resources-win79-game-strategy__card-title a {
  color: #2C3E50;
  text-decoration: none;
}

.page-resources-win79-game-strategy__card-title a:hover {
  color: #FFD700;
}

.page-resources-win79-game-strategy__card-description {
  font-size: 0.95em;
  color: #555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-resources-win79-game-strategy__card-button {
  display: inline-block;
  background-color: #FFD700; /* Main color */
  color: #2C3E50;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  transition: background-color 0.3s ease;
}

.page-resources-win79-game-strategy__card-button:hover {
  background-color: #b39700;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-win79-game-strategy__hero {
    padding: 60px 15px;
  }
  .page-resources-win79-game-strategy__hero-title {
    font-size: 2em;
  }
  .page-resources-win79-game-strategy__hero-description {
    font-size: 1em;
  }
  .page-resources-win79-game-strategy__article-container {
    padding: 15px;
  }
  .page-resources-win79-game-strategy__article h1 {
    font-size: 1.8em;
  }
  .page-resources-win79-game-strategy__article h2 {
    font-size: 1.5em;
  }
  .page-resources-win79-game-strategy__article h3 {
    font-size: 1.2em;
  }
  .page-resources-win79-game-strategy__related-title {
    font-size: 1.8em;
  }
  .page-resources-win79-game-strategy__resource-grid {
    grid-template-columns: 1fr;
  }
}