.page-latest-promotions-rebate-cashback-program-introduction {
  font-family: 'Arial', sans-serif;
  color: #FFFFFF; /* Default text color for dark sections */
  background-color: #0d1a2e; /* Very dark background to contrast with main color */
}

.page-latest-promotions-rebate-cashback-program-introduction-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-latest-promotions-rebate-cashback-program-introduction-section {
  padding: 60px 0;
  text-align: center;
}

.page-latest-promotions-rebate-cashback-program-introduction-section:nth-of-type(even) {
  background-color: #1A2E4E; /* Main color for even sections */
}

.page-latest-promotions-rebate-cashback-program-introduction-section:nth-of-type(odd) {
  background-color: #10203a; /* Slightly lighter dark blue for odd sections */
}

.page-latest-promotions-rebate-cashback-program-introduction-section-title {
  font-size: 2.8em;
  color: #FFD700; /* Gold for titles */
  margin-bottom: 25px;
  font-weight: bold;
  line-height: 1.2;
}

.page-latest-promotions-rebate-cashback-program-introduction-section-description,
.page-latest-promotions-rebate-cashback-program-introduction-section-paragraph {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #E0E0E0; /* Light gray for body text on dark background */
}

.page-latest-promotions-rebate-cashback-program-introduction-hero {
  background: linear-gradient(135deg, #1A2E4E 0%, #0d1a2e 100%);
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.page-latest-promotions-rebate-cashback-program-introduction-hero-content {
  max-width: 600px;
  padding: 20px;
  z-index: 1;
}

.page-latest-promotions-rebate-cashback-program-introduction-hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.1;
  font-weight: bold;
}

.page-latest-promotions-rebate-cashback-program-introduction-hero-description {
  font-size: 1.3em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-latest-promotions-rebate-cashback-program-introduction-hero-image {
  max-width: 45%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  margin-left: 40px;
  z-index: 1;
}

.page-latest-promotions-rebate-cashback-program-introduction-btn-primary {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2E4E;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-latest-promotions-rebate-cashback-program-introduction-btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-latest-promotions-rebate-cashback-program-introduction-feature-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  text-align: left;
}

.page-latest-promotions-rebate-cashback-program-introduction-feature-list li {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #E0E0E0;
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
}

.page-latest-promotions-rebate-cashback-program-introduction-list-icon {
  color: #FFD700;
  font-size: 1.4em;
  margin-right: 15px;
  line-height: 1;
}

.page-latest-promotions-rebate-cashback-program-introduction-grid-2-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-latest-promotions-rebate-cashback-program-introduction-card {
  background-color: #1A2E4E;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #334b6e;
}

.page-latest-promotions-rebate-cashback-program-introduction-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.page-latest-promotions-rebate-cashback-program-introduction-card-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-latest-promotions-rebate-cashback-program-introduction-card-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-latest-promotions-rebate-cashback-program-introduction-card-text {
  font-size: 1em;
  color: #B0B0B0;
  line-height: 1.7;
  margin-bottom: 20px;
}

.page-latest-promotions-rebate-cashback-program-introduction-card-details {
  list-style: none;
  padding: 0;
}

.page-latest-promotions-rebate-cashback-program-introduction-card-details li {
  font-size: 0.95em;
  color: #C0C0C0;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
}

.page-latest-promotions-rebate-cashback-program-introduction-detail-bullet {
  color: #FFD700;
  margin-right: 10px;
  font-size: 1.2em;
  line-height: 1;
}

.page-latest-promotions-rebate-cashback-program-introduction-cashback-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 40px;
}

.page-latest-promotions-rebate-cashback-program-introduction-cashback-item {
  background-color: #0d1a2e;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
  border: 1px solid #334b6e;
}

.page-latest-promotions-rebate-cashback-program-introduction-cashback-image {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.6));
}

.page-latest-promotions-rebate-cashback-program-introduction-cashback-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-latest-promotions-rebate-cashback-program-introduction-cashback-text {
  font-size: 1.05em;
  color: #B0B0B0;
  line-height: 1.7;
}

.page-latest-promotions-rebate-cashback-program-introduction-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-latest-promotions-rebate-cashback-program-introduction-step-item {
  background-color: #1A2E4E;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  text-align: left;
  position: relative;
  padding-top: 60px; /* Space for number */
  border: 1px solid #334b6e;
}

.page-latest-promotions-rebate-cashback-program-introduction-step-number {
  position: absolute;
  top: 15px;
  left: 30px;
  font-size: 2.5em;
  font-weight: bold;
  color: #FFD700;
  opacity: 0.7;
  line-height: 1;
}

.page-latest-promotions-rebate-cashback-program-introduction-step-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-latest-promotions-rebate-cashback-program-introduction-step-text {
  font-size: 1em;
  color: #B0B0B0;
  line-height: 1.7;
}

.page-latest-promotions-rebate-cashback-program-introduction-bullet-list {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  max-width: 800px;
  text-align: left;
}

.page-latest-promotions-rebate-cashback-program-introduction-bullet-list li {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #E0E0E0;
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
}

.page-latest-promotions-rebate-cashback-program-introduction-bullet-icon {
  color: #FFD700;
  font-size: 1.4em;
  margin-right: 15px;
  line-height: 1;
}

.page-latest-promotions-rebate-cashback-program-introduction-faq .page-latest-promotions-rebate-cashback-program-introduction-container {
  max-width: 900px;
}

