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

.page-blog-123zdo-latest-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-123zdo-latest-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #08160F;
  overflow: hidden;
}

.page-blog-123zdo-latest-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 675px;
}

.page-blog-123zdo-latest-guide__hero-content {
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  margin-top: 20px;
  color: #F2FFF6;
}

.page-blog-123zdo-latest-guide__main-title {
  font-size: clamp(2em, 4vw, 3.5em);
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-blog-123zdo-latest-guide__intro-text {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-123zdo-latest-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button Gradient */
  color: #F2FFF6; /* Text Main */
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-123zdo-latest-guide__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-123zdo-latest-guide__cta-button--large {
  font-size: 1.2em;
  padding: 18px 35px;
}

.page-blog-123zdo-latest-guide__section {
  padding: 60px 0;
  background-color: #0A4B2C; /* Deep Green for sections */
  margin-bottom: 20px;
}

.page-blog-123zdo-latest-guide__why-link {
  background-color: #08160F;
}

.page-blog-123zdo-latest-guide__section:nth-of-type(even) {
  background-color: #0A4B2C;
}

.page-blog-123zdo-latest-guide__section-title {
  font-size: 2.5em;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-123zdo-latest-guide__text-block {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

.page-blog-123zdo-latest-guide__card {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  color: #F2FFF6; /* Text Main */
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-123zdo-latest-guide__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-123zdo-latest-guide__feature-item {
  text-align: center;
}

.page-blog-123zdo-latest-guide__feature-icon {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-123zdo-latest-guide__feature-title {
  font-size: 1.5em;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-123zdo-latest-guide__feature-description {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-123zdo-latest-guide__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-123zdo-latest-guide__step-item {
  text-align: center;
}

.page-blog-123zdo-latest-guide__step-image {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-123zdo-latest-guide__step-title {
  font-size: 1.6em;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-123zdo-latest-guide__step-description {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

.page-blog-123zdo-latest-guide__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  background-color: #ffffff;
  color: #11A84E; /* Main color */
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #11A84E;
  margin-top: 20px;
  cursor: pointer;
}

.page-blog-123zdo-latest-guide__btn-secondary:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-blog-123zdo-latest-guide__issue-solution-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-123zdo-latest-guide__issue-image {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-123zdo-latest-guide__issue-title {
  font-size: 1.5em;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-123zdo-latest-guide__solution-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-123zdo-latest-guide__solution-list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-123zdo-latest-guide__solution-list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #2AD16F; /* Button Gradient start color */
  font-weight: bold;
}

.page-blog-123zdo-latest-guide__advantage-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-123zdo-latest-guide__advantage-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.page-blog-123zdo-latest-guide__advantage-title {
  font-size: 1.6em;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-123zdo-latest-guide__advantage-image {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-123zdo-latest-guide__advantage-description {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
  flex-grow: 1;
}

.page-blog-123zdo-latest-guide__faq-list {
  margin-top: 40px;
}

.page-blog-123zdo-latest-guide__faq-item {
  margin-bottom: 15px;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.page-blog-123zdo-latest-guide__faq-item summary {
  list-style: none;
}

.page-blog-123zdo-latest-guide__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-123zdo-latest-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  background-color: #0A4B2C; /* Deep Green */
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

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

.page-blog-123zdo-latest-guide__faq-toggle {
  font-size: 1.5em;
  color: #F2C14E; /* Gold */
  margin-left: 15px;
}

.page-blog-123zdo-latest-guide__faq-answer {
  padding: 20px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  background-color: #11271B; /* Card BG */
  border-radius: 0 0 8px 8px;
  border-top: 1px solid #2E7A4E;
}

.page-blog-123zdo-latest-guide__faq-answer p {
  margin: 0;
}

.page-blog-123zdo-latest-guide__conclusion {
  text-align: center;
  padding-bottom: 80px;
}

@media (max-width: 1024px) {
  .page-blog-123zdo-latest-guide__hero-content {
    padding: 30px 15px;
  }

  .page-blog-123zdo-latest-guide__main-title {
    font-size: clamp(1.8em, 5vw, 3em);
  }

  .page-blog-123zdo-latest-guide__section-title {
    font-size: 2em;
  }

  .page-blog-123zdo-latest-guide__section {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .page-blog-123zdo-latest-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-123zdo-latest-guide__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-123zdo-latest-guide__hero-section {
    padding-top: 10px !important;
  }

  .page-blog-123zdo-latest-guide__hero-image,
  .page-blog-123zdo-latest-guide__feature-icon,
  .page-blog-123zdo-latest-guide__step-image,
  .page-blog-123zdo-latest-guide__issue-image,
  .page-blog-123zdo-latest-guide__advantage-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-123zdo-latest-guide__cta-button,
  .page-blog-123zdo-latest-guide__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-123zdo-latest-guide__hero-content,
  .page-blog-123zdo-latest-guide__feature-grid,
  .page-blog-123zdo-latest-guide__step-by-step,
  .page-blog-123zdo-latest-guide__issue-solution-grid,
  .page-blog-123zdo-latest-guide__advantage-list,
  .page-blog-123zdo-latest-guide__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-123zdo-latest-guide__card {
    padding: 20px;
  }

  .page-blog-123zdo-latest-guide__main-title {
    font-size: clamp(1.5em, 6vw, 2.5em);
  }

  .page-blog-123zdo-latest-guide__section-title {
    font-size: 1.8em;
  }

  .page-blog-123zdo-latest-guide__section {
    padding: 30px 0;
  }

  .page-blog-123zdo-latest-guide__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }

  .page-blog-123zdo-latest-guide__faq-answer {
    padding: 15px;
  }
}