/* style/promotions-daily-weekly-rebate-policy.css */
.page-promotions-daily-weekly-rebate-policy {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Dark body background, so light text */
  background-color: #000000; /* Ensure consistency with body background */
}

.page-promotions-daily-weekly-rebate-policy__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px);
  background: linear-gradient(135deg, #0A2463, #1A3E7A);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 60px;
  overflow: hidden;
}

.page-promotions-daily-weekly-rebate-policy__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  z-index: 1;
}

.page-promotions-daily-weekly-rebate-policy__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #E3B505;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-promotions-daily-weekly-rebate-policy__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-promotions-daily-weekly-rebate-policy__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-top: 30px;
}

.page-promotions-daily-weekly-rebate-policy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions-daily-weekly-rebate-policy__section-title {
  font-size: 2.5em;
  color: #E3B505;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-promotions-daily-weekly-rebate-policy__section-description {
  font-size: 1.1em;
  color: #f0f0f0;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  padding: 0 20px;
}

.page-promotions-daily-weekly-rebate-policy__content-area,
.page-promotions-daily-weekly-rebate-policy__rebate-section,
.page-promotions-daily-weekly-rebate-policy__maximize-offers-section,
.page-promotions-daily-weekly-rebate-policy__faq-section,
.page-promotions-daily-weekly-rebate-policy__cta-banner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #000000;
  color: #ffffff;
}

.page-promotions-daily-weekly-rebate-policy__text-block p {
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 1.8;
  color: #f0f0f0;
}

.page-promotions-daily-weekly-rebate-policy__btn-primary,
.page-promotions-daily-weekly-rebate-policy__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-promotions-daily-weekly-rebate-policy__btn-primary {
  background-color: #E3B505;
  color: #0A2463;
  border: 2px solid #E3B505;
  margin-right: 15px;
}

.page-promotions-daily-weekly-rebate-policy__btn-primary:hover {
  background-color: #ffc926;
  border-color: #ffc926;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(227, 181, 5, 0.4);
}

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

.page-promotions-daily-weekly-rebate-policy__btn-secondary:hover {
  background-color: #E3B505;
  color: #0A2463;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(227, 181, 5, 0.4);
}

.page-promotions-daily-weekly-rebate-policy__btn-link {
  display: inline-block;
  color: #E3B505;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
  transition: color 0.3s ease;
}

.page-promotions-daily-weekly-rebate-policy__btn-link:hover {
  color: #ffc926;
  text-decoration: underline;
}

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

.page-promotions-daily-weekly-rebate-policy__card {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-daily-weekly-rebate-policy__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.page-promotions-daily-weekly-rebate-policy__card-image {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
}

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

.page-promotions-daily-weekly-rebate-policy__card p {
  font-size: 1.05em;
  line-height: 1.7;
  color: #f0f0f0;
}

.page-promotions-daily-weekly-rebate-policy__maximize-offers-section {
  background-color: #0A2463;
  padding: 80px 20px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-promotions-daily-weekly-rebate-policy__maximize-offers-section .page-promotions-daily-weekly-rebate-policy__section-title {
  color: #ffffff;
  text-shadow: none;
}

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

.page-promotions-daily-weekly-rebate-policy__image-right {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  order: 2;
}

.page-promotions-daily-weekly-rebate-policy__maximize-offers-section .page-promotions-daily-weekly-rebate-policy__text-block {
  flex: 1;
  min-width: 300px;
  order: 1;
}

.page-promotions-daily-weekly-rebate-policy__faq-list {
  margin-top: 30px;
}

.page-promotions-daily-weekly-rebate-policy__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.page-promotions-daily-weekly-rebate-policy__faq-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-promotions-daily-weekly-rebate-policy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  color: #E3B505;
  user-select: none;
}

.page-promotions-daily-weekly-rebate-policy__faq-question h3 {
  margin: 0;
  color: #E3B505;
  font-size: 1.2em;
}

.page-promotions-daily-weekly-rebate-policy__faq-toggle {
  font-size: 1.8em;
  line-height: 1;
  color: #E3B505;
  transition: transform 0.3s ease;
}

.page-promotions-daily-weekly-rebate-policy__faq-item.active .page-promotions-daily-weekly-rebate-policy__faq-toggle {
  transform: rotate(45deg);
}

.page-promotions-daily-weekly-rebate-policy__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 30px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
}

.page-promotions-daily-weekly-rebate-policy__faq-item.active .page-promotions-daily-weekly-rebate-policy__faq-answer {
  max-height: 1000px !important; /* Sufficiently large value */
  padding: 15px 30px 30px;
}

.page-promotions-daily-weekly-rebate-policy__faq-answer p {
  margin-bottom: 0;
  font-size: 1.05em;
  line-height: 1.7;
}

