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

/* Hero Section */
.page-promotions__hero-section { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; }
.page-promotions__hero-image { width: 100%; height: auto; object-fit: cover; display: block; filter: brightness(0.7); }
.page-promotions__hero-content { position: relative; z-index: 1; padding: 20px; max-width: 900px; margin-top: -200px; /* Adjust as needed to pull content up */ }
.page-promotions__main-title { font-size: clamp(2.5rem, 5vw, 3.5rem); color: #FFD700; margin-bottom: 15px; line-height: 1.2; font-weight: bold; letter-spacing: 1px; }
.page-promotions__hero-description { font-size: clamp(1rem, 2vw, 1.25rem); color: #D0DDE7; margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; }
.page-promotions__cta-button { display: inline-block; background-color: #FFD700; color: #1A1A1A; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1rem; transition: background-color 0.3s ease, color 0.3s ease; border: none; cursor: pointer; }
.page-promotions__cta-button:hover { background-color: #e6c200; color: #000000; }
.page-promotions__cta-button--secondary { background-color: #1A1A1A; color: #FFD700; border: 2px solid #FFD700; }
.page-promotions__cta-button--secondary:hover { background-color: #FFD700; color: #1A1A1A; }
.page-promotions__cta-button--text-only { background: none; border: none; color: #FFD700; text-decoration: underline; padding: 0; font-size: 1rem; }
.page-promotions__cta-button--text-only:hover { color: #e6c200; }

/* Section Titles and Text */
.page-promotions__section-title { font-size: clamp(2rem, 4vw, 2.5rem); color: #FFD700; text-align: center; margin-top: 40px; margin-bottom: 25px; font-weight: bold; }
.page-promotions__text-content { font-size: 1.05rem; color: #D0DDE7; text-align: center; margin-bottom: 30px; }

/* Introduction Section */
.page-promotions__introduction-section { padding: 50px 0; }
.page-promotions__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; text-align: center; }
.page-promotions__feature-item { background-color: #2a2a2a; padding: 30px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; }
.page-promotions__feature-item:hover { transform: translateY(-5px); }
.page-promotions__feature-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; border-radius: 50%; border: 3px solid #FFD700; }
.page-promotions__feature-title { font-size: 1.4rem; color: #FFD700; margin-bottom: 10px; }
.page-promotions__feature-description { font-size: 0.95rem; color: #D0DDE7; }

/* Current Promotions Section */
.page-promotions__current-promotions { padding: 50px 0; background-color: #1A1A1A; }
.page-promotions__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }
.page-promotions__promo-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); display: flex; flex-direction: column; transition: transform 0.3s ease; }
.page-promotions__promo-card:hover { transform: translateY(-5px); }
.page-promotions__promo-image { width: 100%; height: 200px; object-fit: cover; display: block; }
.page-promotions__promo-details { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }
.page-promotions__promo-title { font-size: 1.3rem; color: #FFD700; margin-bottom: 10px; }
.page-promotions__promo-description { font-size: 0.95rem; color: #D0DDE7; margin-bottom: 20px; flex-grow: 1; }
.page-promotions__promo-button { display: inline-block; background-color: #FFD700; color: #1A1A1A; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9rem; text-align: center; transition: background-color 0.3s ease, color 0.3s ease; border: none; cursor: pointer; margin-top: auto; }
.page-promotions__promo-button:hover { background-color: #e6c200; color: #000000; }

/* How to Claim Section */
.page-promotions__how-to-claim { padding: 50px 0; }
.page-promotions__steps-list { list-style: none; padding: 0; counter-reset: step-counter; margin-top: 40px; max-width: 800px; margin-left: auto; margin-right: auto; }
.page-promotions__steps-list li { background-color: #2a2a2a; margin-bottom: 20px; padding: 25px; border-radius: 10px; position: relative; padding-left: 70px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
.page-promotions__steps-list li::before { content: counter(step-counter); counter-increment: step-counter; position: absolute; left: 20px; top: 50%; transform: translateY(-50%); background-color: #FFD700; color: #1A1A1A; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 1.2rem; }
.page-promotions__step-title { font-size: 1.25rem; color: #FFD700; margin-bottom: 8px; }
.page-promotions__step-description { font-size: 0.95rem; color: #D0DDE7; }

/* VIP Club Section */
.page-promotions__vip-club { padding: 50px 0; background-color: #1A1A1A; }
.page-promotions__vip-content { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; margin-top: 40px; }
.page-promotions__vip-image { flex: 1 1 400px; max-width: 100%; height: auto; border-radius: 10px; object-fit: cover; min-width: 200px; min-height: 200px;}
.page-promotions__vip-details { flex: 1 1 400px; }
.page-promotions__vip-benefits { list-style: none; padding: 0; margin-top: 20px; }
.page-promotions__vip-benefits li { color: #D0DDE7; margin-bottom: 10px; position: relative; padding-left: 25px; font-size: 1rem; }
.page-promotions__vip-benefits li::before { content: '⭐'; position: absolute; left: 0; color: #FFD700; }

/* Terms and Conditions Section */
.page-promotions__terms-conditions { padding: 50px 0; }
.page-promotions__terms-list { list-style: disc; color: #D0DDE7; padding-left: 20px; margin-top: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }
.page-promotions__terms-list li { margin-bottom: 10px; font-size: 0.95rem; }

/* FAQ Section */
.page-promotions__faq-section { padding: 50px 0; background-color: #1A1A1A; }
.page-promotions__faq-list { margin-top: 40px; max-width: 800px; margin-left: auto; margin-right: auto; }
.page-promotions__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; }
.page-promotions__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; color: #FFD700; font-weight: bold; font-size: 1.1rem; }
.page-promotions__faq-question:hover { background-color: #3a3a3a; }
.page-promotions__faq-toggle { font-size: 1.5rem; line-height: 1; transition: transform 0.3s ease; }
.page-promotions__faq-item[open] .page-promotions__faq-toggle { transform: rotate(45deg); }
.page-promotions__faq-answer { padding: 0 20px 20px; color: #D0DDE7; font-size: 0.95rem; }

/* Call to Action Section */
.page-promotions__call-to-action { padding: 50px 0; text-align: center; }
.page-promotions__cta-buttons { margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }

/* Responsive Design */
@media (max-width: 1024px) {
  .page-promotions__hero-content { margin-top: -150px; }
}

@media (max-width: 768px) {
  .page-promotions__main-title { font-size: clamp(2rem, 7vw, 3rem); }
  .page-promotions__hero-description { font-size: clamp(0.9rem, 2.5vw, 1.1rem); }
  .page-promotions__section-title { font-size: clamp(1.8rem, 5vw, 2.2rem); margin-top: 30px; margin-bottom: 20px; }
  .page-promotions__text-content { font-size: 0.95rem; margin-bottom: 20px; }
  .page-promotions__hero-content { margin-top: -100px; /* Adjust for smaller screens */ }
  .page-promotions__cta-button { padding: 12px 25px; font-size: 1rem; max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; }
  .page-promotions__cta-buttons { flex-direction: column; align-items: center; }
  .page-promotions__promo-grid { grid-template-columns: 1fr; }
  .page-promotions__features-grid { grid-template-columns: 1fr; }
  .page-promotions__feature-item { padding: 20px; }
  .page-promotions__feature-icon { width: 80px; height: 80px; }
  .page-promotions__vip-content { flex-direction: column; }
  .page-promotions__vip-image { min-width: 200px; min-height: 200px; width: 100%; height: auto; }
  .page-promotions__steps-list li { padding-left: 60px; }
  .page-promotions__steps-list li::before { width: 35px; height: 35px; font-size: 1rem; left: 15px; }
  .page-promotions__promo-image, .page-promotions__vip-image { max-width: 100% !important; height: auto !important; }
  .page-promotions img { max-width: 100% !important; height: auto !important; }
}