.page-blog-how-to-use-n666-code-for-new-user-bonus {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: transparent; /* Handled by shared.css body var(--background-color) */
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 60px;
  padding-top: 10px; /* Small top padding */
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px; /* Limit hero image height */
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  background: rgba(17, 39, 27, 0.8); /* Card BG with opacity */
  border-radius: 8px;
  margin-top: -80px; /* Overlap image slightly */
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__main-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem); /* Responsive H1 font size */
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__hero-description {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__section-title {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__sub-title {
  font-size: 1.3rem;
  color: #57E38D; /* Glow */
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__text-content {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__highlight {
  color: #57E38D; /* Glow */
  font-weight: bold;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  color: #ffffff;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  border: 2px solid transparent;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__btn-secondary {
  background: #11271B; /* Card BG */
  color: #57E38D; /* Glow */
  border: 2px solid #2E7A4E; /* Border */
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 5px;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__btn-secondary:hover {
  background-color: #2E7A4E; /* Border color on hover */
  color: #F2FFF6; /* Text Main on hover */
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__introduction-section,
.page-blog-how-to-use-n666-code-for-new-user-bonus__steps-section,
.page-blog-how-to-use-n666-code-for-new-user-bonus__bonus-activation-section,
.page-blog-how-to-use-n666-code-for-new-user-bonus__terms-section,
.page-blog-how-to-use-n666-code-for-new-user-bonus__tips-section,
.page-blog-how-to-use-n666-code-for-new-user-bonus__faq-section,
.page-blog-how-to-use-n666-code-for-new-user-bonus__cta-final-section {
  padding: 60px 0;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__step-card-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__card {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__step-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__step-title {
  font-size: 1.2rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__step-description {
  font-size: 0.95rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__cta-container {
  text-align: center;
  margin-top: 40px;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__text-block {
  flex: 2;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__image-block {
  flex: 1;
  text-align: center;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__content-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__feature-list li {
  background-color: #0A4B2C; /* Deep Green */
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 5px;
  color: #F2FFF6; /* Text Main */
  display: flex;
  align-items: center;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__feature-list li::before {
  content: '✔️';
  margin-right: 10px;
  color: #57E38D; /* Glow */
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__card-title {
  font-size: 1.2rem;
  color: #57E38D; /* Glow */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__card-text {
  font-size: 0.95rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__tips-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__list-item {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__list-title {
  font-size: 1.2rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__list-description {
  font-size: 0.95rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__image-full-width {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__faq-item {
  margin-bottom: 15px;
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  overflow: hidden;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6; /* Text Main */
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__faq-item summary:hover {
  background-color: #13994A; /* Darker green from button gradient */
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__faq-qtext {
  font-size: 1.1rem;
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #57E38D; /* Glow */
}

.page-blog-how-to-use-n666-code-for-new-user-bonus__faq-answer {
  padding: 20px 25px;
  background-color: #11271B; /* Card BG */
  color: #A7D9B8; /* Text Secondary */
  font-size: 1rem;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-how-to-use-n666-code-for-new-user-bonus {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-use-n666-code-for-new-user-bonus__container {
    padding: 0 15px;
  }

  .page-blog-how-to-use-n666-code-for-new-user-bonus__hero-section {
    padding-bottom: 40px;
    padding-top: 10px !important;
  }

  .page-blog-how-to-use-n666-code-for-new-user-bonus__hero-content {
    margin-top: -60px;
    padding: 15px;
  }

  .page-blog-how-to-use-n666-code-for-new-user-bonus__main-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .page-blog-how-to-use-n666-code-for-new-user-bonus__hero-description {
    font-size: 1rem;
  }

  .page-blog-how-to-use-n666-code-for-new-user-bonus__section-title {
    font-size: clamp(1.3rem, 5vw, 1.8rem);
    margin-bottom: 30px;
  }

  .page-blog-how-to-use-n666-code-for-new-user-bonus__sub-title {
    font-size: 1.1rem;
  }

  .page-blog-how-to-use-n666-code-for-new-user-bonus__text-content {
    font-size: 0.95rem;
  }

  .page-blog-how-to-use-n666-code-for-new-user-bonus__cta-button {
    padding: 12px 20px;
    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-use-n666-code-for-new-user-bonus__btn-secondary {
    width: 100% !important;
    margin-top: 10px;
  }

  .page-blog-how-to-use-n666-code-for-new-user-bonus__step-card-wrapper,
  .page-blog-how-to-use-n666-code-for-new-user-bonus__info-cards,
  .page-blog-how-to-use-n666-code-for-new-user-bonus__tips-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-how-to-use-n666-code-for-new-user-bonus__content-wrapper {
    flex-direction: column;
  }

  .page-blog-how-to-use-n666-code-for-new-user-bonus__content-image,
  .page-blog-how-to-use-n666-code-for-new-user-bonus__hero-image,
  .page-blog-how-to-use-n666-code-for-new-user-bonus__step-image,
  .page-blog-how-to-use-n666-code-for-new-user-bonus__image-full-width {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-use-n666-code-for-new-user-bonus__section,
  .page-blog-how-to-use-n666-code-for-new-user-bonus__card,
  .page-blog-how-to-use-n666-code-for-new-user-bonus__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-use-n666-code-for-new-user-bonus__faq-qtext {
    font-size: 1rem;
  }

  .page-blog-how-to-use-n666-code-for-new-user-bonus__faq-item summary {
    padding: 15px 20px;
  }

  .page-blog-how-to-use-n666-code-for-new-user-bonus__faq-answer {
    padding: 15px 20px;
  }
}