/* style/blog-win78-hot-games-guide.css */

/* Base styles for the page, ensuring text is visible on dark background */
.page-blog-win78-hot-games-guide {
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  padding-bottom: 50px;
}

/* Hero Section */
.page-blog-win78-hot-games-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding as body handles header offset */
  overflow: hidden;
}

.page-blog-win78-hot-games-guide__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  max-height: 700px; /* Limit hero image height for better visual balance */
}

.page-blog-win78-hot-games-guide__hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
  background-color: rgba(17, 39, 27, 0.85); /* Card B G with transparency */
  border-radius: 10px;
  transform: translateY(-50px); /* Slightly lift content over image for effect */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-win78-hot-games-guide__main-title {
  color: #F2C14E; /* Gold */
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-win78-hot-games-guide__intro-text {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-win78-hot-games-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-win78-hot-games-guide__btn-primary,
.page-blog-win78-hot-games-guide__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-win78-hot-games-guide__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: 2px solid transparent;
}

.page-blog-win78-hot-games-guide__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-win78-hot-games-guide__btn-secondary {
  background: #11271B; /* Card B G */
  color: #57E38D; /* Glow */
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-win78-hot-games-guide__btn-secondary:hover {
  background: #2E7A4E; /* Border */
  color: #F2FFF6; /* Text Main */
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(46, 122, 78, 0.4);
}

/* General Section Styles */
.page-blog-win78-hot-games-guide__section {
  padding: 60px 20px;
  margin-top: -50px; /* Adjust for hero content lift */
}

.page-blog-win78-hot-games-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-win78-hot-games-guide__section-title {
  color: #F2C14E; /* Gold */
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-blog-win78-hot-games-guide__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #2AD16F, #13994A);
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-blog-win78-hot-games-guide__highlight-text {
  color: #57E38D; /* Glow */
  font-weight: 600;
}

/* Game Categories Grid */
.page-blog-win78-hot-games-guide__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-win78-hot-games-guide__game-card {
  background-color: #11271B; /* Card B G */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-win78-hot-games-guide__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(42, 209, 111, 0.4);
}

.page-blog-win78-hot-games-guide__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-blog-win78-hot-games-guide__card-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #F2C14E; /* Gold */
  padding: 15px 20px 10px;
}

.page-blog-win78-hot-games-guide__card-title a {
  color: inherit;
  text-decoration: none;
}

.page-blog-win78-hot-games-guide__card-title a:hover {
  color: #57E38D; /* Glow */
}

.page-blog-win78-hot-games-guide__game-card p {
  color: #A7D9B8; /* Text Secondary */
  padding: 0 20px 15px;
  flex-grow: 1;
}

.page-blog-win78-hot-games-guide__btn-text {
  display: inline-block;
  color: #2AD16F; /* Button primary start color */
  text-decoration: none;
  font-weight: 600;
  padding: 10px 20px 15px;
  transition: color 0.3s ease;
}

.page-blog-win78-hot-games-guide__btn-text:hover {
  color: #57E38D; /* Glow */
  text-decoration: underline;
}

/* Game Guides */
.page-blog-win78-hot-games-guide__guide-item {
  background-color: #11271B; /* Card B G */
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 25px;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-win78-hot-games-guide__guide-title {
  color: #F2C14E; /* Gold */
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.page-blog-win78-hot-games-guide__guide-list {
  list-style: decimal;
  padding-left: 25px;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
}

.page-blog-win78-hot-games-guide__guide-list li {
  margin-bottom: 10px;
}

.page-blog-win78-hot-games-guide__guide-list strong {
  color: #57E38D; /* Glow */
}

.page-blog-win78-hot-games-guide__guide-item p {
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-win78-hot-games-guide__btn-full-width {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 30px;
}

/* Promotions */
.page-blog-win78-hot-games-guide__promo-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-win78-hot-games-guide__promo-list li {
  background-color: #0A4B2C; /* Deep Green */
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
  border-left: 5px solid #2AD16F; /* Button primary start color */
}

.page-blog-win78-hot-games-guide__promo-list li strong {
  color: #F2C14E; /* Gold */
}

/* Benefits */
.page-blog-win78-hot-games-guide__benefit-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.page-blog-win78-hot-games-guide__benefit-list li {
  background-color: #11271B; /* Card B G */
  border-radius: 8px;
  padding: 20px;
  color: #A7D9B8; /* Text Secondary */
  border: 1px solid #2E7A4E; /* Border */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: flex-start;
}

.page-blog-win78-hot-games-guide__benefit-list li::before {
  content: '✅'; /* Checkmark icon */
  margin-right: 10px;
  font-size: 1.2em;
  line-height: 1;
}

.page-blog-win78-hot-games-guide__benefit-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(42, 209, 111, 0.3);
}

/* FAQ Section */
.page-blog-win78-hot-games-guide__faq-list {
  margin-top: 30px;
}

.page-blog-win78-hot-games-guide__faq-item {
  background-color: #11271B; /* Card B G */
  border-radius: 10px;
  margin-bottom: 15px;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-win78-hot-games-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  transition: background-color 0.3s ease;
  list-style: none; /* Remove default marker for details */
}

.page-blog-win78-hot-games-guide__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for webkit browsers */
}

.page-blog-win78-hot-games-guide__faq-question:hover {
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-win78-hot-games-guide__faq-toggle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2AD16F; /* Button primary start color */
  transition: transform 0.3s ease;
}

.page-blog-win78-hot-games-guide__faq-item[open] .page-blog-win78-hot-games-guide__faq-toggle {
  transform: rotate(45deg); /* Rotate for 'x' effect */
}

.page-blog-win78-hot-games-guide__faq-answer {
  padding: 0 20px 20px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.05rem;
}

.page-blog-win78-hot-games-guide__faq-answer p {
  margin-bottom: 15px;
}

.page-blog-win78-hot-games-guide__btn-small {
  padding: 8px 15px;
  font-size: 0.9rem;
  margin-top: 10px;
}

/* Conclusion */
.page-blog-win78-hot-games-guide__conclusion {
  text-align: center;
  padding-top: 30px;
}

.page-blog-win78-hot-games-guide__conclusion p {
  font-size: 1.15rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 40px;
}

.page-blog-win78-hot-games-guide__cta-final {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Divider */
.page-blog-win78-hot-games-guide__divider {
  height: 2px;
  background-color: #1E3A2A; /* Divider */
  margin: 50px auto;
  max-width: 800px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-win78-hot-games-guide__hero-content {
    padding: 30px 20px;
  }
  .page-blog-win78-hot-games-guide__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }
  .page-blog-win78-hot-games-guide__section-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .page-blog-win78-hot-games-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-win78-hot-games-guide__hero-section {
    padding-top: 10px !important; /* body handles header offset */
  }

  .page-blog-win78-hot-games-guide__hero-content {
    transform: translateY(0); /* Remove lift on mobile */
    padding: 20px 15px;
    margin: 20px auto;
    box-shadow: none;
    background-color: #11271B; /* Card B G */
  }

  .page-blog-win78-hot-games-guide__hero-image {
    max-height: 400px;
  }

  .page-blog-win78-hot-games-guide__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  .page-blog-win78-hot-games-guide__intro-text {
    font-size: 1rem;
  }

  .page-blog-win78-hot-games-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-win78-hot-games-guide__btn-primary,
  .page-blog-win78-hot-games-guide__btn-secondary,
  .page-blog-win78-hot-games-guide a[class*="button"],
  .page-blog-win78-hot-games-guide a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-win78-hot-games-guide__btn-container,
  .page-blog-win78-hot-games-guide__cta-final {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 15px;
  }

  .page-blog-win78-hot-games-guide__section {
    padding: 40px 15px;
    margin-top: 0;
  }

  .page-blog-win78-hot-games-guide__container {
    padding: 0;
  }

  .page-blog-win78-hot-games-guide__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-blog-win78-hot-games-guide__game-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-win78-hot-games-guide__card-image,
  .page-blog-win78-hot-games-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-win78-hot-games-guide__guide-item,
  .page-blog-win78-hot-games-guide__faq-item,
  .page-blog-win78-hot-games-guide__promo-list li,
  .page-blog-win78-hot-games-guide__benefit-list li,
  .page-blog-win78-hot-games-guide__game-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-win78-hot-games-guide__guide-item {
    padding: 20px;
  }

  .page-blog-win78-hot-games-guide__guide-title {
    font-size: 1.5rem;
  }

  .page-blog-win78-hot-games-guide__faq-question {
    font-size: 1rem;
    padding: 15px;
  }

  .page-blog-win78-hot-games-guide__faq-answer {
    padding: 0 15px 15px;
  }

  .page-blog-win78-hot-games-guide__btn-small {
    width: auto !important;
    padding: 8px 12px;
  }

  /* Ensure no image filter is applied */
  .page-blog-win78-hot-games-guide img {
    filter: none !important;
  }

  /* Content area image size check (minimum 200px) */
  .page-blog-win78-hot-games-guide__game-card .page-blog-win78-hot-games-guide__card-image,
  .page-blog-win78-hot-games-guide__guide-item img {
    min-width: 200px;
    min-height: 200px;
  }

  /* Override any potentially conflicting styles for images in content sections */
  .page-blog-win78-hot-games-guide__game-card .page-blog-win78-hot-games-guide__card-image {
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 480px) {
  .page-blog-win78-hot-games-guide__hero-content {
    padding: 15px 10px;
  }
  .page-blog-win78-hot-games-guide__main-title {
    font-size: clamp(1.5rem, 8vw, 2rem);
  }
  .page-blog-win78-hot-games-guide__btn-primary,
  .page-blog-win78-hot-games-guide__btn-secondary {
    font-size: 0.95rem;
    padding: 12px 20px;
  }
  .page-blog-win78-hot-games-guide__section-title {
    font-size: 1.6rem;
  }
  .page-blog-win78-hot-games-guide__guide-title {
    font-size: 1.3rem;
  }
}