/* style/promotions-first-deposit-bonus.css */
:root {
  --primary-color: #113B7A;
  --secondary-color: #1D5FD1;
  --button-gradient: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  --card-bg: #10233F;
  --text-main: #F3F8FF;
  --text-secondary: #AFC4E8;
  --border-color: #244D84;
  --glow-color: #4FA8FF;
  --gold-color: #F2C14E;
  --divider-color: #1B3357;
  --deep-navy: #08162B;
}

.page-promotions-first-deposit-bonus {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main); /* Light text for dark body background */
  background-color: var(--deep-navy); /* Body background from shared.css */
}

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

.page-promotions-first-deposit-bonus__section {
  padding: 60px 0;
  position: relative;
}

.page-promotions-first-deposit-bonus__section-title {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: var(--text-main);
  line-height: 1.2;
}

.page-promotions-first-deposit-bonus__section-title--light {
  color: var(--text-main);
}

.page-promotions-first-deposit-bonus__text-block {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px;
  color: var(--text-secondary);
}

.page-promotions-first-deposit-bonus__text-block--light {
  color: var(--text-main);
}

.page-promotions-first-deposit-bonus img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

/* HERO Section */
.page-promotions-first-deposit-bonus__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Rely on body for header offset, use small padding here */
  background-color: var(--deep-navy);
}

.page-promotions-first-deposit-bonus__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-promotions-first-deposit-bonus__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

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

.page-promotions-first-deposit-bonus__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-promotions-first-deposit-bonus__main-title {
  font-size: 3.2em;
  font-weight: 900;
  color: var(--gold-color);
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-promotions-first-deposit-bonus__intro-description {
  font-size: 1.3em;
  color: var(--text-main);
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-first-deposit-bonus__cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: var(--button-gradient);
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-first-deposit-bonus__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  opacity: 0.9;
}

.page-promotions-first-deposit-bonus__cta-button--small {
  padding: 14px 35px;
  font-size: 1em;
}

.page-promotions-first-deposit-bonus__cta-button--large {
  padding: 20px 60px;
  font-size: 1.4em;
}

.page-promotions-first-deposit-bonus__cta-button--outline {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  box-shadow: none;
}

.page-promotions-first-deposit-bonus__cta-button--outline:hover {
  background: var(--primary-color);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Bonus Intro Section */
.page-promotions-first-deposit-bonus__bonus-intro {
  background-color: var(--deep-navy);
  border-bottom: 1px solid var(--divider-color);
}

.page-promotions-first-deposit-bonus__feature-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-promotions-first-deposit-bonus__feature-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 30px;
  flex: 1 1 300px;
  max-width: 350px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-first-deposit-bonus__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-promotions-first-deposit-bonus__feature-title {
  font-size: 1.6em;
  color: var(--gold-color);
  margin-bottom: 15px;
}

.page-promotions-first-deposit-bonus__feature-item p {
  color: var(--text-secondary);
  font-size: 1em;
}

/* How to Claim Section */
.page-promotions-first-deposit-bonus__how-to-claim {
  background-color: var(--deep-navy);
  border-bottom: 1px solid var(--divider-color);
}

.page-promotions-first-deposit-bonus__steps-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-promotions-first-deposit-bonus__step-card {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 30px;
  flex: 1 1 280px;
  max-width: 350px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-top: 70px;
}

.page-promotions-first-deposit-bonus__step-number {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--button-gradient);
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  border: 3px solid var(--gold-color);
  box-shadow: 0 0 15px rgba(79, 168, 255, 0.6);
}

.page-promotions-first-deposit-bonus__step-title {
  font-size: 1.5em;
  color: var(--gold-color);
  margin-bottom: 15px;
}

.page-promotions-first-deposit-bonus__step-card p {
  color: var(--text-secondary);
  font-size: 1em;
}

.page-promotions-first-deposit-bonus__image-block {
  margin-top: 50px;
  text-align: center;
}

.page-promotions-first-deposit-bonus__image-block img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
}

