.page-blog-how-to-get-fcb8-giftcodes {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.page-blog-how-to-get-fcb8-giftcodes *, .page-blog-how-to-get-fcb8-giftcodes *::before, .page-blog-how-to-get-fcb8-giftcodes *::after {
  box-sizing: inherit;
}

.page-blog-how-to-get-fcb8-giftcodes__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-how-to-get-fcb8-giftcodes__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 60px 0; /* body handles padding-top, use small top padding for this section */
  overflow: hidden;
}

.page-blog-how-to-get-fcb8-giftcodes__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 700px;
}

.page-blog-how-to-get-fcb8-giftcodes__hero-content {
  position: relative; /* Ensure content is above the image if needed, but not overlaid */
  z-index: 1;
  max-width: 900px;
  margin-top: 40px; /* Separates content from image */
  padding: 0 15px;
}

.page-blog-how-to-get-fcb8-giftcodes__main-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  color: #FFF3E6;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-how-to-get-fcb8-giftcodes__description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #FFF3E6;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-get-fcb8-giftcodes__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-get-fcb8-giftcodes__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(255, 165, 58, 0.4);
}

.page-blog-how-to-get-fcb8-giftcodes__btn-primary:hover {
  background: linear-gradient(180deg, #FFB04D 0%, #D96800 100%);
  box-shadow: 0 6px 20px rgba(255, 165, 58, 0.6);
  transform: translateY(-2px);
}

.page-blog-how-to-get-fcb8-giftcodes__btn-secondary {
  background: transparent;
  color: #FFA53A;
  border: 2px solid #FFA53A;
}

.page-blog-how-to-get-fcb8-giftcodes__btn-secondary:hover {
  background: #FFA53A;
  color: #ffffff;
}

.page-blog-how-to-get-fcb8-giftcodes__section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: #FFA53A;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-how-to-get-fcb8-giftcodes__text-block {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #FFF3E6;
  text-align: justify;
}

.page-blog-how-to-get-fcb8-giftcodes__highlight {
  color: #FFA53A;
  font-weight: bold;
}

.page-blog-how-to-get-fcb8-giftcodes__link {
  color: #FFB04D;
  text-decoration: none;
  font-weight: bold;
}

.page-blog-how-to-get-fcb8-giftcodes__link:hover {
  text-decoration: underline;
  color: #FFA53A;
}

.page-blog-how-to-get-fcb8-giftcodes__intro-section,
.page-blog-how-to-get-fcb8-giftcodes__types-section,
.page-blog-how-to-get-fcb8-giftcodes__faq-section {
  padding: 60px 0;
  background-color: #0D0E12; /* Background */
}

.page-blog-how-to-get-fcb8-giftcodes__steps-section,
.page-blog-how-to-get-fcb8-giftcodes__tips-section,
.page-blog-how-to-get-fcb8-giftcodes__conclusion-section {
  padding: 60px 0;
  background-color: #17191F; /* Card BG */
}

.page-blog-how-to-get-fcb8-giftcodes__dark-section {
  background-color: #17191F;
  color: #FFF3E6;
}

.page-blog-how-to-get-fcb8-giftcodes__dark-bg .page-blog-how-to-get-fcb8-giftcodes__section-title {
  color: #FFA53A;
}

.page-blog-how-to-get-fcb8-giftcodes__step-card {
  background-color: #0D0E12;
  border: 1px solid #A84F0C; /* Border */
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-how-to-get-fcb8-giftcodes__step-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-get-fcb8-giftcodes__step-title {
  font-size: 1.5rem;
  color: #FFF3E6;
  margin-bottom: 15px;
}

.page-blog-how-to-get-fcb8-giftcodes__step-description {
  font-size: 1rem;
  color: #FFF3E6;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-how-to-get-fcb8-giftcodes__card {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  color: #FFF3E6;
}

.page-blog-how-to-get-fcb8-giftcodes__card-title {
  font-size: 1.4rem;
  color: #FFA53A;
  margin-bottom: 10px;
}

.page-blog-how-to-get-fcb8-giftcodes__card-text {
  font-size: 1rem;
  color: #FFF3E6;
}

.page-blog-how-to-get-fcb8-giftcodes__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-how-to-get-fcb8-giftcodes__list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  background-color: #0D0E12;
  border: 1px solid #A84F0C;
  border-radius: 8px;
  padding: 20px;
  gap: 15px;
}

.page-blog-how-to-get-fcb8-giftcodes__list-icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 50%;
  object-fit: cover;
}

.page-blog-how-to-get-fcb8-giftcodes__list-title {
  font-size: 1.3rem;
  color: #FFA53A;
  margin-bottom: 5px;
}

