.hzjj-editorial-home,
.hzjj-editorial-panel,
.hzjj-guide-support,
.hzjj-guide-related,
.hzjj-parent-questions,
.hzjj-consultation-observe,
.hzjj-parent-ready,
.hzjj-editor-notes,
.hzjj-parent-snippets,
.hzjj-followup-notes,
.hzjj-aftercall-notes,
.hzjj-wording-notes,
.hzjj-message-notes,
.hzjj-callback-notes,
.hzjj-teacher-acceptance,
.hzjj-public-note {
  width: min(1120px, calc(100vw - 100px));
  max-width: 1120px;
  box-sizing: border-box;
  margin: 26px auto !important;
  border: 1px solid #dbe6ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(20, 40, 61, .055);
}

.hzjj-editorial-home {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 22px;
  padding: 30px;
}

.hzjj-parent-questions {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 22px;
  padding: 30px;
  align-items: start;
}

.hzjj-consultation-observe {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 22px;
  padding: 30px;
  align-items: start;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
}

.hzjj-parent-ready {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 22px;
  padding: 30px;
  align-items: start;
  background: #fff;
}

.hzjj-editor-notes {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 22px;
  padding: 30px;
  align-items: start;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.hzjj-parent-snippets {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 22px;
  padding: 30px;
  align-items: start;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf9 100%);
}

