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

.page-resources-hay88-latest-promotions-analysis .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-hay88-latest-promotions-analysis .section-padding {
  padding: 60px 0;
}

.page-resources-hay88-latest-promotions-analysis .bg-light {
  background-color: #e9ecef;
}

.page-resources-hay88-latest-promotions-analysis .hero-section {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-resources-hay88-latest-promotions-analysis .hero-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.page-resources-hay88-latest-promotions-analysis .hero-content {
  max-width: 800px;
  z-index: 1;
}

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

.page-resources-hay88-latest-promotions-analysis .hero-description {
  font-size: 1.25em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-resources-hay88-latest-promotions-analysis .hero-actions .btn {
  margin: 10px;
  padding: 15px 30px;
  font-size: 1.1em;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.page-resources-hay88-latest-promotions-analysis .btn-primary {
  background-color: #ffc107;
  color: #007bff;
  border: 2px solid #ffc107;
}

.page-resources-hay88-latest-promotions-analysis .btn-primary:hover {
  background-color: #e0a800;
  color: #0056b3;
  border-color: #e0a800;
}

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

.page-resources-hay88-latest-promotions-analysis .btn-secondary:hover {
  background-color: #ffc107;
  color: #007bff;
}

.page-resources-hay88-latest-promotions-analysis .hero-image-wrapper {
  margin-top: 40px;
  max-width: 600px;
  z-index: 1;
}

.page-resources-hay88-latest-promotions-analysis .hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-hay88-latest-promotions-analysis .section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-hay88-latest-promotions-analysis .section-text {
  font-size: 1.1em;
  color: #495057;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-hay88-latest-promotions-analysis .highlight-text {
  color: #007bff;
  font-weight: bold;
}

.page-resources-hay88-latest-promotions-analysis .promotions-types-section .grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-hay88-latest-promotions-analysis .promotion-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-resources-hay88-latest-promotions-analysis .promotion-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

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

.page-resources-hay88-latest-promotions-analysis .card-title {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-resources-hay88-latest-promotions-analysis .card-description {
  font-size: 1em;
  color: #555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-resources-hay88-latest-promotions-analysis .btn-outline {
  background-color: transparent;
  color: #007bff;
  border: 2px solid #007bff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.page-resources-hay88-latest-promotions-analysis .btn-outline:hover {
  background-color: #007bff;
  color: #fff;
}

.page-resources-hay88-latest-promotions-analysis .how-to-claim-section .steps-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-resources-hay88-latest-promotions-analysis .step-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
}

.page-resources-hay88-latest-promotions-analysis .step-icon {
  width: 60px;
  height: 60px;
  background-color: #ffc107;
  color: #007bff;
  font-size: 2.2em;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
}

.page-resources-hay88-latest-promotions-analysis .step-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-resources-hay88-latest-promotions-analysis .step-description {
  font-size: 1em;
  color: #555;
}

.page-resources-hay88-latest-promotions-analysis .step-description a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-hay88-latest-promotions-analysis .step-description a:hover {
  text-decoration: underline;
}

.page-resources-hay88-latest-promotions-analysis .cta-block {
  background-color: #007bff;
  color: #fff;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 40px;
}

.page-resources-hay88-latest-promotions-analysis .cta-block p {
  font-size: 1.3em;
  margin-bottom: 25px;
  color: #e0e0e0;
}

.page-resources-hay88-latest-promotions-analysis .cta-block .btn {
  margin: 10px;
}

.page-resources-hay88-latest-promotions-analysis .tips-section .tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-resources-hay88-latest-promotions-analysis .tip-item {
  background-color: #fff;
  border-left: 5px solid #ffc107;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-resources-hay88-latest-promotions-analysis .tip-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.page-resources-hay88-latest-promotions-analysis .tip-title {
  font-size: 1.4em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-resources-hay88-latest-promotions-analysis .tip-description {
  font-size: 0.95em;
  color: #555;
}

.page-resources-hay88-latest-promotions-analysis .faq-section .faq-item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  padding: 25px;
}

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

.page-resources-hay88-latest-promotions-analysis .faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  color: #ffc107;
}

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

.page-resources-hay88-latest-promotions-analysis .faq-answer {
  font-size: 1em;
  color: #555;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.page-resources-hay88-latest-promotions-analysis .faq-item.active .faq-answer {
  max-height: 200px; /* Adjust as needed */
  margin-top: 15px;
}

.page-resources-hay88-latest-promotions-analysis .faq-answer a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-hay88-latest-promotions-analysis .faq-answer a:hover {
  text-decoration: underline;
}

.page-resources-hay88-latest-promotions-analysis .conclusion-section .cta-block {
  background-color: #ffc107;
  color: #007bff;
}

.page-resources-hay88-latest-promotions-analysis .conclusion-section .cta-block p {
  color: #0056b3;
}

.page-resources-hay88-latest-promotions-analysis .conclusion-section .btn-primary {
  background-color: #007bff;
  color: #ffc107;
  border-color: #007bff;
}

.page-resources-hay88-latest-promotions-analysis .conclusion-section .btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

.page-resources-hay88-latest-promotions-analysis .conclusion-section .btn-secondary {
  background-color: transparent;
  color: #007bff;
  border-color: #007bff;
}

.page-resources-hay88-latest-promotions-analysis .conclusion-section .btn-secondary:hover {
  background-color: #007bff;
  color: #ffc107;
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .page-resources-hay88-latest-promotions-analysis .hero-section .container {
    flex-direction: row;
    text-align: left;
  }
  .page-resources-hay88-latest-promotions-analysis .hero-content {
    text-align: left;
    max-width: 50%;
  }
  .page-resources-hay88-latest-promotions-analysis .hero-image-wrapper {
    margin-top: 0;
    max-width: 50%;
  }
  .page-resources-hay88-latest-promotions-analysis .hero-title {
    font-size: 4em;
  }
  .page-resources-hay88-latest-promotions-analysis .section-title {
    font-size: 3em;
  }
}

@media (max-width: 767px) {
  .page-resources-hay88-latest-promotions-analysis .hero-title {
    font-size: 2.5em;
  }
  .page-resources-hay88-latest-promotions-analysis .hero-description {
    font-size: 1em;
  }
  .page-resources-hay88-latest-promotions-analysis .section-title {
    font-size: 2em;
  }
  .page-resources-hay88-latest-promotions-analysis .promotions-types-section .grid-layout,
  .page-resources-hay88-latest-promotions-analysis .how-to-claim-section .steps-container,
  .page-resources-hay88-latest-promotions-analysis .tips-section .tips-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-hay88-latest-promotions-analysis .promotion-card,
  .page-resources-hay88-latest-promotions-analysis .step-item,
  .page-resources-hay88-latest-promotions-analysis .tip-item {
    padding: 20px;
  }
  .page-resources-hay88-latest-promotions-analysis .cta-block {
    padding: 30px 20px;
  }
  .page-resources-hay88-latest-promotions-analysis .hero-actions .btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}