/* NR Chart Data — adapted from colleague NR2026-chartdata; scoped under .cdata
   相对原稿尺寸放大 120%，适配 100% 系统缩放下的观感 */
.cdata {
  --brand: #237fa3;
  --brand-dark: #155f7d;
  --aqua: #1be3e5;
  --ink: #000033;
  --text: #526675;
  --muted: #83939e;
  --pale: #ebf2f6;
  --pale-2: #f7fafc;
  --line: #d9e5eb;
  --white: #fff;
  --black: #050505;
  --container: 1344px;
  color: var(--ink);
  background: var(--white);
  font-family: "PingFang SC", "Microsoft YaHei", "Microsoft YaHei UI", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.cdata *,
.cdata *::before,
.cdata *::after { box-sizing: border-box; }

.cdata img { display: block; max-width: 100%; }
.cdata a { color: inherit; text-decoration: none; }

body.page-chartdata { scroll-behavior: smooth; scroll-padding-top: 96px; }
body.page-chartdata .hadheight { display: block; height: 0; }
body.page-chartdata footer.fotbox {
  border-top: 1px solid #c5d5de;
}
.cdata .container{
      width: min(calc(100% - 57.6px), var(--container));
      margin-inline: auto;
    }

.cdata .button{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 14.4px;
      min-height: 52.8px;
      padding: 0 28.8px;
      border: 1.2px solid transparent;
      border-radius: 7.2px;
      font-size: 16.8px;
      transition: transform .2s ease, box-shadow .2s ease;
    }

.cdata .button--dark{ color: var(--white); background: var(--black); }

.cdata .button--outline{
      color: var(--brand);
      background: rgba(255, 255, 255, .78);
      border-color: var(--brand);
    }

.cdata .button:hover{ transform: translateY(-2.4px); box-shadow: 0 14.4px 28.8px rgba(21, 68, 88, .14); }

.cdata .dot{ width: 9.6px; height: 9.6px; flex: 0 0 auto; border-radius: 50%; background: var(--aqua); }

.cdata .hero{
      position: relative;
      min-height: 912px;
      padding: 172.8px 0 93.6px;
      overflow: hidden;
      background:
        radial-gradient(circle at 91% 19%, rgba(27, 227, 229, .22) 0 134.4px, transparent 135.6px),
        linear-gradient(132deg, var(--pale) 0 62%, #e4eef3 62% 100%);
    }

.cdata .hero::before{
      content: "";
      position: absolute;
      inset: 84px 0 0 47%;
      opacity: .42;
      background-image:
        linear-gradient(rgba(35, 127, 163, .19) 1.2px, transparent 1.2px),
        linear-gradient(90deg, rgba(35, 127, 163, .19) 1.2px, transparent 1.2px);
      background-size: 84px 76.8px;
      mask-image: linear-gradient(90deg, transparent, #000 20%);
    }

.cdata .hero-inner{
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(492px, .86fr) minmax(708px, 1.14fr);
      align-items: center;
      gap: 64.8px;
    }

.cdata .eyebrow{
      display: inline-flex;
      flex-direction: column;
      gap: 10.8px;
      color: var(--brand);
      font: 13.2px/1.4 Arial, sans-serif;
      text-transform: uppercase;
    }

.cdata .eyebrow::after{ content: ""; width: 50.4px; height: 4.8px; border-radius: 118.8px; background: var(--aqua); }

.cdata .hero h1{
      margin: 33.6px 0 24px;
      font-size: clamp(57.6px, 6vw, 86.4px);
      font-weight: 600;
      line-height: 1.04;
      letter-spacing: -.045em;
    }

.cdata .hero-lead{ margin: 0 0 15.6px; font-size: 25.2px; font-weight: 600; }

.cdata .hero-copy{ max-width: 612px; margin: 0; color: var(--text); font-size: 18px; }

.cdata .hero-actions{ display: flex; flex-wrap: wrap; gap: 16.8px; margin-top: 40.8px; }

.cdata .metrics{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 19.2px;
      margin-top: 54px;
    }

.cdata .metric{ min-width: 0; padding-left: 16.8px; border-left: 1.2px solid rgba(35, 127, 163, .45); }

.cdata .metric strong,
.cdata .metric span{ display: block; }

.cdata .metric strong{ font-size: 16.8px; }

.cdata .metric span{ margin-top: 3.6px; color: var(--muted); font: 10.8px/1.45 Arial, sans-serif; white-space: nowrap; }

.cdata .hero-visual{ position: relative; min-height: 600px; }

.cdata .browser-window{
      position: absolute;
      top: 40.8px;
      right: -38.4px;
      width: min(840px, 116%);
      overflow: hidden;
      border: 8.4px solid rgba(255, 255, 255, .94);
      border-radius: 19.2px;
      background: var(--white);
      box-shadow: 0 33.6px 84px rgba(32, 78, 98, .18);
    }

.cdata .browser-bar{
      position: relative;
      height: 40.8px;
      display: flex;
      align-items: center;
      gap: 10.8px;
      padding: 0 19.2px;
      background: #f5f8fa;
    }

.cdata .browser-dot{ width: 9.6px; height: 9.6px; border-radius: 50%; }

.cdata .browser-dot:nth-child(1){ background: #ff746c; }

.cdata .browser-dot:nth-child(2){ background: #ffcb43; }

.cdata .browser-dot:nth-child(3){ background: #39c16c; }

.cdata .browser-address{
      position: absolute;
      left: 50%;
      top: 9.6px;
      width: 45%;
      height: 21.6px;
      padding-top: 2.4px;
      border-radius: 12px;
      color: #9da9af;
      background: var(--white);
      transform: translateX(-50%);
      text-align: center;
      font: 9.6px/1.7 Arial, sans-serif;
    }

.cdata .browser-window > img{ width: 100%; aspect-ratio: 1.72 / 1; object-fit: cover; object-position: center; }

.cdata .visual-label{
      position: absolute;
      left: 21.6px;
      bottom: 21.6px;
      z-index: 2;
      display: inline-flex;
      align-items: center;
      gap: 10.8px;
      padding: 9.6px 14.4px;
      border: 1.2px solid rgba(255, 255, 255, .34);
      border-radius: 6px;
      color: var(--white);
      background: rgba(0, 26, 63, .74);
      backdrop-filter: blur(8.4px);
      font-size: 12px;
    }

.cdata .source-badge{
      position: absolute;
      right: -9.6px;
      top: 7.2px;
      z-index: 3;
      padding: 12px 15.6px;
      border: 1.2px solid rgba(35, 127, 163, .25);
      border-radius: 8.4px;
      color: var(--brand-dark);
      background: rgba(255, 255, 255, .94);
      box-shadow: 0 14.4px 33.6px rgba(32, 78, 98, .14);
      font: 700 12px/1.4 Arial, sans-serif;
      letter-spacing: .05em;
    }

.cdata .section{ position: relative; padding: 115.2px 0; }

.cdata .section--pale{ background: var(--pale); }

.cdata .section-heading{ max-width: 996px; margin-bottom: 45.6px; }

.cdata .section-heading h2{ margin: 31.2px 0 16.8px; font-size: clamp(40.8px, 4.8vw, 60px); line-height: 1.17; letter-spacing: -.035em; font-weight: 600; }

.cdata .section-heading p{ margin: 0; color: var(--text); font-size: 19.2px; }

.cdata .authority-strip{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      margin-bottom: 31.2px;
      overflow: hidden;
      border: 1.2px solid var(--line);
      border-radius: 14.4px;
      background: var(--pale-2);
    }

.cdata .authority-item{
      display: grid;
      grid-template-columns: auto 1fr;
      align-items: center;
      gap: 18px;
      padding: 26.4px 30px;
      border-right: 1.2px solid var(--line);
    }

.cdata .authority-item:last-child{ border-right: 0; }

.cdata .authority-index{ color: var(--brand); font: 700 13.2px/1 Arial, sans-serif; letter-spacing: .1em; }

.cdata .authority-item strong,
.cdata .authority-item span{ display: block; }

.cdata .authority-item strong{ font-size: 19.2px; }

.cdata .authority-item span{ margin-top: 2.4px; color: var(--muted); font-size: 13.2px; }

.cdata .services-layout{
      display: grid;
      grid-template-columns: .86fr 1.14fr;
      align-items: stretch;
      gap: 28.8px;
    }

.cdata .service-visual{
      position: relative;
      min-height: 525.6px;
      margin: 0;
      overflow: hidden;
      border: 1.2px solid var(--line);
      border-radius: 16.8px;
      background: #f8fbfd;
      box-shadow: 0 19.2px 45.6px rgba(42, 81, 99, .09);
    }

.cdata .service-visual img{ width: 100%; height: 100%; object-fit: cover; object-position: center; }

.cdata .service-visual figcaption{ position: absolute; left: 19.2px; bottom: 19.2px; padding: 8.4px 13.2px; border-radius: 6px; color: var(--white); background: rgba(0, 26, 63, .72); backdrop-filter: blur(7.2px); font-size: 12px; }

.cdata .service-grid{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 19.2px; }

.cdata .service-card{
      min-height: 252px;
      padding: 32.4px 30px 28.8px;
      border: 1.2px solid var(--line);
      border-radius: 14.4px;
      background: var(--white);
      box-shadow: 0 12px 30px rgba(42, 81, 99, .055);
      transition: transform .25s ease, box-shadow .25s ease;
    }

.cdata .service-card--tint{ border-color: #c9e2eb; background: linear-gradient(145deg, #f4fafc, #e8f3f7); }

.cdata .service-card:hover{ transform: translateY(-6px); box-shadow: 0 21.6px 42px rgba(42, 81, 99, .11); }

.cdata .service-card small{ display: flex; align-items: center; gap: 12px; color: var(--brand); font: 700 10.8px/1 Arial, sans-serif; letter-spacing: .1em; }

.cdata .service-card small::after{ content: ""; width: 36px; height: 3.6px; border-radius: 118.8px; background: var(--aqua); }

.cdata .service-card h3{ margin: 27.6px 0 10.8px; font-size: 22.8px; }

.cdata .service-card p{ margin: 0; color: var(--text); font-size: 15.6px; line-height: 1.72; }

.cdata .standards-row{ display: flex; flex-wrap: wrap; gap: 10.8px; margin-top: 21.6px; }

.cdata .standards-row span{ padding: 7.2px 10.8px; border: 1.2px solid #c5dce6; border-radius: 6px; color: var(--brand-dark); background: rgba(255, 255, 255, .75); font: 12px/1.3 Arial, sans-serif; }

.cdata .workflow-heading{
      display: grid;
      grid-template-columns: 1fr minmax(396px, .7fr);
      align-items: end;
      gap: 72px;
      margin-bottom: 48px;
    }

.cdata .workflow-heading h2{ margin: 31.2px 0 0; font-size: clamp(43.2px, 4.8vw, 60px); line-height: 1.15; letter-spacing: -.04em; font-weight: 600; }

.cdata .workflow-heading p{ margin: 0; color: var(--text); font-size: 18px; line-height: 1.8; }

.cdata .workflow-steps{
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      margin-bottom: 31.2px;
      overflow: hidden;
      border: 1.2px solid #cbdfe8;
      border-radius: 14.4px;
      background: rgba(255, 255, 255, .64);
    }

.cdata .workflow-step{ position: relative; padding: 26.4px 24px; border-right: 1.2px solid #cbdfe8; }

.cdata .workflow-step:last-child{ border-right: 0; }

.cdata .workflow-step:not(:last-child)::after{ content: "→"; position: absolute; z-index: 2; right: -8.4px; top: 34.8px; color: var(--brand); background: var(--pale); font: 18px/1 Arial, sans-serif; }

.cdata .workflow-step small,
.cdata .workflow-step strong{ display: block; }

.cdata .workflow-step small{ color: var(--brand); font: 700 10.8px/1 Arial, sans-serif; letter-spacing: .09em; }

.cdata .workflow-step strong{ margin-top: 10.8px; font-size: 16.8px; }

.cdata .workflow-gallery{ display: grid; grid-template-columns: 1fr 1fr; gap: 21.6px; }

.cdata .workflow-figure{
      position: relative;
      height: 396px;
      margin: 0;
      overflow: hidden;
      border: 7.2px solid rgba(255, 255, 255, .94);
      border-radius: 16.8px;
      background: var(--white);
      box-shadow: 0 18px 40.8px rgba(38, 77, 95, .12);
    }

.cdata .workflow-figure img{ width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .55s ease; }

.cdata .workflow-figure:hover img{ transform: scale(1.025); }

.cdata .workflow-figure figcaption{ position: absolute; left: 15.6px; bottom: 15.6px; padding: 8.4px 13.2px; border-radius: 6px; color: var(--white); background: rgba(0, 26, 63, .72); backdrop-filter: blur(7.2px); font-size: 12px; }

.cdata .contact-section{
      position: relative;
      overflow: hidden;
      padding: 115.2px 0;
      color: var(--white);
      background: #062a3c;
    }

.cdata .contact-section::before,
.cdata .contact-section::after{ content: ""; position: absolute; border: 1.2px solid rgba(27, 227, 229, .24); border-radius: 50%; }

.cdata .contact-section::before{ width: 504px; height: 504px; right: -144px; top: -228px; }

.cdata .contact-section::after{ width: 372px; height: 372px; right: -78px; top: -162px; }

.cdata .contact-grid{ position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 64.8px; }

.cdata .contact-copy .eyebrow{ color: #83dcf0; }

.cdata .contact-copy h2{ margin: 30px 0 16.8px; font-size: clamp(40.8px, 4.8vw, 60px); line-height: 1.16; }

.cdata .contact-copy > p{ max-width: 864px; margin: 0; color: rgba(255, 255, 255, .72); }

.cdata .audience-row{ display: flex; flex-wrap: wrap; gap: 10.8px; margin-top: 31.2px; }

.cdata .audience-row span{ padding: 8.4px 13.2px; border: 1.2px solid rgba(255, 255, 255, .16); border-radius: 7.2px; color: rgba(255, 255, 255, .84); background: rgba(255, 255, 255, .055); font-size: 14.4px; }

.cdata .contact-actions{ display: flex; flex-wrap: wrap; align-items: center; gap: 14.4px 33.6px; margin-top: 32.4px; }

.cdata .contact-actions .button{ background: var(--white); color: var(--ink); }

.cdata .contact-link{ color: rgba(255, 255, 255, .88); font-size: 16.8px; }

.cdata .qr-card{ width: 196.8px; padding: 18px; border-radius: 13.2px; color: var(--ink); background: var(--white); text-align: center; box-shadow: 0 24px 60px rgba(0, 0, 0, .18); }

.cdata .qr-card img{ width: 160.8px; height: 160.8px; margin: auto; }

.cdata .qr-card span{ display: block; margin-top: 9.6px; font-size: 14.4px; }

.cdata .reveal{ opacity: 0; transform: translateY(31.2px); transition: opacity .7s ease, transform .7s ease; }

.cdata .reveal.is-visible{ opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce)  {
.cdata *::before,
.cdata *::after{ transition-duration: .01ms !important; animation-duration: .01ms !important; }

.cdata .reveal{ opacity: 1; transform: none; }
}

@media (max-width: 1248px)  {
.cdata .hero-inner{ grid-template-columns: 1fr; }

.cdata .hero-copy{ max-width: 816px; }

.cdata .hero-visual{ min-height: 684px; }

.cdata .browser-window{ left: 0; right: auto; width: min(100%, 912px); }

.cdata .source-badge{ left: 828px; right: auto; }

.cdata .services-layout{ grid-template-columns: 1fr; }

.cdata .service-visual{ min-height: 564px; }

.cdata .workflow-gallery{ grid-template-columns: 1fr; }

.cdata .workflow-figure{ height: auto; aspect-ratio: 1.72 / 1; }
}

@media (max-width: 984px)  {
.cdata .container{ width: min(calc(100% - 43.2px), var(--container)); }

.cdata .hero{ padding-top: 146.4px; }

.cdata .hero h1{ font-size: 60px; }

.cdata .metrics{ max-width: 720px; }

.cdata .source-badge{ display: none; }

.cdata .authority-strip{ grid-template-columns: 1fr; }

.cdata .authority-item{ border-right: 0; border-bottom: 1.2px solid var(--line); }

.cdata .authority-item:last-child{ border-bottom: 0; }

.cdata .workflow-heading{ grid-template-columns: 1fr; gap: 21.6px; }

.cdata .workflow-steps{ grid-template-columns: 1fr; }

.cdata .workflow-step{ border-right: 0; border-bottom: 1.2px solid #cbdfe8; }

.cdata .workflow-step:last-child{ border-bottom: 0; }

.cdata .workflow-step:not(:last-child)::after{ right: 28.8px; top: auto; bottom: -9.6px; transform: rotate(90deg); }

.cdata .contact-grid{ grid-template-columns: 1fr; }
}

@media (max-width: 672px)  {
.cdata .hero{ min-height: auto; padding-bottom: 62.4px; }

.cdata .hero h1{ font-size: 48px; }

.cdata .hero-lead{ font-size: 21.6px; }

.cdata .hero-copy{ font-size: 16.8px; }

.cdata .hero-actions{ flex-direction: column; }

.cdata .button{ width: 100%; }

.cdata .metrics{ grid-template-columns: 1fr; max-width: 324px; }

.cdata .hero-visual{ min-height: 360px; margin-top: 14.4px; }

.cdata .browser-window{ width: 100%; border-width: 6px; }

.cdata .visual-label{ left: 12px; bottom: 12px; font-size: 9.6px; }

.cdata .section,
.cdata .contact-section{ padding: 91.2px 0; }

.cdata .section-heading h2,
.cdata .workflow-heading h2,
.cdata .contact-copy h2{ font-size: 40.8px; }

.cdata .service-visual{ min-height: 360px; }

.cdata .service-grid{ grid-template-columns: 1fr; }

.cdata .service-card{ min-height: auto; }

.cdata .workflow-figure{ border-width: 4.8px; }

.cdata .contact-actions{ align-items: flex-start; flex-direction: column; }
}

