.page-promotions-daily-weekly-rebate {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-promotions-daily-weekly-rebate .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-promotions-daily-weekly-rebate .hero-section {
  background: linear-gradient(135deg, #0A2239 0%, #304D6D 100%);
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-daily-weekly-rebate .hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract_pattern,geometric,subtle_texture]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.page-promotions-daily-weekly-rebate .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #E0B44B;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.page-promotions-daily-weekly-rebate .hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-promotions-daily-weekly-rebate .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  position: relative;
  z-index: 1;
}

.page-promotions-daily-weekly-rebate .btn-primary {
  background-color: #E0B44B;
  color: #0A2239;
}

.page-promotions-daily-weekly-rebate .btn-primary:hover {
  background-color: #FFC75E;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-daily-weekly-rebate .btn-secondary {
  background-color: transparent;
  color: #E0B44B;
  border: 2px solid #E0B44B;
}

.page-promotions-daily-weekly-rebate .btn-secondary:hover {
  background-color: #E0B44B;
  color: #0A2239;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-daily-weekly-rebate .btn-lg {
  padding: 18px 35px;
  font-size: 1.3em;
}

.page-promotions-daily-weekly-rebate .section-intro, 
.page-promotions-daily-weekly-rebate .section-calculation, 
.page-promotions-daily-weekly-rebate .section-terms, 
.page-promotions-daily-weekly-rebate .section-reputation, 
.page-promotions-daily-weekly-rebate .section-conclusion {
  padding: 80px 0;
  background-color: #FFFFFF;
}

.page-promotions-daily-weekly-rebate .section-types, 
.page-promotions-daily-weekly-rebate .section-guide, 
.page-promotions-daily-weekly-rebate .section-benefits, 
.page-promotions-daily-weekly-rebate .section-faq {
  padding: 80px 0;
  background-color: #0A2239;
}

.page-promotions-daily-weekly-rebate .section-title {
  font-size: 2.8em;
  color: #0A2239;
  text-align: center;
  margin-bottom: 20px;
}

.page-promotions-daily-weekly-rebate .section-title.text-light {
  color: #E0B44B;
}

.page-promotions-daily-weekly-rebate .section-description {
  font-size: 1.1em;
  color: #555555;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px auto;
}

.page-promotions-daily-weekly-rebate .section-description.text-light {
  color: #CCCCCC;
}

.page-promotions-daily-weekly-rebate .content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.page-promotions-daily-weekly-rebate .content-wrapper.reverse {
  flex-direction: row-reverse;
}

.page-promotions-daily-weekly-rebate .text-content {
  flex: 1;
}

.page-promotions-daily-weekly-rebate .text-content h3 {
  font-size: 1.8em;
  color: #0A2239;
  margin-bottom: 15px;
}

.page-promotions-daily-weekly-rebate .text-content p {
  margin-bottom: 15px;
  font-size: 1.05em;
  line-height: 1.7;
}

.page-promotions-daily-weekly-rebate .image-content {
  flex: 1;
  text-align: center;
}

.page-promotions-daily-weekly-rebate .img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.page-promotions-daily-weekly-rebate .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-promotions-daily-weekly-rebate .grid-item {
  background-color: #1a3a5d;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-promotions-daily-weekly-rebate .grid-item:hover {
  transform: translateY(-10px);
}

.page-promotions-daily-weekly-rebate .icon-img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.page-promotions-daily-weekly-rebate .item-title {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #E0B44B;
}

.page-promotions-daily-weekly-rebate .item-description {
  font-size: 1em;
  color: #CCCCCC;
}

.page-promotions-daily-weekly-rebate .calculation-steps {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.page-promotions-daily-weekly-rebate .step-item {
  flex: 1;
  min-width: 280px;
  text-align: center;
  background-color: #F0F4F8;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.page-promotions-daily-weekly-rebate .step-img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.page-promotions-daily-weekly-rebate .step-title {
  font-size: 1.6em;
  color: #0A2239;
  margin-bottom: 15px;
}

.page-promotions-daily-weekly-rebate .step-description {
  color: #555555;
}

.page-promotions-daily-weekly-rebate .example-box {
  background-color: #FFF3E0;
  border-left: 5px solid #E0B44B;
  padding: 30px;
  margin-top: 60px;
  border-radius: 5px;
  color: #333333;
}

.page-promotions-daily-weekly-rebate .example-title {
  font-size: 1.8em;
  color: #0A2239;
  margin-bottom: 15px;
}

.page-promotions-daily-weekly-rebate .guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-promotions-daily-weekly-rebate .guide-item {
  background-color: #1a3a5d;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions-daily-weekly-rebate .step-number {
  width: 50px;
  height: 50px;
  background-color: #E0B44B;
  color: #0A2239;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 auto 20px auto;
}

.page-promotions-daily-weekly-rebate .guide-item .step-title {
  color: #E0B44B;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-promotions-daily-weekly-rebate .guide-item .step-description {
  color: #CCCCCC;
}

.page-promotions-daily-weekly-rebate .link-highlight {
  color: #E0B44B;
  text-decoration: underline;
}

.page-promotions-daily-weekly-rebate .link-highlight:hover {
  color: #FFC75E;
}

.page-promotions-daily-weekly-rebate .cta-area {
  text-align: center;
  margin-top: 60px;
}

.page-promotions-daily-weekly-rebate .cta-text {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #E0B44B;
}

.page-promotions-daily-weekly-rebate .terms-list {
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.page-promotions-daily-weekly-rebate .terms-list li {
  background-color: #F0F4F8;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 5px;
  border-left: 4px solid #E0B44B;
  font-size: 1.05em;
  color: #333333;
}

.page-promotions-daily-weekly-rebate .terms-list li strong {
  color: #0A2239;
}

.page-promotions-daily-weekly-rebate .disclaimer {
  font-style: italic;
  color: #777777;
  text-align: center;
  margin-top: 30px;
}

.page-promotions-daily-weekly-rebate .benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-promotions-daily-weekly-rebate .benefit-item {
  background-color: #1a3a5d;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-promotions-daily-weekly-rebate .benefit-item:hover {
  transform: translateY(-10px);
}

.page-promotions-daily-weekly-rebate .benefit-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.page-promotions-daily-weekly-rebate .benefit-title {
  font-size: 1.7em;
  color: #E0B44B;
  margin-bottom: 15px;
}

.page-promotions-daily-weekly-rebate .benefit-text {
  color: #CCCCCC;
  font-size: 1em;
}

.page-promotions-daily-weekly-rebate .faq-container {
  margin-top: 50px;
}

.page-promotions-daily-weekly-rebate .faq-item {
  background-color: #1a3a5d;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-promotions-daily-weekly-rebate .faq-item:hover {
  background-color: #2b4f74;
}

.page-promotions-daily-weekly-rebate .faq-question {
  font-size: 1.4em;
  color: #E0B44B;
  margin-bottom: 10px;
  position: relative;
  padding-right: 30px;
}

.page-promotions-daily-weekly-rebate .faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-promotions-daily-weekly-rebate .faq-item.active .faq-question::after {
  content: '-';
  transform: rotate(180deg);
}

.page-promotions-daily-weekly-rebate .faq-answer {
  color: #CCCCCC;
  font-size: 1em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
  opacity: 0;
  padding-top: 0;
}

.page-promotions-daily-weekly-rebate .faq-item.active .faq-answer {
  max-height: 200px; /* Adjust as needed */
  opacity: 1;
  padding-top: 15px;
}

.page-promotions-daily-weekly-rebate .section-conclusion p {
  text-align: center;
  font-size: 1.15em;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-daily-weekly-rebate .hero-title {
    font-size: 2.8em;
  }

  .page-promotions-daily-weekly-rebate .hero-subtitle {
    font-size: 1.2em;
  }

  .page-promotions-daily-weekly-rebate .section-title {
    font-size: 2.2em;
  }

  .page-promotions-daily-weekly-rebate .content-wrapper {
    flex-direction: column;
  }

  .page-promotions-daily-weekly-rebate .content-wrapper.reverse {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-promotions-daily-weekly-rebate .hero-section {
    padding: 80px 0;
  }

  .page-promotions-daily-weekly-rebate .hero-title {
    font-size: 2.2em;
  }

  .page-promotions-daily-weekly-rebate .hero-subtitle {
    font-size: 1em;
  }

  .page-promotions-daily-weekly-rebate .btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-promotions-daily-weekly-rebate .section-intro, 
  .page-promotions-daily-weekly-rebate .section-types, 
  .page-promotions-daily-weekly-rebate .section-calculation, 
  .page-promotions-daily-weekly-rebate .section-guide, 
  .page-promotions-daily-weekly-rebate .section-terms, 
  .page-promotions-daily-weekly-rebate .section-benefits, 
  .page-promotions-daily-weekly-rebate .section-reputation, 
  .page-promotions-daily-weekly-rebate .section-faq, 
  .page-promotions-daily-weekly-rebate .section-conclusion {
    padding: 60px 0;
  }

  .page-promotions-daily-weekly-rebate .section-title {
    font-size: 1.8em;
  }

  .page-promotions-daily-weekly-rebate .section-description {
    font-size: 0.95em;
    margin-bottom: 40px;
  }

  .page-promotions-daily-weekly-rebate .calculation-steps, 
  .page-promotions-daily-weekly-rebate .guide-steps, 
  .page-promotions-daily-weekly-rebate .benefit-grid {
    grid-template-columns: 1fr;
  }

  .page-promotions-daily-weekly-rebate .grid-item, 
  .page-promotions-daily-weekly-rebate .step-item, 
  .page-promotions-daily-weekly-rebate .guide-item, 
  .page-promotions-daily-weekly-rebate .benefit-item, 
  .page-promotions-daily-weekly-rebate .faq-item {
    padding: 20px;
  }

  .page-promotions-daily-weekly-rebate .item-title, 
  .page-promotions-daily-weekly-rebate .step-title, 
  .page-promotions-daily-weekly-rebate .guide-item .step-title, 
  .page-promotions-daily-weekly-rebate .benefit-title, 
  .page-promotions-daily-weekly-rebate .faq-question {
    font-size: 1.3em;
  }

  .page-promotions-daily-weekly-rebate .example-box {
    padding: 20px;
  }
}