/* zh.wps-hfg.com.cn — 全宽横带 SaaS，0 圆角，青绿 + 珊瑚 */
:root {
  --teal: #0d7377;
  --teal-ink: #085458;
  --coral: #e85a4f;
  --coral-deep: #c9443b;
  --paper: #eceeee;
  --fog: #f6f7f7;
  --white: #ffffff;
  --ink: #141c1c;
  --mute: #5b6666;
  --line: #d5dbdb;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  border-radius: 0;
}

html {
  margin: 0;
  scroll-behavior: auto;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 17px;
  line-height: 1.78;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

p {
  margin: 0 0 1em;
}

p:last-child {
  margin-bottom: 0;
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip:focus {
  left: 12px;
  top: 12px;
  z-index: 40;
  background: var(--white);
  color: var(--ink);
  padding: 8px 12px;
}

.site-head {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--teal);
  color: var(--white);
  border-bottom: 4px solid var(--coral);
}

.head-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.04em;
  font-size: 18px;
}

.brand svg {
  flex: 0 0 auto;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.nav a {
  text-decoration: none;
  padding: 22px 18px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 4px solid transparent;
  margin-bottom: -4px;
}

.nav a:hover {
  background: rgba(0, 0, 0, 0.12);
}

.nav a.is-current {
  border-bottom-color: var(--coral);
  background: rgba(232, 90, 79, 0.18);
}

.band {
  width: 100%;
}

.band-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 24px;
}

.band--teal {
  background: var(--teal);
  color: var(--white);
}

.band--teal-ink {
  background: var(--teal-ink);
  color: var(--white);
}

.band--coral {
  background: var(--coral);
  color: var(--white);
}

.band--ink {
  background: var(--ink);
  color: var(--white);
}

.band--white {
  background: var(--white);
  color: var(--ink);
}

.band--fog {
  background: var(--fog);
  color: var(--ink);
}

.band--paper {
  background: var(--paper);
  color: var(--ink);
}

.kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 18px;
  opacity: 0.88;
}

.kicker svg {
  flex: 0 0 auto;
}

h1 {
  margin: 0 0 22px;
  font-size: clamp(34px, 6.4vw, 68px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.035em;
  max-width: 16em;
}

h2 {
  margin: 0 0 18px;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.03em;
}

h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
}

.lead {
  max-width: 42em;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 36px;
}

.bar-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 64px;
  padding: 0 28px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.04em;
  background: var(--coral);
  color: var(--white);
  border: 0;
  cursor: pointer;
  font-size: 16px;
}

.bar-cta:hover {
  background: var(--coral-deep);
}

.bar-cta--ghost {
  background: transparent;
  color: var(--ink);
  box-shadow: inset 0 0 0 2px var(--ink);
}

.bar-cta--ghost:hover {
  background: rgba(20, 28, 28, 0.06);
}

.bar-cta--full {
  width: 100%;
  min-height: 84px;
  font-size: 22px;
}

.bar-cta--ink {
  background: var(--ink);
}

.bar-cta--ink:hover {
  background: #000;
}

.bar-cta--teal {
  background: var(--teal);
}

.bar-cta--teal:hover {
  background: var(--teal-ink);
}

