.page-promotions-weekly-rebate {
  font-family: 'Arial', sans-serif;
  color: #F5F5F5; /* Light text for dark background */
  background-color: #0A0A0A;
  line-height: 1.6;
  scroll-behavior: smooth;
}

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

.page-promotions-weekly-rebate__container--center {
  text-align: center;
}

.page-promotions-weekly-rebate__hero {
  background: linear-gradient(135deg, #0A0A0A 0%, #333333 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 600px;
}

.page-promotions-weekly-rebate__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-bottom: 40px;
}

.page-promotions-weekly-rebate__title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
  line-height: 1.2;
}

.page-promotions-weekly-rebate__subtitle {
  font-size: 1.3em;
  color: #E0E0E0;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-weekly-rebate__cta-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-promotions-weekly-rebate__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}

.page-promotions-weekly-rebate__btn--primary {
  background-color: #FFD700;
  color: #0A0A0A;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-promotions-weekly-rebate__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.6);
}

.page-promotions-weekly-rebate__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.2);
}

.page-promotions-weekly-rebate__btn--secondary:hover {
  background-color: rgba(255, 215, 0, 0.1);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.4);
}

.page-promotions-weekly-rebate__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
}

.page-promotions-weekly-rebate__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-promotions-weekly-rebate__section {
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-promotions-weekly-rebate__section:last-of-type {
  border-bottom: none;
}

.page-promotions-weekly-rebate__section-title {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 15px;
}

.page-promotions-weekly-rebate__section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-promotions-weekly-rebate__text {
  font-size: 1.1em;
  color: #E0E0E0;
  margin-bottom: 20px;
  text-align: justify;
}

.page-promotions-weekly-rebate__text a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-weekly-rebate__text a:hover {
  text-decoration: underline;
}

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

.page-promotions-weekly-rebate__detail-item, 
.page-promotions-weekly-rebate__benefit-item {
  background-color: #1A1A1A;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 215, 0, 0.1);
}

.page-promotions-weekly-rebate__detail-item:hover, 
.page-promotions-weekly-rebate__benefit-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.page-promotions-weekly-rebate__detail-icon, 
.page-promotions-weekly-rebate__benefit-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.5));
}

.page-promotions-weekly-rebate__detail-title, 
.page-promotions-weekly-rebate__benefit-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

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

.page-promotions-weekly-rebate__step-item {
  background-color: #1A1A1A;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 215, 0, 0.1);
  position: relative;
  padding-top: 70px;
}

.page-promotions-weekly-rebate__step-number {
  position: absolute;
  top: 20px;
  left: 30px;
  background-color: #FFD700;
  color: #0A0A0A;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
  box-shadow: 0 2px 10px rgba(255, 215, 0, 0.5);
}

.page-promotions-weekly-rebate__step-title {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-promotions-weekly-rebate__faq-list {
  margin-top: 40px;
}

.page-promotions-weekly-rebate__faq-item {
  background-color: #1A1A1A;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 215, 0, 0.1);
}

.page-promotions-weekly-rebate__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-promotions-weekly-rebate__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-promotions-weekly-rebate__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-promotions-weekly-rebate__faq-item .page-promotions-weekly-rebate__text {
  display: none;
  margin-top: 10px;
  padding-left: 20px;
  border-left: 3px solid #FFD700;
}

.page-promotions-weekly-rebate__faq-item.active .page-promotions-weekly-rebate__text {
  display: block;
}

.page-promotions-weekly-rebate__section--cta-final {
  background: linear-gradient(45deg, #0A0A0A, #222222);
  padding: 100px 0;
}

.page-promotions-weekly-rebate__cta-image {
  max-width: 500px;
  margin-top: 50px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border: 2px solid #FFD700;
}

.page-promotions-weekly-rebate__float-menu {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.page-promotions-weekly-rebate__float-btn {
  background-color: #FFD700;
  color: #0A0A0A;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
  transition: all 0.3s ease;
}

.page-promotions-weekly-rebate__float-btn:hover {
  background-color: #e6c200;
  transform: translateX(-5px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-promotions-weekly-rebate__float-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-weekly-rebate__title {
    font-size: 2.8em;
  }
  .page-promotions-weekly-rebate__section-title {
    font-size: 2.2em;
  }
  .page-promotions-weekly-rebate__hero {
    padding: 80px 0;
    min-height: 500px;
  }
}

@media (max-width: 768px) {
  .page-promotions-weekly-rebate__title {
    font-size: 2.2em;
  }
  .page-promotions-weekly-rebate__subtitle {
    font-size: 1.1em;
  }
  .page-promotions-weekly-rebate__section-title {
    font-size: 1.8em;
    margin-bottom: 40px;
  }
  .page-promotions-weekly-rebate__hero {
    padding: 60px 0;
    min-height: 400px;
  }
  .page-promotions-weekly-rebate__cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-promotions-weekly-rebate__btn {
    width: 100%;
    max-width: 300px;
  }
  .page-promotions-weekly-rebate__detail-item, 
  .page-promotions-weekly-rebate__benefit-item,
  .page-promotions-weekly-rebate__step-item,
  .page-promotions-weekly-rebate__faq-item {
    padding: 25px;
  }
  .page-promotions-weekly-rebate__step-number {
    width: 35px;
    height: 35px;
    font-size: 1.3em;
    top: 15px;
    left: 20px;
  }
  .page-promotions-weekly-rebate__step-item {
    padding-top: 60px;
  }
  .page-promotions-weekly-rebate__float-menu {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    bottom: 10px;
    right: 10px;
    left: 10px;
    gap: 8px;
  }
  .page-promotions-weekly-rebate__float-btn {
    padding: 8px 12px;
    font-size: 0.9em;
  }
  .page-promotions-weekly-rebate__float-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}

@media (max-width: 480px) {
  .page-promotions-weekly-rebate__title {
    font-size: 1.8em;
  }
  .page-promotions-weekly-rebate__section-title {
    font-size: 1.6em;
  }
  .page-promotions-weekly-rebate__text {
    font-size: 1em;
  }
  .page-promotions-weekly-rebate__hero {
    padding: 40px 0;
    min-height: 350px;
  }
  .page-promotions-weekly-rebate__cta-image {
    max-width: 90%;
  }
  .page-promotions-weekly-rebate__float-menu {
    bottom: 5px;
    right: 5px;
    left: 5px;
    gap: 5px;
  }
  .page-promotions-weekly-rebate__float-btn {
    padding: 6px 10px;
    font-size: 0.8em;
    margin: 0 auto;
  }
  .page-promotions-weekly-rebate__float-icon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
}