.page-blog-how-to-get-fcb8-giftcodes__list-description {
  font-size: 0.95rem;
  color: #FFF3E6;
}

.page-blog-how-to-get-fcb8-giftcodes__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-get-fcb8-giftcodes__faq-item {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-get-fcb8-giftcodes__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFF3E6;
  cursor: pointer;
  background-color: #17191F;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-how-to-get-fcb8-giftcodes__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-get-fcb8-giftcodes__faq-question:hover {
  background-color: #2a2c34;
}

.page-blog-how-to-get-fcb8-giftcodes__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #FFA53A;
  margin-left: 15px;
}

.page-blog-how-to-get-fcb8-giftcodes__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  color: #FFF3E6;
  line-height: 1.7;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .page-blog-how-to-get-fcb8-giftcodes__hero-content {
    margin-top: 20px;
  }
  .page-blog-how-to-get-fcb8-giftcodes__main-title {
    font-size: clamp(2rem, 6vw, 3rem);
  }
  .page-blog-how-to-get-fcb8-giftcodes__description {
    font-size: clamp(0.9rem, 2.5vw, 1.1rem);
  }
  .page-blog-how-to-get-fcb8-giftcodes__section-title {
    font-size: clamp(1.6rem, 5vw, 2.2rem);
  }
  .page-blog-how-to-get-fcb8-giftcodes__step-card {
    padding: 25px;
  }
  .page-blog-how-to-get-fcb8-giftcodes__list-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .page-blog-how-to-get-fcb8-giftcodes__list-icon {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-get-fcb8-giftcodes__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }
  .page-blog-how-to-get-fcb8-giftcodes__hero-content {
    margin-top: 20px;
  }
  .page-blog-how-to-get-fcb8-giftcodes__hero-image {
    max-height: 400px;
  }
  .page-blog-how-to-get-fcb8-giftcodes__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    margin-bottom: 15px;
  }
  .page-blog-how-to-get-fcb8-giftcodes__description {
    font-size: clamp(0.85rem, 3vw, 1rem);
    margin-bottom: 25px;
  }
  .page-blog-how-to-get-fcb8-giftcodes__cta-button,
  .page-blog-how-to-get-fcb8-how-to-get-fcb8-giftcodes__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-how-to-get-fcb8-giftcodes__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 30px;
  }
  .page-blog-how-to-get-fcb8-giftcodes__text-block {
    font-size: 0.95rem;
  }
  .page-blog-how-to-get-fcb8-giftcodes__step-card,
  .page-blog-how-to-get-fcb8-giftcodes__card,
  .page-blog-how-to-get-fcb8-giftcodes__list-item,
  .page-blog-how-to-get-fcb8-giftcodes__faq-item {
    padding: 20px;
  }
  .page-blog-how-to-get-fcb8-giftcodes__step-title,
  .page-blog-how-to-get-fcb8-giftcodes__card-title,
  .page-blog-how-to-get-fcb8-giftcodes__list-title {
    font-size: 1.2rem;
  }
  .page-blog-how-to-get-fcb8-giftcodes__list-icon {
    width: 60px;
    height: 60px;
  }
  .page-blog-how-to-get-fcb8-giftcodes__faq-question {
    font-size: 1.1rem;
    padding: 15px 20px;
  }
  .page-blog-how-to-get-fcb8-giftcodes__faq-answer {
    font-size: 0.9rem;
    padding: 0 20px 15px 20px;
  }
  .page-blog-how-to-get-fcb8-giftcodes img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-how-to-get-fcb8-giftcodes__container,
  .page-blog-how-to-get-fcb8-giftcodes__step-card,
  .page-blog-how-to-get-fcb8-giftcodes__card,
  .page-blog-how-to-get-fcb8-giftcodes__list-item,
  .page-blog-how-to-get-fcb8-giftcodes__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-how-to-get-fcb8-giftcodes__tips-list {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-get-fcb8-giftcodes__hero-content {
    margin-top: 10px;
  }
  .page-blog-how-to-get-fcb8-giftcodes__hero-image {
    max-height: 300px;
  }
  .page-blog-how-to-get-fcb8-giftcodes__hero-section {
    padding-bottom: 30px;
  }
  .page-blog-how-to-get-fcb8-giftcodes__list-item {
    padding: 15px;
  }
  .page-blog-how-to-get-fcb8-giftcodes__faq-question {
    font-size: 1rem;
  }
  .page-blog-how-to-get-fcb8-faq-qtext {
    font-size: 1rem;
  }
  .page-blog-how-to-get-fcb8-faq-answer {
    font-size: 0.85rem;
  }
}