.page-promotions-daily-check-in-benefits {
  --primary-color: #0A2463;
  --secondary-color: #FFD700;
  --text-color-dark: #333;
  --text-color-light: #fff;
  --background-light: #f5f5f5;
  --background-dark: #071a47;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-color-dark);
}

.page-promotions-daily-check-in-benefits a {
  color: var(--primary-color);
  text-decoration: none;
}

.page-promotions-daily-check-in-benefits a:hover {
  text-decoration: underline;
}

.page-promotions-daily-check-in-benefits .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-promotions-daily-check-in-benefits .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-promotions-daily-check-in-benefits .btn-primary {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-promotions-daily-check-in-benefits .btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-promotions-daily-check-in-benefits .btn-secondary {
  background-color: transparent;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  margin-left: 15px;
}

.page-promotions-daily-check-in-benefits .btn-secondary:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  transform: translateY(-2px);
}

.page-promotions-daily-check-in-benefits .btn-large {
  padding: 15px 35px;
  font-size: 1.1em;
}

/* Hero Section */
.page-promotions-daily-check-in-benefits .hero-section {
  background: linear-gradient(135deg, var(--primary-color) 0%, #1e3a7a 100%);
  color: var(--text-color-light);
  padding: 80px 0;
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 500px;
}

.page-promotions-daily-check-in-benefits .hero-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.page-promotions-daily-check-in-benefits .hero-content {
  max-width: 800px;
}

.page-promotions-daily-check-in-benefits .hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: var(--secondary-color);
  line-height: 1.2;
}

.page-promotions-daily-check-in-benefits .hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-promotions-daily-check-in-benefits .hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.page-promotions-daily-check-in-benefits .hero-image-wrapper {
  margin-top: 40px;
}

.page-promotions-daily-check-in-benefits .hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* General Section Styling */
.page-promotions-daily-check-in-benefits section {
  padding: 60px 0;
}

.page-promotions-daily-check-in-benefits .section-intro, .page-promotions-daily-check-in-benefits .section-rewards, .page-promotions-daily-check-in-benefits .section-tips, .page-promotions-daily-check-in-benefits .section-faq {
  background-color: var(--background-light);
}

.page-promotions-daily-check-in-benefits .section-how-to-participate, .page-promotions-daily-check-in-benefits .section-consecutive-benefits, .page-promotions-daily-check-in-benefits .section-why-kuwin {
  background-color: var(--background-dark);
  color: var(--text-color-light);
}

.page-promotions-daily-check-in-benefits .section-title {
  font-size: 2.5em;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-promotions-daily-check-in-benefits .section-how-to-participate .section-title, .page-promotions-daily-check-in-benefits .section-consecutive-benefits .section-title, .page-promotions-daily-check-in-benefits .section-why-kuwin .section-title {
  color: var(--secondary-color);
}

.page-promotions-daily-check-in-benefits .section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--secondary-color);
  border-radius: 2px;
}

/* Steps Grid */
.page-promotions-daily-check-in-benefits .steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  text-align: center;
  margin-top: 40px;
}

.page-promotions-daily-check-in-benefits .step-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-promotions-daily-check-in-benefits .step-item:hover {
  transform: translateY(-5px);
}

.page-promotions-daily-check-in-benefits .step-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px var(--secondary-color));
}

.page-promotions-daily-check-in-benefits .step-item h3 {
  color: var(--secondary-color);
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-promotions-daily-check-in-benefits .step-item p {
  color: rgba(255, 255, 255, 0.8);
}

.page-promotions-daily-check-in-benefits .call-to-action-text {
  text-align: center;
  font-size: 1.1em;
  margin-top: 50px;
  color: var(--secondary-color);
}

/* Rewards Grid */
.page-promotions-daily-check-in-benefits .rewards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  text-align: center;
  margin-top: 40px;
}

.page-promotions-daily-check-in-benefits .reward-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-daily-check-in-benefits .reward-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-promotions-daily-check-in-benefits .reward-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.1));
}

