.page-promotions-fi88-exclusive-offers {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-promotions-fi88-exclusive-offers__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-promotions-fi88-exclusive-offers__container--center {
  text-align: center;
}

.page-promotions-fi88-exclusive-offers__hero-section {
  background: linear-gradient(135deg, #4A2780, #8068a6);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.page-promotions-fi88-exclusive-offers__hero-content {
  max-width: 800px;
  margin-bottom: 40px;
}

.page-promotions-fi88-exclusive-offers__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for highlight */
  line-height: 1.2;
}

.page-promotions-fi88-exclusive-offers__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-promotions-fi88-exclusive-offers__hero-image-wrapper {
  display: none; /* Hidden by default on smaller screens */
}

.page-promotions-fi88-exclusive-offers__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-promotions-fi88-exclusive-offers__section {
  padding: 60px 0;
}

.page-promotions-fi88-exclusive-offers__section--intro {
  background-color: #fff;
}

.page-promotions-fi88-exclusive-offers__section--offers-list {
  background-color: #f0f0f0;
}

.page-promotions-fi88-exclusive-offers__section--how-to {
  background-color: #fff;
}

.page-promotions-fi88-exclusive-offers__section--responsible-gaming {
  background-color: #4A2780;
  color: #e0e0e0;
}

.page-promotions-fi88-exclusive-offers__section--responsible-gaming .page-promotions-fi88-exclusive-offers__section-title {
  color: #FFD700;
}

.page-promotions-fi88-exclusive-offers__section--faq {
  background-color: #f0f0f0;
}

.page-promotions-fi88-exclusive-offers__section--cta-final {
  background: linear-gradient(135deg, #FFD700, #b39700);
  color: #4A2780;
  padding: 80px 0;
  text-align: center;
}

.page-promotions-fi88-exclusive-offers__section-title {
  font-size: 2.5em;
  color: #4A2780;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-promotions-fi88-exclusive-offers__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-promotions-fi88-exclusive-offers__section-title--large {
  font-size: 3.2em;
  color: #4A2780;
}

.page-promotions-fi88-exclusive-offers__section-title--large::after {
  background-color: #4A2780;
}

.page-promotions-fi88-exclusive-offers__text-content {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #555;
}

.page-promotions-fi88-exclusive-offers__text-content--large {
  font-size: 1.3em;
  color: #4A2780;
}

.page-promotions-fi88-exclusive-offers__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  text-align: center;
  white-space: nowrap;
}

.page-promotions-fi88-exclusive-offers__btn--primary {
  background-color: #FFD700;
  color: #4A2780;
  border: 2px solid #FFD700;
}

.page-promotions-fi88-exclusive-offers__btn--primary:hover {
  background-color: #b39700;
  color: #fff;
  transform: translateY(-3px);
}

.page-promotions-fi88-exclusive-offers__btn--secondary {
  background-color: #4A2780;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-promotions-fi88-exclusive-offers__btn--secondary:hover {
  background-color: #8068a6;
  color: #fff;
  transform: translateY(-3px);
}

.page-promotions-fi88-exclusive-offers__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-promotions-fi88-exclusive-offers__btn--huge {
  padding: 20px 40px;
  font-size: 1.5em;
  border-width: 3px;
  background-color: #4A2780;
  color: #FFD700;
  border-color: #4A2780;
}

.page-promotions-fi88-exclusive-offers__btn--huge:hover {
  background-color: #3a1f64;
  color: #FFD700;
  transform: translateY(-5px);
}

.page-promotions-fi88-exclusive-offers__btn--text {
  background: none;
  border: none;
  color: #4A2780;
  text-decoration: underline;
  padding: 5px 10px;
  font-size: 1em;
}

.page-promotions-fi88-exclusive-offers__btn--text:hover {
  color: #FFD700;
}

.page-promotions-fi88-exclusive-offers__offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-promotions-fi88-exclusive-offers__offer-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-fi88-exclusive-offers__offer-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-promotions-fi88-exclusive-offers__offer-image {
  max-width: 100%;
  height: 180px; /* Fixed height for consistency */
  object-fit: contain; /* Ensure image content is visible */
  margin-bottom: 20px;
  border-radius: 5px;
}

.page-promotions-fi88-exclusive-offers__offer-title {
  font-size: 1.5em;
  color: #4A2780;
  margin-bottom: 15px;
}

.page-promotions-fi88-exclusive-offers__offer-description {
  color: #666;
  font-size: 0.95em;
  margin-bottom: 20px;
}

.page-promotions-fi88-exclusive-offers__steps-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  counter-reset: step-counter;
}

