.page-promotions-red88-slots-free-spins {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #36454F; /* Carbon Grey for main text */
  background-color: #f8f8f8;
}

.page-promotions-red88-slots-free-spins__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-promotions-red88-slots-free-spins__bg-dark {
  background-color: #36454F;
  color: #f8f8f8;
}

.page-promotions-red88-slots-free-spins__bg-dark .page-promotions-red88-slots-free-spins__section-title,
.page-promotions-red88-slots-free-spins__bg-dark .page-promotions-red88-slots-free-spins__section-subtitle,
.page-promotions-red88-slots-free-spins__bg-dark .page-promotions-red88-slots-free-spins__item-title,
.page-promotions-red88-slots-free-spins__bg-dark .page-promotions-red88-slots-free-spins__disclaimer,
.page-promotions-red88-slots-free-spins__bg-dark .page-promotions-red88-slots-free-spins__terms-list li,
.page-promotions-red88-slots-free-spins__bg-dark .page-promotions-red88-slots-free-spins__faq-question,
.page-promotions-red88-slots-free-spins__bg-dark .page-promotions-red88-slots-free-spins__faq-answer {
  color: #f8f8f8;
}

.page-promotions-red88-slots-free-spins__section-title {
  font-size: 2.5em;
  color: #DC143C; /* Crimson */
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.page-promotions-red88-slots-free-spins__section-subtitle {
  font-size: 1.2em;
  color: #555;
  text-align: center;
  margin-bottom: 40px;
}

.page-promotions-red88-slots-free-spins__bg-dark .page-promotions-red88-slots-free-spins__section-subtitle {
  color: #ccc;
}

.page-promotions-red88-slots-free-spins__text-center {
  text-align: center;
}

/* Hero Section */
.page-promotions-red88-slots-free-spins__hero-section {
  background: linear-gradient(135deg, #DC143C, #36454F);
  color: #fff;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-promotions-red88-slots-free-spins__hero-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.page-promotions-red88-slots-free-spins__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-promotions-red88-slots-free-spins__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-promotions-red88-slots-free-spins__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
}

.page-promotions-red88-slots-free-spins__btn--primary {
  background-color: #f8f8f8;
  color: #DC143C;
  border: 2px solid #f8f8f8;
}

.page-promotions-red88-slots-free-spins__btn--primary:hover {
  background-color: #DC143C;
  color: #f8f8f8;
  border-color: #f8f8f8;
}

.page-promotions-red88-slots-free-spins__btn--secondary {
  background-color: #DC143C;
  color: #fff;
  border: 2px solid #DC143C;
}

.page-promotions-red88-slots-free-spins__btn--secondary:hover {
  background-color: #f8f8f8;
  color: #DC143C;
  border-color: #DC143C;
}

.page-promotions-red88-slots-free-spins__btn--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-promotions-red88-slots-free-spins__btn--download {
  background-color: #23ebc3; /* Complementary color for emphasis */
  color: #36454F;
  border: 2px solid #23ebc3;
  margin-left: 20px;
}

.page-promotions-red88-slots-free-spins__btn--download:hover {
  background-color: #1aa68a;
  border-color: #1aa68a;
  color: #f8f8f8;
}

.page-promotions-red88-slots-free-spins__hero-image-wrapper {
  display: none; /* Hidden on smaller screens */
}

/* Info Section */
.page-promotions-red88-slots-free-spins__info-section {
  padding: 60px 0;
  text-align: center;
}

.page-promotions-red88-slots-free-spins__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-red88-slots-free-spins__grid-item {
  background-color: #4a5a64; /* Darker variant of auxiliary color */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: #f8f8f8;
}

.page-promotions-red88-slots-free-spins__info-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: invert(1) brightness(1.5);
}

.page-promotions-red88-slots-free-spins__item-title {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #DC143C;
}

.page-promotions-red88-slots-free-spins__grid-item p {
  font-size: 1.1em;
  line-height: 1.8;
}

/* How-to-Claim Section */
.page-promotions-red88-slots-free-spins__how-to-claim-section {
  padding: 80px 0;
}

.page-promotions-red88-slots-free-spins__steps-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.page-promotions-red88-slots-free-spins__steps-list li {
  text-align: center;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-red88-slots-free-spins__steps-list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-promotions-red88-slots-free-spins__step-icon-wrapper {
  background-color: #DC143C;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-red88-slots-free-spins__step-icon {
  width: 50px;
  height: 50px;
  filter: invert(1);
}

.page-promotions-red88-slots-free-spins__step-title {
  font-size: 1.7em;
  color: #36454F;
  margin-bottom: 15px;
}

.page-promotions-red88-slots-free-spins__steps-list li p {
  font-size: 1.05em;
  color: #555;
}

.page-promotions-red88-slots-free-spins__cta-box {
  background-color: #DC143C;
  color: #fff;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions-red88-slots-free-spins__cta-box p {
  font-size: 1.5em;
  margin-bottom: 25px;
  font-weight: bold;
}

/* Terms Section */
.page-promotions-red88-slots-free-spins__terms-section {
  padding: 80px 0;
  text-align: center;
}

.page-promotions-red88-slots-free-spins__terms-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-red88-slots-free-spins__terms-list li {
  background-color: #4a5a64;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  font-size: 1.1em;
  line-height: 1.8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-promotions-red88-slots-free-spins__terms-list li strong {
  color: #DC143C;
}

.page-promotions-red88-slots-free-spins__disclaimer {
  margin-top: 40px;
  font-size: 1.1em;
  font-style: italic;
  color: #ccc;
}

/* Games Showcase Section */
.page-promotions-red88-slots-free-spins__games-showcase {
  padding: 80px 0;
}

.page-promotions-red88-slots-free-spins__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-promotions-red88-slots-free-spins__game-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-red88-slots-free-spins__game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.page-promotions-red88-slots-free-spins__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-promotions-red88-slots-free-spins__game-title {
  font-size: 1.8em;
  color: #DC143C;
  margin: 20px 0 10px;
}

.page-promotions-red88-slots-free-spins__game-description {
  font-size: 1.05em;
  color: #555;
  padding: 0 20px 20px;
}

/* Tips Section */
.page-promotions-red88-slots-free-spins__tips-section {
  padding: 80px 0;
  text-align: center;
}

.page-promotions-red88-slots-free-spins__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-red88-slots-free-spins__tips-list li {
  background-color: #4a5a64;
  margin-bottom: 15px;
  padding: 20px;
  border-left: 5px solid #DC143C;
  border-radius: 8px;
  font-size: 1.1em;
  line-height: 1.8;
  color: #f8f8f8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Responsible Gaming Section */
.page-promotions-red88-slots-free-spins__responsible-gaming-section {
  padding: 80px 0;
  text-align: center;
}

.page-promotions-red88-slots-free-spins__responsible-gaming-section p {
  font-size: 1.1em;
  color: #36454F;
  margin-bottom: 20px;
}

.page-promotions-red88-slots-free-spins__responsible-list {
  list-style: disc inside;
  text-align: left;
  max-width: 700px;
  margin: 30px auto;
  font-size: 1.05em;
  color: #555;
}

.page-promotions-red88-slots-free-spins__responsible-list li {
  margin-bottom: 10px;
}

/* FAQ Section */
.page-promotions-red88-slots-free-spins__faq-section {
  padding: 80px 0;
}

.page-promotions-red88-slots-free-spins__faq-item {
  background-color: #4a5a64;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #f8f8f8;
}

.page-promotions-red88-slots-free-spins__faq-question {
  font-size: 1.4em;
  color: #DC143C;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-promotions-red88-slots-free-spins__faq-answer {
  font-size: 1.05em;
  line-height: 1.7;
  color: #f0f0f0;
}

/* Final CTA Section */
.page-promotions-red88-slots-free-spins__final-cta-section {
  padding: 80px 0;
  background-color: #DC143C;
  color: #fff;
}

.page-promotions-red88-slots-free-spins__final-cta-section .page-promotions-red88-slots-free-spins__section-title,
.page-promotions-red88-slots-free-spins__final-cta-section .page-promotions-red88-slots-free-spins__section-subtitle {
  color: #fff;
}

.page-promotions-red88-slots-free-spins__final-cta-section .page-promotions-red88-slots-free-spins__btn {
  margin-top: 30px;
}

.page-promotions-red88-slots-free-spins__link {
  color: #DC143C;
  text-decoration: underline;
  font-weight: bold;
}

.page-promotions-red88-slots-free-spins__bg-dark .page-promotions-red88-slots-free-spins__link {
  color: #23ebc3;
}

.page-promotions-red88-slots-free-spins__link:hover {
  color: #9a0e2a;
}

.page-promotions-red88-slots-free-spins__bg-dark .page-promotions-red88-slots-free-spins__link:hover {
  color: #1aa68a;
}

/* Responsive Design */
@media (min-width: 768px) {
  .page-promotions-red88-slots-free-spins__hero-section .page-promotions-red88-slots-free-spins__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }

  .page-promotions-red88-slots-free-spins__hero-content {
    text-align: left;
    max-width: 50%;
  }

  .page-promotions-red88-slots-free-spins__hero-image-wrapper {
    display: block;
    width: 45%;
  }

  .page-promotions-red88-slots-free-spins__hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }
}

@media (max-width: 767px) {
  .page-promotions-red88-slots-free-spins__hero-title {
    font-size: 2.5em;
  }

  .page-promotions-red88-slots-free-spins__hero-description {
    font-size: 1em;
  }

  .page-promotions-red88-slots-free-spins__section-title {
    font-size: 2em;
  }

  .page-promotions-red88-slots-free-spins__btn {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-promotions-red88-slots-free-spins__btn--download {
    margin-top: 15px;
    margin-left: 0;
  }

  .page-promotions-red88-slots-free-spins__grid-item,
  .page-promotions-red88-slots-free-spins__steps-list li,
  .page-promotions-red88-slots-free-spins__game-card,
  .page-promotions-red88-slots-free-spins__terms-list li,
  .page-promotions-red88-slots-free-spins__tips-list li,
  .page-promotions-red88-slots-free-spins__faq-item {
    padding: 20px;
  }
}