/* style/latest-promotions-tt88-daily-cashback.css */

/* Global styles for the page content, ensuring contrast */
.page-latest-promotions-tt88-daily-cashback {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8; /* Light background for readability */
}

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

/* Hero Section */
.page-latest-promotions-tt88-daily-cashback__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: linear-gradient(135deg, #FF4500, #FFD700); /* Primary and secondary colors */
  color: #fff; /* White text for high contrast on gradient */
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.page-latest-promotions-tt88-daily-cashback__hero-content {
  z-index: 1;
  max-width: 800px;
}

.page-latest-promotions-tt88-daily-cashback__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}

.page-latest-promotions-tt88-daily-cashback__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #fff;
}

.page-latest-promotions-tt88-daily-cashback__hero-button {
  display: inline-block;
  background-color: #333; /* Dark button for strong contrast on hero */
  color: #FFD700; /* Gold text for premium feel */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 2px solid #FFD700;
}

.page-latest-promotions-tt88-daily-cashback__hero-button:hover {
  background-color: #FFD700; /* Gold background on hover */
  color: #333; /* Dark text on hover */
  border-color: #333;
}

.page-latest-promotions-tt88-daily-cashback__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
}

.page-latest-promotions-tt88-daily-cashback__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* General Section Styling */
.page-latest-promotions-tt88-daily-cashback__section {
  padding: 60px 0;
  text-align: center;
}

.page-latest-promotions-tt88-daily-cashback__section--intro {
  background-color: #fff;
}

.page-latest-promotions-tt88-daily-cashback__section--benefits {
  background-color: #f0f0f0;
}

.page-latest-promotions-tt88-daily-cashback__section--how-to {
  background-color: #fff;
}

.page-latest-promotions-tt88-daily-cashback__section--details {
  background-color: #f0f0f0;
}

.page-latest-promotions-tt88-daily-cashback__section--faq {
  background-color: #fff;
}

.page-latest-promotions-tt88-daily-cashback__section--cta-final {
  background: linear-gradient(135deg, #FFD700, #FF4500); /* Reversed gradient for variety */
  color: #333; /* Dark text for contrast */
  padding: 80px 20px;
}

.page-latest-promotions-tt88-daily-cashback__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #FF4500; /* Primary color for titles */
  font-weight: bold;
}

.page-latest-promotions-tt88-daily-cashback__section--cta-final .page-latest-promotions-tt88-daily-cashback__section-title {
  color: #333;
}

.page-latest-promotions-tt88-daily-cashback__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #555;
}

/* Benefits Grid */
.page-latest-promotions-tt88-daily-cashback__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-latest-promotions-tt88-daily-cashback__benefit-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
  border-top: 5px solid #FFD700; /* Gold accent */
}

.page-latest-promotions-tt88-daily-cashback__benefit-card:hover {
  transform: translateY(-10px);
}

.page-latest-promotions-tt88-daily-cashback__benefit-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.page-latest-promotions-tt88-daily-cashback__benefit-title {
  font-size: 1.5em;
  color: #FF4500; /* Primary color */
  margin-bottom: 15px;
}

.page-latest-promotions-tt88-daily-cashback__benefit-description {
  color: #666;
  font-size: 1em;
}

/* How-To Steps */
.page-latest-promotions-tt88-daily-cashback__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-latest-promotions-tt88-daily-cashback__step-card {
  background-color: #fdfdfd;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: left;
  position: relative;
  padding-left: 80px;
  border-left: 5px solid #FF4500; /* Orange accent */
}

.page-latest-promotions-tt88-daily-cashback__step-number {
  position: absolute;
  left: 20px;
  top: 30px;
  background-color: #FF4500; /* Primary color */
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-weight: bold;
}

.page-latest-promotions-tt88-daily-cashback__step-title {
  font-size: 1.4em;
  color: #FF4500;
  margin-bottom: 10px;
}

.page-latest-promotions-tt88-daily-cashback__step-description {
  color: #666;
}

.page-latest-promotions-tt88-daily-cashback__step-description a {
  color: #FF4500;
  text-decoration: none;
  font-weight: bold;
}

.page-latest-promotions-tt88-daily-cashback__step-description a:hover {
  text-decoration: underline;
}

.page-latest-promotions-tt88-daily-cashback__cta-wrapper {
    margin-top: 50px;
    text-align: center;
}

