.page-resources-sic-bo-2026-gameplay-analysis {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background #0a0a0a */
  background-color: #0a0a0a; /* Ensure consistency with body background */
}

.page-resources-sic-bo-2026-gameplay-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  min-height: 600px;
  overflow: hidden;
  background: linear-gradient(135deg, #007BFF, #0056b3); /* Primary brand color gradient */
  color: #ffffff;
}

.page-resources-sic-bo-2026-gameplay-analysis__hero-content {
  max-width: 900px;
  z-index: 1;
  position: relative;
}

.page-resources-sic-bo-2026-gameplay-analysis__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFC107; /* Auxiliary color for emphasis */
}

.page-resources-sic-bo-2026-gameplay-analysis__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-resources-sic-bo-2026-gameplay-analysis__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-resources-sic-bo-2026-gameplay-analysis__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-resources-sic-bo-2026-gameplay-analysis__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2; /* Make it a subtle background */
}

.page-resources-sic-bo-2026-gameplay-analysis__section {
  padding: 80px 20px;
  background-color: #0d0d0d; /* Slightly lighter dark background for sections */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-sic-bo-2026-gameplay-analysis__section:nth-of-type(even) {
  background-color: #1a1a1a; /* Alternating dark background */
}

.page-resources-sic-bo-2026-gameplay-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-resources-sic-bo-2026-gameplay-analysis__section-title {
  font-size: 2.5em;
  color: #FFC107;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-sic-bo-2026-gameplay-analysis__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #007BFF;
  border-radius: 2px;
}

.page-resources-sic-bo-2026-gameplay-analysis__text-block {
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #f0f0f0;
  text-align: justify;
}

.page-resources-sic-bo-2026-gameplay-analysis__feature-cards,
.page-resources-sic-bo-2026-gameplay-analysis__strategy-grid,
.page-resources-sic-bo-2026-gameplay-analysis__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-sic-bo-2026-gameplay-analysis__card {
  background: rgba(255, 255, 255, 0.08); /* Semi-transparent white for cards on dark background */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #ffffff; /* Light text on card background */
}

.page-resources-sic-bo-2026-gameplay-analysis__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-resources-sic-bo-2026-gameplay-analysis__card-title {
  font-size: 1.5em;
  color: #007BFF;
  margin-bottom: 15px;
}

.page-resources-sic-bo-2026-gameplay-analysis__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  min-width: 200px; /* Enforce min size */
  min-height: 200px; /* Enforce min size */
}

.page-resources-sic-bo-2026-gameplay-analysis__dark-bg {
  background: #007BFF; /* Primary brand color for specific cards */
  color: #ffffff; /* White text on primary background */
}

.page-resources-sic-bo-2026-gameplay-analysis__dark-bg .page-resources-sic-bo-2026-gameplay-analysis__card-title {
  color: #FFC107; /* Auxiliary color for titles on primary background */
}

.page-resources-sic-bo-2026-gameplay-analysis__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.page-resources-sic-bo-2026-gameplay-analysis__sub-title {
  font-size: 1.8em;
  color: #FFC107;
  margin-bottom: 20px;
}

.page-resources-sic-bo-2026-gameplay-analysis__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-resources-sic-bo-2026-gameplay-analysis__list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #f0f0f0;
}

.page-resources-sic-bo-2026-gameplay-analysis__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #007BFF;
  font-weight: bold;
}

.page-resources-sic-bo-2026-gameplay-analysis__list li strong {
  color: #FFC107;
}

.page-resources-sic-bo-2026-gameplay-analysis__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-resources-sic-bo-2026-gameplay-analysis__btn-primary,
.page-resources-sic-bo-2026-gameplay-analysis__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box; /* Crucial for responsiveness */
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word; /* Break long words */
}

.page-resources-sic-bo-2026-gameplay-analysis__btn-primary {
  background-color: #007BFF;
  color: #ffffff;
  border: 2px solid #007BFF;
}

.page-resources-sic-bo-2026-gameplay-analysis__btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-3px);
}