.page-promotions-deposit-bonus-analysis {
  background-color: var(--bg-color, #08160F);
  color: var(--text-main-color, #F2FFF6);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

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

.page-promotions-deposit-bonus-analysis__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 60px 0; /* body handles top padding, this is for visual spacing */
  background-color: var(--card-bg-color, #11271B);
}

.page-promotions-deposit-bonus-analysis__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  position: relative;
}

.page-promotions-deposit-bonus-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text contrast */
}

.page-promotions-deposit-bonus-analysis__hero-content {
  position: relative;
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -120px; /* Pull content up over image for design effect, ensuring no text overlap */
  z-index: 2;
  background: linear-gradient(180deg, rgba(17,39,27,0.8) 0%, rgba(8,22,15,0.9) 100%);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.page-promotions-deposit-bonus-analysis__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text-main-color, #F2FFF6);
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-deposit-bonus-analysis__hero-description {
  font-size: 1.1em;
  color: var(--text-secondary-color, #A7D9B8);
  margin-bottom: 30px;
}

.page-promotions-deposit-bonus-analysis__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-promotions-deposit-bonus-analysis__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-promotions-deposit-bonus-analysis__cta-button--centered {
  display: block;
  margin: 40px auto 0 auto;
  max-width: 300px;
}

.page-promotions-deposit-bonus-analysis__cta-button--final {
  margin-top: 50px;
  font-size: 1.2em;
  padding: 18px 35px;
}

.page-promotions-deposit-bonus-analysis__section {
  padding: 60px 0;
  border-bottom: 1px solid var(--divider-color, #1E3A2A);
}

.page-promotions-deposit-bonus-analysis__section:last-of-type {
  border-bottom: none;
}

.page-promotions-deposit-bonus-analysis__section-title {
  color: var(--gold-color, #F2C14E);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 2.2em;
  line-height: 1.3;
}

.page-promotions-deposit-bonus-analysis__subtitle {
  color: var(--text-main-color, #F2FFF6);
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 1.6em;
  font-weight: bold;
}

.page-promotions-deposit-bonus-analysis__paragraph {
  font-size: 1.05em;
  color: var(--text-main-color, #F2FFF6);
  margin-bottom: 20px;
  text-align: justify;
}

.page-promotions-deposit-bonus-analysis__paragraph a {
  color: var(--glow-color, #57E38D);
  text-decoration: underline;
}

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

.page-promotions-deposit-bonus-analysis__card {
  background-color: var(--card-bg-color, #11271B);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--border-color, #2E7A4E);
}

.page-promotions-deposit-bonus-analysis__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.5);
}

.page-promotions-deposit-bonus-analysis__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid var(--deep-green-color, #0A4B2C);
}

.page-promotions-deposit-bonus-analysis__card-title {
  font-size: 1.4em;
  color: var(--text-main-color, #F2FFF6);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-deposit-bonus-analysis__card-text {
  font-size: 0.95em;
  color: var(--text-secondary-color, #A7D9B8);
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-promotions-deposit-bonus-analysis__card-button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  background: var(--glow-color, #57E38D);
  color: #08160F; /* Dark text on light button for contrast */
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-promotions-deposit-bonus-analysis__card-button:hover {
  background: #3ac073; /* Slightly darker glow color */
}

.page-promotions-deposit-bonus-analysis__list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-promotions-deposit-bonus-analysis__list-item {
  background-color: var(--card-bg-color, #11271B);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 15px;
  border: 1px solid var(--border-color, #2E7A4E);
}

.page-promotions-deposit-bonus-analysis__list-title {
  font-size: 1.3em;
  color: var(--gold-color, #F2C14E);
  margin-bottom: 10px;
}

.page-promotions-deposit-bonus-analysis__list-text {
  font-size: 1em;
  color: var(--text-secondary-color, #A7D9B8);
}

.page-promotions-deposit-bonus-analysis__steps-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-promotions-deposit-bonus-analysis__steps-item {
  background-color: var(--card-bg-color, #11271B);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  border: 1px solid var(--border-color, #2E7A4E);
  position: relative;
  padding-left: 70px; /* Space for step number */
}

.page-promotions-deposit-bonus-analysis__steps-item::before {
  content: counter(step-counter);
  counter-increment: step-counter;
  position: absolute;
  left: 25px;
  top: 25px;
  background-color: var(--deep-green-color, #0A4B2C);
  color: var(--gold-color, #F2C14E);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2em;
  border: 2px solid var(--gold-color, #F2C14E);
}

.page-promotions-deposit-bonus-analysis__steps-list {
  counter-reset: step-counter;
}

.page-promotions-deposit-bonus-analysis__steps-title {
  font-size: 1.4em;
  color: var(--text-main-color, #F2FFF6);
  margin-bottom: 10px;
}

.page-promotions-deposit-bonus-analysis__steps-text {
  font-size: 1em;
  color: var(--text-secondary-color, #A7D9B8);
}

.page-promotions-deposit-bonus-analysis__steps-text a {
  color: var(--glow-color, #57E38D);
  text-decoration: underline;
}

.page-promotions-deposit-bonus-analysis__tips-list {
  list-style: disc;
  margin-left: 25px;
  color: var(--text-main-color, #F2FFF6);
  font-size: 1.05em;
  margin-top: 20px;
}

.page-promotions-deposit-bonus-analysis__tips-list li {
  margin-bottom: 10px;
}

.page-promotions-deposit-bonus-analysis__tips-list li strong {
  color: var(--gold-color, #F2C14E);
}

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

.page-promotions-deposit-bonus-analysis__feature-card {
  background-color: var(--card-bg-color, #11271B);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--border-color, #2E7A4E);
}

.page-promotions-deposit-bonus-analysis__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.5);
}

.page-promotions-deposit-bonus-analysis__feature-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid var(--deep-green-color, #0A4B2C);
}

.page-promotions-deposit-bonus-analysis__feature-title {
  font-size: 1.4em;
  color: var(--gold-color, #F2C14E);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-deposit-bonus-analysis__feature-text {
  font-size: 0.95em;
  color: var(--text-secondary-color, #A7D9B8);
  flex-grow: 1;
}

.page-promotions-deposit-bonus-analysis__faq-list {
  margin-top: 30px;
}

.page-promotions-deposit-bonus-analysis__faq-item {
  background-color: var(--card-bg-color, #11271B);
  border-radius: 10px;
  margin-bottom: 15px;
  border: 1px solid var(--border-color, #2E7A4E);
  overflow: hidden;
}

.page-promotions-deposit-bonus-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  color: var(--text-main-color, #F2FFF6);
  font-weight: bold;
  font-size: 1.15em;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-promotions-deposit-bonus-analysis__faq-question::-webkit-details-marker {
  display: none;
}

.page-promotions-deposit-bonus-analysis__faq-question:hover {
  background-color: rgba(46, 122, 78, 0.2); /* Lighter border color with opacity */
}

.page-promotions-deposit-bonus-analysis__faq-toggle {
  font-size: 1.8em;
  line-height: 1;
  color: var(--glow-color, #57E38D);
  transition: transform 0.3s ease;
}

.page-promotions-deposit-bonus-analysis__faq-item[open] .page-promotions-deposit-bonus-analysis__faq-toggle {
  transform: rotate(45deg);
}

.page-promotions-deposit-bonus-analysis__faq-answer {
  padding: 0 25px 20px 25px;
  color: var(--text-secondary-color, #A7D9B8);
  font-size: 1em;
  line-height: 1.5;
}

.page-promotions-deposit-bonus-analysis__faq-answer p {
  margin-bottom: 10px;
  color: var(--text-secondary-color, #A7D9B8);
}

.page-promotions-deposit-bonus-analysis__faq-answer a {
  color: var(--glow-color, #57E38D);
  text-decoration: underline;
}

.page-promotions-deposit-bonus-analysis__conclusion .page-promotions-deposit-bonus-analysis__paragraph {
  text-align: center;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-promotions-deposit-bonus-analysis__hero-content {
    margin-top: -80px;
    padding: 30px 20px;
  }
  .page-promotions-deposit-bonus-analysis__main-title {
    font-size: 2.5em;
  }
  .page-promotions-deposit-bonus-analysis__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-promotions-deposit-bonus-analysis__hero-section {
    padding: 10px 0 40px 0;
  }
  .page-promotions-deposit-bonus-analysis__hero-content {
    margin-top: -60px;
    padding: 25px 15px;
    max-width: 95%;
  }
  .page-promotions-deposit-bonus-analysis__main-title {
    font-size: 2em;
    max-width: 100%;
  }
  .page-promotions-deposit-bonus-analysis__hero-description {
    font-size: 1em;
  }
  .page-promotions-deposit-bonus-analysis__cta-button {
    padding: 12px 25px;
    font-size: 0.9em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: auto;
    margin-right: auto;
  }
  .page-promotions-deposit-bonus-analysis__cta-button--centered,
  .page-promotions-deposit-bonus-analysis__cta-button--final {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-promotions-deposit-bonus-analysis__section {
    padding: 40px 0;
  }
  .page-promotions-deposit-bonus-analysis__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-promotions-deposit-bonus-analysis__subtitle {
    font-size: 1.4em;
  }
  .page-promotions-deposit-bonus-analysis__paragraph {
    font-size: 0.95em;
  }
  .page-promotions-deposit-bonus-analysis__card-grid,
  .page-promotions-deposit-bonus-analysis__feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-promotions-deposit-bonus-analysis__card,
  .page-promotions-deposit-bonus-analysis__feature-card,
  .page-promotions-deposit-bonus-analysis__list-item,
  .page-promotions-deposit-bonus-analysis__steps-item,
  .page-promotions-deposit-bonus-analysis__faq-item {
    padding: 20px;
  }
  .page-promotions-deposit-bonus-analysis__card-image,
  .page-promotions-deposit-bonus-analysis__feature-image {
    height: 150px;
  }
  .page-promotions-deposit-bonus-analysis__steps-item {
    padding-left: 60px;
  }
  .page-promotions-deposit-bonus-analysis__steps-item::before {
    left: 15px;
    top: 20px;
    width: 30px;
    height: 30px;
    font-size: 1.1em;
  }
  .page-promotions-deposit-bonus-analysis__faq-question {
    padding: 15px 20px;
    font-size: 1.05em;
  }
  .page-promotions-deposit-bonus-analysis__faq-answer {
    padding: 0 20px 15px 20px;
  }

  /* Mobile image/video/button overflow prevention */
  .page-promotions-deposit-bonus-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-promotions-deposit-bonus-analysis__section,
  .page-promotions-deposit-bonus-analysis__card,
  .page-promotions-deposit-bonus-analysis__container,
  .page-promotions-deposit-bonus-analysis__hero-image-wrapper,
  .page-promotions-deposit-bonus-analysis__card-grid,
  .page-promotions-deposit-bonus-analysis__feature-grid,
  .page-promotions-deposit-bonus-analysis__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }
  .page-promotions-deposit-bonus-analysis__hero-section {
    padding-left: 0;
    padding-right: 0;
  }
  .page-promotions-deposit-bonus-analysis__hero-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-promotions-deposit-bonus-analysis__cta-button {
    padding-left: 15px;
    padding-right: 15px;
  }
}