/* style/resources-32win11-latest-promotions-analysis.css */
.page-resources-32win11-latest-promotions-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-resources-32win11-latest-promotions-analysis .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-32win11-latest-promotions-analysis .hero-section {
  background: linear-gradient(135deg, #003366 0%, #0055aa 100%); /* Dark blue gradient */
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-32win11-latest-promotions-analysis .hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for emphasis */
  font-weight: bold;
}

.page-resources-32win11-latest-promotions-analysis .hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-resources-32win11-latest-promotions-analysis .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 10px;
}

.page-resources-32win11-latest-promotions-analysis .primary-btn {
  background-color: #FFD700; /* Gold */
  color: #003366; /* Dark blue text on gold */
  border: 2px solid #FFD700;
}

.page-resources-32win11-latest-promotions-analysis .primary-btn:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-32win11-latest-promotions-analysis .secondary-btn {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-32win11-latest-promotions-analysis .secondary-btn:hover {
  background-color: #FFD700;
  color: #003366;
  transform: translateY(-2px);
}

.page-resources-32win11-latest-promotions-analysis .article-content {
  display: flex;
  gap: 30px;
  padding: 40px 0;
}

.page-resources-32win11-latest-promotions-analysis .table-of-contents {
  flex: 0 0 280px;
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 20px; /* Adjust as needed for sticky effect */
  align-self: flex-start;
}

.page-resources-32win11-latest-promotions-analysis .toc-title {
  font-size: 1.5em;
  color: #003366;
  margin-bottom: 15px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-32win11-latest-promotions-analysis .table-of-contents ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-32win11-latest-promotions-analysis .table-of-contents ul li {
  margin-bottom: 10px;
}

.page-resources-32win11-latest-promotions-analysis .table-of-contents ul li a {
  color: #003366;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
  display: block;
  padding: 5px 0;
}

.page-resources-32win11-latest-promotions-analysis .table-of-contents ul li a:hover,
.page-resources-32win11-latest-promotions-analysis .table-of-contents ul li a.active {
  color: #FFD700;
  text-decoration: underline;
}

.page-resources-32win11-latest-promotions-analysis .table-of-contents ul ul {
  padding-left: 15px;
  margin-top: 5px;
}

.page-resources-32win11-latest-promotions-analysis .table-of-contents ul ul li a {
  font-size: 0.9em;
  color: #444;
}

.page-resources-32win11-latest-promotions-analysis .article-body {
  flex: 1;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  max-width: 800px; /* Content width for readability */
}

.page-resources-32win11-latest-promotions-analysis .article-body h2 {
  font-size: 2em;
  color: #003366;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}

.page-resources-32win11-latest-promotions-analysis .article-body h3 {
  font-size: 1.5em;
  color: #003366;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-32win11-latest-promotions-analysis .article-body p {
  margin-bottom: 1em;
  font-size: 1.05em;
  line-height: 1.7;
  color: #444;
}

.page-resources-32win11-latest-promotions-analysis .article-body ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 1em;
  color: #444;
}

.page-resources-32win11-latest-promotions-analysis .article-body ul li {
  margin-bottom: 0.5em;
}

.page-resources-32win11-latest-promotions-analysis .article-body a {
  color: #003366;
  text-decoration: underline;
}

.page-resources-32win11-latest-promotions-analysis .article-body a:hover {
  color: #FFD700;
}

.page-resources-32win11-latest-promotions-analysis .keyword {
  color: #003366;
  font-weight: bold;
}

.page-resources-32win11-latest-promotions-analysis .image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-resources-32win11-latest-promotions-analysis .article-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-32win11-latest-promotions-analysis figcaption {
  font-size: 0.9em;
  color: #666;
  margin-top: 10px;
}

.page-resources-32win11-latest-promotions-analysis .faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
}

.page-resources-32win11-latest-promotions-analysis .faq-question {
  font-size: 1.2em;
  color: #003366;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-32win11-latest-promotions-analysis .faq-answer {
  font-size: 1em;
  color: #555;
}

.page-resources-32win11-latest-promotions-analysis .cta-bottom {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px dashed #ddd;
}

.page-resources-32win11-latest-promotions-analysis .return-link-wrapper {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.page-resources-32win11-latest-promotions-analysis .return-link {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}

.page-resources-32win11-latest-promotions-analysis .return-link:hover {
  color: #FFD700;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-32win11-latest-promotions-analysis .article-content {
    flex-direction: column;
  }

  .page-resources-32win11-latest-promotions-analysis .table-of-contents {
    position: static;
    width: auto;
    margin-bottom: 30px;
  }

  .page-resources-32win11-latest-promotions-analysis .article-body {
    padding: 20px;
  }

  .page-resources-32win11-latest-promotions-analysis .hero-title {
    font-size: 2.2em;
  }

  .page-resources-32win11-latest-promotions-analysis .hero-description {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-resources-32win11-latest-promotions-analysis .hero-title {
    font-size: 1.8em;
  }

  .page-resources-32win11-latest-promotions-analysis .hero-description {
    font-size: 0.9em;
  }

  .page-resources-32win11-latest-promotions-analysis .btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-32win11-latest-promotions-analysis .article-body h2 {
    font-size: 1.8em;
  }

  .page-resources-32win11-latest-promotions-analysis .article-body h3 {
    font-size: 1.3em;
  }

  .page-resources-32win11-latest-promotions-analysis .article-body p {
    font-size: 0.95em;
  }
}