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

.page-resources-az888-latest-promotions .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-az888-latest-promotions .content-width {
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-az888-latest-promotions .hero-section {
  background: linear-gradient(135deg, #2C3E50 0%, #E74C3C 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.page-resources-az888-latest-promotions .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
}

.page-resources-az888-latest-promotions .hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-resources-az888-latest-promotions .hero-actions .btn {
  margin: 0 10px;
}

.page-resources-az888-latest-promotions .section-title {
  font-size: 2.5em;
  color: #2C3E50;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-az888-latest-promotions .promotions-overview,
.page-resources-az888-latest-promotions .promotion-categories,
.page-resources-az888-latest-promotions .how-to-claim,
.page-resources-az888-latest-promotions .faq-section,
.page-resources-az888-latest-promotions .cta-section {
  padding: 60px 0;
}

.page-resources-az888-latest-promotions .promotions-overview p,
.page-resources-az888-latest-promotions .how-to-claim p,
.page-resources-az888-latest-promotions .cta-section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
}

.page-resources-az888-latest-promotions .content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-az888-latest-promotions .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1em;
}

.page-resources-az888-latest-promotions .btn-primary {
  background-color: #E74C3C;
  color: #fff;
  border: 2px solid #E74C3C;
}

.page-resources-az888-latest-promotions .btn-primary:hover {
  background-color: #c0392b;
  border-color: #c0392b;
  transform: translateY(-2px);
}

.page-resources-az888-latest-promotions .btn-secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.page-resources-az888-latest-promotions .btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.page-resources-az888-latest-promotions .btn-action {
  background-color: #2C3E50;
  color: #fff;
  border: 2px solid #2C3E50;
  margin-top: 20px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-az888-latest-promotions .btn-action:hover {
  background-color: #1a252f;
  border-color: #1a252f;
  transform: translateY(-2px);
}

.page-resources-az888-latest-promotions .promotion-categories {
  background-color: #f0f0f0;
}

.page-resources-az888-latest-promotions .promo-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-resources-az888-latest-promotions .promo-card:hover {
  transform: translateY(-5px);
}

.page-resources-az888-latest-promotions .card-title {
  font-size: 1.8em;
  color: #E74C3C;
  margin-bottom: 15px;
}

.page-resources-az888-latest-promotions .card-image {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-az888-latest-promotions .promo-card p {
  font-size: 1em;
  color: #666;
  margin-bottom: 15px;
}

.page-resources-az888-latest-promotions .promo-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
  color: #555;
}

.page-resources-az888-latest-promotions .promo-card ul li {
  padding: 5px 0;
  position: relative;
  padding-left: 20px;
}

.page-resources-az888-latest-promotions .promo-card ul li::before {
  content: '✔';
  color: #E74C3C;
  position: absolute;
  left: 0;
}

.page-resources-az888-latest-promotions .btn-card {
  background-color: #2C3E50;
  color: #fff;
  border: 2px solid #2C3E50;
}

.page-resources-az888-latest-promotions .btn-card:hover {
  background-color: #1a252f;
  border-color: #1a252f;
  transform: translateY(-2px);
}

.page-resources-az888-latest-promotions .how-to-claim ol {
  list-style: decimal;
  padding-left: 25px;
  font-size: 1.1em;
  color: #555;
}

.page-resources-az888-latest-promotions .how-to-claim ol li {
  margin-bottom: 15px;
}

.page-resources-az888-latest-promotions .how-to-claim ol li strong {
  color: #2C3E50;
}

.page-resources-az888-latest-promotions .how-to-claim ol li a {
  color: #E74C3C;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-az888-latest-promotions .how-to-claim ol li a:hover {
  text-decoration: underline;
}

.page-resources-az888-latest-promotions .faq-section {
  background-color: #fff;
}

.page-resources-az888-latest-promotions .faq-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.page-resources-az888-latest-promotions .faq-item:last-child {
  border-bottom: none;
}

.page-resources-az888-latest-promotions .faq-question {
  font-size: 1.3em;
  color: #2C3E50;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-resources-az888-latest-promotions .faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #E74C3C;
}

.page-resources-az888-latest-promotions .faq-question.active::after {
  content: '-';
}

.page-resources-az888-latest-promotions .faq-answer {
  font-size: 1em;
  color: #666;
  display: none;
  padding-left: 20px;
}

.page-resources-az888-latest-promotions .faq-answer.active {
  display: block;
}

.page-resources-az888-latest-promotions .cta-section {
  background-color: #2C3E50;
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.page-resources-az888-latest-promotions .cta-section .section-title {
  color: #fff;
}

.page-resources-az888-latest-promotions .cta-section .btn-primary {
  background-color: #E74C3C;
  border-color: #E74C3C;
  color: #fff;
}

.page-resources-az888-latest-promotions .cta-section .btn-primary:hover {
  background-color: #c0392b;
  border-color: #c0392b;
}

.page-resources-az888-latest-promotions .cta-section .btn-secondary {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.page-resources-az888-latest-promotions .cta-section .btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-resources-az888-latest-promotions .return-link-wrapper {
  padding: 40px 0;
  border-top: 1px solid #eee;
  margin-top: 40px;
}

.page-resources-az888-latest-promotions .return-link {
  color: #2C3E50;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-az888-latest-promotions .return-link:hover {
  color: #E74C3C;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-az888-latest-promotions .hero-title {
    font-size: 2.5em;
  }

  .page-resources-az888-latest-promotions .hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-az888-latest-promotions .section-title {
    font-size: 2em;
  }

  .page-resources-az888-latest-promotions .hero-actions .btn {
    display: block;
    margin: 15px auto;
  }

  .page-resources-az888-latest-promotions .promo-card {
    padding: 20px;
  }

  .page-resources-az888-latest-promotions .card-title {
    font-size: 1.5em;
  }

  .page-resources-az888-latest-promotions .faq-question {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-az888-latest-promotions .hero-title {
    font-size: 2em;
  }

  .page-resources-az888-latest-promotions .hero-subtitle {
    font-size: 1em;
  }

  .page-resources-az888-latest-promotions .section-title {
    font-size: 1.8em;
  }

  .page-resources-az888-latest-promotions .btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}