.fzt-guide {
  --fzt-blue: #a4dbe8;
  --fzt-green: #bce194;
  --fzt-teal: #296974;
  --fzt-soft: #F8F5F0;
  --fzt-text: #161616;
  font-family: 'Roboto', 'Segoe UI', system-ui, sans-serif;
  color: var(--fzt-text);
}
.fzt-guide, .fzt-guide *, .fzt-guide *::before, .fzt-guide *::after { box-sizing: border-box; }


.fzt-guide h1, .fzt-guide h2, .fzt-guide h3, .fzt-guide .fzt-section-title, .fzt-guide .fzt-faq-title {
  font-family: 'Raleway', 'Segoe UI', system-ui, sans-serif;
}
.fzt-guide h1 {
  color: var(--fzt-teal);
  font-weight: 800;
  font-size: 34px;
  line-height: 1.1;
  margin: 0 0 18px;
}
.fzt-guide .fzt-intro p {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 1.6;
  max-width: 980px;
  margin: 0 0 14px;
}

/* ---- process flow bar ---- */
.fzt-guide .fzt-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  margin: 32px 0 44px;
}
.fzt-guide .fzt-flow-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 96px;
  text-align: center;
}
.fzt-guide .fzt-flow-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: var(--fzt-blue);
  margin-bottom: 8px;
}
.fzt-guide .fzt-flow-item:nth-of-type(2n) .fzt-flow-icon { background: var(--fzt-green); }
.fzt-guide .fzt-flow-item strong {
  font-size: 12.5px;
  line-height: 1.25;
  display: block;
}
.fzt-guide .fzt-flow-arrow {
  align-self: center;
  color: var(--fzt-teal);
  font-size: 20px;
  margin: 0 2px;
  padding-top: 18px;
}

/* ---- section label ---- */
.fzt-guide .fzt-section-label {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--fzt-teal);
  margin: 46px 0 6px;
}
.fzt-guide .fzt-section-title {
  font-size: 25px;
  font-weight: 800;
  line-height: 1.16;
  color: var(--fzt-teal);
  margin: 0 0 20px;
}

/* ---- steps ---- */
.fzt-guide .fzt-step {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 26px;
  align-items: center;
  margin: 0 0 14px;
  padding: 24px 28px;
  border-radius: 18px;
  background: #fff;
}
.fzt-guide .fzt-step.fzt-blue { background: rgba(164,219,232,.18); }
.fzt-guide .fzt-step.fzt-image-emphasis { grid-template-columns: minmax(0,.8fr) minmax(360px,1.2fr); }
.fzt-guide .fzt-step-text { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 14px; align-items: start; }
.fzt-guide .fzt-step-number {
  width: 48px; height: 48px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--fzt-blue); color: #17343a; font-weight: 800; font-size: 24px;
}
.fzt-guide .fzt-step-number.fzt-green { background: var(--fzt-green); }
.fzt-guide .fzt-step-copy h2 { margin: 0 0 10px; color: var(--fzt-teal); font-size: 25px; font-weight: 700; line-height: 1.16; }
.fzt-guide .fzt-step-copy p { font-family: 'Roboto', sans-serif; font-size: 15.5px; line-height: 1.48; margin: 0 0 9px; }
.fzt-guide .fzt-step-copy p:last-child { margin-bottom: 0; }
.fzt-guide .fzt-step-copy strong.fzt-mini-label { color: var(--fzt-teal); }


.fzt-guide .fzt-visual-col { display: flex; flex-direction: column; gap: 10px; }
.fzt-guide .fzt-visual-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 900px) { .fzt-guide .fzt-visual-pair { grid-template-columns: 1fr; } }

  .fzt-guide .fzt-step1-img {
  display: block;
  width: 66.67%;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
}
.fzt-guide .fzt-step1-note {
  min-height: 34px;
  margin: 2px 0 0;
}
.fzt-guide .fzt-step-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
}
.fzt-guide .fzt-step-img-note {
  min-height: 34px;
  margin: 2px 0 0;
}
.fzt-guide .fzt-step-img-70 { width: 70%; }
@media (max-width: 900px) {
  .fzt-guide .fzt-step, .fzt-guide .fzt-step.fzt-image-emphasis {
    grid-template-columns: 1fr;
  }
.fzt-guide .fzt-step-img-70 { width: 100%; }
}

/* handwritten note */
.fzt-guide .fzt-note {
  font-family: 'Segoe Print', 'Bradley Hand', cursive;
  color: var(--fzt-teal);
  font-size: 17px;
  line-height: 1.25;
  transform: rotate(-1.5deg);
  text-align: center;
  margin: 6px 0 0;
}