.page-promotions-daily-check-in-benefits .reward-item h3 {
  color: var(--primary-color);
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-promotions-daily-check-in-benefits .reward-item p {
  color: var(--text-color-dark);
}

.page-promotions-daily-check-in-benefits .note-text {
  text-align: center;
  font-style: italic;
  margin-top: 40px;
  color: #666;
}

/* Content with Image (Consecutive Benefits) */
.page-promotions-daily-check-in-benefits .content-with-image {
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: center;
  margin-top: 40px;
}

.page-promotions-daily-check-in-benefits .content-with-image .text-content {
  flex: 1;
}

.page-promotions-daily-check-in-benefits .content-with-image .text-content p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.page-promotions-daily-check-in-benefits .content-with-image .text-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-promotions-daily-check-in-benefits .content-with-image .text-content ul li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFD700"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left 8px;
  background-size: 18px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.9);
}

.page-promotions-daily-check-in-benefits .content-with-image .image-wrapper {
  flex: 1;
  text-align: center;
}

.page-promotions-daily-check-in-benefits .feature-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* Tips List */
.page-promotions-daily-check-in-benefits .tips-list {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.page-promotions-daily-check-in-benefits .tips-list li {
  background-color: #fff;
  padding: 25px;
  border-left: 5px solid var(--secondary-color);
  border-radius: 8px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
}

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

.page-promotions-daily-check-in-benefits .tips-list li strong {
  color: var(--primary-color);
  font-size: 1.1em;
  display: block;
  margin-bottom: 5px;
}

/* Advantage Grid (Why Kuwin) */
.page-promotions-daily-check-in-benefits .advantage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  text-align: center;
  margin-top: 40px;
}

.page-promotions-daily-check-in-benefits .advantage-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-promotions-daily-check-in-benefits .advantage-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px var(--secondary-color));
}

.page-promotions-daily-check-in-benefits .advantage-item h3 {
  color: var(--secondary-color);
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-promotions-daily-check-in-benefits .advantage-item p {
  color: rgba(255, 255, 255, 0.8);
}

.page-promotions-daily-check-in-benefits .final-cta-text {
  text-align: center;
  font-size: 1.2em;
  margin-top: 50px;
  margin-bottom: 30px;
  color: var(--secondary-color);
}

.page-promotions-daily-check-in-benefits .btn-large {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

/* FAQ Section */
.page-promotions-daily-check-in-benefits .faq-item {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-daily-check-in-benefits .faq-item h3 {
  color: var(--primary-color);
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-promotions-daily-check-in-benefits .faq-item p {
  color: var(--text-color-dark);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-daily-check-in-benefits .hero-title {
    font-size: 2.5em;
  }
  .page-promotions-daily-check-in-benefits .section-title {
    font-size: 2em;
  }
  .page-promotions-daily-check-in-benefits .content-with-image {
    flex-direction: column;
  }
  .page-promotions-daily-check-in-benefits .content-with-image .image-wrapper {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .page-promotions-daily-check-in-benefits .hero-section {
    padding: 60px 0;
  }
  .page-promotions-daily-check-in-benefits .hero-title {
    font-size: 2em;
  }
  .page-promotions-daily-check-in-benefits .hero-description {
    font-size: 1em;
  }
  .page-promotions-daily-check-in-benefits .hero-actions {
    flex-direction: column;
    gap: 10px;
  }
  .page-promotions-daily-check-in-benefits .btn-secondary {
    margin-left: 0;
  }
  .page-promotions-daily-check-in-benefits section {
    padding: 40px 0;
  }
  .page-promotions-daily-check-in-benefits .section-title {
    font-size: 1.8em;
  }
  .page-promotions-daily-check-in-benefits .steps-grid, .page-promotions-daily-check-in-benefits .rewards-grid, .page-promotions-daily-check-in-benefits .advantage-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-promotions-daily-check-in-benefits .hero-title {
    font-size: 1.8em;
  }
  .page-promotions-daily-check-in-benefits .section-title {
    font-size: 1.5em;
  }
  .page-promotions-daily-check-in-benefits .btn-large {
    font-size: 1em;
    padding: 12px 25px;
  }
}