/* style/promotions-daily-rebate.css */
.page-promotions-daily-rebate {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f9f9f9;
}

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

.page-promotions-daily-rebate__hero-section {
  background: linear-gradient(135deg, #007BFF, #0056b3);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

.page-promotions-daily-rebate__hero-section .page-promotions-daily-rebate__container {
  position: relative;
  z-index: 1;
}

.page-promotions-daily-rebate__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFC107; /* Vàng làm điểm nhấn */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-promotions-daily-rebate__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-promotions-daily-rebate__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-promotions-daily-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;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-daily-rebate__btn--primary {
  background-color: #FFC107;
  color: #0056b3;
  border: 2px solid #FFC107;
}

.page-promotions-daily-rebate__btn--primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  transform: translateY(-3px);
}

.page-promotions-daily-rebate__btn--secondary {
  background-color: transparent;
  color: #FFC107;
  border: 2px solid #FFC107;
}

.page-promotions-daily-rebate__btn--secondary:hover {
  background-color: #FFC107;
  color: #0056b3;
  transform: translateY(-3px);
}

.page-promotions-daily-rebate__btn--inline {
  padding: 8px 15px;
  font-size: 0.9em;
  border-radius: 5px;
  box-shadow: none;
  margin-top: 10px;
}

.page-promotions-daily-rebate__section {
  padding: 60px 0;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.page-promotions-daily-rebate__section:nth-of-type(even) {
  background-color: #f0f8ff;
}

.page-promotions-daily-rebate__section-title {
  font-size: 2.5em;
  color: #007BFF;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-promotions-daily-rebate__section-subtitle {
  font-size: 1.2em;
  color: #555;
  text-align: center;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-daily-rebate__content-grid {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.page-promotions-daily-rebate__text-content {
  flex: 1;
  min-width: 300px;
}

.page-promotions-daily-rebate__text-content p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #444;
}

.page-promotions-daily-rebate__image-wrapper {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-promotions-daily-rebate__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

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

.page-promotions-daily-rebate__feature-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  border: 1px solid #e0e0e0;
}

.page-promotions-daily-rebate__feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-promotions-daily-rebate__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(0, 123, 255, 0.3));
}

.page-promotions-daily-rebate__feature-title {
  font-size: 1.5em;
  color: #007BFF;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-daily-rebate__feature-description {
  color: #555;
  font-size: 1em;
}

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

.page-promotions-daily-rebate__benefit-item {
  background-color: #e0f2f7; /* Light blue background */
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.1);
  border: 1px solid #b3e5fc;
}

.page-promotions-daily-rebate__benefit-icon {
  width: 55px;
  height: 55px;
  margin-bottom: 18px;
  filter: drop-shadow(0 2px 4px rgba(255, 193, 7, 0.4));
}

.page-promotions-daily-rebate__benefit-title {
  font-size: 1.4em;
  color: #0056b3;
  margin-bottom: 12px;
  font-weight: bold;
}

.page-promotions-daily-rebate__benefit-description {
  color: #333;
  font-size: 0.95em;
}

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

.page-promotions-daily-rebate__step-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border-top: 5px solid #007BFF;
  position: relative;
  text-align: center;
}

.page-promotions-daily-rebate__step-number {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFC107;
  color: #0056b3;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  border: 3px solid #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-daily-rebate__step-title {
  font-size: 1.6em;
  color: #007BFF;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-daily-rebate__step-description {
  color: #555;
  font-size: 1em;
  margin-bottom: 20px;
}