/* Terms & Conditions Section */
.page-promotions-first-deposit-bonus__terms-conditions {
  background-color: var(--deep-navy);
  border-bottom: 1px solid var(--divider-color);
}

.page-promotions-first-deposit-bonus__terms-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 40px auto;
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-first-deposit-bonus__terms-list li {
  padding: 15px 25px;
  border-bottom: 1px solid var(--divider-color);
  color: var(--text-secondary);
  font-size: 1.05em;
}

.page-promotions-first-deposit-bonus__terms-list li:last-child {
  border-bottom: none;
}

.page-promotions-first-deposit-bonus__terms-list li strong {
  color: var(--text-main);
}

/* Why Choose Us Section */
.page-promotions-first-deposit-bonus__why-choose-us {
  background-color: var(--deep-navy);
  border-bottom: 1px solid var(--divider-color);
}

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

.page-promotions-first-deposit-bonus__card {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: var(--text-secondary);
}

.page-promotions-first-deposit-bonus__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-promotions-first-deposit-bonus__card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-promotions-first-deposit-bonus__card-title {
  font-size: 1.6em;
  color: var(--gold-color);
  margin-bottom: 15px;
}

/* Registration Guide Section */
.page-promotions-first-deposit-bonus__registration-guide {
  background-color: var(--deep-navy);
  border-bottom: 1px solid var(--divider-color);
}

.page-promotions-first-deposit-bonus__accordion {
  max-width: 900px;
  margin: 40px auto;
}

/* FAQ Section */
details.page-promotions-first-deposit-bonus__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  background: var(--card-bg);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
details.page-promotions-first-deposit-bonus__faq-item summary.page-promotions-first-deposit-bonus__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: var(--text-main);
  font-size: 1.1em;
}
details.page-promotions-first-deposit-bonus__faq-item summary.page-promotions-first-deposit-bonus__faq-question::-webkit-details-marker {
  display: none;
}
details.page-promotions-first-deposit-bonus__faq-item summary.page-promotions-first-deposit-bonus__faq-question:hover {
  background: rgba(var(--primary-color), 0.2);
}
.page-promotions-first-deposit-bonus__faq-qtext {
  flex: 1;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: var(--text-main);
}
.page-promotions-first-deposit-bonus__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--gold-color);
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-promotions-first-deposit-bonus__faq-item .page-promotions-first-deposit-bonus__faq-answer {
  padding: 0 20px 20px;
  background: rgba(var(--primary-color), 0.1);
  border-radius: 0 0 5px 5px;
  color: var(--text-secondary);
  font-size: 1em;
}

.page-promotions-first-deposit-bonus__btn-secondary {
  display: inline-block;
  padding: 10px 20px;
  background: var(--secondary-color);
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 15px;
  transition: all 0.3s ease;
  border: none;
}

.page-promotions-first-deposit-bonus__btn-secondary:hover {
  background: var(--primary-color);
  transform: translateY(-1px);
}

/* Final CTA Section */
.page-promotions-first-deposit-bonus__final-cta {
  background: var(--button-gradient);
  padding: 80px 0;
  text-align: center;
}

.page-promotions-first-deposit-bonus__final-cta .page-promotions-first-deposit-bonus__text-block {
  color: #ffffff;
}

/* Latest News/Blog Section */
.page-promotions-first-deposit-bonus__latest-news {
  background-color: var(--deep-navy);
  padding-bottom: 80px;
}

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

.page-promotions-first-deposit-bonus__blog-card {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

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

.page-promotions-first-deposit-bonus__blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 0;
}

.page-promotions-first-deposit-bonus__blog-title {
  font-size: 1.4em;
  color: var(--gold-color);
  margin: 20px 20px 10px;
  line-height: 1.4;
}

