.page-promotions-giftcode-faq {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Body background */
}

.page-promotions-giftcode-faq__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-promotions-giftcode-faq__section {
  padding: 60px 0;
  border-bottom: 1px solid #A84F0C; /* Border color */
}

.page-promotions-giftcode-faq__section:last-of-type {
  border-bottom: none;
}

.page-promotions-giftcode-faq__section-title {
  font-size: 38px;
  font-weight: bold;
  color: #FF8C1A; /* Primary color */
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.page-promotions-giftcode-faq__sub-title {
  font-size: 28px;
  font-weight: 600;
  color: #FFA53A; /* Auxiliary color */
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-promotions-giftcode-faq__section-description {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF3E6;
}

.page-promotions-giftcode-faq__text-block p {
  margin-bottom: 15px;
  font-size: 16px;
}

.page-promotions-giftcode-faq__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-promotions-giftcode-faq__list-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 16px;
}

.page-promotions-giftcode-faq__list-item::before {
  content: '◆';
  position: absolute;
  left: 0;
  color: #FFA53A; /* Auxiliary color */
  font-size: 18px;
  line-height: 1;
}

.page-promotions-giftcode-faq__ordered-list {
  list-style: decimal;
  padding-left: 25px;
  margin-bottom: 30px;
}

.page-promotions-giftcode-faq__ordered-list .page-promotions-giftcode-faq__list-item {
  padding-left: 0;
  margin-bottom: 15px;
}

.page-promotions-giftcode-faq__ordered-list .page-promotions-giftcode-faq__list-item::before {
  content: none;
}

.page-promotions-giftcode-faq__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button gradient */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  cursor: pointer;
  border: none;
}

.page-promotions-giftcode-faq__cta-button:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-promotions-giftcode-faq__cta-button--small {
  margin-top: 20px;
  padding: 12px 30px;
  font-size: 16px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-giftcode-faq__cta-button--large {
  padding: 18px 50px;
  font-size: 20px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/* HERO Section */
.page-promotions-giftcode-faq__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px;
  overflow: hidden;
}

.page-promotions-giftcode-faq__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-promotions-giftcode-faq__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-promotions-giftcode-faq__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-promotions-giftcode-faq__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-promotions-giftcode-faq__main-title {
  font-size: 48px;
  font-weight: 900;
  color: #FFB04D; /* Glow color for main title */
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 0 0 15px rgba(255, 176, 77, 0.7);
}

.page-promotions-giftcode-faq__subtitle {
  font-size: 20px;
  color: #FFF3E6;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

/* Section Overview */
.page-promotions-giftcode-faq__section--overview .page-promotions-giftcode-faq__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-promotions-giftcode-faq__section--overview .page-promotions-giftcode-faq__text-block {
  flex: 1;
}

.page-promotions-giftcode-faq__section--overview .page-promotions-giftcode-faq__image-block {
  flex: 0 0 400px;
}

.page-promotions-giftcode-faq__section--overview .page-promotions-giftcode-faq__image-block img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* How to Get Section */
.page-promotions-giftcode-faq__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-giftcode-faq__step-card {
  background-color: #17191F; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #A84F0C;
}

.page-promotions-giftcode-faq__step-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-promotions-giftcode-faq__step-card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  min-height: 200px;
}

.page-promotions-giftcode-faq__step-title {
  font-size: 22px;
  font-weight: 700;
  color: #FFA53A; /* Auxiliary color */
  margin-bottom: 15px;
}

.page-promotions-giftcode-faq__step-description {
  font-size: 15px;
  color: #FFF3E6;
}

/* How to Use Section */
.page-promotions-giftcode-faq__image-full-width {
  margin: 40px 0;
  text-align: center;
}

.page-promotions-giftcode-faq__image-full-width img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Terms Section */
.page-promotions-giftcode-faq__terms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-giftcode-faq__term-card {
  background-color: #17191F; /* Card BG */
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #A84F0C;
}

.page-promotions-giftcode-faq__term-title {
  font-size: 20px;
  font-weight: 700;
  color: #FF8C1A; /* Primary color */
  margin-bottom: 10px;
}

.page-promotions-giftcode-faq__term-description {
  font-size: 15px;
  color: #FFF3E6;
}

.page-promotions-giftcode-faq__footer-note {
  font-size: 14px;
  color: #FFF3E6;
  text-align: center;
  margin-top: 40px;
  opacity: 0.8;
}

/* FAQ Section */
details.page-promotions-giftcode-faq__faq-item {
  margin-bottom: 15px;
  border-radius: 12px;
  background: #17191F; /* Card BG */
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #A84F0C;
}

details.page-promotions-giftcode-faq__faq-item summary.page-promotions-giftcode-faq__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #FFF3E6;
}

