/* style/promotions-daily-rebate.css */
.page-promotions-daily-rebate {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for main text */
  background-color: #0A192F; /* Primary dark blue background */
  line-height: 1.6;
}

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

.page-promotions-daily-rebate-hero {
  background: linear-gradient(135deg, #0A192F 0%, #30476e 100%); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  color: #FFD700; /* Gold for hero text */
  position: relative;
  overflow: hidden;
}

.page-promotions-daily-rebate-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 215, 0, 0.1) 0%, rgba(10, 25, 47, 0) 70%);
  opacity: 0.3;
  animation: page-promotions-daily-rebate-rotate 20s linear infinite;
}

@keyframes page-promotions-daily-rebate-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.page-promotions-daily-rebate-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold */
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-daily-rebate-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #E0E0E0; /* Light gray */
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-daily-rebate-highlight {
  color: #FFD700; /* Gold */
}

.page-promotions-daily-rebate-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

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

.page-promotions-daily-rebate-button--primary {
  background-color: #FFD700; /* Gold */
  color: #0A192F; /* Dark blue */
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-promotions-daily-rebate-button--primary:hover {
  background-color: #e6c200; /* Darker gold */
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-promotions-daily-rebate-button--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold */
  border: 2px solid #FFD700;
}

.page-promotions-daily-rebate-button--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-promotions-daily-rebate-button--center {
  display: block;
  margin: 40px auto 0 auto;
  width: fit-content;
}

.page-promotions-daily-rebate-section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-promotions-daily-rebate-section:last-of-type {
  border-bottom: none;
}

.page-promotions-daily-rebate-what-is, .page-promotions-daily-rebate-how-it-works, .page-promotions-daily-rebate-conditions, .page-promotions-daily-rebate-how-to-claim, .page-promotions-daily-rebate-benefits, .page-promotions-daily-rebate-why-388bet, .page-promotions-daily-rebate-faq {
  background-color: #1a2a44; /* Slightly lighter dark blue */
  padding: 60px 0;
}

.page-promotions-daily-rebate-heading {
  font-size: 2.5em;
  color: #FFD700; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-promotions-daily-rebate-subheading {
  font-size: 1.8em;
  color: #E0E0E0; /* Light gray */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-daily-rebate-subheading-small {
  font-size: 1.4em;
  color: #E0E0E0; /* Light gray */
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-promotions-daily-rebate-text {
  font-size: 1.1em;
  color: #C0C0C0; /* Lighter gray */
  margin-bottom: 20px;
}

.page-promotions-daily-rebate-strong {
  color: #FFD700;
  font-weight: bold;
}

.page-promotions-daily-rebate-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-promotions-daily-rebate-list li {
  background-color: #243b55; /* Even lighter dark blue */
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-size: 1.1em;
  color: #E0E0E0;
  border-left: 5px solid #FFD700;
}

.page-promotions-daily-rebate-list li::before {
  content: '✔️';
  margin-right: 10px;
  color: #FFD700;
}

.page-promotions-daily-rebate-list-item-strong {
  color: #FFD700;
  font-weight: bold;
}

.page-promotions-daily-rebate-formula {
  background-color: #243b55;
  color: #FFD700;
  padding: 20px;
  border-radius: 8px;
  font-size: 1.3em;
  text-align: center;
  margin: 30px 0;
  border: 1px dashed #FFD700;
}

.page-promotions-daily-rebate-image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-promotions-daily-rebate-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border: 2px solid #FFD700;
}

.page-promotions-daily-rebate-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-promotions-daily-rebate-step {
  background-color: #243b55;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  border-top: 5px solid #FFD700;
}

.page-promotions-daily-rebate-step-icon {
  background-color: #FFD700;
  color: #0A192F;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
  margin: -60px auto 20px auto;
  border: 3px solid #0A192F;
}

.page-promotions-daily-rebate-step-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-promotions-daily-rebate-step-description {
  color: #C0C0C0;
  font-size: 1.05em;
}

.page-promotions-daily-rebate-link {
  color: #FFD700;
  text-decoration: underline;
}

.page-promotions-daily-rebate-link:hover {
  color: #e6c200;
}

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

.page-promotions-daily-rebate-benefit-card {
  background-color: #243b55;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  border-bottom: 5px solid #FFD700;
}

.page-promotions-daily-rebate-benefit-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-promotions-daily-rebate-benefit-text {
  color: #C0C0C0;
  font-size: 1.05em;
}

.page-promotions-daily-rebate-icon-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-promotions-daily-rebate-icon-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-promotions-daily-rebate-icon {
  font-size: 1.8em;
  color: #FFD700;
  margin-right: 15px;
  min-width: 30px;
  text-align: center;
}

/* Placeholder icons - replace with actual icon fonts/SVGs */
.page-promotions-daily-rebate-icon--security::before { content: '🔒'; }
.page-promotions-daily-rebate-icon--games::before { content: '🎲'; }
.page-promotions-daily-rebate-icon--transaction::before { content: '💳'; }
.page-promotions-daily-rebate-icon--support::before { content: '💬'; }
.page-promotions-daily-rebate-icon--app::before { content: '📱'; }

.page-promotions-daily-rebate-accordion {
  margin-top: 40px;
}

.page-promotions-daily-rebate-accordion-item {
  background-color: #243b55;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-promotions-daily-rebate-accordion-header {
  background-color: #30476e; /* Darker blue for header */
  color: #FFD700; /* Gold */
  padding: 18px 25px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-promotions-daily-rebate-accordion-header:hover {
  background-color: #3f5d8a;
}

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

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

.page-promotions-daily-rebate-accordion-content {
  padding: 0 25px;
  background-color: #243b55;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-promotions-daily-rebate-accordion-content.show {
  max-height: 500px; /* Adjust as needed */
  padding: 15px 25px 25px 25px;
}

.page-promotions-daily-rebate-accordion-content p {
  color: #C0C0C0;
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-promotions-daily-rebate-cta {
  background: linear-gradient(90deg, #0A192F, #30476e); /* Dark blue gradient for CTA */
  padding: 80px 0;
  text-align: center;
}

.page-promotions-daily-rebate-cta-content {
  background-color: rgba(255, 215, 0, 0.1); /* Semi-transparent gold overlay */
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.2);
}

.page-promotions-daily-rebate-heading--light {
  color: #FFD700;
}

.page-promotions-daily-rebate-text--light {
  color: #E0E0E0;
  margin-bottom: 30px;
}

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

  .page-promotions-daily-rebate-subtitle {
    font-size: 1.1em;
  }

  .page-promotions-daily-rebate-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-promotions-daily-rebate-button {
    width: 100%;
    padding: 12px 20px;
  }

  .page-promotions-daily-rebate-heading {
    font-size: 2em;
  }

  .page-promotions-daily-rebate-subheading {
    font-size: 1.5em;
  }

  .page-promotions-daily-rebate-list li {
    font-size: 1em;
  }

  .page-promotions-daily-rebate-step-icon {
    margin-top: -50px;
  }

  .page-promotions-daily-rebate-cta-content {
    padding: 30px;
  }
}

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

  .page-promotions-daily-rebate-heading {
    font-size: 1.8em;
  }

  .page-promotions-daily-rebate-subheading {
    font-size: 1.3em;
  }

  .page-promotions-daily-rebate-section {
    padding: 40px 0;
  }
}