.page-promotions-daily-rebate__step-description a {
  color: #007BFF;
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-daily-rebate__step-description a:hover {
  text-decoration: underline;
}

.page-promotions-daily-rebate__terms-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-promotions-daily-rebate__terms-list li {
  background-color: #f0f8ff;
  margin-bottom: 15px;
  padding: 15px 20px;
  border-left: 5px solid #007BFF;
  border-radius: 5px;
  font-size: 1.05em;
  color: #333;
}

.page-promotions-daily-rebate__terms-list li p {
  margin: 0;
}

.page-promotions-daily-rebate__terms-note {
  text-align: center;
  margin-top: 30px;
  font-size: 1.1em;
  color: #666;
}

.page-promotions-daily-rebate__terms-note a {
  color: #007BFF;
  font-weight: bold;
  text-decoration: none;
}

.page-promotions-daily-rebate__terms-note a:hover {
  text-decoration: underline;
}

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

.page-promotions-daily-rebate__why-aw8-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  border: 1px solid #e0e0e0;
}

.page-promotions-daily-rebate__why-aw8-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  filter: drop-shadow(0 2px 4px rgba(0, 123, 255, 0.3));
}

.page-promotions-daily-rebate__why-aw8-title {
  font-size: 1.3em;
  color: #007BFF;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-promotions-daily-rebate__why-aw8-description {
  color: #555;
  font-size: 0.95em;
}

.page-promotions-daily-rebate__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-daily-rebate__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-promotions-daily-rebate__faq-question {
  font-size: 1.2em;
  color: #007BFF;
  padding: 18px 25px;
  margin: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f7f7f7;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-promotions-daily-rebate__faq-question::after {
  content: '+';
  font-size: 1.5em;
  color: #FFC107;
  transition: transform 0.3s ease;
}

.page-promotions-daily-rebate__faq-question.active {
  background-color: #e6f3ff;
}

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

.page-promotions-daily-rebate__faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-promotions-daily-rebate__faq-answer.open {
  max-height: 200px; /* Adjust as needed */
  padding: 15px 25px 20px;
}

.page-promotions-daily-rebate__faq-answer p {
  margin: 0;
  color: #444;
  font-size: 1em;
}

.page-promotions-daily-rebate__cta-section {
  background: linear-gradient(90deg, #007BFF, #4da3ff);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-promotions-daily-rebate__cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFC107;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.page-promotions-daily-rebate__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-daily-rebate__hero-title {
    font-size: 3em;
  }
  .page-promotions-daily-rebate__hero-description {
    font-size: 1.1em;
  }
  .page-promotions-daily-rebate__section-title {
    font-size: 2em;
  }
  .page-promotions-daily-rebate__content-grid {
    flex-direction: column;
  }
  .page-promotions-daily-rebate__image-wrapper {
    order: -1; /* Image appears before text on small screens */
  }
}

@media (max-width: 768px) {
  .page-promotions-daily-rebate__hero-title {
    font-size: 2.5em;
  }
  .page-promotions-daily-rebate__hero-description {
    font-size: 1em;
  }
  .page-promotions-daily-rebate__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-promotions-daily-rebate__btn {
    width: 80%;
    margin: 0 auto;
  }
  .page-promotions-daily-rebate__section {
    padding: 40px 0;
  }
  .page-promotions-daily-rebate__section-title {
    font-size: 1.8em;
  }
  .page-promotions-daily-rebate__section-subtitle {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .page-promotions-daily-rebate__features-grid, 
  .page-promotions-daily-rebate__benefits-list, 
  .page-promotions-daily-rebate__guide-steps, 
  .page-promotions-daily-rebate__why-aw8-grid {
    grid-template-columns: 1fr;
  }
  .page-promotions-daily-rebate__step-card {
    border-top: none;
    border-left: 5px solid #007BFF;
    padding-top: 50px;
  }
  .page-promotions-daily-rebate__step-number {
    top: 15px;
    left: 20px;
    transform: translateX(0);
  }
  .page-promotions-daily-rebate__cta-title {
    font-size: 2.2em;
  }
  .page-promotions-daily-rebate__cta-description {
    font-size: 1em;
  }
  .page-promotions-daily-rebate__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-promotions-daily-rebate__faq-answer {
    padding: 0 20px;
  }
  .page-promotions-daily-rebate__faq-answer.open {
    padding: 10px 20px 15px;
  }
}