.page-promotions { color: #333333; font-family: Arial, sans-serif; line-height: 1.6; }
.page-promotions__hero-section { position: relative; background-color: #800080; padding-top: 10px; }
.page-promotions__banner { position: relative; overflow: hidden; border-radius: 15px; max-width: 1200px; margin: 0 auto; }
.page-promotions__banner-image { width: 100%; height: auto; object-fit: cover; display: block; }
.page-promotions__banner-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: linear-gradient(to right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.6) 100%); padding: 20px; }
.page-promotions__banner-content { text-align: center; color: #ffffff; max-width: 800px; }
.page-promotions__main-title { font-size: clamp(2.5rem, 5vw, 3.5rem); font-weight: 700; line-height: 1.2; margin-bottom: 15px; letter-spacing: 1px; }
.page-promotions__intro-text { font-size: clamp(1rem, 2vw, 1.25rem); margin-bottom: 30px; }
.page-promotions__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.page-promotions__cta-button { display: inline-block; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; white-space: nowrap; }
.page-promotions__cta-button--primary { background-color: #FFD700; color: #333333; border: 2px solid #FFD700; }
.page-promotions__cta-button--primary:hover { background-color: #e6c200; transform: translateY(-2px); }
.page-promotions__cta-button--secondary { background-color: transparent; color: #FFD700; border: 2px solid #FFD700; }
.page-promotions__cta-button--secondary:hover { background-color: #FFD700; color: #333333; transform: translateY(-2px); }

.page-promotions__toc-section { max-width: 1200px; margin: 40px auto; padding: 20px; background-color: #f9f9f9; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.page-promotions__section-title { font-size: 2.2rem; color: #800080; text-align: center; margin-bottom: 25px; font-weight: 600; }
.page-promotions__toc-toggle { display: none; width: 100%; padding: 10px; background-color: #800080; color: #ffffff; border: none; border-radius: 5px; cursor: pointer; font-size: 1.1rem; margin-bottom: 15px; }
.page-promotions__toc-nav { margin-top: 15px; }
.page-promotions__toc-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
.page-promotions__toc-list li { margin: 0; }
.page-promotions__toc-link { display: block; padding: 10px 20px; background-color: #eee; border-radius: 20px; text-decoration: none; color: #333333; font-weight: 500; transition: background-color 0.3s ease, color 0.3s ease; }
.page-promotions__toc-link:hover { background-color: #FFD700; color: #800080; }

.page-promotions__content-section { max-width: 1200px; margin: 60px auto; padding: 20px; }
.page-promotions__paragraph { font-size: 1.1rem; line-height: 1.8; margin-bottom: 25px; text-align: justify; }

.page-promotions__promo-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }
.page-promotions__promo-card { background-color: #ffffff; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); overflow: hidden; display: flex; flex-direction: column; text-align: center; transition: transform 0.3s ease; }
.page-promotions__promo-card:hover { transform: translateY(-10px); }
.page-promotions__promo-card-image { width: 100%; height: 200px; object-fit: cover; border-bottom: 1px solid #eee; }
.page-promotions__promo-card-title { font-size: 1.6rem; color: #800080; margin: 20px 15px 10px; min-height: 50px; }
.page-promotions__promo-card-description { font-size: 1rem; color: #555555; padding: 0 20px 20px; flex-grow: 1; }
.page-promotions__promo-card .page-promotions__cta-button { margin: 0 20px 20px; width: calc(100% - 40px); background-color: #FFD700; color: #333333; border: none; }
.page-promotions__promo-card .page-promotions__cta-button:hover { background-color: #e6c200; }

.page-promotions__steps-list { list-style: none; counter-reset: step-counter; padding: 0; margin-top: 30px; }
.page-promotions__steps-list li { margin-bottom: 20px; display: flex; align-items: flex-start; }
.page-promotions__steps-list li::before { content: counter(step-counter); counter-increment: step-counter; background-color: #800080; color: #ffffff; border-radius: 50%; width: 35px; height: 35px; display: flex; justify-content: center; align-items: center; font-weight: bold; font-size: 1.2rem; margin-right: 15px; flex-shrink: 0; }
.page-promotions__list-title { font-size: 1.4rem; color: #800080; margin-top: 0; margin-bottom: 5px; }
.page-promotions__steps-list li p { margin: 0; font-size: 1rem; color: #555555; }

.page-promotions__terms-table { width: 100%; border-collapse: collapse; margin-top: 30px; background-color: #ffffff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.page-promotions__terms-table th, .page-promotions__terms-table td { padding: 15px; border: 1px solid #eee; text-align: left; }
.page-promotions__terms-table th { background-color: #FFD700; color: #333333; font-weight: bold; }
.page-promotions__terms-table tbody tr:nth-child(even) { background-color: #f9f9f9; }
.page-promotions__terms-table td { color: #555555; }

.page-promotions__faq-list { margin-top: 30px; }
.page-promotions__faq-item { background-color: #ffffff; border: 1px solid #eee; border-radius: 10px; margin-bottom: 15px; overflow: hidden; }
.page-promotions__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #f5f5f5; color: #800080; font-size: 1.2rem; font-weight: 600; cursor: pointer; user-select: none; }
.page-promotions__faq-question:hover { background-color: #e0e0e0; }
.page-promotions__faq-toggle { font-size: 1.5rem; line-height: 1; margin-left: 10px; }
.page-promotions__faq-answer { padding: 15px 20px; color: #555555; font-size: 1rem; border-top: 1px solid #eee; }
.page-promotions__faq-item[open] .page-promotions__faq-answer { display: block; }
.page-promotions__faq-item:not([open]) .page-promotions__faq-answer { display: none; }

@media (max-width: 1024px) {
  .page-promotions__main-title { font-size: clamp(2rem, 4.5vw, 3rem); }
  .page-promotions__intro-text { font-size: clamp(0.9rem, 1.8vw, 1.1rem); }
  .page-promotions__promo-card-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
  .page-promotions__section-title { font-size: 2rem; }
  .page-promotions__promo-card-title { font-size: 1.4rem; }
  .page-promotions__list-title { font-size: 1.3rem; }
  .page-promotions__faq-question { font-size: 1.1rem; }
}

@media (max-width: 768px) {
  .page-promotions img { max-width: 100%; height: auto; }
  .page-promotions__banner-overlay { padding: 15px; }
  .page-promotions__main-title { font-size: clamp(1.8rem, 7vw, 2.5rem); }
  .page-promotions__intro-text { font-size: clamp(0.9rem, 3vw, 1rem); }
  .page-promotions__cta-buttons { flex-direction: column; gap: 15px; }
  .page-promotions__cta-button { width: 100%; max-width: 300px; margin: 0 auto; box-sizing: border-box; white-space: normal; word-wrap: break-word; }

  .page-promotions__toc-section { padding: 15px; }
  .page-promotions__toc-toggle { display: block; }
  .page-promotions__toc-nav { display: none; }
  .page-promotions__toc-section.is-open .page-promotions__toc-nav { display: block; }
  .page-promotions__toc-list { flex-direction: column; gap: 10px; }
  .page-promotions__toc-link { text-align: center; }

  .page-promotions__content-section { padding: 15px; margin: 40px auto; }
  .page-promotions__section-title { font-size: 1.8rem; }
  .page-promotions__paragraph { font-size: 1rem; }

  .page-promotions__promo-card-grid { grid-template-columns: 1fr; gap: 20px; }
  .page-promotions__promo-card-image { height: 180px; }
  .page-promotions__promo-card-title { font-size: 1.3rem; margin: 15px 10px 8px; min-height: unset; }
  .page-promotions__promo-card-description { font-size: 0.95rem; padding: 0 15px 15px; }
  .page-promotions__promo-card .page-promotions__cta-button { margin: 0 15px 15px; width: calc(100% - 30px); }

  .page-promotions__steps-list li { flex-direction: column; align-items: center; text-align: center; }
  .page-promotions__steps-list li::before { margin-right: 0; margin-bottom: 10px; }
  .page-promotions__list-title { font-size: 1.2rem; }

  .page-promotions__terms-table { display: block; overflow-x: auto; white-space: nowrap; }
  .page-promotions__terms-table thead { display: none; }
  .page-promotions__terms-table tr { margin-bottom: 15px; border: 1px solid #eee; border-radius: 10px; overflow: hidden; display: block; }
  .page-promotions__terms-table td { display: block; text-align: right; padding-left: 50%; position: relative; border: none; }
  .page-promotions__terms-table td::before { content: attr(data-label); position: absolute; left: 15px; width: calc(50% - 30px); text-align: left; font-weight: bold; color: #800080; }
  .page-promotions__terms-table tbody tr:nth-child(even) { background-color: #ffffff; }
  .page-promotions__terms-table tbody tr:nth-child(odd) { background-color: #f9f9f9; }

  .page-promotions__faq-question { font-size: 1.05rem; padding: 12px 15px; }
  .page-promotions__faq-answer { padding: 12px 15px; font-size: 0.95rem; }
}