.page-resources-fcb88-latest-promotions {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-resources-fcb88-latest-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-fcb88-latest-promotions__hero {
  background: linear-gradient(135deg, #1A2E44 0%, #3a5f86 100%);
  color: #fff;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-fcb88-latest-promotions__hero-content {
  z-index: 10;
  max-width: 800px;
  padding: 20px;
}

.page-resources-fcb88-latest-promotions__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for emphasis */
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-fcb88-latest-promotions__subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-resources-fcb88-latest-promotions__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 1;
}

.page-resources-fcb88-latest-promotions__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-resources-fcb88-latest-promotions__section {
  padding: 60px 0;
}

.page-resources-fcb88-latest-promotions__section:nth-of-type(even) {
  background-color: #f0f2f5;
}

.page-resources-fcb88-latest-promotions__heading {
  font-size: 2.5em;
  color: #1A2E44;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-fcb88-latest-promotions__heading::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-fcb88-latest-promotions__sub-heading {
  font-size: 1.8em;
  color: #1A2E44;
  margin-bottom: 15px;
}

.page-resources-fcb88-latest-promotions__text {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #444;
}

.page-resources-fcb88-latest-promotions__btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  margin: 10px 10px 10px 0;
  font-size: 1.1em;
}

.page-resources-fcb88-latest-promotions__btn--primary {
  background-color: #FFD700;
  color: #1A2E44;
  border: 2px solid #FFD700;
}

.page-resources-fcb88-latest-promotions__btn--primary:hover {
  background-color: #e6c200;
  color: #1A2E44;
  transform: translateY(-2px);
}

.page-resources-fcb88-latest-promotions__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-fcb88-latest-promotions__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A2E44;
  transform: translateY(-2px);
}

.page-resources-fcb88-latest-promotions__btn--tertiary {
  background-color: #1A2E44;
  color: #FFD700;
  border: 2px solid #1A2E44;
}

.page-resources-fcb88-latest-promotions__btn--tertiary:hover {
  background-color: #0f1c2a;
  color: #FFD700;
  transform: translateY(-2px);
}

.page-resources-fcb88-latest-promotions__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-fcb88-latest-promotions__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-resources-fcb88-latest-promotions__feature-item:hover {
  transform: translateY(-5px);
}

.page-resources-fcb88-latest-promotions__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-resources-fcb88-latest-promotions__promo-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  overflow: hidden;
}

.page-resources-fcb88-latest-promotions__promo-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.page-resources-fcb88-latest-promotions__promo-content {
  padding: 30px;
}

.page-resources-fcb88-latest-promotions__promo-content .page-resources-fcb88-latest-promotions__sub-heading {
  color: #FFD700;
  font-size: 2em;
  border-bottom: 2px solid #1A2E44;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.page-resources-fcb88-latest-promotions__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-resources-fcb88-latest-promotions__list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  color: #555;
}

.page-resources-fcb88-latest-promotions__list li::before {
  content: '✓';
  color: #FFD700;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.page-resources-fcb88-latest-promotions__note {
  font-style: italic;
  color: #666;
  border-left: 4px solid #FFD700;
  padding-left: 15px;
  margin-top: 20px;
}

.page-resources-fcb88-latest-promotions__guide .page-resources-fcb88-latest-promotions__text {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.page-resources-fcb88-latest-promotions__step-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-top: 60px;
}

.page-resources-fcb88-latest-promotions__step-number {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFD700;
  color: #1A2E44;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
  border: 4px solid #1A2E44;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.7);
}

.page-resources-fcb88-latest-promotions__important-notes .page-resources-fcb88-latest-promotions__heading {
  color: #1A2E44;
}

.page-resources-fcb88-latest-promotions__bullet-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-resources-fcb88-latest-promotions__bullet-list li {
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
  font-size: 1.1em;
  color: #444;
}

