.page-betting-games-slots-analysis {
  --primary-color: #1A1A2E;
  --secondary-color: #E0B34E;
  --text-light: #E5E5D1;
  --text-dark: #1A1A2E;
  --background-dark: #1A1A2E;
  --background-light: #F8F8F8;
  --accent-color: #E0B34E;
  font-family: 'Arial', sans-serif;
  color: var(--text-light);
  line-height: 1.6;
}

.page-betting-games-slots-analysis .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-betting-games-slots-analysis .hero-section {
  background: linear-gradient(135deg, var(--primary-color) 0%, #3a3a5e 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-betting-games-slots-analysis .hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 L 0 10" fill="none" stroke="%23E0B34E" stroke-width="0.1"/></pattern><rect width="100%" height="100%" fill="url(%23grid)" opacity="0.05"/></svg>');
  opacity: 0.1;
  z-index: 0;
}

.page-betting-games-slots-analysis .hero-title {
  font-size: 3.5em;
  color: var(--secondary-color);
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.page-betting-games-slots-analysis .hero-description {
  font-size: 1.3em;
  color: var(--text-light);
  max-width: 800px;
  margin: 0 auto 40px auto;
  position: relative;
  z-index: 1;
}

.page-betting-games-slots-analysis .hero-cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.page-betting-games-slots-analysis .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
}

.page-betting-games-slots-analysis .primary-btn {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border: 2px solid var(--secondary-color);
}

.page-betting-games-slots-analysis .primary-btn:hover {
  background-color: #f0c35e;
  border-color: #f0c35e;
  transform: translateY(-3px);
}

.page-betting-games-slots-analysis .secondary-btn {
  background-color: transparent;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

.page-betting-games-slots-analysis .secondary-btn:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  transform: translateY(-3px);
}

.page-betting-games-slots-analysis .tertiary-btn {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

.page-betting-games-slots-analysis .tertiary-btn:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  transform: translateY(-3px);
}

.page-betting-games-slots-analysis .content-area {
  padding: 60px 20px;
}

.page-betting-games-slots-analysis .introduction-section,
.page-betting-games-slots-analysis .mechanics-section,
.page-betting-games-slots-analysis .strategy-section,
.page-betting-games-slots-analysis .hiphop-connection-section {
  background-color: var(--background-dark);
  color: var(--text-light);
}

.page-betting-games-slots-analysis .types-of-slots-section {
  background-color: #2b2b47;
  color: var(--text-light);
}

.page-betting-games-slots-analysis .section-title {
  font-size: 2.5em;
  color: var(--secondary-color);
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.page-betting-games-slots-analysis .section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: var(--secondary-color);
  margin: 15px auto 0 auto;
  border-radius: 2px;
}

.page-betting-games-slots-analysis h3 {
  font-size: 1.8em;
  color: var(--secondary-color);
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-betting-games-slots-analysis p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-betting-games-slots-analysis ul,
.page-betting-games-slots-analysis ol {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-betting-games-slots-analysis ol {
  list-style-type: decimal;
}

.page-betting-games-slots-analysis li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-betting-games-slots-analysis .content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-betting-games-slots-analysis .grid-3-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-betting-games-slots-analysis .card {
  background-color: #2b2b47;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(224, 179, 78, 0.3);
}

.page-betting-games-slots-analysis .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-betting-games-slots-analysis .card-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px var(--secondary-color));
}

.page-betting-games-slots-analysis .card-title {
  color: var(--secondary-color);
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-betting-games-slots-analysis .card-description {
  color: var(--text-light);
  font-size: 1em;
}

.page-betting-games-slots-analysis .flex-two-col {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.page-betting-games-slots-analysis .flex-two-col > div {
  flex: 1;
  min-width: 300px;
}

.page-betting-games-slots-analysis .flex-two-col .image-content img {
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-betting-games-slots-analysis .flex-two-col-reverse {
  display: flex;
  flex-wrap: wrap-reverse;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.page-betting-games-slots-analysis .flex-two-col-reverse > div {
  flex: 1;
  min-width: 300px;
}

.page-betting-games-slots-analysis .flex-two-col-reverse .image-content img {
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-betting-games-slots-analysis .hiphop-connection-section ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.page-betting-games-slots-analysis .hiphop-connection-section ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.page-betting-games-slots-analysis .hiphop-connection-section ul li::before {
  content: '⚡'; /* Lightning bolt emoji for hiphop energy */
  position: absolute;
  left: 0;
  color: var(--secondary-color);
  font-size: 1.2em;
  line-height: 1;
}

.page-betting-games-slots-analysis .cta-section {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  padding: 80px 0;
  text-align: center;
}

.page-betting-games-slots-analysis .cta-section .section-title {
  color: var(--primary-color);
}

.page-betting-games-slots-analysis .cta-section .section-title::after {
  background-color: var(--primary-color);
}

.page-betting-games-slots-analysis .cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: var(--primary-color);
}

.page-betting-games-slots-analysis .cta-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

/* Adjust button styles for CTA section */
.page-betting-games-slots-analysis .cta-section .primary-btn {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border-color: var(--primary-color);
}

.page-betting-games-slots-analysis .cta-section .primary-btn:hover {
  background-color: #3a3a5e;
  border-color: #3a3a5e;
  color: var(--secondary-color);
}

.page-betting-games-slots-analysis .cta-section .secondary-btn {
  background-color: transparent;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.page-betting-games-slots-analysis .cta-section .secondary-btn:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.page-betting-games-slots-analysis .cta-section .tertiary-btn {
  background-color: transparent;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.page-betting-games-slots-analysis .cta-section .tertiary-btn:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.page-betting-games-slots-analysis .mt-4 { margin-top: 2rem; }

/* Responsive Design */
@media (max-width: 992px) {
  .page-betting-games-slots-analysis .hero-title {
    font-size: 2.8em;
  }
  .page-betting-games-slots-analysis .hero-description {
    font-size: 1.1em;
  }
  .page-betting-games-slots-analysis .section-title {
    font-size: 2em;
  }
  .page-betting-games-slots-analysis .flex-two-col, .page-betting-games-slots-analysis .flex-two-col-reverse {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-betting-games-slots-analysis .hero-title {
    font-size: 2.2em;
  }
  .page-betting-games-slots-analysis .hero-description {
    font-size: 1em;
  }
  .page-betting-games-slots-analysis .hero-cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-betting-games-slots-analysis .btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-betting-games-slots-analysis .content-area {
    padding: 40px 15px;
  }
  .page-betting-games-slots-analysis .section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-betting-games-slots-analysis h3 {
    font-size: 1.5em;
  }
  .page-betting-games-slots-analysis .grid-3-cols {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-betting-games-slots-analysis .hero-title {
    font-size: 1.8em;
  }
  .page-betting-games-slots-analysis .hero-section {
    padding: 60px 0;
  }
  .page-betting-games-slots-analysis .cta-group {
    flex-direction: column;
  }
}