.page-promotions-latest-deposit-bonus {
    padding-top: 0; /* Assuming shared.css handles body padding-top: var(--header-offset); */
    background-color: #1a1a1a;
    color: #ffffff;
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}

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

/* HERO Banner Section */
.page-promotions-latest-deposit-bonus__hero-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 0; /* Crucial: no double padding if body already has it */
}

.page-promotions-latest-deposit-bonus__hero-container {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

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

/* Intro Section */
.page-promotions-latest-deposit-bonus__intro-section {
    padding: 60px 0;
    text-align: center;
    background-color: #2a2a2a;
    color: #ffffff;
}

.page-promotions-latest-deposit-bonus__main-title {
    font-size: 3.2em;
    color: #FFD700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-promotions-latest-deposit-bonus__description {
    font-size: 1.1em;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: #f0f0f0;
}

/* CTA Buttons */
.page-promotions-latest-deposit-bonus__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

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

.page-promotions-latest-deposit-bonus__btn-primary {
    background-color: #8B0000;
    color: #ffffff;
    border: 2px solid #8B0000;
}

.page-promotions-latest-deposit-bonus__btn-primary:hover {
    background-color: #a00000;
    border-color: #a00000;
}

.page-promotions-latest-deposit-bonus__btn-secondary {
    background-color: #FFD700;
    color: #333333;
    border: 2px solid #FFD700;
}

.page-promotions-latest-deposit-bonus__btn-secondary:hover {
    background-color: #e0b800;
    border-color: #e0b800;
}

/* Details Section */
.page-promotions-latest-deposit-bonus__details-section {
    padding: 80px 0;
    background-color: #1a1a1a;
    color: #ffffff;
}

.page-promotions-latest-deposit-bonus__section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 20px;
}

.page-promotions-latest-deposit-bonus__section-description {
    font-size: 1.05em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px auto;
    color: #f0f0f0;
}

.page-promotions-latest-deposit-bonus__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.page-promotions-latest-deposit-bonus__feature-card {
    background-color: #2a2a2a;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: left;
    color: #ffffff;
}

.page-promotions-latest-deposit-bonus__card-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-promotions-latest-deposit-bonus__content-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 50px auto 0 auto;
    border-radius: 10px;
    max-width: 800px;
}

/* Requirements Section */
.page-promotions-latest-deposit-bonus__requirements-section {
    padding: 80px 0;
    background-color: #8B0000;
    color: #ffffff;
}

.page-promotions-latest-deposit-bonus__list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 900px;
}

.page-promotions-latest-deposit-bonus__list li {
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-latest-deposit-bonus__list-title {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 10px;
}

/* Platform Advantage Section */
.page-promotions-latest-deposit-bonus__platform-advantage {
    padding: 80px 0;
    background-color: #1a1a1a;
    color: #ffffff;
}

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

.page-promotions-latest-deposit-bonus__advantage-card {
    background-color: #2a2a2a;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: left;
    color: #ffffff;
}

.page-promotions-latest-deposit-bonus__cta-buttons--center {
    margin-top: 50px;
}

/* FAQ Section */
.page-promotions-latest-deposit-bonus__faq-section {
    padding: 80px 0;
    background-color: #2a2a2a;
    color: #ffffff;
}

.page-promotions-latest-deposit-bonus__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

/* FAQ item styles */
.page-promotions-latest-deposit-bonus__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.page-promotions-latest-deposit-bonus__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 15px;
  opacity: 0;
}

.page-promotions-latest-deposit-bonus__faq-item.active .page-promotions-latest-deposit-bonus__faq-answer {
  max-height: 2000px !important;
  padding: 20px 15px !important;
  opacity: 1;
  background: #3a3a3a;
  border-radius: 0 0 5px 5px;
}

.page-promotions-latest-deposit-bonus__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #1a1a1a;
  border: 1px solid #3a3a3a;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
  color: #ffffff;
}