.page-resources-fcb88-latest-promotions__bullet-list li::before {
  content: '⚠'; /* Warning sign */
  color: #FFD700;
  font-size: 1.5em;
  position: absolute;
  left: 0;
  top: -2px;
}

.page-resources-fcb88-latest-promotions__info-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-fcb88-latest-promotions__responsible-gaming {
  background-color: #1A2E44;
  color: #e0e0e0;
}

.page-resources-fcb88-latest-promotions__responsible-gaming .page-resources-fcb88-latest-promotions__heading {
  color: #FFD700;
}

.page-resources-fcb88-latest-promotions__responsible-gaming .page-resources-fcb88-latest-promotions__heading::after {
  background-color: #e0e0e0;
}

.page-resources-fcb88-latest-promotions__responsible-gaming .page-resources-fcb88-latest-promotions__text {
  color: #c0c0c0;
}

.page-resources-fcb88-latest-promotions__responsible-gaming .page-resources-fcb88-latest-promotions__bullet-list li {
  color: #c0c0c0;
}

.page-resources-fcb88-latest-promotions__responsible-gaming .page-resources-fcb88-latest-promotions__bullet-list li::before {
  color: #FFD700;
}

.page-resources-fcb88-latest-promotions__conclusion .page-resources-fcb88-latest-promotions__text {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 20px auto;
}

.page-resources-fcb88-latest-promotions__conclusion .page-resources-fcb88-latest-promotions__btn {
  display: block;
  margin: 30px auto 0 auto;
  width: fit-content;
}

.page-resources-fcb88-latest-promotions__cta-banner {
  background: linear-gradient(90deg, #1A2E44, #FFD700);
  padding: 50px 0;
  text-align: center;
  color: #fff;
}

.page-resources-fcb88-latest-promotions__cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-fcb88-latest-promotions__cta-title {
  font-size: 2.5em;
  color: #fff;
  margin-bottom: 15px;
}

.page-resources-fcb88-latest-promotions__cta-text {
  font-size: 1.2em;
  color: #eee;
  margin-bottom: 30px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-fcb88-latest-promotions__promo-card {
    flex-direction: column;
  }

  .page-resources-fcb88-latest-promotions__promo-image {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .page-resources-fcb88-latest-promotions__title {
    font-size: 2.5em;
  }

  .page-resources-fcb88-latest-promotions__subtitle {
    font-size: 1.1em;
  }

  .page-resources-fcb88-latest-promotions__heading {
    font-size: 2em;
  }

  .page-resources-fcb88-latest-promotions__sub-heading {
    font-size: 1.5em;
  }

  .page-resources-fcb88-latest-promotions__btn {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-resources-fcb88-latest-promotions__grid {
    grid-template-columns: 1fr;
  }

  .page-resources-fcb88-latest-promotions__hero {
    padding: 60px 0;
  }

  .page-resources-fcb88-latest-promotions__section {
    padding: 40px 0;
  }

  .page-resources-fcb88-latest-promotions__promo-content .page-resources-fcb88-latest-promotions__sub-heading {
    font-size: 1.8em;
  }

  .page-resources-fcb88-latest-promotions__cta-title {
    font-size: 2em;
  }

  .page-resources-fcb88-latest-promotions__cta-text {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-fcb88-latest-promotions__title {
    font-size: 2em;
  }

  .page-resources-fcb88-latest-promotions__subtitle {
    font-size: 1em;
  }

  .page-resources-fcb88-latest-promotions__heading {
    font-size: 1.8em;
  }

  .page-resources-fcb88-latest-promotions__sub-heading {
    font-size: 1.3em;
  }

  .page-resources-fcb88-latest-promotions__btn {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
  }

  .page-resources-fcb88-latest-promotions__hero-content {
    padding: 10px;
  }

  .page-resources-fcb88-latest-promotions__promo-content .page-resources-fcb88-latest-promotions__sub-heading {
    font-size: 1.5em;
  }

  .page-resources-fcb88-latest-promotions__cta-title {
    font-size: 1.8em;
  }
}