details.page-promotions-giftcode-faq__faq-item summary.page-promotions-giftcode-faq__faq-question::-webkit-details-marker {
  display: none;
}

details.page-promotions-giftcode-faq__faq-item summary.page-promotions-giftcode-faq__faq-question:hover {
  background: rgba(255, 140, 26, 0.1);
}

.page-promotions-giftcode-faq__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFA53A; /* Auxiliary color */
}

.page-promotions-giftcode-faq__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #FFB04D; /* Glow color */
  flex-shrink: 0;
  margin-left: 20px;
  width: 30px;
  text-align: center;
}

details.page-promotions-giftcode-faq__faq-item .page-promotions-giftcode-faq__faq-answer {
  padding: 0 25px 25px;
  background: rgba(255, 140, 26, 0.05); /* Slightly lighter background for answer */
  border-radius: 0 0 12px 12px;
  color: #FFF3E6;
}

.page-promotions-giftcode-faq__faq-answer p {
  margin-bottom: 15px;
  font-size: 16px;
}

.page-promotions-giftcode-faq__faq-answer .page-promotions-giftcode-faq__list {
  list-style: disc;
  padding-left: 20px;
}

.page-promotions-giftcode-faq__faq-answer .page-promotions-giftcode-faq__list-item::before {
  content: none;
}

/* Tips Section */
.page-promotions-giftcode-faq__list--tips .page-promotions-giftcode-faq__list-item {
  font-size: 17px;
  margin-bottom: 15px;
  color: #FFF3E6;
}

.page-promotions-giftcode-faq__list--tips .page-promotions-giftcode-faq__list-item strong {
  color: #FFA53A;
}

.page-promotions-giftcode-faq__image-block--center {
  text-align: center;
  margin-top: 40px;
}

.page-promotions-giftcode-faq__image-block--center img {
  max-width: 800px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-promotions-giftcode-faq__section--overview .page-promotions-giftcode-faq__content-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .page-promotions-giftcode-faq__section--overview .page-promotions-giftcode-faq__image-block {
    flex: none;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-promotions-giftcode-faq__section {
    padding: 40px 0;
  }

  .page-promotions-giftcode-faq__container {
    padding: 0 15px;
  }

  .page-promotions-giftcode-faq__main-title {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .page-promotions-giftcode-faq__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .page-promotions-giftcode-faq__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    margin-top: 20px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-promotions-giftcode-faq__cta-button--small, .page-promotions-giftcode-faq__cta-button--large {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-promotions-giftcode-faq__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }
  
  .page-promotions-giftcode-faq__hero-image img {
    border-radius: 8px;
  }

  .page-promotions-giftcode-faq__section-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .page-promotions-giftcode-faq__sub-title {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-promotions-giftcode-faq__section-description {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .page-promotions-giftcode-faq__text-block p,
  .page-promotions-giftcode-faq__list-item,
  .page-promotions-giftcode-faq__step-description,
  .page-promotions-giftcode-faq__term-description,
  .page-promotions-giftcode-faq__faq-answer p {
    font-size: 15px;
  }

  .page-promotions-giftcode-faq__steps-grid,
  .page-promotions-giftcode-faq__terms-grid {
    grid-template-columns: 1fr;
  }

  .page-promotions-giftcode-faq__step-card,
  .page-promotions-giftcode-faq__term-card {
    padding: 20px;
  }

  .page-promotions-giftcode-faq__step-title {
    font-size: 20px;
  }

  details.page-promotions-giftcode-faq__faq-item summary.page-promotions-giftcode-faq__faq-question {
    padding: 15px 20px;
  }

  .page-promotions-giftcode-faq__faq-qtext {
    font-size: 16px;
  }

  .page-promotions-giftcode-faq__faq-toggle {
    font-size: 24px;
    margin-left: 15px;
  }

  details.page-promotions-giftcode-faq__faq-item .page-promotions-giftcode-faq__faq-answer {
    padding: 0 20px 20px;
  }

  .page-promotions-giftcode-faq img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-promotions-giftcode-faq__section,
  .page-promotions-giftcode-faq__card,
  .page-promotions-giftcode-faq__container,
  .page-promotions-giftcode-faq__hero-container,
  .page-promotions-giftcode-faq__steps-grid,
  .page-promotions-giftcode-faq__terms-grid,
  .page-promotions-giftcode-faq__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-promotions-giftcode-faq__main-title {
    font-size: 32px;
  }

  .page-promotions-giftcode-faq__section-title {
    font-size: 24px;
  }

  .page-promotions-giftcode-faq__sub-title {
    font-size: 20px;
  }

  .page-promotions-giftcode-faq__cta-button {
    font-size: 15px;
    padding: 10px 25px;
  }

  .page-promotions-giftcode-faq__step-card img {
    min-height: unset;
  }
}