.page-promotions-daily-weekly-rebate-policy__cta-banner {
  background: linear-gradient(90deg, #0A2463, #1A3E7A);
  border-radius: 15px;
  padding: 60px 40px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 60px;
}

.page-promotions-daily-weekly-rebate-policy__cta-title {
  font-size: 2.8em;
  color: #E3B505;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-promotions-daily-weekly-rebate-policy__cta-description {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Video Section Styles */
.page-promotions-daily-weekly-rebate-policy__video-section {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

.page-promotions-daily-weekly-rebate-policy__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 40px auto;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-promotions-daily-weekly-rebate-policy__video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  display: block;
}

.page-promotions-daily-weekly-rebate-policy__video-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}

.page-promotions-daily-weekly-rebate-policy__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-promotions-daily-weekly-rebate-policy__hero-title {
    font-size: 2.8em;
  }
  .page-promotions-daily-weekly-rebate-policy__section-title {
    font-size: 2em;
  }
  .page-promotions-daily-weekly-rebate-policy__cta-title {
    font-size: 2.2em;
  }
  .page-promotions-daily-weekly-rebate-policy__content-wrapper {
    flex-direction: column;
  }
  .page-promotions-daily-weekly-rebate-policy__image-right {
    order: 1;
    max-width: 100%;
  }
  .page-promotions-daily-weekly-rebate-policy__maximize-offers-section .page-promotions-daily-weekly-rebate-policy__text-block {
    order: 2;
  }
}

@media (max-width: 768px) {
  .page-promotions-daily-weekly-rebate-policy {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-promotions-daily-weekly-rebate-policy__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-promotions-daily-weekly-rebate-policy__hero-title {
    font-size: 2.2em;
  }
  .page-promotions-daily-weekly-rebate-policy__hero-description {
    font-size: 1em;
  }
  .page-promotions-daily-weekly-rebate-policy__section-title {
    font-size: 1.8em;
  }
  .page-promotions-daily-weekly-rebate-policy__section-description {
    font-size: 0.95em;
  }
  .page-promotions-daily-weekly-rebate-policy__content-area,
  .page-promotions-daily-weekly-rebate-policy__rebate-section,
  .page-promotions-daily-weekly-rebate-policy__maximize-offers-section,
  .page-promotions-daily-weekly-rebate-policy__faq-section,
  .page-promotions-daily-weekly-rebate-policy__cta-banner,
  .page-promotions-daily-weekly-rebate-policy__video-section {
    padding: 40px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-promotions-daily-weekly-rebate-policy__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-promotions-daily-weekly-rebate-policy__card-grid {
    grid-template-columns: 1fr;
  }
  .page-promotions-daily-weekly-rebate-policy__card {
    padding: 20px;
  }
  .page-promotions-daily-weekly-rebate-policy__card-image {
    min-width: 200px;
    min-height: 150px;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-promotions-daily-weekly-rebate-policy__image-right {
    min-width: 200px;
    min-height: 150px;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-promotions-daily-weekly-rebate-policy__hero-image {
    min-width: 200px;
    min-height: 150px;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-promotions-daily-weekly-rebate-policy__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-promotions-daily-weekly-rebate-policy__faq-question h3 {
    font-size: 1.1em;
  }
  .page-promotions-daily-weekly-rebate-policy__faq-answer {
    padding: 0 20px;
  }
  .page-promotions-daily-weekly-rebate-policy__faq-item.active .page-promotions-daily-weekly-rebate-policy__faq-answer {
    padding: 15px 20px 20px;
  }
  .page-promotions-daily-weekly-rebate-policy__cta-title {
    font-size: 1.8em;
  }
  .page-promotions-daily-weekly-rebate-policy__cta-description {
    font-size: 1em;
  }
  .page-promotions-daily-weekly-rebate-policy__btn-primary,
  .page-promotions-daily-weekly-rebate-policy__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-promotions-daily-weekly-rebate-policy__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-promotions-daily-weekly-rebate-policy__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-promotions-daily-weekly-rebate-policy__video-wrapper video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-promotions-daily-weekly-rebate-policy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-promotions-daily-weekly-rebate-policy__hero-image-wrapper,
  .page-promotions-daily-weekly-rebate-policy__rebate-section .page-promotions-daily-weekly-rebate-policy__card,
  .page-promotions-daily-weekly-rebate-policy__maximize-offers-section .page-promotions-daily-weekly-rebate-policy__content-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}

@media (max-width: 480px) {
  .page-promotions-daily-weekly-rebate-policy__hero-title {
    font-size: 1.8em;
  }
  .page-promotions-daily-weekly-rebate-policy__section-title {
    font-size: 1.5em;
  }
  .page-promotions-daily-weekly-rebate-policy__cta-title {
    font-size: 1.6em;
  }
}