/* info cards row (step 1) */
.fzt-guide .fzt-info-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 14px 0 16px; }
@media (max-width: 900px) { .fzt-guide .fzt-info-cards { grid-template-columns: 1fr; } }
  .fzt-guide .fzt-info-card {
  background: var(--fzt-soft);
  border-radius: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(41,105,116,.08);
}
.fzt-guide .fzt-info-card h3 { margin: 0 0 6px; color: var(--fzt-teal); font-size: 16px; }
.fzt-guide .fzt-info-card p { margin: 0; font-size: 14.5px; line-height: 1.5; }

/* tip box */
.fzt-guide .fzt-tip {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(164,219,232,.25);
  border-left: 4px solid var(--fzt-teal);
  border-radius: 10px;
  padding: 14px 16px;
  margin: 0 0 8px;
}
.fzt-guide .fzt-tip .fzt-icon { font-size: 20px; }
.fzt-guide .fzt-tip p { margin: 0; font-size: 14.5px; line-height: 1.5; }
.fzt-guide .fzt-tip b { color: var(--fzt-teal); }

/* checklist box (step 3) */
.fzt-guide .fzt-checklist { display: flex; flex-direction: column; gap: 6px; margin-top: 10px; }
.fzt-guide .fzt-checklist div { display: flex; align-items: center; gap: 8px; font-size: 14.5px; font-weight: 600; }
.fzt-guide .fzt-ok { color: #2e7d32; }
.fzt-guide .fzt-no { color: #c62828; }

/* two-option boxes (step 4) */
.fzt-guide .fzt-two-opt { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
@media (max-width: 600px) { .fzt-guide .fzt-two-opt { grid-template-columns: 1fr; } }
  .fzt-guide .fzt-opt-box { border-radius: 10px; padding: 12px 14px; font-size: 14px; line-height: 1.45; }
  .fzt-guide .fzt-opt-box.fzt-good { background: rgba(188,225,148,.35); }
  .fzt-guide .fzt-opt-box.fzt-bad { background: rgba(230,140,140,.18); }
  .fzt-guide .fzt-opt-box b { display: block; margin-bottom: 4px; }

/* divider banner */
  .fzt-guide .fzt-divider {
  margin: 40px 0;
  padding: 22px 24px;
  background: var(--fzt-teal);
  color: #fff;
  border-radius: 14px;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
}

/* final done box */
.fzt-guide .fzt-done-box {
  margin: 20px 0 0;
  padding: 18px 22px;
  background: rgba(188,225,148,.35);
  border-radius: 14px;
  font-size: 16px;
}
.fzt-guide .fzt-done-box b { color: var(--fzt-teal); }

/* FAQ */
.fzt-guide .fzt-faq {
  margin: 40px 0 20px;
  padding: 24px;
  background: rgba(164,219,232,.18);
  border-radius: 10px;
}
.fzt-guide .fzt-faq-title { margin: 0 0 16px; font-size: 25px; font-weight: 800; color: var(--fzt-teal); }
.fzt-guide .fzt-faq-list { display: flex; flex-direction: column; gap: 10px; }
.fzt-guide .fzt-faq-item {
  background: #fff;
  border: 1px solid rgba(41,105,116,.10);
  border-radius: 7px;
  overflow: hidden;
}
.fzt-guide .fzt-faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  min-height: 56px; padding: 14px 18px; cursor: pointer; list-style: none;
  font-size: 16px; font-weight: 700; color: #222;
}
.fzt-guide .fzt-faq-item summary::-webkit-details-marker { display: none; }
.fzt-guide .fzt-faq-item .fzt-arrow {
  position: relative; flex: 0 0 20px; width: 20px; height: 20px;
}
.fzt-guide .fzt-faq-item .fzt-arrow::before {
  content: ""; position: absolute; left: 50%; top: 45%;
  width: 8px; height: 8px;
  border-right: 2px solid var(--fzt-teal); border-bottom: 2px solid var(--fzt-teal);
  transform: translate(-50%,-50%) rotate(45deg);
  transition: transform .18s ease;
}
.fzt-guide .fzt-faq-item[open] .fzt-arrow::before { transform: translate(-50%,-50%) rotate(-135deg); }
.fzt-guide .fzt-faq-answer { padding: 0 18px 16px; font-size: 14.5px; line-height: 1.6; color: #333; }

