.page-index-siu88-latest-offers {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-index-siu88-latest-offers__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-siu88-latest-offers__hero-section {
  background: linear-gradient(135deg, #FF4500, #1E90FF);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
}

.page-index-siu88-latest-offers__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff; /* Đảm bảo độ tương phản */
}

.page-index-siu88-latest-offers__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff; /* Đảm bảo độ tương phản */
}

.page-index-siu88-latest-offers__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-index-siu88-latest-offers__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
}

.page-index-siu88-latest-offers__btn--primary {
  background-color: #FF4500;
  color: #ffffff;
  border: 2px solid #FF4500;
}

.page-index-siu88-latest-offers__btn--primary:hover {
  background-color: #e63e00;
  border-color: #e63e00;
  transform: translateY(-2px);
}

.page-index-siu88-latest-offers__btn--secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-index-siu88-latest-offers__btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.page-index-siu88-latest-offers__btn--outline {
  background-color: transparent;
  color: #FF4500;
  border: 2px solid #FF4500;
}

.page-index-siu88-latest-offers__btn--outline:hover {
  background-color: #FF4500;
  color: #ffffff;
}

.page-index-siu88-latest-offers__btn--small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-index-siu88-latest-offers__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-index-siu88-latest-offers__content-section,
.page-index-siu88-latest-offers__offers-list,
.page-index-siu88-latest-offers__how-to-claim,
.page-index-siu88-latest-offers__terms-faq,
.page-index-siu88-latest-offers__conclusion-section {
  padding: 60px 0;
}

.page-index-siu88-latest-offers__section-title {
  font-size: 2.5em;
  color: #1E90FF;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}

.page-index-siu88-latest-offers__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FF4500;
  border-radius: 2px;
}

.page-index-siu88-latest-offers__features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-index-siu88-latest-offers__feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-index-siu88-latest-offers__feature-item:hover {
  transform: translateY(-5px);
}

.page-index-siu88-latest-offers__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-siu88-latest-offers__feature-title {
  font-size: 1.5em;
  color: #FF4500;
  margin-bottom: 15px;
}

.page-index-siu88-latest-offers__feature-description {
  color: #555;
}

.page-index-siu88-latest-offers__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.page-index-siu88-latest-offers__offer-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.page-index-siu88-latest-offers__offer-card:hover {
  transform: translateY(-5px);
}

.page-index-siu88-latest-offers__offer-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.page-index-siu88-latest-offers__offer-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-index-siu88-latest-offers__offer-title {
  font-size: 1.8em;
  color: #1E90FF;
  margin-bottom: 15px;
}

.page-index-siu88-latest-offers__offer-description {
  color: #666;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-index-siu88-latest-offers__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-index-siu88-latest-offers__step-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  position: relative;
}

.page-index-siu88-latest-offers__step-number {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1E90FF;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  border: 4px solid #f8f8f8;
}

.page-index-siu88-latest-offers__step-title {
  font-size: 1.6em;
  color: #FF4500;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-index-siu88-latest-offers__step-description {
  color: #555;
  margin-bottom: 20px;
}

.page-index-siu88-latest-offers__cta-bottom {
  text-align: center;
  margin-top: 60px;
  background-color: #e0f7fa; /* Light blue background for contrast */
  padding: 40px;
  border-radius: 10px;
}

.page-index-siu88-latest-offers__cta-bottom p {
  font-size: 1.4em;
  margin-bottom: 25px;
  color: #00796b; /* Darker text for readability */
  font-weight: bold;
}

.page-index-siu88-latest-offers__terms-faq ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 30px;
  color: #444;
}

.page-index-siu88-latest-offers__terms-faq ul li {
  margin-bottom: 10px;
}

.page-index-siu88-latest-offers__terms-faq strong {
  color: #FF4500;
}

.page-index-siu88-latest-offers__faq-item {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-index-siu88-latest-offers__faq-question {
  font-size: 1.3em;
  color: #1E90FF;
  margin-bottom: 10px;
}

.page-index-siu88-latest-offers__faq-answer {
  color: #555;
}

.page-index-siu88-latest-offers__conclusion-section {
  text-align: center;
  background-color: #f0f0f0;
}

.page-index-siu88-latest-offers__conclusion-section p {
  font-size: 1.1em;
  margin-bottom: 25px;
  color: #444;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 992px) {
  .page-index-siu88-latest-offers__hero-title {
    font-size: 2.8em;
  }
  .page-index-siu88-latest-offers__hero-description {
    font-size: 1.1em;
  }
  .page-index-siu88-latest-offers__section-title {
    font-size: 2em;
  }
  .page-index-siu88-latest-offers__grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-index-siu88-latest-offers__hero-title {
    font-size: 2.2em;
  }
  .page-index-siu88-latest-offers__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-siu88-latest-offers__btn {
    width: 80%;
    margin: 0 auto;
  }
  .page-index-siu88-latest-offers__features,
  .page-index-siu88-latest-offers__grid,
  .page-index-siu88-latest-offers__steps {
    grid-template-columns: 1fr;
  }
  .page-index-siu88-latest-offers__offer-card {
    margin-bottom: 20px;
  }
  .page-index-siu88-latest-offers__step-number {
    top: -15px;
    width: 40px;
    height: 40px;
    font-size: 1.5em;
  }
  .page-index-siu88-latest-offers__step-title {
    margin-top: 25px;
  }
}

@media (max-width: 480px) {
  .page-index-siu88-latest-offers__hero-title {
    font-size: 1.8em;
  }
  .page-index-siu88-latest-offers__hero-description {
    font-size: 1em;
  }
  .page-index-siu88-latest-offers__btn {
    width: 90%;
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-index-siu88-latest-offers__section-title {
    font-size: 1.8em;
  }
  .page-index-siu88-latest-offers__feature-title,
  .page-index-siu88-latest-offers__offer-title,
  .page-index-siu88-latest-offers__step-title,
  .page-index-siu88-latest-offers__faq-question {
    font-size: 1.3em;
  }
  .page-index-siu88-latest-offers__cta-bottom p {
    font-size: 1.2em;
  }
}