.page-khuyn-mi-daily-weekly {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #0A192F;
  line-height: 1.6;
}

.page-khuyn-mi-daily-weekly__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-khuyn-mi-daily-weekly__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #0A192F 0%, #1a365f 100%); /* Darker blue to slightly lighter blue for depth */
  color: #E0E0E0;
  position: relative;
  overflow: hidden;
}

.page-khuyn-mi-daily-weekly__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:banca30,abstract,pattern,subtle]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-khuyn-mi-daily-weekly__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.page-khuyn-mi-daily-weekly__hero-title {
  font-size: 3.2em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-khuyn-mi-daily-weekly__hero-title a,
.page-khuyn-mi-daily-weekly__hero-description a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-khuyn-mi-daily-weekly__hero-title a:hover,
.page-khuyn-mi-daily-weekly__hero-description a:hover {
  color: #FFF;
  text-decoration: underline;
}

.page-khuyn-mi-daily-weekly__hero-description {
  font-size: 1.2em;
  margin-bottom: 25px;
  color: #C0C0C0;
}

.page-khuyn-mi-daily-weekly__hero-cta {
  display: inline-block;
  background-color: #FFD700;
  color: #0A192F;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-khuyn-mi-daily-weekly__hero-cta:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-khuyn-mi-daily-weekly__hero-image-wrapper {
  margin-top: 40px;
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.page-khuyn-mi-daily-weekly__hero-image {
  width: 100%;
  height: auto;
  display: block;
}

/* General Section Styling */
.page-khuyn-mi-daily-weekly__section {
  padding: 60px 0;
  text-align: center;
}

.page-khuyn-mi-daily-weekly__section:nth-of-type(even) {
  background-color: #0F203A; /* Slightly lighter dark blue for contrast */
}

.page-khuyn-mi-daily-weekly__section-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-khuyn-mi-daily-weekly__section-title a {
  color: #FFD700;
  text-decoration: none;
}

.page-khuyn-mi-daily-weekly__section-title a:hover {
  text-decoration: underline;
}

.page-khuyn-mi-daily-weekly__section-description {
  font-size: 1.1em;
  color: #C0C0C0;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-khuyn-mi-daily-weekly__section-description a {
  color: #FFD700;
  text-decoration: none;
}

.page-khuyn-mi-daily-weekly__section-description a:hover {
  text-decoration: underline;
}

/* Why Join Section */
.page-khuyn-mi-daily-weekly__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-khuyn-mi-daily-weekly__feature-card {
  background-color: #1a2c4e;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #FFD70033;
}

.page-khuyn-mi-daily-weekly__feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.5);
}

.page-khuyn-mi-daily-weekly__feature-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-khuyn-mi-daily-weekly__feature-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-khuyn-mi-daily-weekly__feature-title a {
  color: #FFD700;
  text-decoration: none;
}

.page-khuyn-mi-daily-weekly__feature-title a:hover {
  text-decoration: underline;
}

.page-khuyn-mi-daily-weekly__feature-text {
  font-size: 1em;
  color: #C0C0C0;
}

.page-khuyn-mi-daily-weekly__feature-text a {
  color: #FFD700;
  text-decoration: none;
}

.page-khuyn-mi-daily-weekly__feature-text a:hover {
  text-decoration: underline;
}

/* Promo Types Section */
.page-khuyn-mi-daily-weekly__promo-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-khuyn-mi-daily-weekly__promo-card {
  background-color: #1a2c4e;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #FFD70033;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.page-khuyn-mi-daily-weekly__promo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.5);
}

.page-khuyn-mi-daily-weekly__promo-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-khuyn-mi-daily-weekly__promo-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-khuyn-mi-daily-weekly__promo-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-khuyn-mi-daily-weekly__promo-title a {
  color: #FFD700;
  text-decoration: none;
}

.page-khuyn-mi-daily-weekly__promo-title a:hover {
  text-decoration: underline;
}

.page-khuyn-mi-daily-weekly__promo-text {
  font-size: 1em;
  color: #C0C0C0;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-khuyn-mi-daily-weekly__promo-text a {
  color: #FFD700;
  text-decoration: none;
}

.page-khuyn-mi-daily-weekly__promo-text a:hover {
  text-decoration: underline;
}

.page-khuyn-mi-daily-weekly__promo-cta {
  display: inline-block;
  background-color: #FFD700;
  color: #0A192F;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 2px 10px rgba(255, 215, 0, 0.3);
  align-self: flex-start;
}

.page-khuyn-mi-daily-weekly__promo-cta:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

/* How To Join Section */
.page-khuyn-mi-daily-weekly__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-khuyn-mi-daily-weekly__step-card {
  background-color: #1a2c4e;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  border: 1px solid #FFD70033;
}

.page-khuyn-mi-daily-weekly__step-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-khuyn-mi-daily-weekly__step-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-khuyn-mi-daily-weekly__step-title a {
  color: #FFD700;
  text-decoration: none;
}

.page-khuyn-mi-daily-weekly__step-title a:hover {
  text-decoration: underline;
}

.page-khuyn-mi-daily-weekly__step-text {
  font-size: 1em;
  color: #C0C0C0;
  margin-bottom: 20px;
}

.page-khuyn-mi-daily-weekly__step-text a {
  color: #FFD700;
  text-decoration: none;
}

