.page-promotions-daily-checkin-benefits {
  font-family: 'Arial', sans-serif;
  color: #333;
  background-color: #f8f9fa;
}

.page-promotions-daily-checkin-benefits .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

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

.page-promotions-daily-checkin-benefits .hero-section::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: rotate(45deg);
}

.page-promotions-daily-checkin-benefits .hero-section::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: rotate(-30deg);
}

.page-promotions-daily-checkin-benefits .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-promotions-daily-checkin-benefits .hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  color: #e9ecef;
}

.page-promotions-daily-checkin-benefits .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
}

.page-promotions-daily-checkin-benefits .btn-primary {
  background-color: #ffc107;
  color: #333;
  box-shadow: 0 4px 10px rgba(255, 193, 7, 0.4);
}

.page-promotions-daily-checkin-benefits .btn-primary:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(255, 193, 7, 0.6);
}

.page-promotions-daily-checkin-benefits .section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-promotions-daily-checkin-benefits .section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  line-height: 1.7;
  color: #555;
}

.page-promotions-daily-checkin-benefits .benefits-section,
.page-promotions-daily-checkin-benefits .rules-section,
.page-promotions-daily-checkin-benefits .rewards-details-section,
.page-promotions-daily-checkin-benefits .tips-section,
.page-promotions-daily-checkin-benefits .faq-section,
.page-promotions-daily-checkin-benefits .cta-section,
.page-promotions-daily-checkin-benefits .conclusion-section {
  padding: 80px 0;
}

.page-promotions-daily-checkin-benefits .benefits-section {
  background-color: #f1f7fe;
}

.page-promotions-daily-checkin-benefits .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-promotions-daily-checkin-benefits .benefit-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-daily-checkin-benefits .benefit-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.page-promotions-daily-checkin-benefits .benefit-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-promotions-daily-checkin-benefits .benefit-title {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-promotions-daily-checkin-benefits .benefit-text {
  font-size: 1.05em;
  line-height: 1.7;
  color: #555;
}

.page-promotions-daily-checkin-benefits .rules-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
}

.page-promotions-daily-checkin-benefits .rule-item {
  flex: 1 1 45%;
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.page-promotions-daily-checkin-benefits .rule-subtitle {
  font-size: 2em;
  color: #007bff;
  margin-bottom: 20px;
  text-align: center;
}

.page-promotions-daily-checkin-benefits .rule-item ul,
.page-promotions-daily-checkin-benefits .rule-item ol {
  margin-bottom: 20px;
  padding-left: 25px;
  color: #444;
}

.page-promotions-daily-checkin-benefits .rule-item li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-promotions-daily-checkin-benefits .rule-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 20px;
}

.page-promotions-daily-checkin-benefits .note-text {
  text-align: center;
  font-style: italic;
  color: #6c757d;
  margin-top: 40px;
  font-size: 1.1em;
}

.page-promotions-daily-checkin-benefits .rewards-details-section {
  background-color: #f1f7fe;
}

.page-promotions-daily-checkin-benefits .reward-table-wrapper {
  overflow-x: auto;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.page-promotions-daily-checkin-benefits .reward-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}

.page-promotions-daily-checkin-benefits .reward-table th,
.page-promotions-daily-checkin-benefits .reward-table td {
  border: 1px solid #dee2e6;
  padding: 15px;
  text-align: left;
  font-size: 1em;
}

