/* style/exclusive-offers-ku68-daily-bonus.css */
.page-exclusive-offers-ku68-daily-bonus {
  font-family: 'Arial', sans-serif;
  color: #0A2239; /* Dark blue for primary text */
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-exclusive-offers-ku68-daily-bonus__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-exclusive-offers-ku68-daily-bonus__hero {
  background: linear-gradient(135deg, #0A2239 0%, #2a4a6b 100%); /* Dark blue gradient */
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-exclusive-offers-ku68-daily-bonus__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,patterns]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-exclusive-offers-ku68-daily-bonus__hero > div {
  position: relative;
  z-index: 1;
}

.page-exclusive-offers-ku68-daily-bonus__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #E0B400; /* Golden yellow for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-exclusive-offers-ku68-daily-bonus__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-exclusive-offers-ku68-daily-bonus__button {
  display: inline-block;
  background-color: #E0B400; /* Golden yellow */
  color: #0A2239; /* Dark blue for contrast */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-exclusive-offers-ku68-daily-bonus__button:hover {
  background-color: #f5c700; /* Lighter golden yellow */
  transform: translateY(-3px);
}

.page-exclusive-offers-ku68-daily-bonus__button--secondary {
  background-color: #0A2239;
  color: #E0B400;
  border: 2px solid #E0B400;
}

.page-exclusive-offers-ku68-daily-bonus__button--secondary:hover {
  background-color: #1a3a5a;
  border-color: #f5c700;
}

.page-exclusive-offers-ku68-daily-bonus__button--text {
  background: none;
  color: #0A2239;
  padding: 0;
  border-bottom: 2px solid #E0B400;
  border-radius: 0;
  font-size: 1em;
  font-weight: normal;
}

.page-exclusive-offers-ku68-daily-bonus__button--text:hover {
  color: #E0B400;
  background: none;
  transform: none;
}

.page-exclusive-offers-ku68-daily-bonus__hero-image {
  max-width: 90%;
  height: auto;
  margin-top: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-exclusive-offers-ku68-daily-bonus__section-title {
  font-size: 2.5em;
  color: #0A2239;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-exclusive-offers-ku68-daily-bonus__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #E0B400;
  border-radius: 2px;
}

.page-exclusive-offers-ku68-daily-bonus__content-section,
.page-exclusive-offers-ku68-daily-bonus__how-to-claim,
.page-exclusive-offers-ku68-daily-bonus__terms,
.page-exclusive-offers-ku68-daily-bonus__why-ku68,
.page-exclusive-offers-ku68-daily-bonus__other-promotions,
.page-exclusive-offers-ku68-daily-bonus__responsible-gambling,
.page-exclusive-offers-ku68-daily-bonus__faq,
.page-exclusive-offers-ku68-daily-bonus__cta {
  padding: 60px 0;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-exclusive-offers-ku68-daily-bonus__content-section:nth-of-type(even),
.page-exclusive-offers-ku68-daily-bonus__how-to-claim:nth-of-type(even),
.page-exclusive-offers-ku68-daily-bonus__terms:nth-of-type(even),
.page-exclusive-offers-ku68-daily-bonus__why-ku68:nth-of-type(even),
.page-exclusive-offers-ku68-daily-bonus__other-promotions:nth-of-type(even),
.page-exclusive-offers-ku68-daily-bonus__responsible-gambling:nth-of-type(even),
.page-exclusive-offers-ku68-daily-bonus__faq:nth-of-type(even),
.page-exclusive-offers-ku68-daily-bonus__cta:nth-of-type(even) {
  background-color: #f3f7fa;
}

.page-exclusive-offers-ku68-daily-bonus p {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  color: #333;
}

.page-exclusive-offers-ku68-daily-bonus .highlight {
  color: #0A2239;
  font-weight: bold;
}

.page-exclusive-offers-ku68-daily-bonus__features-list,
.page-exclusive-offers-ku68-daily-bonus__steps-list,
.page-exclusive-offers-ku68-daily-bonus__terms-list,
.page-exclusive-offers-ku68-daily-bonus__other-offers-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-exclusive-offers-ku68-daily-bonus__features-list li,
.page-exclusive-offers-ku68-daily-bonus__steps-list li,
.page-exclusive-offers-ku68-daily-bonus__terms-list li,
.page-exclusive-offers-ku68-daily-bonus__other-offers-list li {
  background-color: #fefefe;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: relative;
  padding-left: 50px;
  font-size: 1.1em;
}

.page-exclusive-offers-ku68-daily-bonus__features-list li strong,
.page-exclusive-offers-ku68-daily-bonus__steps-list li strong,
.page-exclusive-offers-ku68-daily-bonus__terms-list li strong,
.page-exclusive-offers-ku68-daily-bonus__other-offers-list li strong {
  color: #0A2239;
}

.page-exclusive-offers-ku68-daily-bonus__features-list li::before,
.page-exclusive-offers-ku68-daily-bonus__terms-list li::before,
.page-exclusive-offers-ku68-daily-bonus__other-offers-list li::before {
  content: '✓';
  color: #E0B400;
  font-size: 1.5em;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.page-exclusive-offers-ku68-daily-bonus__steps-list li::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  background-color: #E0B400;
  color: #0A2239;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.page-exclusive-offers-ku68-daily-bonus__image-inset {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

.page-exclusive-offers-ku68-daily-bonus__grid-item {
  background-color: #fefefe;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-exclusive-offers-ku68-daily-bonus__grid-item:hover {
  transform: translateY(-5px);
}

.page-exclusive-offers-ku68-daily-bonus__grid-item h3 {
  color: #0A2239;
  font-size: 1.5em;
  margin-top: 15px;
  margin-bottom: 10px;
}

.page-exclusive-offers-ku68-daily-bonus__icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 15px;
}

.page-exclusive-offers-ku68-daily-bonus__faq-item {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.page-exclusive-offers-ku68-daily-bonus__faq-item h3 {
  color: #0A2239;
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}

.page-exclusive-offers-ku68-daily-bonus__faq-item h3::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #E0B400;
  transition: transform 0.3s ease;
}

.page-exclusive-offers-ku68-daily-bonus__faq-item.active h3::after {
  transform: rotate(45deg);
}

.page-exclusive-offers-ku68-daily-bonus__faq-item p {
  display: none;
  margin-top: 10px;
  font-size: 1em;
  color: #555;
}

.page-exclusive-offers-ku68-daily-bonus__faq-item.active p {
  display: block;
}

.page-exclusive-offers-ku68-daily-bonus__cta {
  text-align: center;
  background-color: #0A2239; /* Dark blue background */
  color: #ffffff;
  padding: 80px 0;
  border-radius: 0;
  box-shadow: none;
}

.page-exclusive-offers-ku68-daily-bonus__cta .page-exclusive-offers-ku68-daily-bonus__section-title {
  color: #E0B400;
}

.page-exclusive-offers-ku68-daily-bonus__cta .page-exclusive-offers-ku68-daily-bonus__section-title::after {
  background-color: #ffffff;
}

.page-exclusive-offers-ku68-daily-bonus__cta p {
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-exclusive-offers-ku68-daily-bonus__cta .page-exclusive-offers-ku68-daily-bonus__button--primary {
  background-color: #E0B400;
  color: #0A2239;
  padding: 18px 40px;
  font-size: 1.2em;
  border-radius: 10px;
}

.page-exclusive-offers-ku68-daily-bonus__cta .page-exclusive-offers-ku68-daily-bonus__button--primary:hover {
  background-color: #f5c700;
}

/* Floating Promotion */
.page-exclusive-offers-ku68-daily-bonus__floating-promo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #E0B400;
  color: #0A2239;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1000;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.page-exclusive-offers-ku68-daily-bonus__floating-promo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #0A2239;
  font-weight: bold;
}

.page-exclusive-offers-ku68-daily-bonus__floating-promo-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.page-exclusive-offers-ku68-daily-bonus__floating-promo-text {
  font-size: 1.1em;
}

.page-exclusive-offers-ku68-daily-bonus__floating-promo-close {
  background: none;
  border: none;
  color: #0A2239;
  font-size: 1.5em;
  cursor: pointer;
  margin-left: 10px;
  line-height: 1;
}

.page-exclusive-offers-ku68-daily-bonus__floating-promo-close:hover {
  color: #555;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-exclusive-offers-ku68-daily-bonus__title {
    font-size: 2.5em;
  }

  .page-exclusive-offers-ku68-daily-bonus__subtitle {
    font-size: 1.1em;
  }

  .page-exclusive-offers-ku68-daily-bonus__section-title {
    font-size: 2em;
  }

  .page-exclusive-offers-ku68-daily-bonus__grid {
    grid-template-columns: 1fr;
  }

  .page-exclusive-offers-ku68-daily-bonus__features-list li,
  .page-exclusive-offers-ku68-daily-bonus__steps-list li,
  .page-exclusive-offers-ku68-daily-bonus__terms-list li,
  .page-exclusive-offers-ku68-daily-bonus__other-offers-list li {
    padding-left: 40px;
    font-size: 1em;
  }

  .page-exclusive-offers-ku68-daily-bonus__floating-promo {
    bottom: 10px;
    right: 10px;
    padding: 8px 12px;
    gap: 8px;
  }

  .page-exclusive-offers-ku68-daily-bonus__floating-promo-icon {
    width: 25px;
    height: 25px;
  }

  .page-exclusive-offers-ku68-daily-bonus__floating-promo-text {
    font-size: 0.9em;
  }

  .page-exclusive-offers-ku68-daily-bonus__floating-promo-close {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-exclusive-offers-ku68-daily-bonus__title {
    font-size: 2em;
  }

  .page-exclusive-offers-ku68-daily-bonus__subtitle {
    font-size: 0.95em;
  }

  .page-exclusive-offers-ku68-daily-bonus__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-exclusive-offers-ku68-daily-bonus__section-title {
    font-size: 1.8em;
  }

  .page-exclusive-offers-ku68-daily-bonus__content-section,
  .page-exclusive-offers-ku68-daily-bonus__how-to-claim,
  .page-exclusive-offers-ku68-daily-bonus__terms,
  .page-exclusive-offers-ku68-daily-bonus__why-ku68,
  .page-exclusive-offers-ku68-daily-bonus__other-promotions,
  .page-exclusive-offers-ku68-daily-bonus__responsible-gambling,
  .page-exclusive-offers-ku68-daily-bonus__faq,
  .page-exclusive-offers-ku68-daily-bonus__cta {
    padding: 40px 0;
  }
}