.page-resources-gameplay-analysis {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-resources-gameplay-analysis__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-gameplay-analysis__hero-section {
  background: linear-gradient(135deg, #0A246A 0%, #304E95 100%);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

.page-resources-gameplay-analysis__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700;
  position: relative;
  z-index: 1;
}

.page-resources-gameplay-analysis__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-resources-gameplay-analysis__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  position: relative;
  z-index: 1;
  text-align: center;
}

.page-resources-gameplay-analysis__btn--primary {
  background-color: #FFD700;
  color: #0A246A;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-gameplay-analysis__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-resources-gameplay-analysis__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 15px;
}

.page-resources-gameplay-analysis__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A246A;
  transform: translateY(-2px);
}

.page-resources-gameplay-analysis__btn--download {
  background-color: #0A246A;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-gameplay-analysis__btn--download:hover {
  background-color: #FFD700;
  color: #0A246A;
  transform: translateY(-2px);
}

.page-resources-gameplay-analysis__btn--register {
  background-color: #0A246A;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-gameplay-analysis__btn--register:hover {
  background-color: #FFD700;
  color: #0A246A;
  transform: translateY(-2px);
}

.page-resources-gameplay-analysis__btn--center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-resources-gameplay-analysis__content-wrapper {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-resources-gameplay-analysis__article-layout {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.page-resources-gameplay-analysis__article-content {
  flex: 3;
  min-width: 0;
  font-size: 1.1em;
  line-height: 1.7;
  color: #444;
}

.page-resources-gameplay-analysis__sidebar {
  flex: 1;
  min-width: 280px;
  background-color: #f0f2f5;
  padding: 30px;
  border-radius: 10px;
  align-self: flex-start;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-gameplay-analysis__section-title {
  font-size: 2em;
  color: #0A246A;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
  font-weight: bold;
}

.page-resources-gameplay-analysis__sub-section-title {
  font-size: 1.6em;
  color: #0A246A;
  margin-top: 35px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-gameplay-analysis__sub-sub-title {
  font-size: 1.3em;
  color: #0A246A;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-gameplay-analysis__article-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-gameplay-analysis__image-figure {
  margin: 40px 0;
  text-align: center;
}

.page-resources-gameplay-analysis__image-caption {
  font-size: 0.9em;
  color: #666;
  margin-top: 10px;
}

.page-resources-gameplay-analysis__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555;
}

.page-resources-gameplay-analysis__list li,
.page-resources-gameplay-analysis__numbered-list li {
  margin-bottom: 10px;
}

.page-resources-gameplay-analysis__numbered-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555;
}

.page-resources-gameplay-analysis__quote {
  background-color: #e6f0ff;
  border-left: 5px solid #0A246A;
  padding: 20px 30px;
  margin: 30px 0;
  font-style: italic;
  color: #0A246A;
  border-radius: 5px;
}

.page-resources-gameplay-analysis__quote p {
  margin: 0;
  font-size: 1.1em;
}

.page-resources-gameplay-analysis__callout-box {
  background-color: #fff9e6;
  border: 1px solid #FFD700;
  border-radius: 8px;
  padding: 25px;
  margin: 30px 0;
}

.page-resources-gameplay-analysis__callout-title {
  color: #0A246A;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-gameplay-analysis__sidebar-title {
  font-size: 1.5em;
  color: #0A246A;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.page-resources-gameplay-analysis__related-links {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-gameplay-analysis__related-links li {
  margin-bottom: 10px;
}

.page-resources-gameplay-analysis__related-links a {
  color: #0A246A;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.page-resources-gameplay-analysis__related-links a:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-resources-gameplay-analysis__cta-sidebar {
  background-color: #0A246A;
  color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
}

.page-resources-gameplay-analysis__cta-sidebar-title {
  font-size: 1.3em;
  color: #FFD700;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-gameplay-analysis__cta-sidebar p {
  font-size: 0.95em;
  margin-bottom: 20px;
}

.page-resources-gameplay-analysis__cta-sidebar .page-resources-gameplay-analysis__btn {
  width: 100%;
  margin-bottom: 15px;
}

.page-resources-gameplay-analysis__cta-sidebar .page-resources-gameplay-analysis__btn:last-child {
  margin-bottom: 0;
}

.page-resources-gameplay-analysis__faq-item {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
}

.page-resources-gameplay-analysis__faq-question {
  font-size: 1.2em;
  color: #0A246A;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-gameplay-analysis__faq-answer {
  color: #555;
  margin-bottom: 0;
}

.page-resources-gameplay-analysis__back-to-resources {
  padding: 40px 0;
  text-align: center;
  background-color: #f0f2f5;
  border-top: 1px solid #e0e0e0;
}

.page-resources-gameplay-analysis__back-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0A246A;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  font-weight: bold;
}

.page-resources-gameplay-analysis__back-btn:hover {
  background-color: #FFD700;
  color: #0A246A;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-gameplay-analysis__article-layout {
    flex-direction: column;
  }

  .page-resources-gameplay-analysis__sidebar {
    min-width: unset;
    width: 100%;
    order: -1; /* Sidebar above content on mobile */
  }

  .page-resources-gameplay-analysis__hero-title {
    font-size: 2.2em;
  }

  .page-resources-gameplay-analysis__section-title {
    font-size: 1.8em;
  }

  .page-resources-gameplay-analysis__sub-section-title {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .page-resources-gameplay-analysis__hero-section {
    padding: 60px 0;
  }

  .page-resources-gameplay-analysis__hero-title {
    font-size: 1.8em;
  }

  .page-resources-gameplay-analysis__hero-description {
    font-size: 1em;
  }

  .page-resources-gameplay-analysis__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-gameplay-analysis__content-wrapper {
    padding: 40px 0;
  }

  .page-resources-gameplay-analysis__article-content {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-gameplay-analysis__hero-title {
    font-size: 1.5em;
  }

  .page-resources-gameplay-analysis__hero-description {
    font-size: 0.9em;
  }

  .page-resources-gameplay-analysis__btn--secondary {
    margin-left: 0;
    margin-top: 10px;
  }

  .page-resources-gameplay-analysis__section-title {
    font-size: 1.5em;
  }

  .page-resources-gameplay-analysis__sub-section-title {
    font-size: 1.2em;
  }

  .page-resources-gameplay-analysis__sidebar {
    padding: 20px;
  }
}