.page-online-casino-slots-deep-dive {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark grey for readability on light backgrounds */
  background-color: #f8f9fa; /* Light background */
}

.page-online-casino-slots-deep-dive__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-online-casino-slots-deep-dive__hero-section {
  background: linear-gradient(135deg, #004AAD, #2a6dbf); /* Gradient from main to slightly lighter blue */
  color: #FFFFFF; /* White text for contrast */
  padding: 100px 0;
  text-align: center;
  border-bottom: 5px solid #FFD700; /* Gold accent border */
}

.page-online-casino-slots-deep-dive__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for main title */
}

.page-online-casino-slots-deep-dive__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-online-casino-slots-deep-dive__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #004AAD; /* Deep blue text for contrast */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #FFD700; /* Gold border */
}

.page-online-casino-slots-deep-dive__cta-button:hover {
  background-color: #e6c200; /* Darker gold on hover */
  transform: translateY(-3px);
}

.page-online-casino-slots-deep-dive__introduction-section,
.page-online-casino-slots-deep-dive__content-section {
  padding: 60px 0;
  background-color: #FFFFFF; /* White background for main content */
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-online-casino-slots-deep-dive__section-title {
  font-size: 2.2em;
  color: #004AAD; /* Deep blue for section titles */
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-online-casino-slots-deep-dive__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold underline */
  border-radius: 2px;
}

.page-online-casino-slots-deep-dive__subsection-title {
  font-size: 1.8em;
  color: #004AAD; /* Deep blue for sub-section titles */
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700; /* Gold accent for sub-titles */
  padding-left: 15px;
}

.page-online-casino-slots-deep-dive p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-online-casino-slots-deep-dive ul {
  list-style: disc inside;
  margin-bottom: 15px;
  padding-left: 20px;
}

.page-online-casino-slots-deep-dive ul li {
  margin-bottom: 8px;
  font-size: 1.1em;
}

.page-online-casino-slots-deep-dive__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-online-casino-slots-deep-dive__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-online-casino-slots-deep-dive__image-caption {
  font-size: 0.9em;
  color: #666666;
  margin-top: 10px;
}

.page-online-casino-slots-deep-dive__cta-group {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-online-casino-slots-deep-dive__cta-button--primary {
  margin-right: 20px;
}

.page-online-casino-slots-deep-dive__cta-button--secondary {
  background-color: transparent;
  color: #004AAD; /* Deep blue text */
  border: 2px solid #004AAD; /* Deep blue border */
}

.page-online-casino-slots-deep-dive__cta-button--secondary:hover {
  background-color: #004AAD; /* Deep blue background on hover */
  color: #FFFFFF; /* White text on hover */
  transform: translateY(-3px);
}

.page-online-casino-slots-deep-dive__text-link {
  color: #004AAD; /* Deep blue for text links */
  text-decoration: underline;
  font-weight: bold;
}

.page-online-casino-slots-deep-dive__text-link:hover {
  color: #FFD700; /* Gold on hover */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-online-casino-slots-deep-dive__hero-title {
    font-size: 2.5em;
  }

  .page-online-casino-slots-deep-dive__hero-subtitle {
    font-size: 1.2em;
  }

  .page-online-casino-slots-deep-dive__section-title {
    font-size: 1.8em;
  }

  .page-online-casino-slots-deep-dive__subsection-title {
    font-size: 1.5em;
  }

  .page-online-casino-slots-deep-dive__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-online-casino-slots-deep-dive__cta-group {
    flex-direction: column;
    display: flex;
  }

  .page-online-casino-slots-deep-dive__cta-button--primary {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .page-online-casino-slots-deep-dive__hero-title {
    font-size: 2em;
  }

  .page-online-casino-slots-deep-dive__hero-subtitle {
    font-size: 1em;
  }

  .page-online-casino-slots-deep-dive__section-title {
    font-size: 1.5em;
  }

  .page-online-casino-slots-deep-dive__subsection-title {
    font-size: 1.2em;
  }

  .page-online-casino-slots-deep-dive p,
  .page-online-casino-slots-deep-dive ul li {
    font-size: 0.95em;
  }
}