.page-resources-slot-strategies-deep-dive {
  color: #ffffff; /* Light text on dark body background */
}

.page-resources-slot-strategies-deep-dive__hero-section {
  position: relative;
  width: 100%;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  overflow: hidden;
}

.page-resources-slot-strategies-deep-dive__hero-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}

.page-resources-slot-strategies-deep-dive__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-resources-slot-strategies-deep-dive__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(26, 26, 46, 0.7), rgba(26, 26, 46, 0.9)); /* Dark overlay */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.page-resources-slot-strategies-deep-dive__hero-title {
  font-size: 3.5rem;
  color: #e94560;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(233, 69, 96, 0.5);
}

.page-resources-slot-strategies-deep-dive__hero-description {
  font-size: 1.25rem;
  max-width: 800px;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-slot-strategies-deep-dive__hero-button {
  display: inline-block;
  background-color: #e94560;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: 2px solid #e94560;
}

.page-resources-slot-strategies-deep-dive__hero-button:hover {
  background-color: #d13a52;
  transform: translateY(-2px);
}

.page-resources-slot-strategies-deep-dive__content-area {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
  line-height: 1.7;
}

.page-resources-slot-strategies-deep-dive__table-of-contents {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 40px;
  border-left: 4px solid #e94560;
}

.page-resources-slot-strategies-deep-dive__toc-title {
  font-size: 1.8rem;
  color: #e94560;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(233, 69, 96, 0.3);
  padding-bottom: 10px;
}

.page-resources-slot-strategies-deep-dive__toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-slot-strategies-deep-dive__toc-list li {
  margin-bottom: 10px;
}

.page-resources-slot-strategies-deep-dive__toc-link {
  color: #f0f0f0;
  text-decoration: none;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.page-resources-slot-strategies-deep-dive__toc-link:hover {
  color: #e94560;
}

.page-resources-slot-strategies-deep-dive__article-content {
  font-size: 1.1rem;
}

.page-resources-slot-strategies-deep-dive__article-heading {
  font-size: 2.2rem;
  color: #e94560;
  margin-top: 50px;
  margin-bottom: 25px;
  border-bottom: 2px solid rgba(233, 69, 96, 0.4);
  padding-bottom: 10px;
}

.page-resources-slot-strategies-deep-dive__article-subheading {
  font-size: 1.6rem;
  color: #f0f0f0;
  margin-top: 35px;
  margin-bottom: 15px;
}

.page-resources-slot-strategies-deep-dive__article-paragraph {
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-resources-slot-strategies-deep-dive__article-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-slot-strategies-deep-dive__article-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-resources-slot-strategies-deep-dive__article-list-item {
  margin-bottom: 10px;
}

.page-resources-slot-strategies-deep-dive__article-button {
  display: inline-block;
  background-color: #e94560;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-top: 20px;
  border: 2px solid #e94560;
}

.page-resources-slot-strategies-deep-dive__article-button:hover {
  background-color: #d13a52;
  transform: translateY(-2px);
}

.page-resources-slot-strategies-deep-dive__cta-wrapper {
  text-align: center;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(233, 69, 96, 0.3);
}

.page-resources-slot-strategies-deep-dive__cta-button {
  display: inline-block;
  background-color: #e94560;
  color: #ffffff;
  padding: 18px 35px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-bottom: 20px;
  border: 2px solid #e94560;
}

.page-resources-slot-strategies-deep-dive__cta-button:hover {
  background-color: #d13a52;
  transform: translateY(-3px);
}

.page-resources-slot-strategies-deep-dive__back-button {
  display: block;
  color: #f0f0f0;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.page-resources-slot-strategies-deep-dive__back-button:hover {
  color: #e94560;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-slot-strategies-deep-dive__hero-title {
    font-size: 3rem;
  }
  .page-resources-slot-strategies-deep-dive__hero-description {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .page-resources-slot-strategies-deep-dive__hero-title {
    font-size: 2.5rem;
  }
  .page-resources-slot-strategies-deep-dive__hero-description {
    font-size: 1rem;
  }
  .page-resources-slot-strategies-deep-dive__hero-button {
    padding: 12px 25px;
    font-size: 1rem;
  }
  .page-resources-slot-strategies-deep-dive__article-heading {
    font-size: 1.8rem;
  }
  .page-resources-slot-strategies-deep-dive__article-subheading {
    font-size: 1.4rem;
  }
  .page-resources-slot-strategies-deep-dive__article-paragraph,
  .page-resources-slot-strategies-deep-dive__article-list-item {
    font-size: 0.95rem;
  }
  .page-resources-slot-strategies-deep-dive__table-of-contents {
    padding: 20px;
  }
  .page-resources-slot-strategies-deep-dive__toc-title {
    font-size: 1.5rem;
  }
  .page-resources-slot-strategies-deep-dive__toc-link {
    font-size: 1rem;
  }
  .page-resources-slot-strategies-deep-dive__cta-button {
    padding: 15px 30px;
    font-size: 1.1rem;
  }

  /* Mobile content area images must not overflow */
  .page-resources-slot-strategies-deep-dive__article-image {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-slot-strategies-deep-dive__hero-title {
    font-size: 2rem;
  }
  .page-resources-slot-strategies-deep-dive__hero-description {
    font-size: 0.9rem;
  }
  .page-resources-slot-strategies-deep-dive__content-area {
    padding: 0 15px;
  }
  .page-resources-slot-strategies-deep-dive__hero-button {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}