.page-blog-f8-beta2-game-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF5E1; /* Text Main */
  background-color: #B71C1C; /* Background */
}

.page-blog-f8-beta2-game-strategy__hero-section {
  position: relative;
  padding-top: 10px; /* Minimal top padding, rely on body for header offset */
  padding-bottom: 40px;
  text-align: center;
  background-color: #B71C1C;
}

.page-blog-f8-beta2-game-strategy__hero-image-wrapper {
  margin-bottom: 20px;
}

.page-blog-f8-beta2-game-strategy__hero-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-f8-beta2-game-strategy__hero-content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-f8-beta2-game-strategy__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #FFCC66; /* Glow */
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-blog-f8-beta2-game-strategy__hero-description {
  font-size: 1.2rem;
  color: #FFF5E1;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-f8-beta2-game-strategy__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-f8-beta2-game-strategy__btn-primary,
.page-blog-f8-beta2-game-strategy__btn-secondary,
.page-blog-f8-beta2-game-strategy__cta-button,
.page-blog-f8-beta2-game-strategy a[class*="button"],
.page-blog-f8-beta2-game-strategy a[class*="btn"] {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-f8-beta2-game-strategy__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%);
  color: #7A0E0E; /* Deep Red for contrast */
  border: 2px solid #F2B544; /* Border */
}

.page-blog-f8-beta2-game-strategy__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.page-blog-f8-beta2-game-strategy__btn-secondary {
  background: #7A0E0E; /* Deep Red */
  color: #FFF5E1; /* Text Main */
  border: 2px solid #F2B544; /* Border */
}

.page-blog-f8-beta2-game-strategy__btn-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.page-blog-f8-beta2-game-strategy__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #D32F2F; /* Card BG */
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #FFF5E1;
}

.page-blog-f8-beta2-game-strategy__text-block {
  margin-bottom: 40px;
}