.metrics {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.metric {
  flex: 1 1 180px;
  padding: 36px 28px 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.metric:last-child {
  border-right: 0;
}

.metric b {
  display: block;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
}

.metric span {
  display: block;
  font-size: 14px;
  opacity: 0.88;
}

.chap {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.chapno {
  font-size: clamp(56px, 8vw, 88px);
  font-weight: 800;
  line-height: 0.85;
  letter-spacing: -0.06em;
  color: var(--coral);
}

.band--teal .chapno,
.band--teal-ink .chapno,
.band--coral .chapno,
.band--ink .chapno {
  color: rgba(255, 255, 255, 0.28);
}

.path-row {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: start;
  padding: 48px 24px;
  max-width: 1180px;
  margin: 0 auto;
}

.path-row + .path-row {
  border-top: 0;
}

.path-idx {
  font-size: 64px;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.path-head h3 {
  font-size: 26px;
  margin-bottom: 8px;
}

.path-head p {
  color: inherit;
  opacity: 0.92;
}

.timeline-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 20px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.timeline-row:first-of-type {
  border-top: 0;
}

.time-mark {
  font-weight: 800;
  font-size: 28px;
  color: var(--teal);
  line-height: 1.1;
}

.pack-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1.4fr) minmax(0, 1fr) 160px;
  gap: 16px;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  cursor: pointer;
}

.pack-row:first-of-type {
  border-top: 0;
}

.pack-row.is-picked {
  background: #fff3f1;
  box-shadow: inset 4px 0 0 var(--coral);
  padding-left: 16px;
  padding-right: 16px;
}

.pack-ico svg {
  width: 40px;
  height: 40px;
}

.pack-go {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  background: var(--teal);
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.pack-go:hover {
  background: var(--teal-ink);
}

.compare-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.compare-pane {
  padding: 56px 36px;
}

.compare-pane + .compare-pane {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.14);
}

.compare-pane h3 {
  font-size: 22px;
  margin-bottom: 14px;
}

.quote-row {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 28px;
  padding: 36px 0;
  border-top: 1px solid var(--line);
}

.quote-row:first-of-type {
  border-top: 0;
}

.quote-who {
  font-weight: 800;
  font-size: 15px;
  color: var(--teal);
}

.quote-who small {
  display: block;
  margin-top: 6px;
  font-weight: 600;
  color: var(--mute);
  font-size: 13px;
}

.faq-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 18px;
  padding: 28px 0;
  border-top: 1px solid currentColor;
}

.band--white .faq-row,
.band--fog .faq-row,
.band--paper .faq-row {
  border-top-color: var(--line);
}

.band--ink .faq-row,
.band--teal .faq-row,
.band--coral .faq-row {
  border-top-color: rgba(255, 255, 255, 0.16);
}

.faq-row:first-of-type {
  border-top: 0;
}

.faq-no {
  font-weight: 800;
  font-size: 28px;
  line-height: 1.1;
  color: var(--coral);
}

.band--coral .faq-no,
.band--teal .faq-no,
.band--ink .faq-no {
  color: rgba(255, 255, 255, 0.35);
}

.base-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
}

.base-table th,
.base-table td {
  text-align: left;
  padding: 16px 14px;
  border-top: 1px solid var(--line);
  vertical-align: top;
}

.base-table th {
  width: 28%;
  font-weight: 800;
  color: var(--teal);
}

.log-row {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.log-row:first-of-type {
  border-top: 0;
}

.log-ver {
  font-weight: 800;
  color: var(--coral);
}

.wizard {
  display: flex;
  flex-direction: column;
}

.wiz-row {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 20px;
  padding: 36px 0;
  border-top: 1px solid var(--line);
}

.wiz-row:first-of-type {
  border-top: 0;
}

.wiz-num {
  font-size: clamp(64px, 10vw, 112px);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.07em;
  color: var(--teal);
}

.article p {
  max-width: 46em;
}

.inline-cta {
  display: block;
  margin: 28px 0 8px;
}

.site-foot {
  background: var(--ink);
  color: #d7dddd;
  padding: 48px 24px 56px;
}

.foot-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.site-foot p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.7;
}

.site-foot a {
  color: #ffffff;
  font-weight: 700;
}

.muted {
  color: var(--mute);
}

.band--teal .muted,
.band--coral .muted,
.band--ink .muted,
.band--teal-ink .muted {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 860px) {
  .head-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 16px 0;
    gap: 0;
  }

  .nav {
    width: 100%;
  }

  .nav a {
    padding: 12px 12px 14px;
    font-size: 13px;
  }

  .chap,
  .path-row,
  .quote-row,
  .pack-row,
  .compare-split,
  .faq-row,
  .wiz-row,
  .log-row {
    grid-template-columns: 1fr;
  }

  .path-row {
    padding: 36px 20px;
  }

  .compare-pane {
    padding: 40px 24px;
  }

  .compare-pane + .compare-pane {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  }

  .metric {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    flex: 1 1 100%;
  }
}

/* magazine-column */
.band--teal, .band--ink, .band--coral, .band--fog, .band--white {
  background: #f7f3ea;
  color: #1a1a1a;
}
.band--ink .chap p, .band--teal .lead, .band--teal h1, .band--coral h2 {
  color: #1a1a1a;
}
.band-inner { max-width: 720px; }
.hero-extra { margin-top: 12px; }
.metrics { background: #efe6d4; }
.site-head { background: #1f3a34; }