.page-promotions-fi88-exclusive-offers__step-item {
  background-color: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-fi88-exclusive-offers__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #FFD700;
  color: #4A2780;
  border-radius: 50%;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-promotions-fi88-exclusive-offers__step-title {
  font-size: 1.4em;
  color: #4A2780;
  margin-bottom: 15px;
}

.page-promotions-fi88-exclusive-offers__step-item p {
  color: #666;
  font-size: 0.95em;
  margin-bottom: 20px;
}

.page-promotions-fi88-exclusive-offers__center-text {
  text-align: center;
  margin-top: 40px;
}

.page-promotions-fi88-exclusive-offers__faq-items {
  display: grid;
  gap: 20px;
}

.page-promotions-fi88-exclusive-offers__faq-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.page-promotions-fi88-exclusive-offers__faq-question {
  font-size: 1.2em;
  color: #4A2780;
  margin-bottom: 10px;
}

.page-promotions-fi88-exclusive-offers__faq-answer {
  color: #555;
  line-height: 1.7;
}

.page-promotions-fi88-exclusive-offers__faq-answer a {
  color: #4A2780;
  text-decoration: underline;
}

.page-promotions-fi88-exclusive-offers__faq-answer a:hover {
  color: #FFD700;
}

.page-promotions-fi88-exclusive-offers__floating-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #FFD700;
  color: #4A2780;
  padding: 10px 15px;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1em;
  z-index: 1000;
  transform: translateX(120%); /* Start off-screen */
  transition: transform 0.5s ease-out;
}

.page-promotions-fi88-exclusive-offers__floating-cta.show {
  transform: translateX(0); /* Slide in */
}

.page-promotions-fi88-exclusive-offers__floating-cta:hover {
  background-color: #b39700;
  color: #fff;
}

.page-promotions-fi88-exclusive-offers__floating-cta-icon {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

/* Responsive Design */
@media (min-width: 768px) {
  .page-promotions-fi88-exclusive-offers__hero-section .page-promotions-fi88-exclusive-offers__container {
    display: flex;
    text-align: left;
    gap: 40px;
    align-items: center;
  }

  .page-promotions-fi88-exclusive-offers__hero-content {
    flex: 1;
    margin-bottom: 0;
  }

  .page-promotions-fi88-exclusive-offers__hero-image-wrapper {
    flex: 1;
    display: block;
  }

  .page-promotions-fi88-exclusive-offers__hero-title {
    font-size: 4em;
  }

  .page-promotions-fi88-exclusive-offers__section-title {
    font-size: 3em;
  }
}

@media (max-width: 767px) {
  .page-promotions-fi88-exclusive-offers__hero-title {
    font-size: 2.5em;
  }

  .page-promotions-fi88-exclusive-offers__hero-description {
    font-size: 1em;
  }

  .page-promotions-fi88-exclusive-offers__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-promotions-fi88-exclusive-offers__btn--huge {
    padding: 15px 30px;
    font-size: 1.2em;
  }

  .page-promotions-fi88-exclusive-offers__section-title {
    font-size: 2em;
  }

  .page-promotions-fi88-exclusive-offers__section-title--large {
    font-size: 2.5em;
  }

  .page-promotions-fi88-exclusive-offers__offers-grid,
  .page-promotions-fi88-exclusive-offers__steps-list {
    grid-template-columns: 1fr;
  }
}