.page-blog-f8-beta2-game-strategy__section-title {
  font-size: 2.5rem;
  color: #FFCC66; /* Glow */
  margin-bottom: 25px;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-blog-f8-beta2-game-strategy__sub-section-title {
  font-size: 1.8rem;
  color: #F4D34D; /* Gold */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-f8-beta2-game-strategy p {
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.page-blog-f8-beta2-game-strategy ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-blog-f8-beta2-game-strategy li {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.page-blog-f8-beta2-game-strategy__image-feature {
  margin: 40px 0;
  text-align: center;
}

.page-blog-f8-beta2-game-strategy__feature-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-f8-beta2-game-strategy__cta-section {
  background-color: #7A0E0E; /* Deep Red */
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-f8-beta2-game-strategy__cta-title {
  font-size: 2.2rem;
  color: #FFCC66; /* Glow */
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-blog-f8-beta2-game-strategy__cta-description {
  font-size: 1.1rem;
  color: #FFF5E1;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-f8-beta2-game-strategy__cta-buttons-bottom {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-f8-beta2-game-strategy__faq-section {
  margin-top: 50px;
}

.page-blog-f8-beta2-game-strategy__faq-list {
  margin-top: 30px;
}

.page-blog-f8-beta2-game-strategy__faq-item {
  background-color: #D32F2F; /* Card BG */
  border: 1px solid #F2B544; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-blog-f8-beta2-game-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #FFCC66; /* Glow */
  cursor: pointer;
  background-color: #E53935; /* Auxiliary color */
  position: relative;
  list-style: none;
}

.page-blog-f8-beta2-game-strategy__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-f8-beta2-game-strategy__faq-qtext {
  flex-grow: 1;
  pointer-events: none; /* Allow click on entire summary */
}

.page-blog-f8-beta2-game-strategy__faq-toggle {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 15px;
  pointer-events: none; /* Allow click on entire summary */
}

.page-blog-f8-beta2-game-strategy__faq-item[open] .page-blog-f8-beta2-game-strategy__faq-toggle {
  content: '−';
}

.page-blog-f8-beta2-game-strategy__faq-answer {
  padding: 15px 25px;
  font-size: 1rem;
  color: #FFF5E1;
  background-color: #D32F2F;
  border-top: 1px solid rgba(242, 181, 68, 0.3);
}

.page-blog-f8-beta2-game-strategy__faq-answer p {
  margin-bottom: 0;
}

.page-blog-f8-beta2-game-strategy__faq-answer a {
  color: #FFD86A;
  text-decoration: underline;
}

.page-blog-f8-beta2-game-strategy__conclusion-section {
  text-align: center;
  padding: 50px 20px;
  background-color: #B71C1C;
  color: #FFF5E1;
  margin-top: 40px;
  border-radius: 8px;
}

.page-blog-f8-beta2-game-strategy__conclusion-text {
  font-size: 1.15rem;
  margin-bottom: 25px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-f8-beta2-game-strategy__cta-buttons-final {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-f8-beta2-game-strategy__hero-image-wrapper {
    padding: 0 15px;
  }
  .page-blog-f8-beta2-game-strategy__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }
  .page-blog-f8-beta2-game-strategy__hero-description {
    font-size: 1.1rem;
  }
  .page-blog-f8-beta2-game-strategy__section-title {
    font-size: 2.2rem;
  }
  .page-blog-f8-beta2-game-strategy__sub-section-title {
    font-size: 1.6rem;
  }
  .page-blog-f8-beta2-game-strategy__content-area {
    padding: 30px 15px;
  }
  .page-blog-f8-beta2-game-strategy__cta-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .page-blog-f8-beta2-game-strategy__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px;
  }
  .page-blog-f8-beta2-game-strategy__hero-content-wrapper {
    padding: 0 15px;
  }
  .page-blog-f8-beta2-game-strategy__main-title {
    font-size: 2rem !important;
  }
  .page-blog-f8-beta2-game-strategy__hero-description {
    font-size: 1rem !important;
  }
  .page-blog-f8-beta2-game-strategy__cta-buttons,
  .page-blog-f8-beta2-game-strategy__cta-buttons-bottom,
  .page-blog-f8-beta2-game-strategy__cta-buttons-final {
    flex-direction: column !important;
    gap: 15px !important;
    padding: 0 15px;
  }
  
  /* Buttons mobile adaptation */
  .page-blog-f8-beta2-game-strategy__btn-primary,
  .page-blog-f8-beta2-game-strategy__btn-secondary,
  .page-blog-f8-beta2-game-strategy__cta-button,
  .page-blog-f8-beta2-game-strategy a[class*="button"],
  .page-blog-f8-beta2-game-strategy 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;
  }

  /* Image mobile adaptation */
  .page-blog-f8-beta2-game-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Container mobile adaptation */
  .page-blog-f8-beta2-game-strategy__content-area,
  .page-blog-f8-beta2-game-strategy__cta-section,
  .page-blog-f8-beta2-game-strategy__conclusion-section,
  .page-blog-f8-beta2-game-strategy__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-f8-beta2-game-strategy__section-title {
    font-size: 1.8rem !important;
  }
  .page-blog-f8-beta2-game-strategy__sub-section-title {
    font-size: 1.4rem !important;
  }
  .page-blog-f8-beta2-game-strategy p,
  .page-blog-f8-beta2-game-strategy li {
    font-size: 1rem !important;
  }
  .page-blog-f8-beta2-game-strategy__faq-question {
    font-size: 1rem !important;
    padding: 15px 20px;
  }
  .page-blog-f8-beta2-game-strategy__faq-answer {
    font-size: 0.95rem !important;
    padding: 10px 20px;
  }
  .page-blog-f8-beta2-game-strategy__cta-title {
    font-size: 1.8rem !important;
  }
  .page-blog-f8-beta2-game-strategy__cta-description {
    font-size: 1rem !important;
  }
  .page-blog-f8-beta2-game-strategy__conclusion-text {
    font-size: 1rem !important;
  }
}