.page-khuyn-mi-daily-weekly__step-text a:hover {
  text-decoration: underline;
}

.page-khuyn-mi-daily-weekly__step-cta {
  display: inline-block;
  background-color: #FFD700;
  color: #0A192F;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 2px 10px rgba(255, 215, 0, 0.3);
}

.page-khuyn-mi-daily-weekly__step-cta:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

/* Tips Section */
.page-khuyn-mi-daily-weekly__tip-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-khuyn-mi-daily-weekly__tip-item {
  display: flex;
  align-items: flex-start;
  background-color: #1a2c4e;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
  border: 1px solid #FFD70033;
}

.page-khuyn-mi-daily-weekly__tip-icon {
  width: 80px;
  height: 80px;
  margin-right: 25px;
  flex-shrink: 0;
  object-fit: contain;
}

.page-khuyn-mi-daily-weekly__tip-content {
  flex-grow: 1;
}

.page-khuyn-mi-daily-weekly__tip-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-khuyn-mi-daily-weekly__tip-text {
  font-size: 1em;
  color: #C0C0C0;
}

.page-khuyn-mi-daily-weekly__tip-text a {
  color: #FFD700;
  text-decoration: none;
}

.page-khuyn-mi-daily-weekly__tip-text a:hover {
  text-decoration: underline;
}

/* FAQ Section */
.page-khuyn-mi-daily-weekly__faq-list {
  margin-top: 40px;
  text-align: left;
}

.page-khuyn-mi-daily-weekly__faq-item {
  background-color: #1a2c4e;
  padding: 20px 25px;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #FFD70033;
}

.page-khuyn-mi-daily-weekly__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-khuyn-mi-daily-weekly__faq-question a {
  color: #FFD700;
  text-decoration: none;
}

.page-khuyn-mi-daily-weekly__faq-question a:hover {
  text-decoration: underline;
}

.page-khuyn-mi-daily-weekly__faq-answer {
  font-size: 1em;
  color: #C0C0C0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.page-khuyn-mi-daily-weekly__faq-answer a {
  color: #FFD700;
  text-decoration: none;
}

.page-khuyn-mi-daily-weekly__faq-answer a:hover {
  text-decoration: underline;
}

/* Active FAQ item */
.page-khuyn-mi-daily-weekly__faq-item.active .page-khuyn-mi-daily-weekly__faq-answer {
  max-height: 300px; /* Adjust as needed */
  margin-top: 15px;
}

/* Conclusion Section */
.page-khuyn-mi-daily-weekly__conclusion-ctas {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-khuyn-mi-daily-weekly__conclusion-cta {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-khuyn-mi-daily-weekly__conclusion-cta--primary {
  background-color: #FFD700;
  color: #0A192F;
  border: 2px solid #FFD700;
}

.page-khuyn-mi-daily-weekly__conclusion-cta--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-khuyn-mi-daily-weekly__conclusion-cta--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-khuyn-mi-daily-weekly__conclusion-cta--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-khuyn-mi-daily-weekly__hero-title {
    font-size: 2.5em;
  }
  .page-khuyn-mi-daily-weekly__section-title {
    font-size: 2em;
  }
  .page-khuyn-mi-daily-weekly__tip-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .page-khuyn-mi-daily-weekly__tip-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .page-khuyn-mi-daily-weekly__hero {
    padding: 60px 15px;
  }
  .page-khuyn-mi-daily-weekly__hero-title {
    font-size: 2em;
  }
  .page-khuyn-mi-daily-weekly__hero-description {
    font-size: 1em;
  }
  .page-khuyn-mi-daily-weekly__section {
    padding: 40px 0;
  }
  .page-khuyn-mi-daily-weekly__section-title {
    font-size: 1.8em;
  }
  .page-khuyn-mi-daily-weekly__promo-card {
    flex-direction: column;
  }
  .page-khuyn-mi-daily-weekly__promo-image {
    height: 200px;
  }
  .page-khuyn-mi-daily-weekly__promo-cta {
    align-self: center;
  }
  .page-khuyn-mi-daily-weekly__conclusion-ctas {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-khuyn-mi-daily-weekly__hero-title {
    font-size: 1.8em;
  }
  .page-khuyn-mi-daily-weekly__section-title {
    font-size: 1.5em;
  }
  .page-khuyn-mi-daily-weekly__hero-cta,
  .page-khuyn-mi-daily-weekly__promo-cta,
  .page-khuyn-mi-daily-weekly__step-cta,
  .page-khuyn-mi-daily-weekly__conclusion-cta {
    width: 100%;
    padding: 12px 20px;
    font-size: 0.95em;
  }
  .page-khuyn-mi-daily-weekly__feature-card,
  .page-khuyn-mi-daily-weekly__promo-card,
  .page-khuyn-mi-daily-weekly__step-card,
  .page-khuyn-mi-daily-weekly__tip-item,
  .page-khuyn-mi-daily-weekly__faq-item {
    padding: 20px;
  }
  .page-khuyn-mi-daily-weekly__feature-icon,
  .page-khuyn-mi-daily-weekly__step-icon {
    width: 80px;
    height: 80px;
  }
  .page-khuyn-mi-daily-weekly__tip-icon {
    width: 60px;
    height: 60px;
  }
}