.page-blog-cam67-latest-link-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-cam67-latest-link-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* body handled padding-top, only small decorative padding here */
  overflow: hidden;
  background: #08160F; /* Ensure background consistency */
}

.page-blog-cam67-latest-link-guide__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.page-blog-cam67-latest-link-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text contrast */
}

.page-blog-cam67-latest-link-guide__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 20px;
  position: relative; /* Ensure text is above image but not overlapping its area */
  margin-top: -150px; /* Pull content up slightly, but not over image */
  z-index: 1;
  color: #F2FFF6; /* Text Main */
}

.page-blog-cam67-latest-link-guide__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  /* No fixed font-size for h1, rely on other properties */
}

.page-blog-cam67-latest-link-guide__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-cam67-latest-link-guide__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-cam67-latest-link-guide__cta-buttons--center {
  margin-top: 30px;
}

.page-blog-cam67-latest-link-guide__btn-primary,
.page-blog-cam67-latest-link-guide__btn-secondary {
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow long words to break */
  text-align: center;
  box-sizing: border-box;
}

.page-blog-cam67-latest-link-guide__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #F2FFF6; /* Text Main */
  border: 2px solid transparent;
}

.page-blog-cam67-latest-link-guide__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(42, 209, 111, 0.4);
}

.page-blog-cam67-latest-link-guide__btn-secondary {
  background: transparent;
  color: #2AD16F; /* Button color for text */
  border: 2px solid #2AD16F; /* Border color */
}

.page-blog-cam67-latest-link-guide__btn-secondary:hover {
  transform: translateY(-2px);
  background: rgba(42, 209, 111, 0.1);
}

.page-blog-cam67-latest-link-guide__content-section {
  padding: 40px 0;
}

.page-blog-cam67-latest-link-guide__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-cam67-latest-link-guide__section-title {
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: #F2FFF6; /* Text Main */
}

.page-blog-cam67-latest-link-guide__sub-title {
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-cam67-latest-link-guide__text-block {
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-cam67-latest-link-guide__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-cam67-latest-link-guide__list-item {
  margin-bottom: 10px;
}

.page-blog-cam67-latest-link-guide__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px; /* Minimum size requirement */
}

.page-blog-cam67-latest-link-guide__highlight {
  color: #57E38D; /* Glow */
  font-weight: bold;
}

.page-blog-cam67-latest-link-guide__dark-bg {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-cam67-latest-link-guide__light-bg {
  background-color: #11271B; /* Card BG */
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-cam67-latest-link-guide__card-bg {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-cam67-latest-link-guide__deep-green-text {
  color: #F2FFF6; /* Text Main */
}

/* FAQ Section */
.page-blog-cam67-latest-link-guide__faq-section {
  padding: 40px 0;
  background-color: #11271B; /* Card BG */
}

.page-blog-cam67-latest-link-guide__faq-list {
  margin-top: 30px;
}

.page-blog-cam67-latest-link-guide__faq-item {
  background-color: #08160F; /* Background */
  border: 1px solid #2E7A4E; /* Border color */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-cam67-latest-link-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  color: #F2FFF6; /* Text Main */
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-cam67-latest-link-guide__faq-question:hover {
  background-color: #13994A;
}

.page-blog-cam67-latest-link-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-cam67-latest-link-guide__faq-item[open] .page-blog-cam67-latest-link-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-cam67-latest-link-guide__faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-cam67-latest-link-guide__faq-item[open] .page-blog-cam67-latest-link-guide__faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 15px 20px;
}

.page-blog-cam67-latest-link-guide__faq-answer p {
  margin-bottom: 10px;
}

.page-blog-cam67-latest-link-guide__faq-answer p:last-child {
  margin-bottom: 0;
}

/* Conclusion Section */
.page-blog-cam67-latest-link-guide__conclusion-section {
  padding: 40px 0 60px 0;
  text-align: center;
  background-color: #08160F; /* Background */
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-cam67-latest-link-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-cam67-latest-link-guide__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-cam67-latest-link-guide__hero-content {
    margin-top: -80px; /* Adjust for smaller screens */
    padding: 15px;
  }

  .page-blog-cam67-latest-link-guide__main-title {
    font-size: 1.8em;
  }

  .page-blog-cam67-latest-link-guide__description {
    font-size: 1em;
  }

  .page-blog-cam67-latest-link-guide__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .page-blog-cam67-latest-link-guide__btn-primary,
  .page-blog-cam67-latest-link-guide__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-cam67-latest-link-guide__container {
    padding: 0 15px;
  }

  .page-blog-cam67-latest-link-guide__section-title {
    font-size: 1.8em;
  }

  .page-blog-cam67-latest-link-guide__sub-title {
    font-size: 1.4em;
  }

  /* Mobile image responsiveness */
  .page-blog-cam67-latest-link-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-cam67-latest-link-guide__section,
  .page-blog-cam67-latest-link-guide__card,
  .page-blog-cam67-latest-link-guide__container,
  .page-blog-cam67-latest-link-guide__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-cam67-latest-link-guide__faq-question {
    font-size: 1em;
    padding: 12px 15px;
  }

  .page-blog-cam67-latest-link-guide__faq-answer {
    padding: 0 15px;
  }

  .page-blog-cam67-latest-link-guide__faq-item[open] .page-blog-cam67-latest-link-guide__faq-answer {
    padding: 12px 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-cam67-latest-link-guide__main-title {
    font-size: 1.5em;
  }

  .page-blog-cam67-latest-link-guide__section-title {
    font-size: 1.6em;
  }

  .page-blog-cam67-latest-link-guide__hero-content {
    margin-top: -60px; /* Further adjust for very small screens */
  }
}