.page-promotions-first-deposit-bonus__blog-title a {
  color: inherit;
  text-decoration: none;
}

.page-promotions-first-deposit-bonus__blog-title a:hover {
  text-decoration: underline;
}

.page-promotions-first-deposit-bonus__blog-meta {
  font-size: 0.9em;
  color: var(--text-secondary);
  margin: 0 20px 15px;
}

.page-promotions-first-deposit-bonus__blog-excerpt {
  font-size: 1em;
  color: var(--text-secondary);
  margin: 0 20px 20px;
  flex-grow: 1;
}

.page-promotions-first-deposit-bonus__read-more {
  display: inline-block;
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: bold;
  margin: 0 20px 20px;
  transition: color 0.3s ease;
}

.page-promotions-first-deposit-bonus__read-more:hover {
  color: var(--gold-color);
  text-decoration: underline;
}

.page-promotions-first-deposit-bonus__button-group {
  margin-top: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-promotions-first-deposit-bonus__main-title {
    font-size: 2.8em;
  }
  .page-promotions-first-deposit-bonus__intro-description {
    font-size: 1.2em;
  }
  .page-promotions-first-deposit-bonus__section-title {
    font-size: 2.5em;
  }
  .page-promotions-first-deposit-bonus__feature-item,
  .page-promotions-first-deposit-bonus__step-card {
    flex: 1 1 45%;
    max-width: 45%;
  }
  .page-promotions-first-deposit-bonus__card-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-promotions-first-deposit-bonus {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-promotions-first-deposit-bonus__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .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__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .page-promotions-first-deposit-bonus__intro-description {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .page-promotions-first-deposit-bonus__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-promotions-first-deposit-bonus__text-block {
    font-size: 0.95em;
    margin-bottom: 20px;
  }
  .page-promotions-first-deposit-bonus__cta-button,
  .page-promotions-first-deposit-bonus__btn-secondary,
  .page-promotions-first-deposit-bonus a[class*="button"],
  .page-promotions-first-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-first-deposit-bonus__button-group {
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-promotions-first-deposit-bonus__feature-list,
  .page-promotions-first-deposit-bonus__steps-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .page-promotions-first-deposit-bonus__feature-item,
  .page-promotions-first-deposit-bonus__step-card {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 25px;
  }
  .page-promotions-first-deposit-bonus__step-card {
    padding-top: 60px;
  }
  .page-promotions-first-deposit-bonus__step-number {
    top: -20px;
    width: 40px;
    height: 40px;
    font-size: 1.5em;
  }
  .page-promotions-first-deposit-bonus__card-grid {
    grid-template-columns: 1fr;
  }
  .page-promotions-first-deposit-bonus__card img {
    
  }
  .page-promotions-first-deposit-bonus__terms-list {
    margin: 30px auto;
  }
  .page-promotions-first-deposit-bonus__terms-list li {
    padding: 12px 15px;
    font-size: 0.95em;
  }
  .page-promotions-first-deposit-bonus__blog-grid {
    grid-template-columns: 1fr;
  }
  .page-promotions-first-deposit-bonus__blog-card img {
    height: 200px;
  }
  .page-promotions-first-deposit-bonus__blog-title {
    font-size: 1.2em;
  }
  .page-promotions-first-deposit-bonus__faq-item summary.page-promotions-first-deposit-bonus__faq-question { padding: 15px; }
  .page-promotions-first-deposit-bonus__faq-qtext { font-size: 1em; }
  .page-promotions-first-deposit-bonus__faq-answer { padding: 0 15px 15px; }
}

@media (max-width: 480px) {
  .page-promotions-first-deposit-bonus__main-title {
    font-size: 1.8em;
  }
  .page-promotions-first-deposit-bonus__section-title {
    font-size: 1.6em;
  }
  .page-promotions-first-deposit-bonus__cta-button--large {
    padding: 15px 40px;
    font-size: 1.1em;
  }
}