.page-slot-games {\n  color: #ffffff; /* Default text color for dark body background */\n  background-color: transparent; /* Body background is handled by shared.css (#1a1a1a) */\n  font-family: Arial, sans-serif;\n  line-height: 1.6;\n}\n\n.page-slot-games__container {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 0 20px;\n  box-sizing: border-box;\n}\n\n.page-slot-games__section {\n  padding: 60px 0;\n  text-align: center;\n}\n\n.page-slot-games__hero-section {\n  position: relative;\n  width: 100%;\n  min-height: 600px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  text-align: center;\n  overflow: hidden;\n  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */\n  box-sizing: border-box;\n}\n\n.page-slot-games__hero-image {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  z-index: -2;\n}\n\n.page-slot-games__hero-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */\n  z-index: -1;\n}\n\n.page-slot-games__hero-content {\n  position: relative;\n  z-index: 1;\n  max-width: 900px;\n  padding: 20px;\n}\n\n.page-slot-games__hero-title {\n  font-size: 3.5em;\n  color: #FFFFFF;\n  margin-bottom: 20px;\n  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);\n}\n\n.page-slot-games__hero-description {\n  font-size: 1.3em;\n  color: #f0f0f0;\n  margin-bottom: 30px;\n}\n\n.page-slot-games__hero-actions {\n  display: flex;\n  gap: 20px;\n  justify-content: center;\n}\n\n.page-slot-games__btn {\n  display: inline-block;\n  padding: 15px 30px;\n  border-radius: 8px;\n  text-decoration: none;\n  font-weight: bold;\n  font-size: 1.1em;\n  transition: background-color 0.3s ease, transform 0.2s ease;\n  box-sizing: border-box;\n  max-width: 100%;\n  white-space: normal;\n  word-wrap: break-word;\n}\n\n.page-slot-games__btn--primary {\n  background-color: #C30808; /* Register/Login color */\n  color: #FFFF00; /* Register/Login font color */\n  border: 2px solid #C30808;\n}\n\n.page-slot-games__btn--primary:hover {\n  background-color: #a00606;\n  transform: translateY(-2px);\n}\n\n.page-slot-games__btn--secondary {\n  background-color: transparent;\n  color: #FFFFFF;\n  border: 2px solid #FFFFFF;\n}\n\n.page-slot-games__btn--secondary:hover {\n  background-color: rgba(255, 255, 255, 0.2);\n  transform: translateY(-2px);\n}\n\n.page-slot-games__btn--download {\n  background-color: #017439;\n  color: #FFFFFF;\n  border: 2px solid #017439;\n  margin-top: 15px;\n}\n\n.page-slot-games__btn--download:hover {\n  background-color: #005f2e;\n}\n\n.page-slot-games__heading {\n  font-size: 2.5em;\n  color: #017439; /* Brand primary color for headings */\n  margin-bottom: 30px;\n  position: relative;\n  padding-bottom: 10px;\n}\n\n.page-slot-games__heading::after {\n  content: '';\n  position: absolute;\n  left: 50%;\n  bottom: 0;\n  transform: translateX(-50%);\n  width: 80px;\n  height: 4px;\n  background-color: #C30808; /* Accent color for underline */\n  border-radius: 2px;\n}\n\n.page-slot-games__paragraph {\n  font-size: 1.1em;\n  color: #f0f0f0; /* Light text for dark background */\n  margin-bottom: 20px;\n}\n\n.page-slot-games__highlight {\n  color: #FFFF00; /* Highlight color for keywords */\n  font-weight: bold;\n}\n\n.page-slot-games__introduction .page-slot-games__paragraph,\n.page-slot-games__jackpot-opportunity .page-slot-games__paragraph,\n.page-slot-games__guide .page-slot-games__paragraph,\n.page-slot-games__strategies .page-slot-games__paragraph,\n.page-slot-games__video-section .page-slot-games__paragraph,\n.page-slot-games__faq .page-slot-games__paragraph,\n.page-slot-games__cta-final .page-slot-games__paragraph {\n  color: #f0f0f0; /* Ensure text is light on dark body background */\n}\n\n.page-slot-games__introduction,\n.page-slot-games__game-variety,\n.page-slot-games__guide,\n.page-slot-games__features,\n.page-slot-games__strategies,\n.page-slot-games__video-section,\n.page-slot-games__faq {\n  background-color: #1a1a1a; /* Body background color from shared.css */\n}\n\n.page-slot-games__cta-center {\n  margin-top: 40px;\n  text-align: center;\n}\n\n.page-slot-games__grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 30px;\n  margin-top: 40px;\n}\n\n.page-slot-games__card {\n  background: rgba(255, 255, 255, 0.1); /* Semi-transparent white for cards */\n  border-radius: 10px;\n  padding: 30px;\n  text-align: left;\n  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\n  transition: transform 0.3s ease;\n  color: #ffffff;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n}\n\n.page-slot-games__card:hover {\n  transform: translateY(-5px);\n}\n\n.page-slot-games__card-image {\n  width: 100%;\n  height: auto;\n  border-radius: 8px;\n  margin-bottom: 20px;\n  min-width: 200px; /* Min size requirement */\n  min-height: 200px; /* Min size requirement */\n  object-fit: cover;\n}\n\n.page-slot-games__card-title {\n  font-size: 1.8em;\n  color: #FFFF00; /* Highlight color for card titles */\n  margin-bottom: 15px;\n}\n\n.page-slot-games__card-text {\n  font-size: 1em;\n  color: #f0f0f0;\n}\n\n.page-slot-games__image--centered {\n  display: block;\n  margin: 30px auto;\n  max-width: 100%;\n  height: auto;\n  border-radius: 10px;\n  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);\n  min-width: 200px; /* Min size requirement */\n  min-height: 200px; /* Min size requirement */\n  object-fit: cover;\n}\n\n.page-slot-games__dark-section {\n  background-color: #017439; /* Brand primary color for dark sections */\n  color: #ffffff;\n}\n\n.page-slot-games__dark-section .page-slot-games__heading {\n  color: #ffffff;\n}\n\n.page-slot-games__dark-section .page-slot-games__heading::after {\n  background-color: #FFFF00;\n}\n\n.page-slot-games__light-bg {\n  background-color: #2a2a2a; /* Slightly lighter background for contrast */\n  color: #ffffff;\n}\n\n.page-slot-games__light-bg .page-slot-games__heading {\n  color: #FFFF00; /* Highlight color for headings on light-bg */\n}\n\n.page-slot-games__light-bg .page-slot-games__heading::after {\n  background-color: #C30808;\n}\n\n.page-slot-games__light-bg .page-slot-games__paragraph {\n  color: #e0e0e0;\n}\n\n.page-slot-games__steps {\n  list-style: none;\n  padding: 0;\n  margin-top: 40px;\n}\n\n.page-slot-games__step-item {\n  background: rgba(255, 255, 255, 0.08); /* Card-like background for steps */\n  border-left: 5px solid #017439;\n  margin-bottom: 20px;\n  padding: 25px;\n  border-radius: 8px;\n  text-align: left;\n  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);\n}\n\n.page-slot-games__step-title {\n  font-size: 1.5em;\n  color: #FFFF00; /* Highlight color for step titles */\n  margin-bottom: 10px;\n}\n\n.page-slot-games__step-text {\n  font-size: 1em;\n  color: #f0f0f0;\n}\n\n.page-slot-games__promo-list {\n  list-style: none;\n  padding: 0;\n  margin-top: 30px;\n  text-align: left;\n}\n\n.page-slot-games__promo-item {\n  background: rgba(255, 255, 255, 0.05);\n  border-left: 4px solid #C30808;\n  margin-bottom: 15px;\n  padding: 15px 20px;\n  border-radius: 6px;\n  font-size: 1.1em;\n  color: #ffffff;\n}\n\n.page-slot-games__feature-card {\n  background: rgba(255, 255, 255, 0.1);\n  border-radius: 10px;\n  padding: 30px;\n  text-align: center;\n  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\n  transition: transform 0.3s ease;\n  color: #ffffff;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n}\n\n.page-slot-games__feature-card:hover {\n  transform: translateY(-5px);\n}\n\n.page-slot-games__feature-icon {\n  width: 150px;\n  height: auto;\n  margin-bottom: 20px;\n  min-width: 200px; /* Min size requirement */\n  min-height: 200px; /* Min size requirement */\n  object-fit: contain;\n}\n\n.page-slot-games__feature-title {\n  font-size: 1.6em;\n  color: #FFFF00;\n  margin-bottom: 10px;\n}\n\n.page-slot-games__feature-text {\n  font-size: 1em;\n  color: #f0f0f0;\n}\n\n.page-slot-games__strategy-list {\n  list-style: none;\n  padding: 0;\n  margin-top: 30px;\n  text-align: left;\n}\n\n.page-slot-games__strategy-item {\n  background: rgba(255, 255, 255, 0.05);\n  border-left: 4px solid #017439;\n  margin-bottom: 15px;\n  padding: 15px 20px;\n  border-radius: 6px;\n  font-size: 1.1em;\n  color: #ffffff;\n}\n\n.page-slot-games__video-wrapper {\n  position: relative;\n  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */\n  height: 0;\n  overflow: hidden;\n  max-width: 100%;\n  background: #000;\n  border-radius: 10px;\n  margin: 30px auto;\n  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);\n}\n\n.page-slot-games__video-wrapper .page-slot-games__video,\n.page-slot-games__video-wrapper .page-slot-games__video-link {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  border: 0;\n  cursor: pointer;\n}\n\n.page-slot-games__video-link {\n  display: block; /* Ensure the link covers the entire video area */\n}\n\n.page-slot-games__faq-list {\n  margin-top: 40px;\n  text-align: left;\n}\n\n.page-slot-games__faq-item {\n  background: rgba(255, 255, 255, 0.08);\n  border-radius: 8px;\n  margin-bottom: 15px;\n  overflow: hidden;\n  color: #ffffff;\n}\n\n.page-slot-games__faq-question {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  padding: 20px 25px;\n  font-size: 1.2em;\n  font-weight: bold;\n  color: #FFFF00; /* Highlight color for FAQ questions */\n  cursor: pointer;\n  background-color: rgba(255, 255, 255, 0.05);\n  transition: background-color 0.3s ease;\n}\n\n.page-slot-games__faq-question:hover {\n  background-color: rgba(255, 255, 255, 0.1);\n}\n\n.page-slot-games__faq-item[open] > .page-slot-games__faq-question {\n  background-color: rgba(255, 255, 255, 0.1);\n}\n\n.page-slot-games__faq-toggle {\n  font-size: 1.5em;\n  line-height: 1;\n  margin-left: 15px;\n}\n\n.page-slot-games__faq-item details > summary {\n  list-style: none;\n}\n\n.page-slot-games__faq-item details > summary::-webkit-details-marker {\n  display: none;\n}\n\n.page-slot-games__faq-answer {\n  padding: 0 25px 20px;\n  font-size: 1em;\n  line-height: 1.6;\n  color: #f0f0f0;\n}\n\n.page-slot-games__cta-final .page-slot-games__heading {\n  color: #ffffff;\n}\n\n.page-slot-games__cta-final .page-slot-games__heading::after {\n  background-color: #FFFF00;\n}\n\n/* Responsive adjustments */\n@media (max-width: 1024px) {\n  .page-slot-games__hero-title {\n    font-size: 3em;\n  }\n\n  .page-slot-games__hero-description {\n    font-size: 1.2em;\n  }\n\n  .page-slot-games__heading {\n    font-size: 2em;\n  }\n}\n\n@media (max-width: 768px) {\n  .page-slot-games__hero-section {\n    min-height: 500px;\n    padding-top: var(--header-offset, 120px) !important; /* Mobile fixed header offset */\n  }\n\n  .page-slot-games__hero-title {\n    font-size: 2.2em;\n    margin-bottom: 15px;\n  }\n\n  .page-slot-games__hero-description {\n    font-size: 1em;\n    margin-bottom: 20px;\n  }\n\n  .page-slot-games__hero-actions {\n    flex-direction: column;\n    gap: 15px;\n  }\n\n  .page-slot-games__btn {\n    padding: 12px 25px;\n    font-size: 1em;\n    width: 100% !important; /* Enforce full width for buttons */\n    max-width: 100% !important;\n    box-sizing: border-box !important;\n    white-space: normal !important;\n    word-wrap: break-word !important;\n  }\n\n  .page-slot-games__heading {\n    font-size: 1.8em;\n  }\n\n  .page-slot-games__paragraph,\n  .page-slot-games__card-text,\n  .page-slot-games__step-text,\n  .page-slot-games__promo-item,\n  .page-slot-games__feature-text,\n  .page-slot-games__strategy-item,\n  .page-slot-games__faq-answer {\n    font-size: 0.95em;\n  }\n\n  .page-slot-games__card-title,\n  .page-slot-games__step-title,\n  .page-slot-games__feature-title {\n    font-size: 1.3em;\n  }\n\n  .page-slot-games__container {\n    padding: 0 15px !important; /* Add padding to prevent overflow */\n    max-width: 100% !important;\n    width: 100% !important;\n    box-sizing: border-box !important;\n    padding-left: 15px;\n    padding-right: 15px;\n  }\n}