:root {
  color-scheme: light;
  --art-width: 864px;
  --page-bg: #f5eee3;
  --ink: #171717;
  --text: #2f3134;
  --muted: #766b60;
  --blue: #004b97;
  --blue-deep: #06346f;
  --gold: #b47a32;
  --gold-soft: #d7ad67;
  --serif: "Songti SC", "STSong", "Noto Serif CJK SC", "Source Han Serif SC", "SimSun", serif;
  --sans: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(232, 221, 204, 0.86), rgba(255, 253, 249, 0.98) 18%, rgba(255, 253, 249, 0.98) 82%, rgba(232, 221, 204, 0.86)),
    linear-gradient(180deg, #fffdf9, var(--page-bg));
  font-family: var(--sans);
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus-visible {
  outline: 3px solid rgba(5, 65, 138, 0.28);
  outline-offset: 3px;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.zy-page {
  width: 100%;
  padding: clamp(0px, 1.8vw, 18px) 0;
}

.zy-artboard {
  container-type: inline-size;
  width: min(100%, var(--art-width));
  margin: 0 auto;
  overflow: hidden;
  background: #fffdf8;
  box-shadow:
    0 26px 90px rgba(50, 36, 18, 0.12),
    0 0 0 1px rgba(176, 142, 87, 0.08);
}

.zy-frame {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 0;
  background: #fffdf8;
}

.zy-bg {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
}

.zy-layer {
  position: absolute;
  left: calc(var(--x) * 1%);
  top: calc(var(--y) * 1%);
  z-index: 2;
  width: calc(var(--w) * 1%);
  min-height: calc(var(--h) * 1%);
  line-height: normal;
}

.zy-brand {
  display: block;
}

.brand-logo {
  display: block;
  width: 12.8cqw;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.top-brand .brand-logo,
.bottom-brand .brand-logo {
  width: 12.4cqw;
}

.top-hero-copy h1,
.bottom-hero-copy h2,
.section-copy h2,
.top-closing p,
.bottom-closing > p {
  margin: 0;
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: 0;
}

.top-hero-copy h1 {
  color: #151719;
  font-size: 4.85cqw;
  line-height: 1.33;
}

.top-hero-copy h1 span,
.bottom-hero-copy h2 span,
.bottom-value h2 span,
.bottom-closing > p em {
  color: var(--gold);
}

.top-hero-copy h1 span,
.bottom-hero-copy h2 span {
  white-space: nowrap;
}

.top-hero-copy p {
  width: 64%;
  margin: 2.8cqw 0 0;
  color: #262626;
  font-size: 1.7cqw;
  font-weight: 520;
  line-height: 1.88;
}

.top-demo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8cqw;
  min-height: calc(var(--h) * 1%);
  border: 1px solid rgba(7, 45, 100, 0.18);
  border-radius: 0.82cqw;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(18, 73, 151, 0.98) 0%, rgba(6, 52, 111, 0.98) 48%, rgba(5, 40, 93, 1) 100%),
    var(--blue);
  box-shadow:
    0 1.0cqw 2.1cqw rgba(6, 52, 111, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  font-size: 1.28cqw;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.top-demo-button:hover {
  background:
    linear-gradient(180deg, rgba(22, 83, 169, 0.98) 0%, rgba(6, 56, 122, 0.98) 48%, rgba(5, 40, 93, 1) 100%),
    var(--blue);
}

.top-data-card {
  overflow: hidden;
  padding: 1.15cqw 1.05cqw;
  color: #272727;
}

.top-data-card h2 {
  margin: 0 0 1.0cqw;
  font-size: 1.45cqw;
  font-weight: 800;
  line-height: 1.2;
}

.top-data-card p,
.top-data-card li {
  margin: 0;
  color: #756a5f;
  font-size: 1.02cqw;
  font-weight: 560;
  line-height: 1.55;
}

.top-data-card strong {
  display: block;
  margin: 0.34cqw 0 0.55cqw;
  color: #252525;
  font-size: 2.35cqw;
  line-height: 1;
}

.top-data-card strong span {
  margin-left: 0.32cqw;
  color: var(--gold);
  font-size: 1.02cqw;
}

.mini-line {
  display: block;
  width: 90%;
  height: 4.8cqw;
  margin-top: 0.8cqw;
  overflow: visible;
}

.line-axis {
  stroke: rgba(196, 145, 60, 0.18);
  stroke-width: 1;
}

.line-path {
  fill: none;
  stroke: #c98735;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.line-fill {
  fill: rgba(214, 160, 78, 0.13);
  stroke: none;
}

.mini-bars,
.small-bars {
  display: flex;
  align-items: end;
  gap: 0.42cqw;
  height: 1.4cqw;
  width: 76%;
  margin-top: -0.9cqw;
}

.mini-bars span,
.small-bars span {
  display: block;
  width: 0.42cqw;
  border-radius: 1cqw 1cqw 0 0;
  background: rgba(202, 142, 50, 0.45);
}

.mini-bars span:nth-child(1) { height: 42%; }
.mini-bars span:nth-child(2) { height: 68%; }
.mini-bars span:nth-child(3) { height: 50%; }
.mini-bars span:nth-child(4) { height: 78%; }
.mini-bars span:nth-child(5) { height: 60%; }
.mini-bars span:nth-child(6) { height: 92%; }

.top-assistant ul,
.top-health ul {
  margin: 0.35cqw 0 0;
  padding: 0;
  list-style: none;
}

.top-assistant li {
  display: flex;
  justify-content: space-between;
  width: 53%;
  padding: 0.16cqw 0;
}

.top-assistant b {
  color: #8d6d30;
  font-size: 1cqw;
}

.radar-card {
  position: absolute;
  right: 1.2cqw;
  top: 3.6cqw;
  width: 5.4cqw;
  height: 5.4cqw;
  background:
    radial-gradient(circle, rgba(190, 139, 54, 0.1) 0 2px, transparent 3px),
    conic-gradient(from 30deg, rgba(181, 124, 41, 0.28), rgba(181, 124, 41, 0.08), rgba(181, 124, 41, 0.22), rgba(181, 124, 41, 0.28));
  clip-path: polygon(50% 6%, 86% 30%, 74% 82%, 26% 82%, 14% 30%);
  opacity: 0.95;
}

.progress-ring {
  position: absolute;
  left: 1.3cqw;
  bottom: 0.7cqw;
  display: grid;
  width: 5.1cqw;
  height: 5.1cqw;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.9) 0 58%, transparent 59%),
    conic-gradient(#b37a2e 0 92%, rgba(181, 122, 46, 0.12) 92% 100%);
  color: #2f2f2f;
  font-size: 1.05cqw;
  font-weight: 800;
}

.small-bars {
  position: absolute;
  right: 1.4cqw;
  bottom: 1.15cqw;
  width: 5.1cqw;
  height: 3.2cqw;
  margin: 0;
}

.small-bars span {
  width: 0.48cqw;
}

.small-bars span:nth-child(1) { height: 35%; }
.small-bars span:nth-child(2) { height: 58%; }
.small-bars span:nth-child(3) { height: 78%; }
.small-bars span:nth-child(4) { height: 100%; }

.top-health p {
  display: flex;
  gap: 0.8cqw;
  align-items: baseline;
}

.top-health b {
  color: #1f1f1f;
  font-size: 1.1cqw;
}

.top-health li {
  position: relative;
  padding: 0.3cqw 1.2cqw 0.3cqw 0;
}

.top-health li::after {
  position: absolute;
  right: 0;
  color: var(--gold);
  content: "★";
  font-size: 0.8cqw;
}

.top-capability {
  text-align: center;
}

.top-capability h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 2.2cqw;
  margin: 0 0 2.4cqw;
  color: #191b1f;
  font-family: var(--serif);
  font-size: 2.8cqw;
  font-weight: 700;
  line-height: 1.3;
}

.top-capability h2::before,
.top-capability h2::after {
  display: block;
  width: 5.8cqw;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
  content: "";
}

.top-capability h2::after {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.capability-grid,
.belief-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5.2cqw;
}

.capability-grid article,
.belief-grid article {
  min-width: 0;
  text-align: center;
}

.zy-icon {
  width: 3.9cqw;
  height: 3.9cqw;
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.capability-grid h3,
.belief-grid h3 {
  margin: 1cqw 0 0.35cqw;
  color: #25282c;
  font-size: 1.28cqw;
  font-weight: 800;
  line-height: 1.35;
}

.capability-grid p,
.belief-grid span {
  display: block;
  margin: 0;
  color: #69615a;
  font-size: 0.94cqw;
  font-weight: 500;
  line-height: 1.55;
}

.section-copy {
  text-align: center;
}

.section-copy h2 {
  color: #1e1e1e;
  font-size: 3.7cqw;
  line-height: 1.25;
}

.section-copy p {
  margin: 1.2cqw auto 0;
  color: #5d5a56;
  font-size: 1.2cqw;
  font-weight: 540;
  line-height: 1.7;
}

.top-method .section-copy p {
  width: 64%;
}

.method-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 7.6cqw;
  margin-top: 4.2cqw;
}

.method-card {
  min-width: 0;
}

.method-card span {
  display: block;
  color: var(--gold);
  font-family: Georgia, var(--serif);
  font-size: 3.6cqw;
  line-height: 1;
}

.method-card h3 {
  margin: 1.6cqw 0 0.55cqw;
  color: #151515;
  font-family: var(--serif);
  font-size: 1.85cqw;
  line-height: 1.2;
}

.method-card p {
  margin: 0;
  color: #4e4d4b;
  font-size: 1.12cqw;
  line-height: 1.55;
}

.pill-list,
.task-list {
  display: grid;
  gap: 0.88cqw;
  margin-top: 5.2cqw;
}

.pill-list b,
.task-list b {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 2.45cqw;
  padding: 0 1.15cqw;
  border: 1px solid rgba(180, 122, 50, 0.18);
  border-radius: 999px;
  color: #5a534b;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 8px 20px rgba(122, 92, 45, 0.05);
  font-size: 1.0cqw;
  font-weight: 650;
}

.pill-list b::before {
  margin-right: 0.55cqw;
  color: var(--gold);
  content: "✓";
}

.task-list {
  margin-top: 5.0cqw;
}

.task-list b {
  border-radius: 0.8cqw;
  justify-content: flex-start;
  gap: 0.8cqw;
}

.task-list b::before {
  color: var(--gold);
  content: "□";
}

.task-list em {
  margin-left: auto;
  padding: 0.18cqw 0.55cqw;
  border-radius: 999px;
  color: #a47535;
  background: rgba(206, 159, 82, 0.14);
  font-size: 0.82cqw;
  font-style: normal;
}

.top-closing {
  text-align: center;
}

.top-closing p {
  color: #202124;
  font-size: 1.85cqw;
  line-height: 1.45;
}

.top-closing strong {
  display: block;
  margin-top: 1.3cqw;
  color: var(--gold);
  font-family: "Kaiti SC", "STKaiti", var(--serif);
  font-size: 2.25cqw;
  font-weight: 500;
  line-height: 1.2;
}

.bottom-hero-copy h2 {
  color: #222426;
  font-size: 5.25cqw;
  line-height: 1.25;
}

.bottom-hero-copy p {
  margin: 2.6cqw 0 0;
  color: #343536;
  font-size: 1.46cqw;
  font-weight: 520;
  line-height: 1.9;
}

.demo-overlay-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.05cqw;
  width: 14.5cqw;
  min-height: 4.65cqw;
  margin-top: 3.4cqw;
  border: 1px solid rgba(7, 45, 100, 0.18);
  border-radius: 0.9cqw;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(18, 73, 151, 0.98) 0%, rgba(6, 52, 111, 0.98) 48%, rgba(5, 40, 93, 1) 100%),
    var(--blue);
  box-shadow:
    0 1.4cqw 2.8cqw rgba(6, 52, 111, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  font-size: 1.5cqw;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.demo-overlay-button:hover {
  background:
    linear-gradient(180deg, rgba(22, 83, 169, 0.98) 0%, rgba(6, 56, 122, 0.98) 48%, rgba(5, 40, 93, 1) 100%),
    var(--blue);
}

.service-count {
  margin-top: 5.2cqw !important;
  color: #6d665f !important;
  font-size: 1.15cqw !important;
  line-height: 1.4 !important;
}

.floating-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55cqw;
  border: 1px solid rgba(155, 126, 88, 0.12);
  border-radius: 0.5cqw;
  color: #4d4c4b;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0.9cqw 2.2cqw rgba(70, 58, 40, 0.08);
  backdrop-filter: blur(8px);
  font-size: 1.25cqw;
  font-weight: 750;
  white-space: nowrap;
}

