/* style/promotions-referral-program.css */
.page-promotions-referral-program {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for general text on dark background */
  background-color: #0A192F; /* Main background color */
}

.page-promotions-referral-program .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-promotions-referral-program .hero-section {
  background: linear-gradient(135deg, #0A192F, #1A3A5F);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #FFD700; /* Gold for hero text */
}

.page-promotions-referral-program .hero-section h1 {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.page-promotions-referral-program .hero-section p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
  color: #E0E0E0;
}

.page-promotions-referral-program .cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}

.page-promotions-referral-program .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1.1em;
}

.page-promotions-referral-program .btn-primary {
  background-color: #FFD700; /* Gold */
  color: #0A192F; /* Dark blue */
  border: none;
}

.page-promotions-referral-program .btn-primary:hover {
  background-color: #E0B500;
  transform: translateY(-2px);
}

.page-promotions-referral-program .btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-promotions-referral-program .btn-secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-2px);
}

.page-promotions-referral-program .hero-image {
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-promotions-referral-program section {
  padding: 60px 0;
}

.page-promotions-referral-program section:nth-of-type(even) {
  background-color: #1A2A4A;
}

.page-promotions-referral-program h2 {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-promotions-referral-program h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-promotions-referral-program h3 {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-promotions-referral-program p {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-promotions-referral-program strong {
  color: #FFD700;
}

/* How It Works Section */
.page-promotions-referral-program .how-it-works-section .steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-referral-program .how-it-works-section .step-item {
  background-color: #0A192F;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-referral-program .how-it-works-section .step-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.page-promotions-referral-program .how-it-works-section .step-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-promotions-referral-program .how-it-works-section .step-item h3 {
  color: #FFD700;
  font-size: 1.5em;
}

.page-promotions-referral-program .how-it-works-section .step-item p {
  font-size: 1em;
  color: #CCCCCC;
}

/* Why Join Section */
.page-promotions-referral-program .why-join-section .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-referral-program .why-join-section .benefit-item {
  background-color: #0A192F;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-referral-program .why-join-section .benefit-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.page-promotions-referral-program .why-join-section .benefit-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-promotions-referral-program .why-join-section .benefit-item h3 {
  color: #FFD700;
  font-size: 1.4em;
}

.page-promotions-referral-program .why-join-section .benefit-item p {
  font-size: 0.95em;
  color: #CCCCCC;
}

/* Reward Structure Section */
.page-promotions-referral-program .reward-structure-section {
  background-color: #1A2A4A;
}

.page-promotions-referral-program .reward-structure-section .rewards-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.page-promotions-referral-program .reward-structure-section .reward-tier {
  background-color: #0A192F;
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-referral-program .reward-structure-section .reward-tier:hover {
  transform: translateY(-12px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

.page-promotions-referral-program .reward-structure-section .reward-tier h3 {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-promotions-referral-program .reward-structure-section .reward-tier p {
  font-size: 1em;
  color: #CCCCCC;
  margin-bottom: 25px;
}

.page-promotions-referral-program .reward-structure-section .reward-image {
  max-width: 100%;
  height: 180px; /* Consistent height for images */
  object-fit: contain;
  margin-top: 15px;
}

.page-promotions-referral-program .reward-structure-section .note {
  text-align: center;
  font-style: italic;
  margin-top: 40px;
  color: #AAAAAA;
}

.page-promotions-referral-program .reward-structure-section .btn {
  margin-top: 30px;
}

/* Terms & Conditions Section */
.page-promotions-referral-program .terms-conditions-section ul {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-promotions-referral-program .terms-conditions-section ul li {
  background-color: #0A192F;
  margin-bottom: 15px;
  padding: 20px;
  border-left: 5px solid #FFD700;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  color: #E0E0E0;
}

.page-promotions-referral-program .terms-conditions-section ul li strong {
  color: #FFD700;
  display: block;
  margin-bottom: 5px;
  font-size: 1.1em;
}

/* Tips Section */
.page-promotions-referral-program .tips-section {
  background-color: #1A2A4A;
}

.page-promotions-referral-program .tips-section ul {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-promotions-referral-program .tips-section ul li {
  background-color: #0A192F;
  margin-bottom: 15px;
  padding: 20px;
  border-left: 5px solid #FFD700;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  color: #E0E0E0;
  font-size: 1.1em;
  line-height: 1.6;
}

.page-promotions-referral-program .tips-section ul li strong {
  color: #FFD700;
  display: inline;
}

.page-promotions-referral-program .tips-image {
  max-width: 100%;
  height: auto;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* FAQ Section */
.page-promotions-referral-program .faq-section .faq-item {
  background-color: #0A192F;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-promotions-referral-program .faq-section .faq-item h3 {
  color: #FFD700;
  font-size: 1.4em;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-promotions-referral-program .faq-section .faq-item p {
  font-size: 1em;
  color: #CCCCCC;
  margin-top: 10px;
  display: none; /* Hidden by default, toggled by JS */
}

/* Call to Action Bottom Section */
.page-promotions-referral-program .call-to-action-bottom-section {
  background-color: #0A192F;
  text-align: center;
  padding-bottom: 80px;
}

.page-promotions-referral-program .call-to-action-bottom-section h2 {
  color: #FFD700;
}

.page-promotions-referral-program .call-to-action-bottom-section p {
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-promotions-referral-program .btn-lg {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-promotions-referral-program .responsible-gambling-message {
  font-size: 0.9em;
  color: #999;
  margin-top: 40px;
  font-style: italic;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-promotions-referral-program .hero-section h1 {
    font-size: 2.5em;
  }
  .page-promotions-referral-program .hero-section p {
    font-size: 1em;
  }
  .page-promotions-referral-program .cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-promotions-referral-program .btn {
    width: 80%;
    margin: 0 auto;
  }
  .page-promotions-referral-program h2 {
    font-size: 2em;
  }
  .page-promotions-referral-program h3 {
    font-size: 1.5em;
  }
  .page-promotions-referral-program .steps-grid, 
  .page-promotions-referral-program .benefits-grid, 
  .page-promotions-referral-program .rewards-info {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-promotions-referral-program .hero-section {
    padding: 60px 0;
  }
  .page-promotions-referral-program .hero-section h1 {
    font-size: 2em;
  }
  .page-promotions-referral-program .btn {
    font-size: 1em;
    padding: 12px 25px;
  }
  .page-promotions-referral-program .btn-lg {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-promotions-referral-program section {
    padding: 40px 0;
  }
  .page-promotions-referral-program h2 {
    font-size: 1.8em;
  }
  .page-promotions-referral-program h3 {
    font-size: 1.3em;
  }
}