:root {
  --home-green: #175f4a;
  --home-green-deep: #0d493a;
  --home-green-soft: #e9f3ef;
  --home-amber: #c99420;
  --home-amber-soft: #fff5d9;
  --home-blue: #406d91;
  --home-ink: #17231f;
  --home-muted: #64716b;
  --home-line: #dce5e0;
  --home-bg: #f4f7f5;
  --home-white: #fff;
  --home-header-height: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 136px; }
body { margin: 0; min-width: 0; overflow-x: hidden; color: var(--home-ink); background: #fff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", "Microsoft YaHei", sans-serif; }
a { color: inherit; }
button, a { letter-spacing: 0; }
button { font: inherit; }
.official-container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.official-icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.official-icon-sprite symbol, .official-header svg, main svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.official-header { position: sticky; top: 0; z-index: 100; height: var(--home-header-height); color: var(--home-ink); background: rgba(255, 255, 255, .98); border-bottom: 1px solid #e4e9e6; box-shadow: 0 3px 12px rgba(28, 48, 41, .07); }
.official-header-inner { width: min(1380px, calc(100% - 40px)); height: 100%; margin-inline: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.official-brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; white-space: nowrap; }
.official-brand img { width: 38px; height: 38px; display: block; }
.official-brand span { display: flex; align-items: baseline; gap: 10px; }
.official-brand strong { color: var(--home-green-deep); font-family: "Noto Serif SC", "Songti SC", serif; font-size: 24px; }
.official-brand small { color: #7b8782; font-size: 11px; font-weight: 650; }
.official-actions { justify-self: end; }
.official-actions a { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0 16px; border: 1px solid var(--home-green); border-radius: 5px; color: #fff; background: var(--home-green); text-decoration: none; font-size: 12px; font-weight: 850; white-space: nowrap; }
.official-actions a:hover, .official-actions a:focus-visible { border-color: var(--home-green-deep); background: var(--home-green-deep); outline: none; }

.official-hero { position: relative; height: 548px; overflow: hidden; background-color: #e8f0ec; background-image: url("./悟净学术-官网图书馆高清背景-v2.jpg?v=20260722-library2"); background-position: center 48%; background-size: cover; background-repeat: no-repeat; }
.official-hero::before { content: ""; position: absolute; z-index: 0; inset: 0; background: rgba(240, 247, 244, .86); pointer-events: none; }
.official-hero-content { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.official-eyebrow, .official-section-heading > span { color: var(--home-green); font-size: 12px; font-weight: 850; }
.official-hero h1 { margin: 10px 0 0; color: var(--home-green-deep); font-family: "Noto Serif SC", "Songti SC", serif; font-size: 36px; line-height: 1.38; letter-spacing: 0; }
.official-hero-offer { max-width: 610px; }
.official-hero-content > p { max-width: 570px; margin: 15px 0 0; color: #53635d; font-size: 15px; line-height: 1.9; }
.official-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.official-entry-note { display: block; margin-top: 12px; color: #798681; font-size: 11px; line-height: 1.6; }
.official-hero-points { width: min(610px, 100%); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: 24px 0 0; padding: 17px 0 0; border-top: 1px solid rgba(23, 95, 74, .24); list-style: none; }
.official-hero-points li { min-width: 0; padding-right: 18px; }
.official-hero-points strong, .official-hero-points span { display: block; }
.official-hero-points strong { color: var(--home-ink); font-size: 12px; line-height: 1.5; }
.official-hero-points span { margin-top: 5px; color: var(--home-muted); font-size: 10px; line-height: 1.55; }
.official-primary, .official-secondary { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 18px; border: 1px solid transparent; border-radius: 5px; text-decoration: none; font-size: 13px; font-weight: 850; }
.official-primary { color: #fff; border-color: var(--home-green); background: var(--home-green); }
.official-primary svg, .official-scenario-list a svg, .official-capability-copy a svg { width: 16px; height: 16px; }
.official-primary:hover, .official-primary:focus-visible { border-color: var(--home-green-deep); background: var(--home-green-deep); outline: none; }
.official-secondary { color: var(--home-green-deep); border-color: #aabbb4; background: rgba(255, 255, 255, .92); }
.official-secondary:hover, .official-secondary:focus-visible { border-color: var(--home-green); outline: none; }

.official-section-nav { position: sticky; top: var(--home-header-height); z-index: 90; height: 58px; border-bottom: 1px solid var(--home-line); background: rgba(255, 255, 255, .98); box-shadow: 0 4px 12px rgba(25, 48, 40, .06); scrollbar-width: none; }
.official-section-nav::-webkit-scrollbar, .official-capability-tabs::-webkit-scrollbar, .official-results-tabs::-webkit-scrollbar { display: none; }
.official-section-nav .official-container { height: 100%; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.official-section-nav a { position: relative; display: flex; align-items: center; justify-content: center; color: #46544f; text-decoration: none; font-size: 13px; font-weight: 750; white-space: nowrap; }
.official-section-nav a::after { content: ""; position: absolute; right: 24%; bottom: 0; left: 24%; height: 3px; background: transparent; }
.official-section-nav a:hover, .official-section-nav a:focus-visible, .official-section-nav a[aria-current="true"] { color: var(--home-green); outline: none; }
.official-section-nav a[aria-current="true"]::after { background: var(--home-green); }

.official-section { padding: 82px 0; }
.official-section.is-soft { background: var(--home-bg); }
.official-section-heading { max-width: 760px; margin-bottom: 34px; }
.official-section-heading.is-centered { margin-right: auto; margin-left: auto; text-align: center; }
.official-section-heading h2 { margin: 9px 0 0; font-size: 31px; line-height: 1.4; letter-spacing: 0; }
.official-section-heading p { margin: 11px 0 0; color: var(--home-muted); font-size: 14px; line-height: 1.8; }

.official-capability-tabs { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border: 1px solid var(--home-line); border-radius: 7px 7px 0 0; background: #fff; scrollbar-width: none; }
.official-capability-tabs button { min-height: 66px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 12px; border: 0; border-right: 1px solid var(--home-line); color: #53615c; background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }
.official-capability-tabs button:last-child { border-right: 0; }
.official-capability-tabs button svg { width: 18px; height: 18px; }
.official-capability-tabs button:hover, .official-capability-tabs button:focus-visible { color: var(--home-green); background: #f8fbf9; outline: none; }
.official-capability-tabs button[aria-selected="true"] { color: #fff; background: var(--home-green); }
.official-capability-panel { min-height: 410px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); border: 1px solid var(--home-line); border-top: 0; border-radius: 0 0 8px 8px; background: #fff; }
.official-capability-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 52px; }
.official-capability-copy > span { color: var(--home-green); font-size: 11px; font-weight: 900; }
.official-capability-copy h3 { max-width: 590px; margin: 11px 0 13px; font-size: 26px; line-height: 1.45; }
.official-capability-copy > p { max-width: 620px; margin: 0; color: var(--home-muted); font-size: 14px; line-height: 1.8; }
.official-capability-output { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 24px; }
.official-capability-output strong { margin-right: 4px; color: #4f5d58; font-size: 11px; }
.official-capability-output span { padding: 6px 9px; border-radius: 4px; color: var(--home-green); background: var(--home-green-soft); font-size: 10px; font-weight: 800; }
.official-capability-copy > a { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; margin-top: 28px; padding: 0 15px; border: 1px solid var(--home-green); border-radius: 5px; color: #fff; background: var(--home-green); text-decoration: none; font-size: 12px; font-weight: 850; }
.official-capability-copy > a:hover, .official-capability-copy > a:focus-visible { background: var(--home-green-deep); outline: none; }
.official-capability-flow { display: grid; align-content: center; gap: 0; margin: 36px; padding: 18px 28px; border-left: 3px solid var(--home-green); background: #f2f7f5; }
.official-capability-flow div { position: relative; min-height: 94px; display: grid; grid-template-columns: 38px minmax(0, 1fr); align-content: center; column-gap: 15px; padding: 15px 0; border-bottom: 1px solid #d4e1db; }
.official-capability-flow div:last-child { border-bottom: 0; }
.official-capability-flow span { grid-row: 1 / span 2; width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--home-green); font-size: 10px; font-weight: 900; }
.official-capability-flow strong { align-self: end; font-size: 14px; }
.official-capability-flow small { align-self: start; margin-top: 5px; color: var(--home-muted); font-size: 11px; line-height: 1.5; }

.official-pain-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.official-pain-grid article { min-height: 280px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--home-line); border-radius: 7px; background: #fff; }
.official-pain-icon { display: flex; align-items: center; justify-content: space-between; }
.official-pain-icon svg { width: 38px; height: 38px; padding: 9px; border-radius: 6px; color: var(--home-green); background: var(--home-green-soft); }
.official-pain-icon > span { color: #9ba7a2; font-size: 10px; font-weight: 900; }
.official-pain-grid article:nth-child(2) .official-pain-icon svg { color: var(--home-blue); background: #eaf2f7; }
.official-pain-grid article:nth-child(3) .official-pain-icon svg { color: #966a18; background: var(--home-amber-soft); }
.official-pain-grid article:nth-child(4) .official-pain-icon svg { color: #685a83; background: #f0edf6; }
.official-pain-grid h3 { margin: 24px 0 10px; font-size: 17px; line-height: 1.5; }
.official-pain-grid p { margin: 0; color: var(--home-muted); font-size: 12px; line-height: 1.75; }
.official-pain-grid small { display: block; margin-top: auto; padding-top: 19px; color: #7b6650; font-size: 10px; line-height: 1.65; }
.official-pain-grid small strong { display: block; margin-bottom: 3px; color: #966a18; }

.official-review-inline { display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); gap: 46px; align-items: center; margin-top: 48px; padding: 36px; border: 1px solid #cfe0d8; border-radius: 8px; background: #fff; }
.official-review-copy > span { color: var(--home-green); font-size: 11px; font-weight: 900; }
.official-review-copy h3 { margin: 10px 0 13px; font-size: 23px; line-height: 1.45; }
.official-review-copy p { max-width: 670px; margin: 0; color: var(--home-muted); font-size: 13px; line-height: 1.8; }
.official-review-copy a { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin-top: 24px; padding: 0 15px; border: 1px solid var(--home-green); border-radius: 5px; color: #fff; background: var(--home-green); text-decoration: none; font-size: 12px; font-weight: 850; }
.official-review-copy a svg { width: 16px; height: 16px; }
.official-review-copy a:hover, .official-review-copy a:focus-visible { border-color: var(--home-green-deep); background: var(--home-green-deep); outline: none; }
.official-review-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid var(--home-line); border-bottom: 1px solid var(--home-line); list-style: none; }
.official-review-steps li { min-height: 182px; padding: 24px 20px; border-right: 1px solid var(--home-line); background: rgba(255, 255, 255, .62); }
.official-review-steps li:last-child { border-right: 0; }
.official-review-steps li > span { width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; border-radius: 5px; color: var(--home-green); background: var(--home-green-soft); font-size: 10px; font-weight: 900; }
.official-review-steps strong, .official-review-steps small { display: block; }
.official-review-steps strong { margin-top: 26px; font-size: 14px; line-height: 1.45; }
.official-review-steps small { margin-top: 7px; color: var(--home-muted); font-size: 10px; line-height: 1.65; }

.official-scenario-list { border-top: 1px solid var(--home-line); }
.official-scenario-list article { min-height: 154px; display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; align-items: center; gap: 24px; padding: 25px 8px; border-bottom: 1px solid var(--home-line); }
.official-scenario-number { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; color: var(--home-green); background: var(--home-green-soft); font-size: 12px; font-weight: 900; }
.official-scenario-list article:nth-child(2) .official-scenario-number { color: #966a18; background: var(--home-amber-soft); }
.official-scenario-list article:nth-child(3) .official-scenario-number { color: var(--home-blue); background: #eaf2f7; }
.official-scenario-list small { color: var(--home-green); font-size: 10px; font-weight: 850; }
.official-scenario-list h3 { margin: 6px 0 7px; font-size: 19px; }
.official-scenario-list p { margin: 0; color: var(--home-muted); font-size: 12px; line-height: 1.7; }
.official-scenario-list a { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 14px; border: 1px solid #b7c9c1; border-radius: 5px; color: var(--home-green); background: #fff; text-decoration: none; font-size: 11px; font-weight: 850; white-space: nowrap; }
.official-scenario-list a:hover, .official-scenario-list a:focus-visible { border-color: var(--home-green); outline: none; }

.official-process-grid { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.official-process-grid li { min-height: 250px; display: flex; flex-direction: column; padding: 24px 22px; border: 1px solid var(--home-line); border-radius: 7px; background: #fff; }
.official-process-mark { display: flex; align-items: center; justify-content: space-between; }
.official-process-mark svg { width: 38px; height: 38px; padding: 9px; border-radius: 6px; color: var(--home-green); background: var(--home-green-soft); }
.official-process-mark span { color: #97a39e; font-size: 10px; font-weight: 900; }
.official-process-grid li:nth-child(2) .official-process-mark svg { color: var(--home-blue); background: #eaf2f7; }
.official-process-grid li:nth-child(3) .official-process-mark svg { color: #966a18; background: var(--home-amber-soft); }
.official-process-grid li:nth-child(4) .official-process-mark svg { color: #685a83; background: #f0edf6; }
.official-process-grid li:nth-child(5) .official-process-mark svg { color: #3f6f65; background: #e8f1ee; }
.official-process-grid h3 { margin: 28px 0 10px; font-size: 16px; line-height: 1.45; }
.official-process-grid p { margin: 0; color: var(--home-muted); font-size: 11px; line-height: 1.75; }
.official-process-action { display: flex; justify-content: center; margin-top: 28px; }

.official-results-toolbar { display: flex; align-items: center; justify-content: center; margin-bottom: 22px; }
.official-results-tabs { display: inline-flex; gap: 4px; padding: 4px; border: 1px solid var(--home-line); border-radius: 7px; background: #f5f8f6; scrollbar-width: none; }
.official-results-tabs button { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; padding: 0 16px; border: 0; border-radius: 5px; color: #55645e; background: transparent; font-size: 11px; font-weight: 800; white-space: nowrap; cursor: pointer; }
.official-results-tabs button[aria-selected="true"] { color: #fff; background: var(--home-green); }
.official-results-tabs button:focus-visible { outline: 2px solid var(--home-amber); outline-offset: 2px; }
.official-results-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.official-result-card { min-width: 0; overflow: hidden; border: 1px solid var(--home-line); border-radius: 7px; background: #fff; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.official-result-card:hover { border-color: #b7cbc2; box-shadow: 0 10px 24px rgba(25, 56, 46, .08); transform: translateY(-2px); }
.official-result-media { position: relative; aspect-ratio: 3 / 2; margin: 0; overflow: hidden; border-bottom: 1px solid var(--home-line); background: #e9efec; }
.official-result-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.official-result-media figcaption { position: absolute; left: 10px; bottom: 10px; padding: 5px 8px; border-radius: 4px; color: #fff; background: rgba(8, 57, 46, .92); font-size: 9px; font-weight: 800; }
.official-result-document { height: 170px; display: grid; align-content: center; gap: 10px; padding: 24px; border-bottom: 1px solid var(--home-line); background: #f7faf8; }
.official-result-document > span { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; color: var(--home-green); background: var(--home-green-soft); font-size: 15px; font-weight: 900; }
.official-result-document i { height: 7px; display: block; border-radius: 2px; background: #d9e4de; }
.official-result-document i:nth-of-type(1) { width: 84%; }
.official-result-document i:nth-of-type(2) { width: 100%; }
.official-result-document i:nth-of-type(3) { width: 68%; }
.official-result-body { padding: 18px; }
.official-result-body > span { color: var(--home-green); font-size: 9px; font-weight: 900; }
.official-result-body h3 { margin: 7px 0 8px; font-size: 16px; line-height: 1.45; }
.official-result-body p { min-height: 54px; margin: 0; color: var(--home-muted); font-size: 11px; line-height: 1.65; }
.official-result-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.official-result-tags span { padding: 4px 7px; border-radius: 4px; color: #52625b; background: #eef3f0; font-size: 9px; font-weight: 750; }
.official-results-more-wrap { display: flex; justify-content: center; margin-top: 20px; }
.official-results-more { min-height: 40px; padding: 0 16px; border: 1px solid #b8ccc3; border-radius: 5px; color: var(--home-green); background: #fff; font-size: 11px; font-weight: 800; cursor: pointer; }
.official-results-more:hover, .official-results-more:focus-visible { border-color: var(--home-green); outline: none; }

.official-footer { padding: 30px 0; color: rgba(255, 255, 255, .8); background: #082d25; }
.official-footer .official-container { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.official-brand.is-footer strong { color: #fff; font-size: 18px; }
.official-brand.is-footer small { color: rgba(255, 255, 255, .58); }
.official-footer p { max-width: 480px; margin: 0; color: rgba(255, 255, 255, .58); font-size: 10px; line-height: 1.65; }
.official-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; }
.official-footer nav a { color: rgba(255, 255, 255, .72); font-size: 10px; text-decoration: none; }

@media (max-width: 1120px) {
  .official-brand small { display: none; }
  .official-hero-content > p { max-width: 540px; }
  .official-capability-copy { padding: 40px; }
  .official-review-inline { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 900px) {
  :root { --home-header-height: 66px; }
  html { scroll-padding-top: 124px; }
  .official-header-inner { width: calc(100% - 28px); grid-template-columns: 1fr auto; gap: 16px; }
  .official-hero { height: 520px; }
  .official-hero::before { background: rgba(240, 247, 244, .89); }
  .official-hero h1 { font-size: 34px; }
  .official-section-nav { height: 54px; overflow-x: auto; }
  .official-section-nav .official-container { width: max-content; min-width: 100%; grid-template-columns: repeat(4, minmax(132px, 1fr)); }
  .official-capability-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .official-capability-tabs button:nth-child(3) { border-right: 0; }
  .official-capability-tabs button:nth-child(-n+3) { border-bottom: 1px solid var(--home-line); }
  .official-capability-panel { grid-template-columns: 1fr; }
  .official-capability-flow { margin-top: 0; }
  .official-pain-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .official-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .official-process-grid li:last-child { grid-column: 1 / -1; min-height: 0; }
  .official-review-steps li { min-height: 150px; }
  .official-results-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .official-footer .official-container { grid-template-columns: 1fr 1fr; }
  .official-footer p { display: none; }
}

@media (max-width: 640px) {
  .official-container { width: calc(100% - 28px); }
  .official-brand img { width: 34px; height: 34px; }
  .official-brand strong { font-size: 21px; }
  .official-actions a { min-height: 36px; padding-inline: 11px; font-size: 11px; }
  .official-hero { height: 590px; }
  .official-hero::before { display: block; background: rgba(240, 247, 244, .84); }
  .official-hero h1 { font-size: 25px; }
  .official-hero-content > p { font-size: 14px; line-height: 1.75; }
  .official-hero-actions { width: 100%; margin-top: 24px; }
  .official-hero-actions a { flex: 1; padding-inline: 10px; white-space: nowrap; }
  .official-entry-note { font-size: 10px; }
  .official-hero-points { grid-template-columns: 1fr; gap: 8px; margin-top: 17px; padding-top: 12px; }
  .official-hero-points li { padding-right: 0; }
  .official-hero-points span { display: none; }
  .official-section { padding: 58px 0; }
  .official-section-heading h2 { font-size: 25px; }
  .official-section-heading.is-centered { text-align: center; }
  .official-section-nav { overflow: hidden; }
  .official-section-nav .official-container { width: 100%; min-width: 0; grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .official-section-nav a { min-width: 0; padding-inline: 1px; font-size: 9.5px; }
  .official-section-nav a::after { right: 18%; left: 18%; }
  .official-capability-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: hidden; border-radius: 6px 6px 0 0; }
  .official-capability-tabs button { min-width: 0; min-height: 58px; padding-inline: 4px; border-right: 1px solid var(--home-line) !important; border-bottom: 1px solid var(--home-line) !important; font-size: 10px; }
  .official-capability-tabs button:nth-child(3n) { border-right: 0 !important; }
  .official-capability-tabs button:nth-child(n+4) { border-bottom: 0 !important; }
  .official-capability-copy { padding: 30px 22px; }
  .official-capability-copy h3 { font-size: 22px; }
  .official-capability-flow { margin: 0 20px 22px; padding: 12px 18px; }
  .official-pain-grid { grid-template-columns: 1fr; }
  .official-pain-grid article { min-height: 0; }
  .official-review-inline { margin-top: 38px; padding: 26px 22px; }
  .official-review-copy h3 { font-size: 21px; }
  .official-process-grid { grid-template-columns: 1fr; }
  .official-process-grid li, .official-process-grid li:last-child { min-height: 0; grid-column: auto; }
  .official-review-steps { grid-template-columns: 1fr; }
  .official-review-steps li { min-height: 0; display: grid; grid-template-columns: 38px minmax(0, 1fr); column-gap: 13px; padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--home-line); background: transparent; }
  .official-review-steps li:last-child { border-bottom: 0; }
  .official-review-steps li > span { grid-row: 1 / span 2; }
  .official-review-steps strong { margin-top: 2px; }
  .official-scenario-list article { grid-template-columns: 48px minmax(0, 1fr); gap: 15px; }
  .official-scenario-number { width: 42px; height: 42px; }
  .official-scenario-list article > a { grid-column: 2; justify-self: start; }
  .official-results-toolbar { justify-content: flex-start; overflow: hidden; }
  .official-results-tabs { width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; }
  .official-results-tabs button { min-width: 0; }
  .official-results-grid { grid-template-columns: 1fr; }
  .official-result-body p { min-height: 0; }
  .official-footer .official-container { grid-template-columns: 1fr; }
  .official-footer nav { justify-content: flex-start; }
}

@media (max-width: 420px) {
  .official-hero-actions { flex-direction: column; }
  .official-hero-actions a { width: 100%; flex: none; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
