/* style/promotions-deposit-bonus.css */

/* Base styles for the page content, ensuring contrast with dark body background */
.page-promotions-deposit-bonus {
  color: #F2FFF6; /* Text Main */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  padding-bottom: 40px; /* Add some padding at the bottom for overall spacing */
}

.page-promotions-deposit-bonus__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-promotions-deposit-bonus__container--flex {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-promotions-deposit-bonus__section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
}

.page-promotions-deposit-bonus__section:nth-of-type(even) {
  background-color: #11271B; /* Card BG for alternating sections */
}

.page-promotions-deposit-bonus__section-title {
  font-size: clamp(28px, 4vw, 42px); /* Responsive font size for H2 */
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.page-promotions-deposit-bonus__text-block {
  font-size: 18px;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

/* Hero Section */
.page-promotions-deposit-bonus__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 10px; /* Small decorative padding, body handles --header-offset */
  padding-bottom: 60px;
  background-color: #08160F; /* Ensure background if image is transparent */
}

.page-promotions-deposit-bonus__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-promotions-deposit-bonus__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-promotions-deposit-bonus__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 40px 20px;
  box-sizing: border-box;
  position: relative; /* Ensure content is above any potential background effect */
  z-index: 1;
}

.page-promotions-deposit-bonus__hero-title {
  font-size: clamp(36px, 5vw, 56px); /* Responsive font size for H1 */
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-promotions-deposit-bonus__hero-description {
  font-size: 20px;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

/* CTA Button */
.page-promotions-deposit-bonus__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-deposit-bonus__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-promotions-deposit-bonus__cta-button--centered {
  display: block;
  margin: 40px auto 0 auto;
  max-width: 300px;
  text-align: center;
}

/* Grid Layouts */
.page-promotions-deposit-bonus__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

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

/* Card Styles */
.page-promotions-deposit-bonus__card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  color: #F2FFF6; /* Text Main */
}

.page-promotions-deposit-bonus__card:hover {
  transform: translateY(-5px);
}

.page-promotions-deposit-bonus__card-image {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-promotions-deposit-bonus__card-title {
  font-size: 24px;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-deposit-bonus__card-description {
  font-size: 16px;
  color: #A7D9B8; /* Text Secondary */
}

/* List Styles */
.page-promotions-deposit-bonus__list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-promotions-deposit-bonus__list li {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-deposit-bonus__list-title {
  font-size: 22px;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
  font-weight: bold;
}

.page-promotions-deposit-bonus__list li p {
  font-size: 17px;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 0;
}

/* Step Items */
.page-promotions-deposit-bonus__step-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  color: #F2FFF6; /* Text Main */
}

.page-promotions-deposit-bonus__step-image {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 8px;
  display: block;
}

.page-promotions-deposit-bonus__step-title {
  font-size: 24px;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-deposit-bonus__step-description {
  font-size: 16px;
  color: #A7D9B8; /* Text Secondary */
}

/* FAQ Section */
.page-promotions-deposit-bonus__faq-section {
  background-color: #08160F; /* Background */
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.page-promotions-deposit-bonus__faq-image {
  max-width: 400px;
  height: auto;
  margin: 0 auto 40px auto;
  border-radius: 12px;
  display: block;
}

.page-promotions-deposit-bonus__faq-list {
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-deposit-bonus__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
  text-align: left;
}

.page-promotions-deposit-bonus__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
}

.page-promotions-deposit-bonus__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-promotions-deposit-bonus__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.page-promotions-deposit-bonus__faq-qtext {
  flex-grow: 1;
  color: #F2FFF6; /* Text Main */
}

.page-promotions-deposit-bonus__faq-toggle {
  font-size: 24px;
  line-height: 1;
  margin-left: 15px;
  color: #F2C14E; /* Gold */
}

.page-promotions-deposit-bonus__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 16px;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.6;
}

/* Final CTA Section */
.page-promotions-deposit-bonus__final-cta {
  background-color: #11271B; /* Card BG */
  padding: 80px 0;
  text-align: center;
}

.page-promotions-deposit-bonus__final-cta .page-promotions-deposit-bonus__container--flex {
  flex-direction: row; /* Default desktop layout */
  justify-content: center;
  align-items: center;
}

.page-promotions-deposit-bonus__cta-text-content {
  flex: 1;
  text-align: left;
}

.page-promotions-deposit-bonus__final-cta .page-promotions-deposit-bonus__section-title {
  color: #F2C14E; /* Gold */
  margin-bottom: 25px;
  text-align: left;
}

.page-promotions-deposit-bonus__final-cta .page-promotions-deposit-bonus__text-block {
  font-size: 18px;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  text-align: left;
}

.page-promotions-deposit-bonus__cta-image {
  flex-shrink: 0;
  max-width: 400px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-left: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-deposit-bonus__container--flex {
    flex-direction: column;
  }

  .page-promotions-deposit-bonus__cta-text-content {
    text-align: center;
  }

  .page-promotions-deposit-bonus__final-cta .page-promotions-deposit-bonus__section-title {
    text-align: center;
  }

  .page-promotions-deposit-bonus__final-cta .page-promotions-deposit-bonus__text-block {
    text-align: center;
  }

  .page-promotions-deposit-bonus__cta-image {
    margin-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .page-promotions-deposit-bonus__hero-section {
    padding-bottom: 40px;
  }

  .page-promotions-deposit-bonus__hero-title {
    font-size: clamp(28px, 8vw, 42px);
  }

  .page-promotions-deposit-bonus__hero-description {
    font-size: 16px;
  }

  .page-promotions-deposit-bonus__section {
    padding: 40px 0;
  }

  .page-promotions-deposit-bonus__section-title {
    font-size: clamp(24px, 6vw, 36px);
    margin-bottom: 30px;
  }

  .page-promotions-deposit-bonus__text-block {
    font-size: 16px;
  }

  .page-promotions-deposit-bonus__cta-button {
    padding: 12px 25px;
    font-size: 16px;
  }

  .page-promotions-deposit-bonus__grid,
  .page-promotions-deposit-bonus__steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-promotions-deposit-bonus__card,
  .page-promotions-deposit-bonus__step-item,
  .page-promotions-deposit-bonus__list li {
    padding: 20px;
  }

  .page-promotions-deposit-bonus__card-title,
  .page-promotions-deposit-bonus__step-title,
  .page-promotions-deposit-bonus__list-title {
    font-size: 20px;
  }

  .page-promotions-deposit-bonus__faq-item summary {
    padding: 15px 20px;
    font-size: 16px;
  }

  .page-promotions-deposit-bonus__faq-answer {
    padding: 0 20px 15px 20px;
    font-size: 15px;
  }

  .page-promotions-deposit-bonus__faq-image {
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  /* Mobile specific responsive styles for images, buttons, and containers */
  .page-promotions-deposit-bonus img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-promotions-deposit-bonus__section,
  .page-promotions-deposit-bonus__card,
  .page-promotions-deposit-bonus__container,
  .page-promotions-deposit-bonus__hero-image-wrapper,
  .page-promotions-deposit-bonus__cta-text-content,
  .page-promotions-deposit-bonus__faq-list,
  .page-promotions-deposit-bonus__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-promotions-deposit-bonus__hero-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-promotions-deposit-bonus__cta-button,
  .page-promotions-deposit-bonus a[class*="button"],
  .page-promotions-deposit-bonus a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-promotions-deposit-bonus__cta-button--centered {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-promotions-deposit-bonus__final-cta .page-promotions-deposit-bonus__container--flex {
    flex-wrap: wrap !important;
    gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-promotions-deposit-bonus__cta-image {
    max-width: 100% !important;
    width: 100% !important;
  }
}