/* style/resources-bj38-game-strategy.css */
.page-resources-bj38-game-strategy {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

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

.page-resources-bj38-game-strategy__article-container {
  max-width: 800px;
}

.page-resources-bj38-game-strategy__hero-section {
  background: linear-gradient(135deg, #0A2463, #3A5B9B);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-resources-bj38-game-strategy__main-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700;
  line-height: 1.2;
}

.page-resources-bj38-game-strategy__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-bj38-game-strategy__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2463;
  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;
  border: none;
  cursor: pointer;
}

.page-resources-bj38-game-strategy__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-bj38-game-strategy__cta-button--small {
    padding: 10px 20px;
    font-size: 1em;
}

.page-resources-bj38-game-strategy__cta-button--large {
    padding: 18px 35px;
    font-size: 1.2em;
}

.page-resources-bj38-game-strategy__content-area {
  padding: 40px 0;
  background-color: #fff;
}

.page-resources-bj38-game-strategy__heading-2 {
  font-size: 2em;
  color: #0A2463;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-bj38-game-strategy__heading-3 {
  font-size: 1.6em;
  color: #0A2463;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-bj38-game-strategy__heading-4 {
  font-size: 1.2em;
  color: #0A2463;
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-resources-bj38-game-strategy__paragraph {
  margin-bottom: 1em;
  font-size: 1.05em;
  color: #333;
}

.page-resources-bj38-game-strategy__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
  color: #444;
}

.page-resources-bj38-game-strategy__list li {
  margin-bottom: 0.5em;
}

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

.page-resources-bj38-game-strategy__inline-cta {
    display: inline-block;
    background-color: #0A2463;
    color: #FFD700;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.page-resources-bj38-game-strategy__inline-cta:hover {
    background-color: #1a3c7a;
}

.page-resources-bj38-game-strategy__faq {
  margin-top: 40px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.page-resources-bj38-game-strategy__faq-item {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f2f2f2;
  border-radius: 8px;
}

.page-resources-bj38-game-strategy__faq-item p {
  margin-top: 10px;
  margin-bottom: 0;
}

.page-resources-bj38-game-strategy__conclusion-text {
  font-size: 1.1em;
  font-style: italic;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #e6f7ff;
  border-left: 5px solid #0A2463;
  border-radius: 5px;
}

.page-resources-bj38-game-strategy__back-to-resources {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-resources-bj38-game-strategy__back-link {
  display: inline-block;
  color: #0A2463;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  padding: 10px 20px;
  border: 2px solid #0A2463;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-bj38-game-strategy__back-link:hover {
  background-color: #0A2463;
  color: #fff;
}

/* Floating Ad */
.page-resources-bj38-game-strategy__floating-ad {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 280px;
  background-color: #0A2463;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  text-align: center;
  animation: page-resources-bj38-game-strategy__fadeInUp 0.5s ease-out;
}

.page-resources-bj38-game-strategy__floating-ad-title {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-resources-bj38-game-strategy__floating-ad-text {
  font-size: 0.9em;
  margin-bottom: 15px;
  color: #f0f0f0;
}

.page-resources-bj38-game-strategy__floating-ad-button {
  display: block;
  background-color: #FFD700;
  color: #0A2463;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 10px;
  transition: background-color 0.3s ease;
}

.page-resources-bj38-game-strategy__floating-ad-button:last-child {
  margin-bottom: 0;
}

.page-resources-bj38-game-strategy__floating-ad-button:hover {
  background-color: #e6c200;
}

.page-resources-bj38-game-strategy__floating-ad-button--secondary {
  background-color: transparent;
  border: 1px solid #FFD700;
  color: #FFD700;
}

.page-resources-bj38-game-strategy__floating-ad-button--secondary:hover {
  background-color: #FFD700;
  color: #0A2463;
}

@keyframes page-resources-bj38-game-strategy__fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-bj38-game-strategy__main-title {
    font-size: 2em;
  }
  .page-resources-bj38-game-strategy__heading-2 {
    font-size: 1.6em;
  }
  .page-resources-bj38-game-strategy__heading-3 {
    font-size: 1.3em;
  }
  .page-resources-bj38-game-strategy__floating-ad {
    width: calc(100% - 40px);
    left: 20px;
    right: 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-bj38-game-strategy__hero-section {
    padding: 60px 0;
  }
  .page-resources-bj38-game-strategy__main-title {
    font-size: 1.8em;
  }
  .page-resources-bj38-game-strategy__intro-text {
    font-size: 1em;
  }
  .page-resources-bj38-game-strategy__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-bj38-game-strategy__floating-ad {
    bottom: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    padding: 15px;
  }
  .page-resources-bj38-game-strategy__floating-ad-title {
    font-size: 1.2em;
  }
}