.page-promotions { color: #333333; background-color: #ffffff; font-family: Arial, sans-serif; line-height: 1.6; }
.page-promotions__container { max-width: 1200px; margin: 0 auto; padding: 20px; }
.page-promotions__section { padding: 40px 0; }
.page-promotions__section--dark { background-color: #f5f5f5; }
.page-promotions__section-title { font-size: 2.5em; color: #8B0000; text-align: center; margin-bottom: 30px; font-weight: bold; line-height: 1.2; }
.page-promotions__text-content { font-size: 1.1em; text-align: center; margin-bottom: 20px; max-width: 900px; margin-left: auto; margin-right: auto; }

/* Hero Section */
.page-promotions__hero-section { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; margin-top: 0; padding-top: 0; }
.page-promotions__hero-image { width: 100%; height: auto; object-fit: cover; display: block; }
.page-promotions__hero-content { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.5); padding: 20px; text-align: center; color: #ffffff; }
.page-promotions__main-title { font-size: clamp(2em, 5vw, 3.5em); color: #FFD700; margin-bottom: 15px; font-weight: 900; line-height: 1.1; max-width: 90%; }
.page-promotions__hero-description { font-size: clamp(1em, 2vw, 1.3em); margin-bottom: 30px; max-width: 80%; }
.page-promotions__hero-cta-btn { background-color: #FFD700; color: #8B0000; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; }
.page-promotions__hero-cta-btn:hover { background-color: #e6c200; }

/* Intro Section */
.page-promotions__intro-section { background-color: #ffffff; padding-top: 40px; padding-bottom: 40px; }
.page-promotions__btn-register { display: block; width: fit-content; margin: 30px auto 0; background-color: #8B0000; color: #ffffff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }
.page-promotions__btn-register:hover { background-color: #6a0000; }

/* Table of Contents */
.page-promotions__toc-section { background-color: #f0f0f0; padding: 30px 0; text-align: center; }
.page-promotions__toc-toggle { background-color: #8B0000; color: #ffffff; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; font-weight: bold; display: none; margin: 0 auto 20px; }
.page-promotions__toc-nav ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
.page-promotions__toc-nav li a { text-decoration: none; color: #8B0000; font-weight: bold; padding: 8px 15px; border-radius: 5px; background-color: #FFD700; transition: background-color 0.3s ease, color 0.3s ease; }
.page-promotions__toc-nav li a:hover { background-color: #e6c200; color: #333333; }

/* Content Image */
.page-promotions__content-image { width: 100%; max-width: 1190px; height: auto; display: block; margin: 30px auto; border-radius: 10px; object-fit: cover; min-height: 200px; min-width: 200px; }

/* Promo Card Grid */
.page-promotions__promo-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 40px; }
.page-promotions__promo-card { background-color: #ffffff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 30px; text-align: center; transition: transform 0.3s ease; }
.page-promotions__promo-card:hover { transform: translateY(-5px); }
.page-promotions__promo-card h3 { color: #8B0000; font-size: 1.8em; margin-bottom: 15px; }
.page-promotions__promo-card p { color: #555555; margin-bottom: 25px; }
.page-promotions__promo-btn { display: inline-block; background-color: #FFD700; color: #8B0000; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }
.page-promotions__promo-btn:hover { background-color: #e6c200; }

/* VIP Table */
.page-promotions__vip-table { width: 100%; border-collapse: collapse; margin-top: 40px; background-color: #ffffff; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-radius: 10px; overflow: hidden; }
.page-promotions__vip-table th, .page-promotions__vip-table td { padding: 15px; text-align: left; border-bottom: 1px solid #eee; }
.page-promotions__vip-table th { background-color: #8B0000; color: #FFD700; font-weight: bold; }
.page-promotions__vip-table tr:nth-child(even) { background-color: #f9f9f9; }
.page-promotions__vip-table tr:hover { background-color: #f0f0f0; }
.page-promotions__btn-vip { display: block; width: fit-content; margin: 30px auto 0; background-color: #FFD700; color: #8B0000; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }
.page-promotions__btn-vip:hover { background-color: #e6c200; }

/* Claim Steps */
.page-promotions__claim-steps { list-style: none; counter-reset: step-counter; padding: 0; max-width: 800px; margin: 40px auto; text-align: left; }
.page-promotions__claim-steps li { margin-bottom: 20px; position: relative; padding-left: 50px; font-size: 1.1em; color: #333333; }
.page-promotions__claim-steps li::before { content: counter(step-counter); counter-increment: step-counter; position: absolute; left: 0; top: 0; background-color: #FFD700; color: #8B0000; width: 35px; height: 35px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 1.2em; }
.page-promotions__claim-steps li strong { color: #8B0000; }
.page-promotions__btn-claim { display: block; width: fit-content; margin: 30px auto 0; background-color: #8B0000; color: #ffffff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }
.page-promotions__btn-claim:hover { background-color: #6a0000; }

/* FAQ */
.page-promotions__faq-list { max-width: 900px; margin: 40px auto; }
.page-promotions__faq-item { background-color: #ffffff; border: 1px solid #ddd; margin-bottom: 15px; border-radius: 8px; overflow: hidden; }
.page-promotions__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; font-size: 1.2em; font-weight: bold; color: #8B0000; cursor: pointer; background-color: #FFD700; }
.page-promotions__faq-question:hover { background-color: #e6c200; }
.page-promotions__faq-question::-webkit-details-marker { display: none; }
.page-promotions__faq-question .page-promotions__faq-toggle { font-size: 1.5em; margin-left: 10px; transition: transform 0.3s ease; color: #8B0000; }
.page-promotions__faq-item[open] .page-promotions__faq-toggle { transform: rotate(45deg); }
.page-promotions__faq-answer { padding: 15px 25px 20px; background-color: #f9f9f9; color: #555555; border-top: 1px solid #eee; }

/* CTA Section */
.page-promotions__cta-section { background-color: #8B0000; padding: 50px 0; text-align: center; color: #ffffff; }
.page-promotions__cta-section .page-promotions__section-title { color: #FFD700; }
.page-promotions__cta-section .page-promotions__text-content { color: #f0f0f0; }
.page-promotions__cta-buttons { display: flex; justify-content: center; gap: 20px; margin-top: 30px; }
.page-promotions__cta-btn { padding: 15px 35px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, color 0.3s ease; }
.page-promotions__cta-btn--primary { background-color: #FFD700; color: #8B0000; }
.page-promotions__cta-btn--primary:hover { background-color: #e6c200; }
.page-promotions__cta-btn--secondary { background-color: transparent; border: 2px solid #FFD700; color: #FFD700; }
.page-promotions__cta-btn--secondary:hover { background-color: #FFD700; color: #8B0000; }

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-promotions__promo-card-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
  .page-promotions__toc-nav ul { gap: 10px; }
  .page-promotions__toc-nav li a { padding: 6px 12px; font-size: 0.95em; }
}

@media (max-width: 768px) {
  .page-promotions__hero-content { padding: 15px; }
  .page-promotions__main-title { font-size: 2em; margin-bottom: 10px; }
  .page-promotions__hero-description { font-size: 0.9em; margin-bottom: 20px; }
  .page-promotions__hero-cta-btn { padding: 12px 25px; font-size: 1em; }
  .page-promotions__section-title { font-size: 2em; }
  .page-promotions__text-content { font-size: 1em; }
  .page-promotions__toc-toggle { display: block; }
  .page-promotions__toc-nav { display: none; }
  .page-promotions__toc-nav.is-open { display: block; }
  .page-promotions__toc-nav ul { flex-direction: column; align-items: center; }
  .page-promotions__toc-nav li { width: 100%; text-align: center; }
  .page-promotions__toc-nav li a { display: block; width: 100%; padding: 10px 0; }
  .page-promotions__promo-card-grid { grid-template-columns: 1fr; }
  .page-promotions__vip-table thead { display: none; /* Hide table headers on small screens */ }
  .page-promotions__vip-table, .page-promotions__vip-table tbody, .page-promotions__vip-table tr, .page-promotions__vip-table td { display: block; width: 100%; }
  .page-promotions__vip-table tr { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; }
  .page-promotions__vip-table td { text-align: right; padding-left: 50%; position: relative; }
  .page-promotions__vip-table td::before { content: attr(data-label); position: absolute; left: 15px; width: calc(50% - 30px); text-align: left; font-weight: bold; color: #8B0000; }
  .page-promotions__claim-steps li { padding-left: 40px; font-size: 1em; }
  .page-promotions__claim-steps li::before { width: 30px; height: 30px; font-size: 1em; }
  .page-promotions__faq-question { font-size: 1.1em; padding: 15px 20px; }
  .page-promotions__faq-answer { padding: 10px 20px 15px; }
  .page-promotions__cta-buttons { flex-direction: column; gap: 15px; }
  .page-promotions__cta-btn { max-width: 100%; width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; }
  .page-promotions img { max-width: 100% !important; height: auto !important; min-width: 200px; min-height: 200px; }
}

@media (max-width: 480px) {
  .page-promotions__main-title { font-size: 1.8em; }
  .page-promotions__hero-description { font-size: 0.85em; }
  .page-promotions__hero-cta-btn { font-size: 0.9em; padding: 10px 20px; }
  .page-promotions__section-title { font-size: 1.8em; }
  .page-promotions__text-content { font-size: 0.9em; }
  .page-promotions__promo-card { padding: 20px; }
  .page-promotions__promo-card h3 { font-size: 1.5em; }
  .page-promotions__promo-btn { font-size: 0.9em; padding: 8px 15px; }
  .page-promotions__faq-question { font-size: 1em; padding: 12px 15px; }
  .page-promotions__faq-answer { font-size: 0.9em; padding: 8px 15px 12px; }
}