.hzjj-followup-notes {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 22px;
  padding: 30px;
  align-items: start;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.hzjj-aftercall-notes {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 22px;
  padding: 30px;
  align-items: start;
  background: linear-gradient(180deg, #ffffff 0%, #f9fcfb 100%);
}

.hzjj-wording-notes {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 22px;
  padding: 30px;
  align-items: start;
  background: linear-gradient(180deg, #ffffff 0%, #fcfbf8 100%);
}

.hzjj-message-notes {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 22px;
  padding: 30px;
  align-items: start;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
}

.hzjj-callback-notes {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 22px;
  padding: 30px;
  align-items: start;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.hzjj-teacher-acceptance {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 22px;
  padding: 30px;
  align-items: start;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
}

.hzjj-editorial-home > div:first-child > span,
.hzjj-editorial-panel > div > span {
  display: inline-flex;
  border: 1px solid #cfe5f6;
  background: #eef7ff;
  color: #0f5ca8;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 900;
}

.hzjj-parent-questions-head > span {
  display: inline-flex;
  border: 1px solid #cfe5f6;
  background: #eef7ff;
  color: #0f5ca8;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 900;
}

.hzjj-consultation-head > span {
  display: inline-flex;
  border: 1px solid #cfe5f6;
  background: #eef7ff;
  color: #0f5ca8;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 900;
}

.hzjj-parent-ready-head > span {
  display: inline-flex;
  border: 1px solid #cfe5f6;
  background: #eef7ff;
  color: #0f5ca8;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 900;
}

.hzjj-editor-notes > div:first-child > span {
  display: inline-flex;
  border: 1px solid #cfe5f6;
  background: #eef7ff;
  color: #0f5ca8;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 900;
}

.hzjj-parent-snippets > div:first-child > span {
  display: inline-flex;
  border: 1px solid #cfe5f6;
  background: #eef7ff;
  color: #0f5ca8;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 900;
}

.hzjj-followup-notes > div:first-child > span {
  display: inline-flex;
  border: 1px solid #cfe5f6;
  background: #eef7ff;
  color: #0f5ca8;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 900;
}

.hzjj-aftercall-notes > div:first-child > span {
  display: inline-flex;
  border: 1px solid #cfe5f6;
  background: #eef7ff;
  color: #0f5ca8;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 900;
}

.hzjj-wording-notes > div:first-child > span {
  display: inline-flex;
  border: 1px solid #cfe5f6;
  background: #eef7ff;
  color: #0f5ca8;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 900;
}

.hzjj-message-notes > div:first-child > span {
  display: inline-flex;
  border: 1px solid #cfe5f6;
  background: #eef7ff;
  color: #0f5ca8;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 900;
}

.hzjj-callback-notes > div:first-child > span {
  display: inline-flex;
  border: 1px solid #cfe5f6;
  background: #eef7ff;
  color: #0f5ca8;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 900;
}

.hzjj-teacher-acceptance > div:first-child > span {
  display: inline-flex;
  border: 1px solid #cfe5f6;
  background: #eef7ff;
  color: #0f5ca8;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 900;
}

.hzjj-guide-related > div:first-child > span {
  display: inline-flex;
  border: 1px solid #cfe5f6;
  background: #eef7ff;
  color: #0f5ca8;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 900;
}

.hzjj-editorial-home h2,
.hzjj-editorial-panel h2,
.hzjj-guide-support h2,
.hzjj-guide-related h2,
.hzjj-parent-questions h2,
.hzjj-consultation-observe h2,
.hzjj-parent-ready h2,
.hzjj-editor-notes h2,
.hzjj-parent-snippets h2,
.hzjj-followup-notes h2,
.hzjj-aftercall-notes h2,
.hzjj-wording-notes h2,
.hzjj-message-notes h2,
.hzjj-callback-notes h2,
.hzjj-teacher-acceptance h2 {
  margin: 10px 0 !important;
  color: #17324d !important;
  line-height: 1.25 !important;
}

.hzjj-editorial-home p,
.hzjj-editorial-panel p,
.hzjj-guide-support span,
.hzjj-guide-related p,
.hzjj-guide-related span,
.hzjj-parent-questions p,
.hzjj-consultation-observe p,
.hzjj-parent-ready p,
.hzjj-editor-notes p,
.hzjj-parent-snippets p,
.hzjj-followup-notes p,
.hzjj-aftercall-notes p,
.hzjj-wording-notes p,
.hzjj-message-notes p,
.hzjj-callback-notes p,
.hzjj-teacher-acceptance p {
  color: #607083;
  line-height: 1.68;
}

.hzjj-editorial-home-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hzjj-parent-question-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hzjj-parent-ready-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hzjj-editor-notes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hzjj-parent-snippets-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hzjj-followup-notes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hzjj-aftercall-notes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hzjj-wording-notes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hzjj-message-notes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hzjj-callback-notes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hzjj-teacher-acceptance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hzjj-editorial-home-grid article,
.hzjj-editorial-panel li,
.hzjj-guide-support a,
.hzjj-guide-related a,
.hzjj-parent-question-grid article,
.hzjj-parent-ready-grid article,
.hzjj-editor-notes-grid article,
.hzjj-parent-snippets-grid article,
.hzjj-followup-notes-grid article,
.hzjj-aftercall-notes-grid article,
.hzjj-wording-notes-grid article,
.hzjj-message-notes-grid article,
.hzjj-callback-notes-grid article,
.hzjj-teacher-acceptance-grid article {
  border: 1px solid #dbe6ef;
  background: linear-gradient(180deg, #f9fcff 0%, #fff 100%);
  border-radius: 8px;
  padding: 14px;
  text-decoration: none;
}

.hzjj-editorial-home-grid strong,
.hzjj-editorial-panel b,
.hzjj-guide-support strong,
.hzjj-guide-related strong {
  display: block;
  color: #17324d;
}

.hzjj-parent-question-grid b {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #eaf6ff;
  color: #0f5ca8;
  font-size: 13px;
  margin-bottom: 8px;
}

.hzjj-parent-question-grid h3 {
  margin: 0 0 7px !important;
  color: #17324d !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
}

.hzjj-parent-question-grid p {
  margin: 0 !important;
  font-size: 14.5px;
}

.hzjj-parent-questions-head a {
  display: inline-flex;
  margin-top: 14px;
  border-radius: 999px;
  background: #0f5ca8;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900;
  padding: 10px 14px;
}

.hzjj-parent-ready-head a {
  display: inline-flex;
  margin-top: 14px;
  border-radius: 999px;
  background: #0f5ca8;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900;
  padding: 10px 14px;
}

.hzjj-consultation-head div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 14px;
}

.hzjj-consultation-head a {
  display: inline-flex;
  border-radius: 999px;
  background: #0f5ca8;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900;
  padding: 10px 14px;
}

.hzjj-consultation-head a.secondary {
  background: #eef7ff;
  color: #17324d !important;
  border: 1px solid #cfe5f6;
}

.hzjj-consultation-observe ul {
  display: grid;
  gap: 10px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.hzjj-consultation-observe li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid #dbe6ef;
  background: #fff;
  border-radius: 8px;
  padding: 13px;
}

.hzjj-consultation-observe li > b {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #eaf6ff;
  color: #0f5ca8;
  font-size: 13px;
}

.hzjj-consultation-observe strong {
  display: block;
  color: #17324d;
  line-height: 1.45;
  margin-bottom: 4px;
}

.hzjj-consultation-observe li p {
  margin: 0 !important;
  font-size: 14.5px;
}

.hzjj-parent-ready-grid article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.hzjj-parent-ready-grid b {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #eaf6ff;
  color: #0f5ca8;
  font-size: 13px;
}

.hzjj-parent-ready-grid strong {
  display: block;
  color: #17324d;
  line-height: 1.45;
  margin-bottom: 4px;
}

.hzjj-parent-ready-grid p {
  margin: 0 !important;
  font-size: 14.5px;
}

.hzjj-editor-notes-grid strong {
  display: block;
  color: #17324d;
  line-height: 1.45;
  margin-bottom: 5px;
}

.hzjj-editor-notes-grid p {
  margin: 0 !important;
  font-size: 14.5px;
}

.hzjj-parent-snippets-grid strong {
  display: block;
  color: #17324d;
  line-height: 1.45;
  margin-bottom: 5px;
}

.hzjj-parent-snippets-grid p {
  margin: 0 !important;
  font-size: 14.5px;
}

.hzjj-followup-notes-grid strong {
  display: block;
  color: #17324d;
  line-height: 1.45;
  margin-bottom: 5px;
}

.hzjj-followup-notes-grid p {
  margin: 0 !important;
  font-size: 14.5px;
}

.hzjj-aftercall-notes-grid strong {
  display: block;
  color: #17324d;
  line-height: 1.45;
  margin-bottom: 5px;
}

.hzjj-aftercall-notes-grid p {
  margin: 0 !important;
  font-size: 14.5px;
}

.hzjj-wording-notes-grid strong {
  display: block;
  color: #17324d;
  line-height: 1.45;
  margin-bottom: 5px;
}

.hzjj-wording-notes-grid p {
  margin: 0 !important;
  font-size: 14.5px;
}

.hzjj-message-notes-grid strong {
  display: block;
  color: #17324d;
  line-height: 1.45;
  margin-bottom: 5px;
}

.hzjj-message-notes-grid p {
  margin: 0 !important;
  font-size: 14.5px;
}

.hzjj-callback-notes-grid strong {
  display: block;
  color: #17324d;
  line-height: 1.45;
  margin-bottom: 5px;
}

.hzjj-callback-notes-grid p {
  margin: 0 !important;
  font-size: 14.5px;
}

.hzjj-teacher-acceptance-grid strong {
  display: block;
  color: #17324d;
  line-height: 1.45;
  margin-bottom: 5px;
}

.hzjj-teacher-acceptance-grid p {
  margin: 0 !important;
  font-size: 14.5px;
}

.hzjj-parent-snippets a,
.hzjj-followup-notes a,
.hzjj-aftercall-notes a,
.hzjj-wording-notes a,
.hzjj-message-notes a,
.hzjj-callback-notes a,
.hzjj-teacher-acceptance a {
  display: inline-flex;
  margin-top: 14px;
  border-radius: 999px;
  background: #0f5ca8;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900;
  padding: 10px 14px;
}

.hzjj-editorial-home-grid p {
  margin: 7px 0 0 !important;
  font-size: 14px;
}

.hzjj-editorial-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 20px;
  padding: 22px 24px;
  align-items: center;
}

.hzjj-editorial-panel ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

.hzjj-editorial-panel li {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}

.hzjj-editorial-panel span {
  color: #425466;
  line-height: 1.55;
}

.hzjj-guide-support {
  padding: 24px;
}

.hzjj-guide-related {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 18px;
  padding: 24px;
  align-items: start;
}

.hzjj-guide-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hzjj-guide-related a {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hzjj-guide-related a:hover {
  border-color: #b9d7ee;
  background: #f7fbff;
}

.hzjj-public-note {
  padding: 22px 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.hzjj-public-note strong {
  display: block;
  color: #17324d;
  font-size: 22px;
  margin-bottom: 8px;
}

.hzjj-public-note p {
  color: #607083;
  line-height: 1.7;
  margin: 0 !important;
}

.hzjj-public-note ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  display: grid;
  gap: 8px;
}

.hzjj-public-note li {
  border: 1px solid #dbe6ef;
  border-radius: 8px;
  background: #f8fbfd;
  color: #425466;
  line-height: 1.55;
  padding: 11px 12px;
}

.hzjj-guide-support > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hzjj-guide-support a {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hzjj-guide-support a:hover {
  border-color: #b9d7ee;
  background: #f7fbff;
}

@media (max-width: 900px) {
  .hzjj-editorial-home,
  .hzjj-editorial-panel,
  .hzjj-guide-related,
  .hzjj-parent-questions,
  .hzjj-consultation-observe,
  .hzjj-parent-ready,
  .hzjj-editor-notes,
  .hzjj-parent-snippets,
  .hzjj-followup-notes,
  .hzjj-aftercall-notes,
  .hzjj-wording-notes,
  .hzjj-message-notes,
  .hzjj-callback-notes,
  .hzjj-teacher-acceptance,
  .hzjj-public-note {
    grid-template-columns: 1fr;
  }

  .hzjj-editorial-home-grid,
  .hzjj-parent-question-grid,
  .hzjj-parent-ready-grid,
  .hzjj-editor-notes-grid,
  .hzjj-parent-snippets-grid,
  .hzjj-followup-notes-grid,
  .hzjj-aftercall-notes-grid,
  .hzjj-wording-notes-grid,
  .hzjj-message-notes-grid,
  .hzjj-callback-notes-grid,
  .hzjj-teacher-acceptance-grid,
  .hzjj-guide-support > div {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 780px) {
  .hzjj-editorial-home,
  .hzjj-editorial-panel,
  .hzjj-guide-support,
  .hzjj-guide-related,
  .hzjj-parent-questions,
  .hzjj-consultation-observe,
  .hzjj-parent-ready,
  .hzjj-editor-notes,
  .hzjj-parent-snippets,
  .hzjj-followup-notes,
  .hzjj-aftercall-notes,
  .hzjj-wording-notes,
  .hzjj-message-notes,
  .hzjj-callback-notes,
  .hzjj-teacher-acceptance,
  .hzjj-public-note {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
    padding: 22px 16px !important;
  }

  .hzjj-editorial-home h2,
  .hzjj-editorial-panel h2,
  .hzjj-guide-support h2,
  .hzjj-guide-related h2,
  .hzjj-parent-questions h2,
  .hzjj-consultation-observe h2,
  .hzjj-parent-ready h2,
  .hzjj-editor-notes h2,
  .hzjj-parent-snippets h2,
  .hzjj-followup-notes h2,
  .hzjj-aftercall-notes h2,
  .hzjj-wording-notes h2,
  .hzjj-message-notes h2,
  .hzjj-callback-notes h2,
  .hzjj-teacher-acceptance h2 {
    font-size: 24px !important;
    line-height: 1.22 !important;
  }

  .hzjj-editorial-home-grid,
  .hzjj-parent-question-grid,
  .hzjj-parent-ready-grid,
  .hzjj-editor-notes-grid,
  .hzjj-parent-snippets-grid,
  .hzjj-followup-notes-grid,
  .hzjj-aftercall-notes-grid,
  .hzjj-wording-notes-grid,
  .hzjj-message-notes-grid,
  .hzjj-callback-notes-grid,
  .hzjj-teacher-acceptance-grid,
  .hzjj-guide-support > div,
  .hzjj-guide-related-grid {
    grid-template-columns: 1fr;
  }

  .hzjj-editorial-panel li {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .hzjj-consultation-observe li {
    grid-template-columns: 1fr;
  }

  .hzjj-consultation-head a {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }

  .hzjj-parent-ready-head a {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }

  .hzjj-parent-ready-grid article {
    grid-template-columns: 1fr;
  }

  .hzjj-parent-snippets a,
  .hzjj-followup-notes a,
  .hzjj-aftercall-notes a,
  .hzjj-wording-notes a,
  .hzjj-message-notes a,
  .hzjj-callback-notes a,
  .hzjj-teacher-acceptance a {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }
}

/* Homepage 1.0.26: fewer, clearer decisions for families. */
body.home .hzjj-home-start,
body.home .hzjj-home-budget,
body.home .hzjj-home-teacher-preview,
body.home .hzjj-home-case-preview,
body.home .hzjj-service-entry,
body.home .hzjj-parent-ready,
body.home .hzjj-decision,
body.home .hzjj-home-faq {
  width: min(1120px, calc(100vw - 48px)) !important;
  max-width: 1120px !important;
  box-sizing: border-box;
  margin: 40px auto !important;
}

.hzjj-home-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
  text-align: left;
}

.hzjj-home-section-head > div {
  max-width: 760px;
}

.hzjj-home-section-head span,
.hzjj-service-entry .hzjj-entry-head > span {
  display: inline-flex;
  border: 1px solid #cfe5f6;
  border-radius: 999px;
  background: #eef7ff;
  color: #0f5ca8;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.hzjj-home-section-head h2,
.hzjj-service-entry h2 {
  margin: 10px 0 8px !important;
  color: #17324d !important;
  font-size: 30px !important;
  line-height: 1.25 !important;
}

.hzjj-home-section-head p,
.hzjj-service-entry .hzjj-entry-head > p {
  margin: 0 !important;
  color: #607083 !important;
  font-size: 16px;
  line-height: 1.72 !important;
}

.hzjj-home-section-head > a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  box-sizing: border-box;
  border: 1px solid #b8d8ee;
  border-radius: 6px;
  background: #fff;
  color: #0f5ca8 !important;
  font-weight: 800;
  padding: 9px 13px;
  text-decoration: none !important;
}

.hzjj-home-section-head > a:hover {
  border-color: #0f5ca8;
  background: #f3f9fd;
}

.hzjj-home-start {
  padding: 4px 0 8px;
}

.hzjj-home-start-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 14px;
}

.hzjj-home-start-card {
  display: flex;
  flex-direction: column;
  min-height: 196px;
  box-sizing: border-box;
  border: 1px solid #d7e5ef;
  border-top: 3px solid #1b8a5a;
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}

.hzjj-home-start-card:nth-child(2) {
  border-top-color: #0f5ca8;
}

.hzjj-home-start-card:nth-child(3) {
  border-top-color: #b78122;
}

.hzjj-home-start-card:nth-child(4) {
  border-top-color: #607083;
}

.hzjj-home-start-card strong {
  color: #17324d;
  font-size: 19px;
  line-height: 1.35;
}

.hzjj-home-start-card p {
  margin: 10px 0 16px !important;
  color: #607083;
  font-size: 14.5px;
  line-height: 1.65;
}

.hzjj-home-start-card a {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  color: #0f5ca8 !important;
  font-weight: 800;
  text-decoration: none !important;
}

body.home .hzjj-service-entry,
body.home .hzjj-parent-ready,
body.home .hzjj-decision {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home .hzjj-service-entry {
  padding: 0 !important;
}

body.home .hzjj-service-entry .hzjj-entry-head {
  max-width: 760px;
}

body.home .hzjj-service-entry .hzjj-entry-note {
  margin-top: 16px !important;
  border-left: 3px solid #1b8a5a;
  border-radius: 0;
  background: #f4fbf6;
  padding: 11px 13px;
}

body.home .hzjj-service-entry .hzjj-entry-tabs {
  gap: 14px;
  margin-top: 20px;
}

body.home .hzjj-service-entry .hzjj-entry-panel {
  min-height: 184px;
  box-shadow: none;
}

body.home .hzjj-home-budget {
  padding: 28px;
  border: 1px solid #d7e5ef;
  border-radius: 8px;
  background: #f7fbff;
}

body.home .hzjj-home-budget .hzjj-home-section-head {
  margin-bottom: 18px;
}

body.home .hzjj-home-budget .hzjj-estimator {
  max-width: none;
  margin: 0;
  box-shadow: none;
}

body.home .hzjj-home-budget .hzjj-estimator-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.home .hzjj-home-teacher-preview .hzjj-list,
body.home .hzjj-home-case-preview .hzjj-case-grid {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-auto-rows: 1fr;
  align-items: stretch !important;
  gap: 14px !important;
}

body.home .hzjj-home-teacher-preview .hzjj-list-card,
body.home .hzjj-home-case-preview .hzjj-case-card,
.hzjj-page-action-grid > a,
.hzjj-package-card {
  display: flex !important;
  flex-direction: column;
  height: 100% !important;
  box-sizing: border-box;
}

body.home .hzjj-home-teacher-preview .hzjj-list-card {
  padding: 16px !important;
}

body.home .hzjj-home-teacher-preview .hzjj-teacher-card h3 {
  min-height: 50px !important;
}

body.home .hzjj-home-teacher-preview .hzjj-teacher-card > p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.home .hzjj-home-case-preview .hzjj-case-note {
  margin: 0 0 16px;
  background: #f4fbf6;
}

body.home .hzjj-home-case-preview .hzjj-case-card {
  padding: 16px !important;
}

body.home .hzjj-home-case-preview .hzjj-case-card h3 {
  min-height: 46px !important;
}

body.home .hzjj-home-case-preview .hzjj-case-row p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hzjj-card-actions,
.hzjj-case-card .hzjj-related-actions,
.hzjj-page-action-grid > a span {
  margin-top: auto !important;
}

.hzjj-card-actions,
.hzjj-case-card .hzjj-related-actions {
  min-height: 48px;
  padding-top: 14px;
}

.hzjj-page-action-grid {
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.hzjj-page-action-grid > a span {
  padding-top: 6px;
}

body.home .hzjj-parent-ready {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
  padding: 0 !important;
}

body.home .hzjj-parent-ready-grid {
  grid-auto-rows: 1fr;
}

body.home .hzjj-parent-ready-grid article {
  height: 100%;
  box-sizing: border-box;
}

body.home .hzjj-decision {
  padding: 34px 0 !important;
  border-top: 1px solid #d7e5ef !important;
  border-bottom: 1px solid #d7e5ef !important;
}

body.home .hzjj-home-faq {
  padding: 0 0 14px !important;
}

@media (max-width: 1080px) {
  .hzjj-home-start-grid,
  body.home .hzjj-home-teacher-preview .hzjj-list,
  body.home .hzjj-home-case-preview .hzjj-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.home .hzjj-home-budget .hzjj-estimator-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  body.home .hzjj-home-start,
  body.home .hzjj-home-budget,
  body.home .hzjj-home-teacher-preview,
  body.home .hzjj-home-case-preview,
  body.home .hzjj-service-entry,
  body.home .hzjj-parent-ready,
  body.home .hzjj-decision,
  body.home .hzjj-home-faq {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin: 30px 16px !important;
  }

  .hzjj-home-section-head {
    display: block;
    margin-bottom: 16px;
  }

  .hzjj-home-section-head h2,
  .hzjj-service-entry h2 {
    font-size: 24px !important;
    line-height: 1.28 !important;
  }

  .hzjj-home-section-head p,
  .hzjj-service-entry .hzjj-entry-head > p {
    font-size: 14.5px;
    line-height: 1.62 !important;
  }

  .hzjj-home-section-head > a {
    width: 100%;
    margin-top: 14px;
  }

  .hzjj-home-start-grid,
  body.home .hzjj-home-teacher-preview .hzjj-list,
  body.home .hzjj-home-case-preview .hzjj-case-grid,
  body.home .hzjj-home-budget .hzjj-estimator-grid,
  body.home .hzjj-parent-ready {
    grid-template-columns: 1fr !important;
  }

  .hzjj-home-start-card {
    min-height: 0;
    padding: 16px;
  }

  body.home .hzjj-home-budget {
    padding: 20px 16px;
  }

  body.home .hzjj-home-teacher-preview .hzjj-list-card,
  body.home .hzjj-home-case-preview .hzjj-case-card {
    padding: 15px !important;
  }

  body.home .hzjj-parent-ready {
    gap: 18px;
  }

  .hzjj-footer {
    padding-bottom: 96px !important;
  }

  .hzjj-sticky-cta {
    display: none !important;
  }

  body {
    padding-bottom: 0 !important;
  }

  .hzjj-footer {
    padding-bottom: 32px !important;
  }

  .hzjj-back-top {
    bottom: 20px !important;
  }

  .hzjj-mobile-quicknav {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 5px !important;
    overflow: hidden !important;
    scroll-snap-type: none !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .hzjj-mobile-quicknav a {
    width: 100% !important;
    min-width: 0 !important;
    padding: 7px 2px !important;
    font-size: 12px !important;
  }

  .hzjj-mobile-quicknav:after {
    display: none !important;
  }
}

.hzjj-sticky-cta {
  display: none !important;
}

.hzjj-back-top {
  bottom: 22px !important;
}