.page-latest-promotions-tt88-daily-cashback__cta-button {
  display: inline-block;
  background-color: #FF4500; /* Primary color */
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-latest-promotions-tt88-daily-cashback__cta-button:hover {
  background-color: #E63900; /* Slightly darker orange */
}

/* Details Section */
.page-latest-promotions-tt88-daily-cashback__details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-latest-promotions-tt88-daily-cashback__detail-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
  border-bottom: 5px solid #FF4500;
}

.page-latest-promotions-tt88-daily-cashback__detail-title {
  font-size: 1.4em;
  color: #FF4500;
  margin-bottom: 10px;
}

.page-latest-promotions-tt88-daily-cashback__detail-description {
  color: #666;
}

.page-latest-promotions-tt88-daily-cashback__detail-image {
  max-width: 100%;
  height: auto;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* FAQ Section */
.page-latest-promotions-tt88-daily-cashback__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-latest-promotions-tt88-daily-cashback__faq-item {
  background-color: #fdfdfd;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  text-align: left;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.page-latest-promotions-tt88-daily-cashback__faq-question {
  font-size: 1.2em;
  color: #FF4500;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-latest-promotions-tt88-daily-cashback__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

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

.page-latest-promotions-tt88-daily-cashback__faq-answer {
  color: #666;
  display: none; /* Hidden by default, toggled by JS */
  padding-top: 10px;
  border-top: 1px solid #eee;
  margin-top: 10px;
}

.page-latest-promotions-tt88-daily-cashback__faq-answer.active {
  display: block;
}

/* Final CTA Section */
.page-latest-promotions-tt88-daily-cashback__section--cta-final .page-latest-promotions-tt88-daily-cashback__paragraph {
  color: #333;
}

.page-latest-promotions-tt88-daily-cashback__section--cta-final .page-latest-promotions-tt88-daily-cashback__paragraph a {
  color: #333;
  font-weight: bold;
  text-decoration: underline;
}

.page-latest-promotions-tt88-daily-cashback__section--cta-final .page-latest-promotions-tt88-daily-cashback__paragraph a:hover {
  color: #000;
}

.page-latest-promotions-tt88-daily-cashback__cta-button--large {
  padding: 18px 40px;
  font-size: 1.3em;
  background-color: #333; /* Dark button for strong contrast */
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-latest-promotions-tt88-daily-cashback__cta-button--large:hover {
  background-color: #FFD700;
  color: #333;
  border-color: #333;
}

.page-latest-promotions-tt88-daily-cashback__note {
  margin-top: 30px;
  font-size: 1.1em;
  color: #333;
}

.page-latest-promotions-tt88-daily-cashback__download-link {
  color: #333;
  font-weight: bold;
  text-decoration: underline;
}

.page-latest-promotions-tt88-daily-cashback__download-link:hover {
  color: #000;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-latest-promotions-tt88-daily-cashback__hero-title {
    font-size: 2.5em;
  }

  .page-latest-promotions-tt88-daily-cashback__hero-description {
    font-size: 1.1em;
  }

  .page-latest-promotions-tt88-daily-cashback__section-title {
    font-size: 2em;
  }

  .page-latest-promotions-tt88-daily-cashback__benefits-grid,
  .page-latest-promotions-tt88-daily-cashback__steps-grid,
  .page-latest-promotions-tt88-daily-cashback__details-grid {
    grid-template-columns: 1fr;
  }

  .page-latest-promotions-tt88-daily-cashback__step-card {
    padding-left: 30px;
    border-left: none;
    text-align: center;
    padding-top: 60px;
  }

  .page-latest-promotions-tt88-daily-cashback__step-number {
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
  }
}

@media (max-width: 480px) {
  .page-latest-promotions-tt88-daily-cashback__hero-title {
    font-size: 2em;
  }

  .page-latest-promotions-tt88-daily-cashback__hero-description {
    font-size: 1em;
  }

  .page-latest-promotions-tt88-daily-cashback__hero-button,
  .page-latest-promotions-tt88-daily-cashback__cta-button,
  .page-latest-promotions-tt88-daily-cashback__cta-button--large {
    font-size: 0.9em;
    padding: 12px 25px;
  }

  .page-latest-promotions-tt88-daily-cashback__section-title {
    font-size: 1.8em;
  }
}