.page-khuyn-mi-daily-rebate {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

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

.page-khuyn-mi-daily-rebate__hero {
  background: linear-gradient(135deg, #0A246A, #1A3A8A);
  color: #fff;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-khuyn-mi-daily-rebate__hero-content {
  max-width: 800px;
  z-index: 1;
}

.page-khuyn-mi-daily-rebate__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFD700; /* Gold for emphasis */
}

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

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

.page-khuyn-mi-daily-rebate__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-khuyn-mi-daily-rebate__btn {
  display: inline-block;
  padding: 15px 30px;
  margin: 10px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

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

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

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

.page-khuyn-mi-daily-rebate__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A246A;
  transform: translateY(-2px);
}

.page-khuyn-mi-daily-rebate__btn--lg {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-khuyn-mi-daily-rebate__hero-image-wrapper {
  position: absolute;
  bottom: -50px; /* Adjust as needed */
  right: -50px; /* Adjust as needed */
  opacity: 0.2;
  z-index: 0;
  width: 400px;
  height: 400px;
  pointer-events: none;
}

.page-khuyn-mi-daily-rebate__hero-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-khuyn-mi-daily-rebate__section {
  padding: 60px 0;
  text-align: center;
}

.page-khuyn-mi-daily-rebate__section:nth-of-type(even) {
  background-color: #f0f2f5;
}

.page-khuyn-mi-daily-rebate__section-title {
  font-size: 2.5em;
  color: #0A246A;
  margin-bottom: 20px;
}

.page-khuyn-mi-daily-rebate__section-title a {
  color: #0A246A;
  text-decoration: none;
}

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

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

.page-khuyn-mi-daily-rebate__benefits-grid, .page-khuyn-mi-daily-rebate__why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-khuyn-mi-daily-rebate__benefit-item, .page-khuyn-mi-daily-rebate__why-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-khuyn-mi-daily-rebate__benefit-item:hover, .page-khuyn-mi-daily-rebate__why-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-khuyn-mi-daily-rebate__benefit-icon, .page-khuyn-mi-daily-rebate__why-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.page-khuyn-mi-daily-rebate__benefit-title, .page-khuyn-mi-daily-rebate__why-title {
  font-size: 1.4em;
  color: #0A246A;
  margin-bottom: 15px;
}

.page-khuyn-mi-daily-rebate__benefit-title a {
  color: #0A246A;
  text-decoration: none;
}

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

.page-khuyn-mi-daily-rebate__benefit-text, .page-khuyn-mi-daily-rebate__why-text {
  font-size: 1em;
  color: #666;
}

.page-khuyn-mi-daily-rebate__detail-block {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  text-align: left;
}

.page-khuyn-mi-daily-rebate__detail-title {
  font-size: 2em;
  color: #0A246A;
  margin-bottom: 20px;
  text-align: center;
}

.page-khuyn-mi-daily-rebate__detail-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto 30px auto;
  border-radius: 8px;
  display: block;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-khuyn-mi-daily-rebate__list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.page-khuyn-mi-daily-rebate__list li {
  background-color: #e8f0fe;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #0A246A;
  border-radius: 5px;
  color: #333;
  font-size: 1.05em;
}

.page-khuyn-mi-daily-rebate__list li strong {
  color: #0A246A;
}

.page-khuyn-mi-daily-rebate__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-khuyn-mi-daily-rebate__step-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  padding-top: 70px;
}

.page-khuyn-mi-daily-rebate__step-number {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFD700;
  color: #0A246A;
  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 #0A246A;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-khuyn-mi-daily-rebate__step-title {
  font-size: 1.5em;
  color: #0A246A;
  margin-bottom: 15px;
}

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

.page-khuyn-mi-daily-rebate__step-text a {
  color: #0A246A;
  text-decoration: underline;
}

.page-khuyn-mi-daily-rebate__step-text a:hover {
  color: #FFD700;
}

.page-khuyn-mi-daily-rebate__step-image {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-top: 20px;
  border-radius: 8px;
}

.page-khuyn-mi-daily-rebate__cta-bottom {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.page-khuyn-mi-daily-rebate__cta-bottom p {
  font-size: 1.2em;
  color: #333;
  margin-bottom: 20px;
}

.page-khuyn-mi-daily-rebate__faq-list {
  margin-top: 40px;
  text-align: left;
}

.page-khuyn-mi-daily-rebate__faq-item {
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-khuyn-mi-daily-rebate__faq-question {
  font-size: 1.3em;
  color: #0A246A;
  padding: 20px;
  margin: 0;
  cursor: pointer;
  background-color: #e8f0fe;
  border-bottom: 1px solid #d0e0ff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-khuyn-mi-daily-rebate__faq-question::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-khuyn-mi-daily-rebate__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-khuyn-mi-daily-rebate__faq-answer {
  padding: 20px;
  color: #555;
  font-size: 1em;
  display: none; /* Hidden by default */
}

.page-khuyn-mi-daily-rebate__faq-answer.open {
  display: block;
}

.page-khuyn-mi-daily-rebate__section--cta {
  background-color: #0A246A;
  color: #fff;
  padding: 80px 0;
}

.page-khuyn-mi-daily-rebate__section--cta .page-khuyn-mi-daily-rebate__section-title {
  color: #FFD700;
}

.page-khuyn-mi-daily-rebate__section--cta .page-khuyn-mi-daily-rebate__section-title a {
  color: #FFD700;
}

.page-khuyn-mi-daily-rebate__section--cta .page-khuyn-mi-daily-rebate__section-description {
  color: #e0e0e0;
  margin-bottom: 50px;
}

.page-khuyn-mi-daily-rebate__contact-text {
  margin-top: 30px;
  font-size: 1.1em;
  color: #e0e0e0;
}

.page-khuyn-mi-daily-rebate__link {
  color: #FFD700;
  text-decoration: underline;
}

.page-khuyn-mi-daily-rebate__link:hover {
  color: #fff;
}

.page-khuyn-mi-daily-rebate .highlight {
  color: #0A246A;
  font-weight: bold;
}

.page-khuyn-mi-daily-rebate__section--cta .highlight {
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-khuyn-mi-daily-rebate__hero-title {
    font-size: 2.8em;
  }
  .page-khuyn-mi-daily-rebate__section-title {
    font-size: 2em;
  }
  .page-khuyn-mi-daily-rebate__hero-image-wrapper {
    width: 300px;
    height: 300px;
    bottom: -30px;
    right: -30px;
  }
}

@media (max-width: 768px) {
  .page-khuyn-mi-daily-rebate__hero {
    padding: 60px 0;
  }
  .page-khuyn-mi-daily-rebate__hero-title {
    font-size: 2.2em;
  }
  .page-khuyn-mi-daily-rebate__hero-description {
    font-size: 1.1em;
  }
  .page-khuyn-mi-daily-rebate__section {
    padding: 40px 0;
  }
  .page-khuyn-mi-daily-rebate__section-title {
    font-size: 1.8em;
  }
  .page-khuyn-mi-daily-rebate__benefits-grid, .page-khuyn-mi-daily-rebate__why-grid, .page-khuyn-mi-daily-rebate__steps-grid {
    grid-template-columns: 1fr;
  }
  .page-khuyn-mi-daily-rebate__hero-image-wrapper {
    display: none; /* Hide on smaller screens if it obstructs content */
  }
}

@media (max-width: 480px) {
  .page-khuyn-mi-daily-rebate__hero-title {
    font-size: 1.8em;
  }
  .page-khuyn-mi-daily-rebate__hero-description {
    font-size: 1em;
  }
  .page-khuyn-mi-daily-rebate__btn {
    padding: 12px 20px;
    font-size: 0.9em;
  }
  .page-khuyn-mi-daily-rebate__section-title {
    font-size: 1.5em;
  }
  .page-khuyn-mi-daily-rebate__detail-title {
    font-size: 1.6em;
  }
  .page-khuyn-mi-daily-rebate__step-title {
    font-size: 1.3em;
  }
  .page-khuyn-mi-daily-rebate__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }
}