.page-promotions-latest-deposit-bonus__faq-question:hover {
  background: #2a2a2a;
  border-color: #4a4a4a;
}

.page-promotions-latest-deposit-bonus__faq-question:active {
  background: #3a3a3a;
}

.page-promotions-latest-deposit-bonus__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #FFD700;
}

.page-promotions-latest-deposit-bonus__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #FFD700;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-promotions-latest-deposit-bonus__faq-item.active .page-promotions-latest-deposit-bonus__faq-toggle {
  color: #ffffff;
}

/* Final CTA Section */
.page-promotions-latest-deposit-bonus__final-cta {
    padding: 80px 0;
    text-align: center;
    background-color: #1a1a1a;
    color: #ffffff;
}

/* Responsive Styles for 1024px */
@media (max-width: 1024px) {
    .page-promotions-latest-deposit-bonus__main-title {
        font-size: 2.8em;
    }
    .page-promotions-latest-deposit-bonus__section-title {
        font-size: 2em;
    }
    .page-promotions-latest-deposit-bonus__container {
        padding: 15px;
    }
    .page-promotions-latest-deposit-bonus__feature-grid,
    .page-promotions-latest-deposit-bonus__advantage-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }
}

/* Responsive Styles for 768px (Mobile) */
@media (max-width: 768px) {
    /* HERO 主图区域 */
    .page-promotions-latest-deposit-bonus__hero-banner {
        padding-top: 0 !important;
    }
    .page-promotions-latest-deposit-bonus__hero-image {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
    }

    /* 通用图片与容器 */
    .page-promotions-latest-deposit-bonus img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    .page-promotions-latest-deposit-bonus__container,
    .page-promotions-latest-deposit-bonus__intro-section,
    .page-promotions-latest-deposit-bonus__details-section,
    .page-promotions-latest-deposit-bonus__requirements-section,
    .page-promotions-latest-deposit-bonus__platform-advantage,
    .page-promotions-latest-deposit-bonus__faq-section,
    .page-promotions-latest-deposit-bonus__final-cta {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* 按钮与按钮容器 */
    .page-promotions-latest-deposit-bonus__cta-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    .page-promotions-latest-deposit-bonus__btn-primary,
    .page-promotions-latest-deposit-bonus__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding: 12px 20px;
        font-size: 1em;
    }

    /* 其他内容模块 (Text, Grid Layouts, FAQ) */
    .page-promotions-latest-deposit-bonus__main-title {
        font-size: 2em;
    }
    .page-promotions-latest-deposit-bonus__section-title {
        font-size: 1.8em;
    }
    .page-promotions-latest-deposit-bonus__description,
    .page-promotions-latest-deposit-bonus__section-description {
        font-size: 0.95em;
    }
    .page-promotions-latest-deposit-bonus__feature-grid,
    .page-promotions-latest-deposit-bonus__advantage-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page-promotions-latest-deposit-bonus__feature-card,
    .page-promotions-latest-deposit-bonus__advantage-card {
        padding: 20px;
    }
    .page-promotions-latest-deposit-bonus__card-title,
    .page-promotions-latest-deposit-bonus__list-title {
        font-size: 1.3em;
    }
    .page-promotions-latest-deposit-bonus__list li {
        padding: 15px;
    }
    /* FAQ mobile */
    .page-promotions-latest-deposit-bonus__faq-question {
      padding: 15px;
      flex-wrap: wrap;
    }
    .page-promotions-latest-deposit-bonus__faq-question h3 {
      font-size: 15px;
      margin-bottom: 0;
      width: calc(100% - 40px);
    }
    .page-promotions-latest-deposit-bonus__faq-toggle {
      margin-left: 10px;
      width: 24px;
      height: 24px;
      font-size: 20px;
    }
    .page-promotions-latest-deposit-bonus__faq-answer {
      padding: 0 15px;
    }
    .page-promotions-latest-deposit-bonus__faq-item.active .page-promotions-latest-deposit-bonus__faq-answer {
      padding: 15px !important;
    }
}