.zy-label-icon {
  width: 1.65cqw;
  height: 1.65cqw;
  color: #7a828f;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bottom-value .section-copy h2 {
  font-size: 3.4cqw;
}

.bottom-value .section-copy p {
  width: 50%;
}

.ability-grid {
  display: grid;
  grid-template-columns: 1fr 1.01fr 1.08fr;
  gap: 1.2cqw;
  margin-top: 3.6cqw;
}

.ability-grid > article {
  min-height: 31cqw;
  padding: 2.45cqw 2.7cqw 0;
  border-radius: 0.6cqw;
}

.ability-grid > article > span {
  color: #1f2023;
  font-size: 1.25cqw;
  font-weight: 700;
  line-height: 1;
}

.ability-grid h3 {
  margin: 1.0cqw 0 1.2cqw;
  color: #094a94;
  font-family: var(--serif);
  font-size: 2.55cqw;
  line-height: 1.15;
}

.ability-grid p {
  margin: 0;
  color: #343536;
  font-size: 1.18cqw;
  font-weight: 540;
  line-height: 1.7;
}

.screen-card {
  position: relative;
  margin-top: 4.6cqw;
  min-height: 13cqw;
  overflow: hidden;
  border: 1px solid rgba(126, 152, 177, 0.18);
  border-radius: 0.7cqw;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 1.2cqw 3.4cqw rgba(82, 93, 98, 0.07);
  backdrop-filter: blur(5px);
}

