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

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

.page-promotions-first-deposit-bonus__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  overflow: hidden;
  background-color: var(--background-color, #08160F);
}

.page-promotions-first-deposit-bonus__hero-image {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 30px;
}

.page-promotions-first-deposit-bonus__hero-content {
  max-width: 800px;
  z-index: 1;
  color: var(--text-main-color, #F2FFF6);
}

.page-promotions-first-deposit-bonus__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--text-main-color, #F2FFF6);
}

.page-promotions-first-deposit-bonus__hero-description {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: var(--text-secondary-color, #A7D9B8);
}

.page-promotions-first-deposit-bonus__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.page-promotions-first-deposit-bonus__btn-primary,
.page-promotions-first-deposit-bonus__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-promotions-first-deposit-bonus__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  border: none;
}

.page-promotions-first-deposit-bonus__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(42, 209, 111, 0.4);
}

.page-promotions-first-deposit-bonus__btn-secondary {
  background-color: transparent;
  color: var(--main-color, #11A84E);
  border: 2px solid var(--border-color, #2E7A4E);
}

.page-promotions-first-deposit-bonus__btn-secondary:hover {
  transform: translateY(-2px);
  background-color: rgba(17, 168, 78, 0.1);
}

.page-promotions-first-deposit-bonus__section {
  padding: 60px 0;
  background-color: var(--background-color, #08160F);
}

.page-promotions-first-deposit-bonus__section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--text-main-color, #F2FFF6);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-promotions-first-deposit-bonus__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: var(--glow-color, #57E38D);
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-promotions-first-deposit-bonus__text-block {
  font-size: 1.1rem;
  color: var(--text-secondary-color, #A7D9B8);
  margin-bottom: 20px;
  text-align: justify;
}

.page-promotions-first-deposit-bonus__image-content {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  margin: 40px auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  max-width: 100%;
}

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

.page-promotions-first-deposit-bonus__step-item {
  background-color: var(--card-bg-color, #11271B);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-color, #2E7A4E);
  color: var(--text-secondary-color, #A7D9B8);
}

.page-promotions-first-deposit-bonus__step-title {
  font-size: 1.5rem;
  color: var(--text-main-color, #F2FFF6);
  margin-bottom: 15px;
  font-weight: bold;
}

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

.page-promotions-first-deposit-bonus__card {
  background-color: var(--card-bg-color, #11271B);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-color, #2E7A4E);
  color: var(--text-secondary-color, #A7D9B8);
}

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

.page-promotions-first-deposit-bonus__tip-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-promotions-first-deposit-bonus__tip-item {
  background-color: var(--card-bg-color, #11271B);
  padding: 20px 30px;
  margin-bottom: 15px;
  border-radius: 10px;
  border-left: 5px solid var(--main-color, #11A84E);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  color: var(--text-secondary-color, #A7D9B8);
}

.page-promotions-first-deposit-bonus__tip-item strong {
  color: var(--text-main-color, #F2FFF6);
}

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

.page-promotions-first-deposit-bonus__feature-item {
  background-color: var(--card-bg-color, #11271B);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-color, #2E7A4E);
  color: var(--text-secondary-color, #A7D9B8);
}

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

.page-promotions-first-deposit-bonus__faq-list {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.page-promotions-first-deposit-bonus__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--text-main-color, #F2FFF6);
  cursor: pointer;
  background-color: var(--deep-green-color, #0A4B2C);
  border-bottom: 1px solid var(--divider-color, #1E3A2A);
}

.page-promotions-first-deposit-bonus__faq-item[open] .page-promotions-first-deposit-bonus__faq-question {
  border-bottom: 1px solid var(--divider-color, #1E3A2A);
}

.page-promotions-first-deposit-bonus__faq-question::-webkit-details-marker {
  display: none;
}

.page-promotions-first-deposit-bonus__faq-question::marker {
  display: none;
}

.page-promotions-first-deposit-bonus__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

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

.page-promotions-first-deposit-bonus__faq-answer {
  padding: 20px 30px;
  font-size: 1.1rem;
  color: var(--text-secondary-color, #A7D9B8);
  background-color: var(--card-bg-color, #11271B);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-promotions-first-deposit-bonus__main-title {
    font-size: clamp(2rem, 6vw, 3rem);
  }

  .page-promotions-first-deposit-bonus__section-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .page-promotions-first-deposit-bonus__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-promotions-first-deposit-bonus__hero-description {
    font-size: 1rem;
  }

  .page-promotions-first-deposit-bonus__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-promotions-first-deposit-bonus__btn-primary,
  .page-promotions-first-deposit-bonus__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

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

  .page-promotions-first-deposit-bonus__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-promotions-first-deposit-bonus__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-promotions-first-deposit-bonus__text-block {
    font-size: 1rem;
  }

  .page-promotions-first-deposit-bonus__image-content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 30px auto;
    display: block !important;
  }

  .page-promotions-first-deposit-bonus__step-list,
  .page-promotions-first-deposit-bonus__card-list,
  .page-promotions-first-deposit-bonus__feature-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-promotions-first-deposit-bonus__step-item,
  .page-promotions-first-deposit-bonus__card,
  .page-promotions-first-deposit-bonus__feature-item,
  .page-promotions-first-deposit-bonus__tip-item,
  .page-promotions-first-deposit-bonus__faq-item {
    padding: 20px;
  }

  .page-promotions-first-deposit-bonus__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

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

  /* Ensure all image containers are constrained */
  .page-promotions-first-deposit-bonus__section,
  .page-promotions-first-deposit-bonus__card,
  .page-promotions-first-deposit-bonus__container,
  .page-promotions-first-deposit-bonus__hero-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important; /* Prevent horizontal scroll */
  }
}

/* Custom Colors */
.page-promotions-first-deposit-bonus {
  --main-color: #11A84E;
  --accent-color: #22C768;
  --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --card-bg-color: #11271B;
  --background-color: #08160F;
  --text-main-color: #F2FFF6;
  --text-secondary-color: #A7D9B8;
  --border-color: #2E7A4E;
  --glow-color: #57E38D;
  --gold-color: #F2C14E;
  --divider-color: #1E3A2A;
  --deep-green-color: #0A4B2C;
}

.page-promotions-first-deposit-bonus__btn-primary {
  background: var(--button-gradient);
  color: var(--text-main-color);
}

.page-promotions-first-deposit-bonus__btn-secondary {
  color: var(--main-color);
  border-color: var(--border-color);
}

.page-promotions-first-deposit-bonus__card,
.page-promotions-first-deposit-bonus__step-item,
.page-promotions-first-deposit-bonus__tip-item,
.page-promotions-first-deposit-bonus__feature-item,
.page-promotions-first-deposit-bonus__faq-item {
  background-color: var(--card-bg-color);
  border-color: var(--border-color);
  color: var(--text-secondary-color);
}

.page-promotions-first-deposit-bonus__section-title::after {
  background: var(--glow-color);
}

.page-promotions-first-deposit-bonus__main-title,
.page-promotions-first-deposit-bonus__card-title,
.page-promotions-first-deposit-bonus__step-title,
.page-promotions-first-deposit-bonus__feature-title,
.page-promotions-first-deposit-bonus__faq-question {
  color: var(--text-main-color);
}

.page-promotions-first-deposit-bonus__hero-description,
.page-promotions-first-deposit-bonus__text-block,
.page-promotions-first-deposit-bonus__faq-answer {
  color: var(--text-secondary-color);
}

.page-promotions-first-deposit-bonus__tip-item strong {
  color: var(--text-main-color);
}

.page-promotions-first-deposit-bonus__faq-question {
  background-color: var(--deep-green-color);
  border-bottom-color: var(--divider-color);
}

.page-promotions-first-deposit-bonus__faq-item[open] .page-promotions-first-deposit-bonus__faq-question {
  border-bottom-color: var(--divider-color);
}

.page-promotions-first-deposit-bonus__faq-answer {
  background-color: var(--card-bg-color);
}