/* svdy.cn 企业信息站：浅色、克制、清楚。
   页面只使用一张产品卡；公司叙事与法律信息使用编辑式排版，不堆叠卡片。 */
/* 色板 v5：UI token 继续与 QuTennis 共用；SVDY 新图形标自身使用 owner 定稿 #2E65D4，
   logo 像素色与大面积 UI primary 有意解耦，不把图形源色扩散成第二套页面色板。
   UI 蓝 vs 白 5.19:1；action vs 暖墨 9.28:1；黄绿深字 #5A7023 对白 5.56:1。 */
:root {
  --bg: #f3f1ed;        /* 与 qutennis --canvas 同值：色相 40°、色度 6，降黄 */
  --bg-alt: #faf8f4;    /* 与 qutennis --hero-bg 同值 */
  --surface: #ffffff;
  --fg: #1a1815;
  --fg-sub: #6b655c;
  --fg-faint: #6b655c;      /* 小字号亦满足 AA；不使用低于 3:1 的浅灰 */
  --line: rgba(26, 24, 21, 0.07);
  --line-strong: rgba(26, 24, 21, 0.12);
  --primary: #006fc1;
  --primary-700: #005a9e;
  --primary-50: #edf6fc;
  --accent: #a3c947;
  --accent-700: #5a7023;
  /* 旧变量名保留为别名，避免遗漏引用回退到旧绿 */
  --emerald: var(--primary);
  --emerald-ink: var(--primary-700);
  --tennis: var(--accent);
  --shadow-s: 0 1px 2px rgba(26, 24, 21, 0.05);
  --shadow-m: 0 1px 3px rgba(26, 24, 21, 0.05), 0 12px 32px rgba(26, 24, 21, 0.07);
  --shadow-l: 0 2px 6px rgba(26, 24, 21, 0.06), 0 22px 50px rgba(26, 24, 21, 0.09);
  /* 唯一页面外盒：与 SVDY / QuTennis 官网共同使用 980px rail；24px gutter 后实际内容轴为 932px。 */
  --shell-max: 980px;
  --hero-copy-max: 800px;
  --legal-reading-max: 45em;
  --section-y: 52px;
  --gutter: 24px;
  --card: 32px;
  --hero-y: 72px;
  /* 与 QuTennis 顶栏/备案条共用同一纵向度量。 */
  --header-height: 52px;
  --foot-y: 20px;
  --footer-meta-y: 12px;
  --brand-lockup-width: 102px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro SC", "PingFang SC", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

/* 勿在 html/body 加 overflow-x:hidden：会破坏 sticky 导航。 */
/* 这里原有一个 .glow —— position:fixed 的全页绿色环境光
   （rgba(16,185,129,.08)，且那是色板 v2 之前的旧 emerald，2026-08-27 统一时漏改）。
   2026-08-31 owner 见实际渲染判「不要绿的，纯色」，已连同三页的 <div class="glow"> 一起删除。
   随之删掉的 `main,.foot{position:relative;z-index:1}` 只为压住 .glow 而存在，
   全文件无 position:absolute，删除无副作用（已 grep 确认）。 */
a { color: inherit; text-decoration: none; }

/* 顶栏 */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  padding-top: env(safe-area-inset-top, 0px);
  border-bottom: 1px solid var(--line);
  /* 纯色，不用半透明+毛玻璃。原为 rgba(251,251,253,0.82)+backdrop-filter：
     ① #fbfbfd 是冷白（色相 240°），页面底是暖的 40° —— 删掉 .glow 后合成结果落到 300°（偏紫）；
     ② 半透明的合成结果随滚动位置变化，同一条导航在不同滚动位置不是一个色
        （qutennis 的 header 因同一原因已在 2026-08-28 改为不透明）。
     本文件原本就有 @supports 回退把它设为 var(--bg)，这里等于把回退提升为默认。 */
  background: var(--bg);
}
.nav-in {
  max-width: var(--shell-max);
  height: var(--header-height);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.logo {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
.logo-lockup {
  display: block;
  width: var(--brand-lockup-width);
  height: auto;
}
.nav-cta {
  flex-shrink: 0;
  height: 34px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 111, 193, 0.20);
  transition: background .18s, box-shadow .18s;
}
.nav-cta-label { display: block; line-height: 18px; }
.nav-cta:hover { background: var(--primary-700); color: #fff; box-shadow: 0 6px 16px rgba(0, 111, 193, 0.26); }

/* 首屏：通栏背景 + 与全站一致的左对齐轴 */
.hero {
  /* 纯色。原为旧 emerald 渐变叠 var(--bg-alt)，owner 2026-08-31 判「不要绿的，纯色」。 */
  background: var(--bg-alt);
  border-bottom: 1px solid var(--line);
}
.hero-in { max-width: var(--shell-max); margin: 0 auto; padding: var(--hero-y) var(--gutter); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
  color: var(--emerald-ink);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.eyebrow .dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  /* 圆点保留 accent 绿作点缀（色板 v2 明写 accent「只做色块/图形/点缀」）。
     原本还有一圈 box-shadow: rgba(204,242,77,.28) —— 那是旧 lime #ccf24d，
     与圆点当前的 #A3C947 都不是同一个色，且它本身就是个小光环，一并删除。 */
  background: var(--accent);
}
.hero h1 {
  margin: 0 0 22px;
  max-width: 920px;
  font-size: clamp(42px, 4.4vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.038em;
  font-weight: 700;
}
.hero .sub { margin: 0; max-width: var(--hero-copy-max); color: var(--fg-sub); font-size: 18px; line-height: 1.65; }
.actions { display: flex; gap: 12px; margin-top: 36px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  transition: transform .18s, box-shadow .18s, background .18s, border-color .18s;
}
/* 投影与按钮同色。原为 rgba(16,185,129,…) 旧绿 —— 按钮背景早已是蓝（--emerald 别名指向 --primary），投影却还是绿的。 */
.btn.primary { background: var(--primary); color: #fff; box-shadow: 0 6px 20px rgba(0, 111, 193, 0.26); }
.btn.primary:hover { transform: translateY(-1px); box-shadow: 0 10px 28px rgba(0, 111, 193, 0.32); }
.btn.ghost { border: 1px solid var(--line); background: var(--surface); }
.btn.ghost:hover { border-color: rgba(0,0,0,0.18); box-shadow: var(--shadow-s); }

/* 通用区块 */
.section { max-width: var(--shell-max); margin: 0 auto; padding: var(--section-y) var(--gutter); }
.sec-title[id] { scroll-margin-top: 68px; }  /* 52px 顶栏 + 16px 净空 */
.sec-title {
  margin: 0 0 28px;
  font-size: clamp(22px, 2.6vw, 28px);
  line-height: 1.25;
  letter-spacing: -0.025em;
  font-weight: 700;
}

/* 公司叙事：左侧品牌主张，右侧使命/愿景/价值观。三者是并列概念，
   不使用编号、分隔线或背景块，只以标签与正文的稳定层级呈现。 */
.about-editorial {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 64px;
  align-items: start;
}
.about-story { max-width: 420px; }
.brand-meaning {
  margin: 0 0 18px;
  font-size: clamp(27px, 3.4vw, 34px);
  line-height: 1.2;
  letter-spacing: -0.035em;
  font-weight: 700;
}
.about-copy { max-width: 420px; }
.about-copy p { margin: 0; color: var(--fg-sub); font-size: 15.5px; line-height: 1.8; }
.about-copy strong { color: var(--fg); font-weight: 650; }
.foundations {
  width: min(100%, 360px);
  margin: 0;
  justify-self: end;
  display: grid;
  gap: 18px;
}
.foundations section {
  min-width: 0;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: 18px;
  align-items: center;
}
.foundations h3 {
  margin: 0;
  color: var(--primary);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 650;
  letter-spacing: 0.04em;
}
.foundations p {
  margin: 0;
  color: var(--fg);
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -0.01em;
}

/* 产品展示：唯一外部surface。第一行是内容/3:2媒体，第二行是官网CTA/扫码；
   两个行动入口共享同一网格行并垂直居中，内部没有重复箭头或附加卡片。 */
.product {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  grid-template-areas:
    "main media"
    "cta conversion";
  column-gap: 40px;
  row-gap: 18px;
  align-items: start;
  padding: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: var(--shadow-m);
}
.product-main { grid-area: main; min-width: 0; }
.product-head { display: flex; align-items: center; justify-content: flex-start; }
.product-logo { display: block; flex: 0 0 auto; width: auto; height: 30px; }
.product-body { min-width: 0; margin-top: 20px; }
.product-summary { margin: 0 0 14px; color: var(--fg); font-size: 16.5px; line-height: 1.5; font-weight: 600; letter-spacing: -0.01em; }
.product-features { margin: 0; padding: 0; list-style: none; display: grid; gap: 6px; }
.product-features li { min-height: 38px; display: grid; grid-template-columns: 34px minmax(0, 1fr); align-items: center; column-gap: 12px; }
.product-feature-icon { width: 34px; height: 34px; border-radius: 10px; background: var(--primary-50); color: var(--primary); display: inline-flex; align-items: center; justify-content: center; }
.product-feature-icon svg { display: block; width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.product-feature-copy { min-width: 0; display: block; }
.product-feature-copy strong { display: block; color: var(--fg); font-size: 13.5px; line-height: 1.45; font-weight: 600; }
.product-feature-copy > span { display: block; margin-top: 1px; color: var(--fg-sub); font-size: 12.5px; line-height: 1.5; }
.product-cta {
  grid-area: cta;
  align-self: center;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--emerald-ink);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}
.product-cta:hover { color: var(--primary); text-decoration: underline; text-underline-offset: 3px; }
.product-media {
  grid-area: media;
  min-width: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 14px;
  background: var(--bg);
}
.product-media picture { display: block; width: 100%; height: 100%; }
.product-media img { display: block; width: 100%; height: 100%; object-fit: cover; background: var(--bg); }
.product-conversion {
  grid-area: conversion;
  align-self: center;
  padding: 0;
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  align-items: center;
  column-gap: 14px;
}
.product-qr {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #fff;
}
.product-conversion-copy { min-width: 0; }
.product-conversion-title { display: block; color: var(--fg); font-size: 14.5px; line-height: 1.45; font-weight: 700; }
.product-conversion-sub { display: block; margin-top: 4px; color: var(--fg-sub); font-size: 12.5px; line-height: 1.5; }

/* 联系 */
.contact { padding: 0; }
.mail { display: inline-block; max-width: 100%; overflow-wrap: anywhere; color: var(--emerald-ink); font-size: 20px; font-weight: 600; letter-spacing: -0.01em; }
.mail:hover { text-decoration: underline; }
.contact-note { margin: 13px 0 0; max-width: 720px; color: var(--fg-sub); font-size: 14.5px; }

/* 页脚：主信息行 + 备案行。宽度沿用全站 rail，只压缩纵向层级。 */
.foot { border-top: 1px solid var(--line); background: var(--bg-alt); }
.foot-in { max-width: var(--shell-max); margin: 0 auto; padding: var(--foot-y) var(--gutter) 0; }
.foot-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  column-gap: 24px;
}
.foot-brand { font-size: 13px; font-weight: 600; line-height: 20px; }
.foot-links, .foot-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  color: var(--fg-sub);
  font-size: 13px;
  line-height: 20px;
}
.foot-links { justify-content: flex-start; }
.foot-links a:hover, .foot-bottom a:hover { color: var(--fg); text-decoration: underline; }
.foot-bottom {
  margin-top: 16px;
  padding: var(--footer-meta-y) 0;
  border-top: 1px solid var(--line);
  color: var(--fg-faint);
  font-size: 12.5px;
  justify-content: flex-start;
  text-align: left;
}
.sep { color: var(--fg-faint); opacity: .6; }

/* 隐私与法律页面 */
.doc { max-width: var(--shell-max); margin: 0 auto; padding: var(--hero-y) var(--gutter) var(--section-y); }
/* 法律正文使用独立 reading measure；不把 site rail、Hero copy rail 或其他站点现状当作正文宽度依据。 */
.doc-article { max-width: var(--legal-reading-max); font-size: 15px; }
.doc-article > :last-child { margin-bottom: 0; }
.doc h1 { margin: 0 0 12px; font-size: clamp(28px, 4vw, 42px); letter-spacing: -0.032em; font-weight: 700; }
.doc .lede { margin: 0 0 40px; max-width: 720px; color: var(--fg-sub); font-size: 16px; line-height: 1.75; }
.doc h2 { margin: 38px 0 12px; font-size: 17px; font-weight: 700; letter-spacing: -0.015em; }
.doc h2:first-of-type { margin-top: 0; }
.doc p, .doc li { color: var(--fg-sub); font-size: 15px; line-height: 1.8; }
.doc ul { display: grid; gap: 6px; margin: 10px 0; padding-left: 20px; }
.doc a { color: var(--emerald-ink); }
.doc a:hover { text-decoration: underline; }
.back { display: inline-block; margin-bottom: 28px; color: var(--fg-sub); font-size: 14px; }
.back:hover { color: var(--fg); }

@media (max-width: 780px) {
  :root { --section-y: 44px; --gutter: 20px; --card: 24px; --hero-y: 52px; --foot-y: 18px; }
  .about-editorial { grid-template-columns: minmax(0, 1fr); row-gap: 30px; }
  .about-story, .about-copy { max-width: 100%; }
  .foundations { width: 100%; margin: 0; justify-self: stretch; gap: 20px; }
  .foundations section { grid-template-columns: minmax(0, 1fr); row-gap: 4px; align-items: start; }
  .nav-in { height: var(--header-height); padding: 0 var(--gutter); }
  .foot-main { grid-template-columns: minmax(0, 1fr); }
  .foot-links { justify-content: flex-start; margin-top: 12px; }
  .foot-bottom { margin-top: 16px; }
  .product {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "main" "cta" "media" "conversion";
    column-gap: 0;
    row-gap: 20px;
    padding: var(--card);
  }
  .product-logo { height: 26px; }
  .product-conversion { grid-template-columns: 72px minmax(0, 1fr); column-gap: 12px; }
  .product-qr { width: 72px; height: 72px; border-radius: 9px; }
  .product-conversion-title { font-size: 14px; }
  .actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .hero h1 { font-size: 36px; }
  .hero .sub { font-size: 17px; }
  .brand-meaning { font-size: 30px; }
}
