.page-casino {\n  font-family: Arial, sans-serif;\n  line-height: 1.6;\n  color: #333333; /* Default text color for light body background */\n  background-color: #f5f5f5; /* Light background for the page content */\n}\n\n.page-casino__hero-section {\n  position: relative;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  text-align: center;\n  color: #ffffff;\n  padding: 80px 20px;\n  padding-top: var(--header-offset, 120px); /* Ensure spacing from fixed header */\n  overflow: hidden;\n  background-color: #0A246A; /* Dark background for hero */\n}\n\n.page-casino__hero-image-wrapper {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  z-index: 0;\n}\n\n.page-casino__hero-image {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  opacity: 0.3;\n}\n\n.page-casino__hero-content {\n  position: relative;\n  z-index: 1;\n  max-width: 900px;\n}\n\n.page-casino__hero-title {\n  font-size: 3.5em;\n  margin-bottom: 20px;\n  color: #FFD700;\n}\n\n.page-casino__hero-description {\n  font-size: 1.3em;\n  margin-bottom: 40px;\n  max-width: 800px;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n.page-casino__hero-buttons {\n  display: flex;\n  gap: 20px;\n  justify-content: center;\n  flex-wrap: wrap;\n}\n\n.page-casino__btn-primary,\n.page-casino__btn-secondary {\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, color 0.3s ease, border-color 0.3s ease;\n  box-sizing: border-box;\n  max-width: 100%; /* Ensure button responsiveness */\n  white-space: normal; /* Allow text wrapping */\n  word-wrap: break-word;\n}\n\n.page-casino__btn-primary {\n  background-color: #FFD700;\n  color: #0A246A;\n  border: 2px solid #FFD700;\n}\n\n.page-casino__btn-primary:hover {\n  background-color: #e6c200;\n  border-color: #e6c200;\n}\n\n.page-casino__btn-secondary {\n  background-color: transparent;\n  color: #FFD700;\n  border: 2px solid #FFD700;\n}\n\n.page-casino__btn-secondary:hover {\n  background-color: #FFD700;\n  color: #0A246A;\n}\n\n.page-casino__section {\n  padding: 60px 20px;\n  text-align: center;\n}\n\n.page-casino__container {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 0 15px;\n  box-sizing: border-box;\n}\n\n.page-casino__heading {\n  font-size: 2.5em;\n  margin-bottom: 30px;\n  color: #0A246A;\n  position: relative;\n  padding-bottom: 10px;\n}\n\n.page-casino__heading::after {\n  content: '';\n  position: absolute;\n  left: 50%;\n  transform: translateX(-50%);\n  bottom: 0;\n  width: 80px;\n  height: 4px;\n  background-color: #FFD700;\n  border-radius: 2px;\n}\n\n.page-casino__sub-heading {\n  font-size: 1.8em;\n  margin-bottom: 20px;\n  color: #0A246A;\n}\n\n.page-casino__paragraph {\n  font-size: 1.1em;\n  margin-bottom: 20px;\n  line-height: 1.7;\n  color: #555555;\n}\n\n.page-casino__dark-bg {\n  background-color: #0A246A;\n  color: #ffffff;\n}\n\n.page-casino__dark-bg .page-casino__heading,\n.page-casino__dark-bg .page-casino__sub-heading {\n  color: #FFD700;\n}\n\n.page-casino__dark-bg .page-casino__paragraph,\n.page-casino__dark-bg .page-casino__list-item {\n  color: #f0f0f0;\n}\n\n.page-casino__light-bg {\n  background-color: #f5f5f5;\n  color: #333333;\n}\n\n.page-casino__light-bg .page-casino__heading,\n.page-casino__light-bg .page-casino__sub-heading {\n  color: #0A246A;\n}\n\n.page-casino__light-bg .page-casino__paragraph,\n.page-casino__light-bg .page-casino__list-item {\n  color: #555555;\n}\n\n.page-casino__about .page-casino__paragraph {\n  max-width: 900px;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n.page-casino__games-grid,\n.page-casino__promotions-grid,\n.page-casino__security-features,\n.page-casino__strategy-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 30px;\n  margin-top: 40px;\n}\n\n.page-casino__game-card,\n.page-casino__promotion-card,\n.page-casino__feature-item,\n.page-casino__strategy-card {\n  background-color: #ffffff;\n  border-radius: 10px;\n  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n  padding: 25px;\n  text-align: center;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  height: 100%;\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n  box-sizing: border-box;\n}\n\n.page-casino__game-card:hover,\n.page-casino__promotion-card:hover,\n.page-casino__feature-item:hover,\n.page-casino__strategy-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);\n}\n\n.page-casino__game-image,\n.page-casino__promotion-image {\n  width: 100%;\n  height: 200px; /* Fixed height for consistency */\n  object-fit: cover;\n  border-radius: 8px;\n  margin-bottom: 20px;\n}\n\n.page-casino__game-title,\n.page-casino__promotion-title {\n  font-size: 1.4em;\n  color: #0A246A;\n  margin-bottom: 10px;\n  min-height: 40px;\n}\n\n.page-casino__game-title a {\n  color: #0A246A;\n  text-decoration: none;\n}\n\n.page-casino__game-title a:hover {\n  text-decoration: underline;\n}\n\n.page-casino__game-description,\n.page-casino__promotion-description {\n  font-size: 0.95em;\n  color: #666666;\n  margin-bottom: 15px;\n  flex-grow: 1;\n}\n\n.page-casino__feature-icon {\n  width: 100px;\n  height: 100px;\n  object-fit: contain;\n  margin-bottom: 20px;\n}\n\n.page-casino__feature-title {\n  font-size: 1.5em;\n  color: #FFD700;\n  margin-bottom: 10px;\n}\n\n.page-casino__feature-description {\n  font-size: 1em;\n  color: #f0f0f0;\n}\n\n.page-casino__strategy-title {\n  font-size: 1.4em;\n  color: #FFD700;\n  margin-bottom: 10px;\n}\n\n.page-casino__strategy-description {\n  font-size: 1em;\n  color: #f0f0f0;\n}\n\n.page-casino__live-casino-content {\n  display: flex;\n  align-items: center;\n  gap: 40px;\n  margin-top: 40px;\n  text-align: left;\n}\n\n.page-casino__live-casino-text {\n  flex: 1;\n}\n\n.page-casino__live-casino-image-wrapper {\n  flex: 1;\n  min-width: 300px;\n}\n\n.page-casino__live-casino-image {\n  width: 100%;\n  height: auto;\n  border-radius: 10px;\n  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n}\n\n.page-casino__list {\n  list-style: none;\n  padding: 0;\n  margin-bottom: 20px;\n}\n\n.page-casino__list-item {\n  font-size: 1.1em;\n  margin-bottom: 10px;\n  padding-left: 30px;\n  position: relative;\n  color: #555555;\n}\n\n.page-casino__list-item strong {\n  color: #0A246A;\n}\n\n.page-casino__dark-bg .page-casino__list-item strong {\n  color: #FFD700;\n}\n\n.page-casino__list-item::before {\n  content: '✔';\n  position: absolute;\n  left: 0;\n  color: #FFD700;\n  font-weight: bold;\n}\n\n.page-casino__guide-steps {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 30px;\n  margin-top: 40px;\n}\n\n.page-casino__step-item {\n  background-color: #ffffff;\n  border-radius: 10px;\n  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n  padding: 30px;\n  text-align: center;\n  position: relative;\n  height: 100%;\n  display: flex;\n  flex-direction: column;\n  justify-content: flex-start;\n  box-sizing: border-box;\n}\n\n.page-casino__step-number {\n  width: 60px;\n  height: 60px;\n  background-color: #0A246A;\n  color: #FFD700;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 2em;\n  font-weight: bold;\n  margin: 0 auto 20px auto;\n  border: 3px solid #FFD700;\n}\n\n.page-casino__step-title {\n  font-size: 1.5em;\n  color: #0A246A;\n  margin-bottom: 15px;\n}\n\n.page-casino__step-description {\n  font-size: 1em;\n  color: #666666;\n  flex-grow: 1;\n}\n\n.page-casino__faq-list {\n  margin-top: 40px;\n  text-align: left;\n}\n\n.page-casino__faq-item {\n  background-color: #ffffff;\n  border-radius: 8px;\n  margin-bottom: 15px;\n  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n  overflow: hidden;\n}\n\n.page-casino__faq-question {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  padding: 20px;\n  font-size: 1.2em;\n  font-weight: bold;\n  color: #0A246A;\n  cursor: pointer;\n  background-color: #fcfcfc;\n  border-bottom: 1px solid #eeeeee;\n  transition: background-color 0.3s ease;\n}\n\n.page-casino__faq-question:hover {\n  background-color: #f0f0f0;\n}\n\n.page-casino__faq-title {\n  margin: 0;\n  font-size: 1em;\n  color: inherit;\n}\n\n.page-casino__faq-toggle {\n  font-size: 1.5em;\n  color: #FFD700;\n  transition: transform 0.3s ease;\n}\n\n.page-casino__faq-item.active .page-casino__faq-toggle {\n  transform: rotate(45deg);\n}\n\n.page-casino__faq-answer {\n  max-height: 0;\n  overflow: hidden;\n  padding: 0 20px;\n  transition: max-height 0.3s ease, padding 0.3s ease;\n  color: #555555;\n}\n\n.page-casino__faq-item.active .page-casino__faq-answer {\n  max-height: 1000px !important; /* Sufficiently large to show content */\n  padding: 20px;\n}\n\n.page-casino__faq-answer .page-casino__paragraph {\n  margin-bottom: 0;\n}\n\n/* Responsive adjustments */\n@media (max-width: 992px) {\n  .page-casino__hero-title {\n    font-size: 2.8em;\n  }\n  .page-casino__hero-description {\n    font-size: 1.1em;\n  }\n  .page-casino__heading {\n    font-size: 2em;\n  }\n  .page-casino__live-casino-content {\n    flex-direction: column;\n    text-align: center;\n  }\n  .page-casino__live-casino-text,\n  .page-casino__live-casino-image-wrapper {\n    flex: none;\n    width: 100%;\n  }\n}\n\n@media (max-width: 768px) {\n  .page-casino__hero-section {\n    padding: 60px 15px;\n    padding-top: var(--header-offset, 120px) !important; /* Ensure spacing from fixed header */\n  }\n  .page-casino__hero-title {\n    font-size: 2.2em;\n  }\n  .page-casino__hero-description {\n    font-size: 1em;\n  }\n  .page-casino__btn-primary,\n  .page-casino__btn-secondary {\n    width: 100%;\n    max-width: 100% !important;\n    padding: 12px 20px;\n    font-size: 1em;\n    margin: 5px 0;\n    white-space: normal !important;\n    word-wrap: break-word !important;\n  }\n  .page-casino__hero-buttons {\n    flex-direction: column;\n    gap: 10px;\n  }\n  .page-casino__section {\n    padding: 40px 15px;\n  }\n  .page-casino__heading {\n    font-size: 1.8em;\n  }\n  .page-casino__sub-heading {\n    font-size: 1.5em;\n  }\n  .page-casino__paragraph,\n  .page-casino__list-item {\n    font-size: 0.95em;\n  }\n  .page-casino__games-grid,\n  .page-casino__promotions-grid,\n  .page-casino__security-features,\n  .page-casino__strategy-grid,\n  .page-casino__guide-steps {\n    grid-template-columns: 1fr;\n    gap: 20px;\n  }\n  .page-casino__game-image,\n  .page-casino__promotion-image {\n    height: 180px;\n  }\n  .page-casino__game-title,\n  .page-casino__promotion-title,\n  .page-casino__feature-title,\n  .page-casino__strategy-title,\n  .page-casino__step-title {\n    font-size: 1.2em;\n  }\n  .page-casino__feature-icon {\n    width: 80px;\n    height: 80px;\n  }\n  .page-casino img {\n    max-width: 100% !important;\n    height: auto !important;\n    display: block !important;\n  }\n  .page-casino__section,\n  .page-casino__card,\n  .page-casino__container,\n  .page-casino__hero-section,\n  .page-casino__hero-buttons,\n  .page-casino__live-casino-content,\n  .page-casino__live-casino-image-wrapper,\n  .page-casino__games-grid,\n  .page-casino__promotions-grid,\n  .page-casino__security-features,\n  .page-casino__strategy-grid,\n  .page-casino__guide-steps,\n  .page-casino__faq-list {\n    max-width: 100% !important;\n    width: 100% !important;\n    box-sizing: border-box !important;\n    padding-left: 15px;\n    padding-right: 15px;\n    overflow-x: hidden !important; /* Prevent horizontal scroll */\n  }\n  .page-casino__list {\n    text-align: left;\n  }\n  .page-casino__list-item {\n    padding-left: 25px;\n  }\n  .page-casino__faq-question {\n    padding: 15px;\n    font-size: 1.1em;\n  }\n  .page-casino__faq-answer {\n    padding: 15px;\n  }\n}