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

.page-promotions-limited-time__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-promotions-limited-time__hero {
  background: linear-gradient(135deg, #0A2463 0%, #0A2463 60%, #E3B23C 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-limited-time__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-promotions-limited-time__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-promotions-limited-time__cta-button {
  display: inline-block;
  background-color: #E3B23C;
  color: #0A2463;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-promotions-limited-time__cta-button:hover {
  background-color: #f5c765;
  transform: translateY(-3px);
}

.page-promotions-limited-time__section {
  padding: 60px 0;
  text-align: center;
}

.page-promotions-limited-time__section:nth-of-type(even) {
  background-color: #f0f0f0;
}

.page-promotions-limited-time__section-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #0A2463;
}

.page-promotions-limited-time__section-description {
  font-size: 1.2em;
  color: #555;
  margin-bottom: 40px;
}

.page-promotions-limited-time__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-limited-time__promo-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-promotions-limited-time__promo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-promotions-limited-time__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-promotions-limited-time__promo-title {
  font-size: 1.8em;
  color: #0A2463;
  margin-bottom: 15px;
}

.page-promotions-limited-time__promo-desc {
  color: #666;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-promotions-limited-time__promo-details {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-promotions-limited-time__promo-details li {
  margin-bottom: 8px;
  color: #444;
  font-size: 0.95em;
}

.page-promotions-limited-time__promo-details li::before {
  content: '✔';
  color: #E3B23C;
  margin-right: 10px;
}

.page-promotions-limited-time__promo-button {
  display: inline-block;
  background-color: #0A2463;
  color: #fff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
  margin-top: auto;
}

.page-promotions-limited-time__promo-button:hover {
  background-color: #1a3c7c;
}

.page-promotions-limited-time__how-to-join {
  background-color: #fff;
}

.page-promotions-limited-time__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-limited-time__step-card {
  background-color: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-limited-time__step-icon {
  background-color: #E3B23C;
  color: #0A2463;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto 20px auto;
}

.page-promotions-limited-time__step-title {
  font-size: 1.6em;
  color: #0A2463;
  margin-bottom: 15px;
}

.page-promotions-limited-time__step-desc {
  color: #666;
  margin-bottom: 20px;
}

.page-promotions-limited-time__step-button {
  display: inline-block;
  background-color: #0A2463;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-promotions-limited-time__step-button:hover {
  background-color: #1a3c7c;
}

.page-promotions-limited-time__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
}

.page-promotions-limited-time__why-tk88 {
  background-color: #0A2463;
  color: #fff;
}

.page-promotions-limited-time__why-tk88 .page-promotions-limited-time__section-title {
  color: #E3B23C;
}

.page-promotions-limited-time__advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-limited-time__advantage-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-limited-time__advantage-item h3 {
  color: #E3B23C;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-promotions-limited-time__advantage-item p {
  color: #f0f0f0;
}

.page-promotions-limited-time__advantage-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: brightness(1.2);
}

.page-promotions-limited-time__faq {
  background-color: #f8f9fa;
}

.page-promotions-limited-time__faq-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-promotions-limited-time__faq-question {
  font-size: 1.4em;
  color: #0A2463;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-promotions-limited-time__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.page-promotions-limited-time__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-promotions-limited-time__faq-answer {
  color: #555;
  font-size: 1.1em;
  display: none;
  padding-top: 10px;
  border-top: 1px solid #eee;
  margin-top: 15px;
}

.page-promotions-limited-time__faq-answer.active {
  display: block;
}

.page-promotions-limited-time__action-banner {
  background-color: #E3B23C;
  color: #0A2463;
  padding: 80px 0;
}

.page-promotions-limited-time__action-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #0A2463;
}

.page-promotions-limited-time__action-text {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #333;
}

.page-promotions-limited-time__action-buttons .page-promotions-limited-time__cta-button {
  margin: 0 15px;
}

.page-promotions-limited-time__cta-button--primary {
  background-color: #0A2463;
  color: #E3B23C;
}

.page-promotions-limited-time__cta-button--primary:hover {
  background-color: #1a3c7c;
  color: #f5c765;
}

.page-promotions-limited-time__cta-button--secondary {
  background-color: #fff;
  color: #0A2463;
  border: 2px solid #0A2463;
}

.page-promotions-limited-time__cta-button--secondary:hover {
  background-color: #f0f0f0;
  border-color: #1a3c7c;
  color: #1a3c7c;
}

.page-promotions-limited-time .highlight {
  color: #E3B23C;
  font-weight: bold;
}

.page-promotions-limited-time__hero .highlight {
  color: #f5c765;
}

.page-promotions-limited-time__sticky-promo {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0A2463;
  color: #fff;
  padding: 15px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  flex-wrap: wrap;
}

.page-promotions-limited-time__sticky-promo p {
  margin: 0;
  font-size: 1.1em;
  margin-right: 20px;
  color: #f0f0f0;
}

.page-promotions-limited-time__sticky-button {
  background-color: #E3B23C;
  color: #0A2463;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-promotions-limited-time__sticky-button:hover {
  background-color: #f5c765;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-limited-time__hero-title {
    font-size: 2.8em;
  }
  .page-promotions-limited-time__hero-subtitle {
    font-size: 1.3em;
  }
  .page-promotions-limited-time__section-title {
    font-size: 2.2em;
  }
  .page-promotions-limited-time__promo-grid,
  .page-promotions-limited-time__steps-grid,
  .page-promotions-limited-time__advantages-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-promotions-limited-time__action-title {
    font-size: 2.5em;
  }
  .page-promotions-limited-time__action-text {
    font-size: 1.1em;
  }
  .page-promotions-limited-time__action-buttons .page-promotions-limited-time__cta-button {
    margin: 10px;
  }
}

@media (max-width: 768px) {
  .page-promotions-limited-time__hero {
    padding: 80px 0;
  }
  .page-promotions-limited-time__hero-title {
    font-size: 2.2em;
  }
  .page-promotions-limited-time__hero-subtitle {
    font-size: 1.1em;
  }
  .page-promotions-limited-time__section-title {
    font-size: 1.8em;
  }
  .page-promotions-limited-time__section-description {
    font-size: 1em;
  }
  .page-promotions-limited-time__promo-card,
  .page-promotions-limited-time__step-card,
  .page-promotions-limited-time__advantage-item {
    padding: 20px;
  }
  .page-promotions-limited-time__promo-title {
    font-size: 1.5em;
  }
  .page-promotions-limited-time__sticky-promo {
    flex-direction: column;
    text-align: center;
  }
  .page-promotions-limited-time__sticky-promo p {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page-promotions-limited-time__action-title {
    font-size: 2em;
  }
}

@media (max-width: 480px) {
  .page-promotions-limited-time__hero-title {
    font-size: 1.8em;
  }
  .page-promotions-limited-time__hero-subtitle {
    font-size: 0.9em;
  }
  .page-promotions-limited-time__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions-limited-time__section {
    padding: 40px 0;
  }
  .page-promotions-limited-time__section-title {
    font-size: 1.6em;
  }
  .page-promotions-limited-time__action-title {
    font-size: 1.8em;
  }
  .page-promotions-limited-time__action-buttons {
    flex-direction: column;
  }
  .page-promotions-limited-time__action-buttons .page-promotions-limited-time__cta-button {
    width: 90%;
    margin: 10px auto;
  }
}