.screen-card b {
  display: block;
  padding: 0.9cqw 1.05cqw 0;
  color: #315f98;
  font-size: 1cqw;
  line-height: 1.2;
}

.metric-row {
  display: grid;
  grid-template-columns: 1fr 0.8fr 0.7fr;
  gap: 0.5cqw;
  padding: 1.0cqw;
}

.metric-row strong,
.metric-row em,
.metric-row i {
  display: grid;
  min-height: 3.2cqw;
  place-items: center;
  border-radius: 0.5cqw;
  background: rgba(255, 255, 255, 0.72);
  font-size: 1cqw;
  font-style: normal;
}

.metric-row em {
  color: #159c74;
}

.screen-one svg {
  width: 88%;
  height: 4.6cqw;
  margin: 0.2cqw 6% 0;
  fill: none;
  stroke: #4e8bda;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.screen-two {
  min-height: 14.4cqw;
}

.screen-two p {
  margin: 0.8cqw 1.1cqw 0;
  color: #4c75a8;
  font-size: 0.95cqw;
  font-weight: 700;
}

.screen-card ul {
  display: grid;
  gap: 0.65cqw;
  margin: 0.85cqw 1.1cqw;
  padding: 0;
  list-style: none;
}

.screen-card li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 2.0cqw;
  padding: 0 0.7cqw;
  border-radius: 0.45cqw;
  color: #4b525b;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.95cqw;
}

