.page-promotions { color: #333333; background-color: #f8f8f8; font-family: Arial, sans-serif; line-height: 1.6; }
.page-promotions__container { max-width: 1200px; margin: 0 auto; padding: 20px; }

.page-promotions__hero-section { position: relative; overflow: hidden; border-radius: 15px; margin-bottom: 40px; }
.page-promotions__hero-image { width: 100%; height: auto; display: block; object-fit: cover; }
.page-promotions__hero-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; background-color: rgba(0, 0, 0, 0.5); padding: 20px; color: #ffffff; }
.page-promotions__main-title { font-weight: bold; line-height: 1.2; letter-spacing: -0.05em; margin-bottom: 15px; color: #FFD700; }
.page-promotions__hero-description { font-size: 1.1em; margin-bottom: 30px; max-width: 800px; }
.page-promotions__cta-button { background-color: #FFD700; color: #1A202C; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1em; }
.page-promotions__cta-button:hover { background-color: #e0b800; }

.page-promotions__section-title { font-size: 2.2em; color: #1A202C; text-align: center; margin-bottom: 20px; font-weight: bold; }
.page-promotions__section-description { font-size: 1.1em; text-align: center; max-width: 900px; margin: 0 auto 40px; }

.page-promotions__content-section { padding: 40px 0; border-bottom: 1px solid #eee; }
.page-promotions__content-section:last-of-type { border-bottom: none; }

.page-promotions__promotion-card { background-color: #ffffff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); margin: 30px auto; max-width: 800px; overflow: hidden; }
.page-promotions__card-image { width: 100%; height: auto; display: block; object-fit: cover; min-height: 200px; }
.page-promotions__card-title { font-size: 1.8em; color: #1A202C; margin: 20px 20px 10px; }
.page-promotions__card-description { padding: 0 20px 20px; font-size: 1em; color: #555; }
.page-promotions__card-button { display: inline-block; background-color: #1A202C; color: #FFD700; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin: 0 20px 20px; transition: background-color 0.3s ease; }
.page-promotions__card-button:hover { background-color: #333; }

.page-promotions__toc-section { background-color: #1A202C; color: #ffffff; padding: 30px 0; margin-bottom: 40px; border-radius: 10px; }
.page-promotions__toc-title { font-size: 1.8em; text-align: center; margin-bottom: 20px; color: #FFD700; }
.page-promotions__toc-toggle { display: none; background-color: #FFD700; color: #1A202C; padding: 10px 15px; border: none; border-radius: 5px; cursor: pointer; font-weight: bold; margin: 0 auto 20px; }
.page-promotions__toc-nav ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; }
.page-promotions__toc-nav li { margin: 10px 15px; }
.page-promotions__toc-nav a { color: #ffffff; text-decoration: none; font-weight: bold; transition: color 0.3s ease; }
.page-promotions__toc-nav a:hover { color: #FFD700; }

.page-promotions__claim-steps { list-style: decimal; padding-left: 20px; max-width: 800px; margin: 20px auto; }
.page-promotions__claim-steps li { margin-bottom: 10px; }
.page-promotions__claim-steps strong { color: #1A202C; }

.page-promotions__terms-list { list-style: disc; padding-left: 20px; max-width: 800px; margin: 20px auto; }
.page-promotions__terms-list li { margin-bottom: 10px; }

.page-promotions__faq-list { max-width: 900px; margin: 30px auto; }
.page-promotions__faq-item { background-color: #ffffff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); overflow: hidden; }
.page-promotions__faq-item summary { cursor: pointer; padding: 18px 25px; display: flex; justify-content: space-between; align-items: center; font-weight: bold; color: #1A202C; background-color: #f0f0f0; border-bottom: 1px solid #e0e0e0; }
.page-promotions__faq-item summary:hover { background-color: #e5e5e5; }
.page-promotions__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 10px; }
.page-promotions__faq-answer { padding: 15px 25px 20px; color: #555; }

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-promotions__main-title { font-size: clamp(2em, 5vw, 3em); }
  .page-promotions__hero-description { font-size: 1em; }
  .page-promotions__section-title { font-size: 1.8em; }
  .page-promotions__section-description { font-size: 0.95em; }
  .page-promotions__toc-nav li { margin: 8px 10px; }
  .page-promotions__promotion-card { margin: 20px auto; }
}

@media (max-width: 768px) {
  .page-promotions__hero-content { padding: 15px; }
  .page-promotions__main-title { font-size: clamp(1.8em, 6vw, 2.5em); }
  .page-promotions__hero-description { font-size: 0.9em; max-width: 90%; }
  .page-promotions__cta-button { width: 100%; max-width: 250px; box-sizing: border-box; white-space: normal; word-wrap: break-word; }

  .page-promotions__section-title { font-size: 1.6em; }
  .page-promotions__section-description { font-size: 0.9em; }

  .page-promotions__toc-toggle { display: block; text-align: center; }
  .page-promotions__toc-nav { max-height: 0; overflow: hidden; transition: max-height 0.5s ease-out; }
  .page-promotions__toc-nav.is-open { max-height: 500px; /* Adjust as needed */ transition: max-height 0.7s ease-in; }
  .page-promotions__toc-nav ul { flex-direction: column; align-items: center; }
  .page-promotions__toc-nav li { margin: 8px 0; }

  .page-promotions__promotion-card { max-width: 95%; }
  .page-promotions__card-title { font-size: 1.5em; }
  .page-promotions__card-description { font-size: 0.9em; }
  .page-promotions__card-button { display: block; width: calc(100% - 40px); text-align: center; margin: 0 20px 20px; }

  .page-promotions__claim-steps, .page-promotions__terms-list, .page-promotions__faq-list { max-width: 95%; padding-left: 15px; }
  .page-promotions__faq-item summary { padding: 15px 20px; font-size: 0.95em; }
  .page-promotions__faq-answer { padding: 12px 20px 15px; font-size: 0.9em; }

  /* General image and button max-width for mobile */
  .page-promotions img { max-width: 100% !important; height: auto !important; }
  .page-promotions button, .page-promotions a.page-promotions__cta-button, .page-promotions a.page-promotions__card-button { max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; }
}