.page-latest-promotions-rebate-cashback-program-introduction-accordion {
  margin-top: 40px;
  text-align: left;
}

.page-latest-promotions-rebate-cashback-program-introduction-accordion-item {
  background-color: #1A2E4E;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #334b6e;
}

.page-latest-promotions-rebate-cashback-program-introduction-accordion-header {
  width: 100%;
  background-color: #2a446a;
  color: #FFD700;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-latest-promotions-rebate-cashback-program-introduction-accordion-header:hover {
  background-color: #334b6e;
}

.page-latest-promotions-rebate-cashback-program-introduction-accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-latest-promotions-rebate-cashback-program-introduction-accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-latest-promotions-rebate-cashback-program-introduction-accordion-content {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-latest-promotions-rebate-cashback-program-introduction-accordion-content.active {
  max-height: 300px; /* Adjust based on content */
  padding: 15px 25px 25px;
}

.page-latest-promotions-rebate-cashback-program-introduction-accordion-content p {
  font-size: 1em;
  color: #C0C0C0;
  line-height: 1.7;
}

.page-latest-promotions-rebate-cashback-program-introduction-cta-banner {
  background-color: #FFD700; /* Auxiliary color for CTA */
  padding: 80px 0;
  color: #1A2E4E; /* Dark blue text on gold background */
  position: relative;
  overflow: hidden;
}

.page-latest-promotions-rebate-cashback-program-introduction-cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.page-latest-promotions-rebate-cashback-program-introduction-cta-title {
  font-size: 3em;
  color: #1A2E4E;
  margin-bottom: 20px;
  line-height: 1.1;
}

.page-latest-promotions-rebate-cashback-program-introduction-cta-description {
  font-size: 1.2em;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 800px;
  color: #333333; /* Darker text for better contrast */
}

.page-latest-promotions-rebate-cashback-program-introduction-btn-secondary {
  display: inline-block;
  background-color: #1A2E4E;
  color: #FFD700;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(26, 46, 78, 0.4);
}

.page-latest-promotions-rebate-cashback-program-introduction-btn-secondary:hover {
  background-color: #0d1a2e;
  transform: translateY(-3px);
}

.page-latest-promotions-rebate-cashback-program-introduction-cta-image {
  position: absolute;
  bottom: -20px;
  right: -50px;
  width: 300px;
  opacity: 0.2;
  filter: grayscale(100%);
  z-index: 0;
}

.highlight-keyword {
  color: #FFD700;
  font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-latest-promotions-rebate-cashback-program-introduction-hero {
    flex-direction: column;
    text-align: center;
    padding: 80px 0;
  }

  .page-latest-promotions-rebate-cashback-program-introduction-hero-content {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .page-latest-promotions-rebate-cashback-program-introduction-hero-image {
    max-width: 80%;
    margin-left: 0;
  }

  .page-latest-promotions-rebate-cashback-program-introduction-hero-title {
    font-size: 2.8em;
  }

  .page-latest-promotions-rebate-cashback-program-introduction-section-title {
    font-size: 2.2em;
  }

  .page-latest-promotions-rebate-cashback-program-introduction-cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-latest-promotions-rebate-cashback-program-introduction-section {
    padding: 40px 0;
  }

  .page-latest-promotions-rebate-cashback-program-introduction-hero-title {
    font-size: 2.2em;
  }

  .page-latest-promotions-rebate-cashback-program-introduction-hero-description {
    font-size: 1.1em;
  }

  .page-latest-promotions-rebate-cashback-program-introduction-section-title {
    font-size: 1.8em;
  }

  .page-latest-promotions-rebate-cashback-program-introduction-cta-title {
    font-size: 2em;
  }

  .page-latest-promotions-rebate-cashback-program-introduction-grid-2-cols,
  .page-latest-promotions-rebate-cashback-program-introduction-cashback-grid,
  .page-latest-promotions-rebate-cashback-program-introduction-steps {
    grid-template-columns: 1fr;
  }

  .page-latest-promotions-rebate-cashback-program-introduction-card,
  .page-latest-promotions-rebate-cashback-program-introduction-cashback-item,
  .page-latest-promotions-rebate-cashback-program-introduction-step-item {
    padding: 25px;
  }

  .page-latest-promotions-rebate-cashback-program-introduction-step-number {
    font-size: 2em;
    top: 10px;
    left: 25px;
  }

  .page-latest-promotions-rebate-cashback-program-introduction-accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-latest-promotions-rebate-cashback-program-introduction-accordion-content.active {
    padding: 10px 20px 20px;
  }
}

@media (max-width: 480px) {
  .page-latest-promotions-rebate-cashback-program-introduction-hero-title {
    font-size: 1.8em;
  }
  .page-latest-promotions-rebate-cashback-program-introduction-hero-description {
    font-size: 1em;
  }
  .page-latest-promotions-rebate-cashback-program-introduction-btn-primary,
  .page-latest-promotions-rebate-cashback-program-introduction-btn-secondary {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-latest-promotions-rebate-cashback-program-introduction-section-title {
    font-size: 1.5em;
  }
  .page-latest-promotions-rebate-cashback-program-introduction-cta-title {
    font-size: 1.8em;
  }
  .page-latest-promotions-rebate-cashback-program-introduction-cta-description {
    font-size: 1em;
  }
}