.screen-card em {
  color: #b87d35;
  font-size: 0.82cqw;
  font-style: normal;
}

.bottom-closing {
  text-align: center;
}

.bottom-closing > p {
  color: #222426;
  font-size: 2.45cqw;
  line-height: 1.55;
}

.belief-grid {
  gap: 2.9cqw;
  margin-top: 3.7cqw;
  padding: 0 3.0cqw;
}

.belief-grid article {
  position: relative;
}

.belief-grid article + article::before {
  position: absolute;
  top: 1.0cqw;
  bottom: 0.6cqw;
  left: -1.45cqw;
  width: 1px;
  background: rgba(176, 142, 87, 0.18);
  content: "";
}

.belief-grid .zy-icon {
  width: 4.3cqw;
  height: 4.3cqw;
}

.belief-grid h3 {
  font-size: 1.2cqw;
}

.belief-grid span {
  font-size: 0.92cqw;
}

.footer-brand {
  display: inline-flex;
  justify-content: center;
  margin-top: 4.6cqw;
}

.footer-brand .brand-logo {
  width: 10.4cqw;
}

@media (max-width: 720px) {
  .zy-page {
    padding: 0;
  }

  .zy-artboard {
    box-shadow: none;
  }

  .top-hero-copy h1 {
    font-size: 5.0cqw;
  }

  .top-hero-copy p {
    font-size: 1.55cqw;
  }

  .bottom-hero-copy h2 {
    font-size: 4.8cqw;
  }

  .bottom-hero-copy p {
    font-size: 1.3cqw;
  }

  .demo-overlay-button {
    min-height: 4.8cqw;
    border-radius: 1.1cqw;
    font-size: 1.42cqw;
  }
}

@media (max-width: 520px) {
  .top-hero-copy p {
    width: 62%;
    margin-top: 2.25cqw;
    font-size: 1.42cqw;
    line-height: 1.72;
  }
}
