.page-game-guides-bl555-casino {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f4f7f6;
}

.page-game-guides-bl555-casino__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-guides-bl555-casino__hero-section {
  background: linear-gradient(135deg, #003366 0%, #FFCC00 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-game-guides-bl555-casino__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,blue,gold]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-game-guides-bl555-casino__hero-section > div {
  position: relative;
  z-index: 1;
}

.page-game-guides-bl555-casino__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

.page-game-guides-bl555-casino__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #eee;
}

.page-game-guides-bl555-casino__hero-cta {
  display: inline-block;
  background-color: #FFCC00;
  color: #003366;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-game-guides-bl555-casino__hero-cta:hover {
  background-color: #e6b800;
  transform: translateY(-3px);
}

.page-game-guides-bl555-casino__section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
  position: relative;
}

.page-game-guides-bl555-casino__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFCC00;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-game-guides-bl555-casino__introduction-section, 
.page-game-guides-bl555-casino__game-guides-section, 
.page-game-guides-bl555-casino__start-guide-section, 
.page-game-guides-bl555-casino__promotions-section, 
.page-game-guides-bl555-casino__responsible-gambling-section, 
.page-game-guides-bl555-casino__faq-section, 
.page-game-guides-bl555-casino__cta-final-section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-game-guides-bl555-casino__introduction-section {
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.page-game-guides-bl555-casino__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
  text-align: justify;
}

.page-game-guides-bl555-casino__image-wrapper {
  margin: 30px auto;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-game-guides-bl555-casino__image-wrapper--small {
  max-width: 600px;
  margin: 30px auto;
}

.page-game-guides-bl555-casino__image {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-game-guides-bl555-casino__game-card {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-guides-bl555-casino__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-game-guides-bl555-casino__game-title {
  font-size: 2em;
  color: #003366;
  margin-bottom: 15px;
  text-align: center;
}

.page-game-guides-bl555-casino__sub-title {
  font-size: 1.4em;
  color: #003366;
  margin-top: 25px;
  margin-bottom: 10px;
  border-left: 4px solid #FFCC00;
  padding-left: 10px;
}

.page-game-guides-bl555-casino__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555;
}

.page-game-guides-bl555-casino__list li {
  margin-bottom: 8px;
  font-size: 1.05em;
}

.page-game-guides-bl555-casino__cta-button {
  display: block;
  width: fit-content;
  margin: 30px auto 10px auto;
  background-color: #003366;
  color: #fff;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-game-guides-bl555-casino__cta-button:hover {
  background-color: #004488;
  transform: translateY(-2px);
}

.page-game-guides-bl555-casino__cta-button--small {
  font-size: 0.9em;
  padding: 10px 20px;
}

.page-game-guides-bl555-casino__steps-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-game-guides-bl555-casino__step-card {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-game-guides-bl555-casino__step-title {
  font-size: 1.6em;
  color: #003366;
  margin-bottom: 15px;
}

.page-game-guides-bl555-casino__list--promotions {
  list-style-type: '⭐ ';
  margin-left: 0;
  padding-left: 20px;
  color: #003366;
  font-size: 1.1em;
}

.page-game-guides-bl555-casino__list--promotions li {
  margin-bottom: 10px;
  font-weight: 500;
}

.page-game-guides-bl555-casino__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
}

.page-game-guides-bl555-casino__faq-question {
  font-size: 1.3em;
  color: #003366;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-game-guides-bl555-casino__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #FFCC00;
  transition: transform 0.3s ease;
}

.page-game-guides-bl555-casino__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-game-guides-bl555-casino__faq-answer {
  font-size: 1.05em;
  color: #555;
  padding-top: 10px;
  border-top: 1px solid #eee;
  display: none; /* Hidden by default, toggled by JS */
}

.page-game-guides-bl555-casino__cta-final-section {
  background: linear-gradient(90deg, #003366, #004488);
  color: #fff;
  text-align: center;
  padding: 80px 0;
  border-radius: 8px;
  margin-top: 40px;
}

.page-game-guides-bl555-casino__cta-final-section .page-game-guides-bl555-casino__section-title {
  color: #FFCC00;
  margin-bottom: 20px;
}

.page-game-guides-bl555-casino__cta-final-section .page-game-guides-bl555-casino__section-title::after {
  background-color: #fff;
}

.page-game-guides-bl555-casino__cta-final-section .page-game-guides-bl555-casino__text-block {
  color: #e0e0e0;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-game-guides-bl555-casino__hero-cta--large {
  padding: 18px 40px;
  font-size: 1.4em;
  background-color: #FFCC00;
  color: #003366;
}

.page-game-guides-bl555-casino__hero-cta--large:hover {
  background-color: #e6b800;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-game-guides-bl555-casino__main-title {
    font-size: 2.5em;
  }

  .page-game-guides-bl555-casino__hero-description {
    font-size: 1.1em;
  }

  .page-game-guides-bl555-casino__section-title {
    font-size: 2em;
    padding-top: 40px;
  }

  .page-game-guides-bl555-casino__game-card, .page-game-guides-bl555-casino__step-card {
    padding: 20px;
  }

  .page-game-guides-bl555-casino__game-title {
    font-size: 1.8em;
  }

  .page-game-guides-bl555-casino__sub-title {
    font-size: 1.2em;
  }

  .page-game-guides-bl555-casino__text-block, .page-game-guides-bl555-casino__list li, .page-game-guides-bl555-casino__faq-answer {
    font-size: 1em;
  }

  .page-game-guides-bl555-casino__hero-section, .page-game-guides-bl555-casino__cta-final-section {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  .page-game-guides-bl555-casino__main-title {
    font-size: 2em;
  }

  .page-game-guides-bl555-casino__hero-description {
    font-size: 1em;
  }

  .page-game-guides-bl555-casino__hero-cta, .page-game-guides-bl555-casino__hero-cta--large {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-game-guides-bl555-casino__section-title {
    font-size: 1.8em;
    padding-top: 30px;
  }

  .page-game-guides-bl555-casino__game-title {
    font-size: 1.5em;
  }

  .page-game-guides-bl555-casino__sub-title {
    font-size: 1.1em;
  }

  .page-game-guides-bl555-casino__steps-wrapper {
    grid-template-columns: 1fr;
  }

  .page-game-guides-bl555-casino__list--promotions {
    padding-left: 10px;
  }

  .page-game-guides-bl555-casino__faq-question {
    font-size: 1.1em;
  }
}