.page-promotions-daily-checkin-benefits .reward-table th {
  background-color: #007bff;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}

.page-promotions-daily-checkin-benefits .reward-table tr:nth-child(even) {
  background-color: #e9ecef;
}

.page-promotions-daily-checkin-benefits .reward-table tr:hover {
  background-color: #cfe2ff;
}

.page-promotions-daily-checkin-benefits .rewards-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 40px auto 0 auto;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-promotions-daily-checkin-benefits .tips-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.page-promotions-daily-checkin-benefits .tips-list li {
  background-color: #fff;
  padding: 20px 25px;
  margin-bottom: 15px;
  border-left: 5px solid #ffc107;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  font-size: 1.1em;
  line-height: 1.7;
  color: #444;
  transition: transform 0.2s ease;
}

.page-promotions-daily-checkin-benefits .tips-list li:hover {
  transform: translateX(5px);
}

.page-promotions-daily-checkin-benefits .tips-list li strong {
  color: #007bff;
}

.page-promotions-daily-checkin-benefits .tips-image {
  width: 100%;
  max-width: 700px;
  height: auto;
  display: block;
  margin: 40px auto 0 auto;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-promotions-daily-checkin-benefits .faq-section {
  background-color: #e6f2ff;
}

.page-promotions-daily-checkin-benefits .faq-items {
  max-width: 900px;
  margin: 0 auto;
}

.page-promotions-daily-checkin-benefits .faq-item {
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-promotions-daily-checkin-benefits .faq-question {
  font-size: 1.4em;
  color: #007bff;
  padding: 20px 25px;
  margin: 0;
  cursor: pointer;
  position: relative;
  background-color: #f8f9fa;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
}

.page-promotions-daily-checkin-benefits .faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-promotions-daily-checkin-benefits .faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-promotions-daily-checkin-benefits .faq-answer {
  font-size: 1.1em;
  color: #555;
  padding: 0 25px 20px 25px;
  margin: 0;
  display: none;
  line-height: 1.7;
}

.page-promotions-daily-checkin-benefits .faq-question.active + .faq-answer {
  display: block;
}

.page-promotions-daily-checkin-benefits .cta-section {
  background: linear-gradient(45deg, #007bff, #ffc107);
  color: #fff;
  text-align: center;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.page-promotions-daily-checkin-benefits .cta-section .section-title {
  color: #fff;
}

.page-promotions-daily-checkin-benefits .cta-section .section-title::after {
  background-color: #fff;
}

.page-promotions-daily-checkin-benefits .cta-section .section-description {
  color: #e9ecef;
}

.page-promotions-daily-checkin-benefits .cta-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-promotions-daily-checkin-benefits .btn-lg {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-promotions-daily-checkin-benefits .btn-secondary {
  background-color: #0056b3;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 86, 179, 0.4);
}

.page-promotions-daily-checkin-benefits .btn-secondary:hover {
  background-color: #003f82;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 86, 179, 0.6);
}

.page-promotions-daily-checkin-benefits .cta-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 50px auto 0 auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-promotions-daily-checkin-benefits .conclusion-section {
  background-color: #fff;
  padding-bottom: 100px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-daily-checkin-benefits .hero-title {
    font-size: 2.8em;
  }

  .page-promotions-daily-checkin-benefits .section-title {
    font-size: 2em;
  }

  .page-promotions-daily-checkin-benefits .rule-item {
    flex: 1 1 100%;
  }

  .page-promotions-daily-checkin-benefits .benefits-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-promotions-daily-checkin-benefits .hero-section {
    padding: 60px 0;
  }

  .page-promotions-daily-checkin-benefits .hero-title {
    font-size: 2.2em;
  }

  .page-promotions-daily-checkin-benefits .hero-description {
    font-size: 1.1em;
  }

  .page-promotions-daily-checkin-benefits .btn-lg {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-promotions-daily-checkin-benefits .section-title {
    font-size: 1.8em;
  }

  .page-promotions-daily-checkin-benefits .section-description {
    font-size: 1em;
  }

  .page-promotions-daily-checkin-benefits .rewards-details-section,
  .page-promotions-daily-checkin-benefits .tips-section,
  .page-promotions-daily-checkin-benefits .faq-section,
  .page-promotions-daily-checkin-benefits .cta-section,
  .page-promotions-daily-checkin-benefits .conclusion-section {
    padding: 60px 0;
  }

  .page-promotions-daily-checkin-benefits .reward-table th,
  .page-promotions-daily-checkin-benefits .reward-table td {
    padding: 10px;
    font-size: 0.9em;
  }

  .page-promotions-daily-checkin-benefits .faq-question {
    font-size: 1.2em;
    padding: 15px 20px;
  }

  .page-promotions-daily-checkin-benefits .faq-answer {
    font-size: 1em;
    padding: 0 20px 15px 20px;
  }
}

@media (max-width: 576px) {
  .page-promotions-daily-checkin-benefits .hero-title {
    font-size: 1.8em;
  }

  .page-promotions-daily-checkin-benefits .hero-description {
    font-size: 0.95em;
  }

  .page-promotions-daily-checkin-benefits .btn-lg {
    width: 100%;
    margin-bottom: 10px;
  }

  .page-promotions-daily-checkin-benefits .cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-promotions-daily-checkin-benefits .section-title {
    font-size: 1.5em;
  }

  .page-promotions-daily-checkin-benefits .benefit-item,
  .page-promotions-daily-checkin-benefits .rule-item {
    padding: 20px;
  }

  .page-promotions-daily-checkin-benefits .benefit-title {
    font-size: 1.5em;
  }

  .page-promotions-daily-checkin-benefits .faq-question {
    font-size: 1.1em;
  }
}