/* AUTO-GENERATED — do not edit. Sources: home.css + home-ultra.css. Run: node server/generate-sitemap.js */

/* === home.css === */

/* 自托管字体见 fonts-self-hosted.css（由 index.html 先于本文件加载） */

:root {
  /* 展示级标题：几何无衬线（Linear / Vercel 范式），中文回退系统黑体 */
  --ff-display: 'DM Sans', 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', sans-serif;
  --ff-body: 'DM Sans', 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', sans-serif;
  --ff-mono: 'DM Mono', 'SF Mono', 'Courier New', monospace;

  /* ─ Color tokens ─ */
  --ink: #0C0B0A;
  --paper: #FAFAF8;
  --cream: #ffffff;
  --bg3: #F0EEF8;
  --bg4: #E8E6F0;
  --gold: var(--brand-gold);
  --gold-light: var(--brand-gold-light);
  --gold-dim: rgba(184, 136, 42, 0.14);
  --terracotta: var(--brand-gold);
  --terracotta-dim: rgba(184, 136, 42, 0.14);
  --sage: #10B981;
  --blue: #3B82F6;
  --cyan: #22D3EE;
  --electric: #6366F1;
  --muted: #6B6560;
  --text2: #3A3632;
  --border: rgba(99,102,241,0.12);
  --border-light: rgba(99,102,241,0.06);
  --border-accent: rgba(201,154,46,0.4);

  /* ─ Layout（φ 尺度）── */
  --max-w: 1420px;
  --nav-h: 68px;
  --r: 6px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 21px;
  --section-py: clamp(4.5rem, 8vw, 6.5rem);

  /* ─ Hero 暗色沉浸区 ─ */
  --hero-bg: #07060A;
  --hero-surface: rgba(255,255,255,0.04);
  --hero-text: #F5F3EF;
  --hero-text-muted: rgba(245,243,239,0.62);
  --glass-bg: rgba(255,255,255,0.06);
  --glass-border: rgba(255,255,255,0.12);
  --glow-cyan: rgba(34,211,238,0.18);
  --glow-gold: rgba(201,154,46,0.22);
  --glow-electric: rgba(99,102,241,0.2);

  /* ─ Surfaces (layered depth) ─ */
  --surface-0: #ffffff;
  --surface-1: #FAFAF8;
  --surface-2: #F4F2EE;
  --surface-3: #EDEBE5;
  --gold-deep: var(--brand-gold-deep);
  --gold-glow: rgba(184, 136, 42, 0.14);

  /* ─ Shadows (elevation scale) ─ */
  --shadow-sm: 0 1px 4px rgba(30,20,5,0.06);
  --shadow-md: 0 4px 20px rgba(30,20,5,0.08);
  --shadow-lg: 0 12px 48px rgba(30,20,5,0.1);
  --shadow-xl: 0 24px 64px rgba(26,24,20,0.11);
  --shadow-hero: 0 32px 80px rgba(26,24,20,0.13);
  --shadow-glow-gold: 0 4px 20px rgba(184, 136, 42, 0.32);

  /* ─ Footer (dark deck, extends CTA/trust rhythm) ─ */
  /* ─ Typography（B2B / 40+ 友好，中文正文优先可读）── */
  --text-2xs: 0.8125rem;  /* 13px — 标签/元信息下限 */
  --text-sm: 0.875rem;    /* 14px — 次要正文 */
  --text-sm-plus: 0.9375rem; /* 15px — 卡片描述、FAQ 答案 */
  --text-base: 1rem;      /* 16px — 基准正文 */
  --text-md: 1.0625rem;   /* 17px — 区块引导文 */
  --text-lg: 1.125rem;    /* 18px — Hero 副文案 */
  --leading-tight: 1.45;
  --leading-normal: 1.72;
  --leading-relaxed: 1.82;
  --tracking-label: 0.1em;

  /* 移动端侧栏（与 site-chrome.css 同步；px 避免与子页 html 字号差导致 rem 不一致） */
  --nav-drawer-pad: 1.75rem 1.5rem;
  --nav-drawer-link-size: 17px;
  --nav-drawer-link-py: 0.8125rem;
  --nav-drawer-cta-size: 15px;

  /* 首页编辑级氛围渐变（与 site.css --editorial-wash-* 同源逻辑，金色品牌色） */
  --home-editorial-radius: 3px;
  --home-editorial-rule: color-mix(in srgb, var(--border) 85%, transparent);
  --home-wash-hero: linear-gradient(
    152deg,
    color-mix(in srgb, var(--bg3) 38%, var(--paper)) 0%,
    color-mix(in srgb, var(--gold) 2.4%, var(--paper)) 42%,
    color-mix(in srgb, var(--gold-light) 1.8%, var(--paper)) 68%,
    var(--paper) 100%
  );
  --home-wash-soft: linear-gradient(
    180deg,
    color-mix(in srgb, var(--bg3) 50%, transparent) 0%,
    color-mix(in srgb, var(--bg3) 20%, transparent) 55%,
    transparent 100%
  );
  --home-wash-band: linear-gradient(
    180deg,
    color-mix(in srgb, var(--bg3) 58%, transparent) 0%,
    transparent 92%
  );
  --home-wash-hover: color-mix(in srgb, var(--bg3) 40%, transparent);
  --home-wash-radial: radial-gradient(
    ellipse 72% 58% at 92% 8%,
    color-mix(in srgb, var(--gold) 4%, transparent),
    transparent 68%
  );
  --home-wash-radial-alt: radial-gradient(
    ellipse 58% 48% at 6% 92%,
    color-mix(in srgb, var(--gold-light) 3.2%, transparent),
    transparent 72%
  );

  /* Bento / Glass 卡片系统 */
  --card-radius: var(--radius-lg);
  --card-shadow: 0 1px 2px rgba(12,11,10,0.04), 0 8px 32px rgba(12,11,10,0.06);
  --card-shadow-hover: 0 4px 8px rgba(12,11,10,0.06), 0 20px 48px rgba(12,11,10,0.1);
  --card-border: rgba(12,11,10,0.08);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

/* ── Skip link（WCAG 2.4.1）── */
.skip-link {
  position: absolute;
  left: 1rem;
  top: -100%;
  z-index: 500;
  padding: 0.65rem 1.1rem;
  background: var(--ink);
  color: var(--paper);
  font-size: var(--text-sm);
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 1rem;
  outline: none;
}
.skip-link:focus-visible {
  top: 1rem;
  outline: 2px solid var(--gold-light);
  outline-offset: 3px;
}

/* ── 线性图标（替代 emoji，国际级 UI 一致性）── */
.ui-icon {
  display: inline-flex;
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask: no-repeat center / contain;
  mask: no-repeat center / contain;
}
.ui-icon--wechat {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z'/%3E%3C/svg%3E");
}
.ui-icon--phone {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}
.ui-icon--mail {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
}

/* ── 全局焦点环（键盘导航）── */
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.nav-logo:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
  border-radius: 2px;
}
.faq-q:focus-visible {
  outline-offset: -2px;
}

body {
  font-family: var(--ff-body);
  background: linear-gradient(180deg, var(--paper) 0%, #F5F4FA 100%);
  color: var(--ink);
  font-size: var(--text-base);
  line-height: var(--leading-normal);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* ════════════════════════════════════════
   CONTACT DOCK — Assist Launcher（Linear / Stripe 式）
   单一中性入口 · 列表菜单 · 移动端 Bottom Sheet
   ════════════════════════════════════════ */
.contact-dock {
  position: fixed;
  right: max(1.25rem, env(safe-area-inset-right, 0px));
  bottom: max(1.5rem, env(safe-area-inset-bottom, 0px));
  z-index: 300;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.65rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s;
  pointer-events: none;
}
.contact-dock.is-visible:not(.is-suppressed) {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.contact-dock.is-visible.is-nudged:not(.is-suppressed):not(.is-open) .contact-dock-fab {
  animation: contact-dock-nudge 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) 0.35s both;
}
@keyframes contact-dock-nudge {
  0% { transform: scale(1); }
  45% { transform: scale(1.06); }
  100% { transform: scale(1); }
}
.contact-dock-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: rgba(12, 11, 10, 0.38);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  cursor: default;
  opacity: 0;
  transition: opacity 0.32s ease;
}
.contact-dock.is-open .contact-dock-backdrop {
  display: block;
  opacity: 1;
}
.contact-dock-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(18.5rem, calc(100vw - 2rem));
  padding: 0;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 252, 0.94);
  border: 1px solid rgba(26, 24, 20, 0.08);
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.02),
    0 20px 50px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  overflow: hidden;
  transform-origin: bottom right;
  transform: translateY(8px) scale(0.96);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.28s ease,
    transform 0.32s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0.28s;
}
.contact-dock-panel[hidden] { display: none; }
.contact-dock.is-open .contact-dock-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.contact-dock-sheet-handle { display: none; }
.contact-dock-head {
  padding: 1.15rem 1.15rem 0.85rem;
  border-bottom: 1px solid rgba(26, 24, 20, 0.06);
}
.contact-dock-eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.contact-dock-title {
  margin: 0;
  font-family: var(--ff-display);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.25;
}
.contact-dock-desc {
  margin: 0.4rem 0 0;
  font-size: var(--text-sm);
  line-height: 1.5;
  color: var(--muted);
}
.contact-dock-list {
  list-style: none;
  margin: 0;
  padding: 0.35rem;
}
.contact-dock-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.85rem;
  border-radius: calc(var(--radius-md) - 2px);
  text-decoration: none;
  color: var(--ink);
  transition: background 0.18s ease;
}
.contact-dock-item:hover {
  background: rgba(201, 154, 46, 0.08);
}
.contact-dock-item.is-primary {
  background: rgba(201, 154, 46, 0.06);
  border: 1px solid rgba(201, 154, 46, 0.18);
}
.contact-dock-item.is-primary:hover {
  background: rgba(201, 154, 46, 0.11);
}
.contact-dock-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: rgba(26, 24, 20, 0.05);
  color: var(--ink);
}
.contact-dock-item-icon .ui-icon {
  width: 1rem;
  height: 1rem;
}
.contact-dock-item-body {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
  flex: 1;
}
.contact-dock-item-label {
  font-size: var(--text-sm);
  font-weight: 600;
  line-height: 1.3;
}
.contact-dock-item-meta {
  font-size: 0.75rem;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-dock-item-badge {
  flex-shrink: 0;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold-deep);
  background: rgba(201, 154, 46, 0.14);
}
.contact-dock-fab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  padding: 0;
  border: 1px solid rgba(26, 24, 20, 0.08);
  border-radius: 50%;
  cursor: pointer;
  color: var(--ink);
  background: rgba(255, 255, 252, 0.92);
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.04),
    0 8px 24px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.25s,
    background 0.2s,
    color 0.2s;
  -webkit-tap-highlight-color: transparent;
}
.contact-dock-fab:hover {
  transform: translateY(-2px);
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.06),
    0 12px 32px rgba(0, 0, 0, 0.14);
}
.contact-dock.is-open .contact-dock-fab {
  background: var(--ink);
  color: #fafaf8;
  border-color: transparent;
}
.contact-dock-fab-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.contact-dock-fab-icon--close { display: none; }
.contact-dock.is-open .contact-dock-fab-icon--open { display: none; }
.contact-dock.is-open .contact-dock-fab-icon--close { display: inline-flex; }

/* ════════════════════════════════════════
   AI 小耕 FAB — 堆叠于 contact-dock 上方
   意图区（pain/services/pricing/faq…）内显示
   ════════════════════════════════════════ */
.ai-xiaogeng-fab {
  position: fixed;
  right: max(1.25rem, env(safe-area-inset-right, 0px));
  bottom: calc(max(1.5rem, env(safe-area-inset-bottom, 0px)) + 3.25rem + 0.65rem);
  z-index: 298;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.85rem 0.55rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(200, 169, 110, 0.35);
  background: linear-gradient(135deg, rgba(18, 16, 14, 0.94), rgba(28, 24, 20, 0.92));
  color: #f5f0e8;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px) scale(0.96);
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s, box-shadow 0.2s;
  pointer-events: none;
}
.ai-xiaogeng-fab.is-visible:not(.is-suppressed) {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.ai-xiaogeng-fab:hover {
  border-color: rgba(200, 169, 110, 0.55);
  box-shadow:
    0 6px 22px rgba(0, 0, 0, 0.22),
    0 0 20px rgba(200, 169, 110, 0.12);
  color: #fff;
}
.ai-xiaogeng-fab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: rgba(200, 169, 110, 0.18);
  color: var(--gold, #c8a96e);
}
.ai-xiaogeng-fab-label {
  padding-right: 0.15rem;
}
body.has-ai-fab-visible .scroll-assist.is-visible:not(.is-dock-away):not(.is-ai-fab-away) {
  bottom: calc(max(1.5rem, env(safe-area-inset-bottom, 0px)) + 6.5rem + 1.3rem);
}

/* 顶栏 / 页脚 / 移动抽屉：见 site-chrome.css（index 已引入） */

/* ════════════════════════════════════════
   SECTION BASE
   ════════════════════════════════════════ */
section {
  padding: var(--section-py) clamp(1.5rem, 4vw, 4rem);
  position: relative;
}
.section-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}
.section-surface { background: var(--surface-0); }
.section-muted { background: var(--surface-1); }
.section-warm { background: var(--surface-2); }
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: var(--text-2xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--electric);
  font-weight: 700;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, rgba(99,102,241,0.1), rgba(34,211,238,0.06));
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid rgba(99,102,241,0.18);
}
.section-tag::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 8px var(--glow-cyan);
  flex-shrink: 0;
}
.section-title {
  font-family: var(--ff-display);
  font-size: clamp(1.4rem, 2.8vw, 2.33rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin-bottom: 1.25rem;
  color: var(--ink);
  max-width: 720px;
}
.section-title .accent {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 45%, var(--electric) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 缩短字号后宜单行展示的模块标题（定价、估价等） */
.section-title--inline,
.cta-title--inline {
  text-wrap: pretty;
  word-break: keep-all;
  max-width: none;
}

.section-title--inline .accent,
.cta-title--inline .cta-accent {
  white-space: nowrap;
}

.calc-section .section-title--inline,
.pricing-section .section-title--inline {
  max-width: none;
}
.section-body {
  font-size: var(--text-md); color: var(--text2);
  max-width: 580px; line-height: var(--leading-relaxed);
  margin-bottom: 3rem;
}
.pain-section .section-body strong,
.services-section .section-body strong,
.proof-section .section-body strong,
.pricing-section .section-body strong,
.faq-section .section-body strong,
#process .section-body strong {
  color: var(--ink);
  font-weight: 600;
}

/* ════════════════════════════════════════
   HERO
   ════════════════════════════════════════ */
#hero.hero {
  min-height: 100vh;
  padding: 0;
  padding-top: var(--nav-total-h);
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--hero-bg);
  color: var(--hero-text);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 50% -10%, rgba(99,102,241,0.15) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 100% 50%, rgba(34,211,238,0.08) 0%, transparent 50%),
    linear-gradient(180deg, #0A0910 0%, var(--hero-bg) 55%, #0E0D12 100%);
}

.hero-aurora {
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(ellipse 45% 35% at 20% 30%, rgba(99,102,241,0.35) 0%, transparent 55%),
    radial-gradient(ellipse 40% 30% at 75% 25%, rgba(34,211,238,0.2) 0%, transparent 50%),
    radial-gradient(ellipse 35% 28% at 55% 70%, rgba(201,154,46,0.18) 0%, transparent 55%);
  filter: blur(60px);
  opacity: 0.75;
  animation: auroraShift 18s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes auroraShift {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(2%, -1.5%) scale(1.04); }
  100% { transform: translate(-1.5%, 2%) scale(0.98); }
}

.hero-spotlight {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 45% at 38% 42%, rgba(255,255,255,0.07) 0%, transparent 65%);
  pointer-events: none;
}

.hero-noise {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 128px 128px;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  animation: gridDrift 32s linear infinite;
  mask-image: radial-gradient(ellipse 85% 75% at 50% 45%, black 15%, transparent 78%);
  pointer-events: none;
}
@keyframes gridDrift { to { background-position: 64px 64px; } }

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.orb1 { width: 520px; height: 520px; right: -80px; top: -100px; background: rgba(99,102,241,0.12); }
.orb2 { width: 380px; height: 380px; left: -80px; bottom: 8%; background: rgba(34,211,238,0.08); }
.orb3 { width: 280px; height: 280px; right: 28%; bottom: -60px; background: rgba(201,154,46,0.1); }

#hero.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8rem;
  background: linear-gradient(to bottom, transparent, #1A1814);
  pointer-events: none;
  z-index: 1;
}

.hero-inner {
  position: relative; z-index: 2;
  max-width: 1420px; margin: 0 auto;
  padding: clamp(3.5rem, 6vw, 5rem) clamp(1.5rem, 4vw, 4rem);
  width: 100%;
  display: grid;
  /* 黄金分割：主文案区 ≈ 61.8%，视觉区 ≈ 38.2% */
  grid-template-columns: 1.618fr 1fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}

.hero-left { position: relative; z-index: 1; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--glass-border);
  padding: 8px 20px;
  border-radius: 999px;
  font-size: var(--text-sm);
  color: var(--gold-light);
  letter-spacing: 0.04em;
  margin-bottom: 2rem;
  background: var(--glass-bg);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  animation: fadeUp 0.8s ease forwards;
  font-weight: 600;
  box-shadow: 0 4px 24px rgba(0,0,0,0.2);
}
.hero-badge-dot {
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 10px rgba(16,185,129,0.6);
  animation: pulseDot 2s infinite;
}
@keyframes pulseDot {
  0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 10px rgba(16,185,129,0.6); }
  50% { opacity: 0.7; transform: scale(0.85); box-shadow: 0 0 4px rgba(16,185,129,0.3); }
}

.hero-title {
  font-family: var(--ff-display);
  font-size: clamp(1.83rem, 3.6vw, 3rem);
  line-height: 1.08;
  margin-bottom: 1.75rem;
  color: var(--hero-text);
  font-weight: 800;
  letter-spacing: -0.02em;
  /* 中文按词整体折行，避免「小程序一/站交付」式断裂 */
  word-break: keep-all;
  animation: fadeUp 0.8s 0.15s ease both;
}
/* 让每一句在必须折行时自动平衡两行，断点只落在空格处 */
.hero-title .hero-line-inner {
  text-wrap: balance;
}
/* 「+ AI 功能定制 / + SEO · AIGEO」作为整体，折行只发生在它之前 */
.hero-title .hero-and {
  white-space: nowrap;
}
/* 金色「+」连接多项服务能力 */
.hero-title .hero-and-plus {
  color: var(--gold-light);
  -webkit-text-fill-color: var(--gold-light);
  font-weight: 700;
  margin-right: 0.06em;
  text-shadow: 0 0 18px rgba(212, 160, 58, 0.45);
}
/* 「AI 功能定制 / SEO · AIGEO」渐变高亮，与「网站建设」形成层次对比 */
.hero-title .hero-and-text {
  background: linear-gradient(120deg, var(--gold-light) 0%, #FBBF24 28%, var(--cyan) 66%, var(--electric) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
/* 副行：产品范围，缩小并弱化为支撑信息（非与主句同级） */
.hero-title .hero-sub {
  margin-top: clamp(0.6rem, 1vw, 1rem);
  font-family: var(--ff-body);
  font-size: clamp(1rem, 1.55vw, 1.4rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.hero-title .hero-sub .hero-line-inner {
  text-wrap: normal;
}
.hero-eyebrow {
  display: block;
  font-family: var(--ff-body);
  font-size: var(--text-sm);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: var(--gold-light);
  margin-bottom: 0.85rem;
}
.hero-eyebrow .hero-eyebrow-sep { margin: 0 0.5em; font-weight: 400; opacity: 0.55; }

.hero-desc {
  color: var(--hero-text-muted);
  font-size: var(--text-lg);
  max-width: 520px;
  margin-bottom: 3rem;
  line-height: var(--leading-relaxed);
  animation: fadeUp 0.8s 0.3s ease both;
}
.hero-desc strong { color: var(--hero-text); font-weight: 600; }

.hero-actions {
  display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 3.5rem;
  animation: fadeUp 0.8s 0.45s ease both;
}

.cta-section .btn-secondary .ui-icon {
  width: 1rem;
  height: 1rem;
}

.btn-ghost {
  color: var(--ink); font-size: var(--text-base); font-weight: 400;
  text-decoration: none; display: flex; align-items: center; gap: 0.5rem;
  border-bottom: 1px solid var(--border); padding-bottom: 2px;
  transition: border-color 0.2s, color 0.2s; white-space: nowrap;
}
.btn-ghost:hover { color: var(--gold); border-color: var(--gold); }

.hero-stats {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  animation: fadeUp 0.8s 0.6s ease both;
  padding-top: 0;
  border-top: none;
}
.stat-item {
  text-align: left;
  padding: 0.85rem 1.25rem;
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  min-width: 5.5rem;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.stat-item:hover {
  border-color: rgba(201,154,46,0.35);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}
.stat-num {
  font-family: var(--ff-mono);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--gold-light);
  line-height: 1;
  display: block;
  letter-spacing: -0.03em;
}
.stat-label {
  color: var(--hero-text-muted);
  font-size: var(--text-2xs);
  margin-top: 6px;
  line-height: var(--leading-tight);
  letter-spacing: 0.02em;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: none; }
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateX(30px); }
  to { opacity: 1; transform: none; }
}

/* Hero visual — browser mockup */
#hero .hero-visual {
  animation: fadeIn 1s 0.5s ease both;
  position: relative;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.mockup-glow {
  position: absolute;
  inset: -12%;
  background:
    radial-gradient(ellipse 60% 50% at 50% 50%, var(--glow-electric) 0%, transparent 55%),
    radial-gradient(ellipse 40% 35% at 60% 40%, var(--glow-gold) 0%, transparent 50%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
  animation: glowPulse 6s ease-in-out infinite alternate;
}
@keyframes glowPulse {
  0% { opacity: 0.7; transform: scale(0.98); }
  100% { opacity: 1; transform: scale(1.03); }
}

.mockup-browser {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.06) inset,
    0 24px 80px rgba(0,0,0,0.5),
    0 0 60px var(--glow-electric);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: transform 0.4s cubic-bezier(0.23,1,0.32,1);
  will-change: transform;
}
#heroVisual:hover .mockup-browser {
  transform: rotateY(-4deg) rotateX(2deg) translateZ(8px);
}
.browser-bar {
  height: 42px; background: var(--bg3);
  display: flex; align-items: center; gap: 8px; padding: 0 16px;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
.browser-dot { width: 11px; height: 11px; border-radius: 50%; }
.browser-url {
  flex: 1; margin: 0 16px;
  background: var(--cream); border-radius: 4px;
  height: 22px;
  display: flex; align-items: center; gap: 6px; padding: 0 12px;
  font-size: var(--text-2xs); color: var(--muted);
  border: 1px solid rgba(0,0,0,0.08);
}
.browser-url-lock { width: 0.75rem; height: 0.75rem; opacity: 0.55; flex-shrink: 0; }
.browser-content {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  aspect-ratio: 16 / 10;
  line-height: 0;
}
.mockup-shot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.floating-tag {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(12,11,10,0.75);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  padding: 10px 16px;
  font-size: var(--text-sm);
  white-space: nowrap;
  animation: floatTag 4s ease-in-out infinite;
  box-shadow: 0 8px 32px rgba(0,0,0,0.35);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  font-weight: 600;
  color: var(--hero-text);
  z-index: 2;
}
.floating-tag-mark {
  font-size: 0.75rem;
  font-weight: 700;
  opacity: 0.85;
}
.ft1 { top: -20px; right: -18px; color: var(--sage); animation-delay: 0s; }
.ft2 { bottom: 18px; left: -28px; color: var(--gold); animation-delay: 2s; }
.ft3 { bottom: 76px; right: -18px; color: var(--blue); animation-delay: 1s; }
@keyframes floatTag {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ════════════════════════════════════════
   INDUSTRIES BAND — 行业标签滚动带
   ════════════════════════════════════════ */
.industries-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid var(--home-editorial-rule);
  border-bottom: 1px solid var(--home-editorial-rule);
  background: var(--home-wash-band);
  padding: 1.15rem clamp(1.5rem, 4vw, 4rem);
}

.industries-band::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--home-wash-radial);
  pointer-events: none;
  z-index: 0;
}

.industries-band-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  max-width: var(--max-w);
  margin: 0 auto;
}
.industries-band-label {
  font-size: var(--text-2xs);
  font-weight: 700;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
  flex-shrink: 0;
}
.marquee-wrap {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.marquee-track {
  display: flex;
  gap: 0.5rem;
  width: max-content;
  animation: industries-marquee 38s linear infinite;
}
.marquee-track:hover { animation-play-state: paused; }
@keyframes industries-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.marquee-item {
  font-size: var(--text-2xs);
  letter-spacing: 0.04em;
  color: var(--text2);
  padding: 0.45rem 1rem;
  border: 1px solid var(--card-border);
  border-radius: 999px;
  background: var(--cream);
  box-shadow: 0 2px 8px rgba(12,11,10,0.04);
  white-space: nowrap;
  flex-shrink: 0;
  transition: border-color 0.2s, color 0.2s;
}
.marquee-item:hover {
  border-color: rgba(99,102,241,0.25);
  color: var(--electric);
}
.marquee-item:nth-child(odd) {
  color: var(--ink);
  border-color: var(--border-accent);
}
.marquee-item--more {
  color: var(--gold);
  font-weight: 600;
  border-color: rgba(184, 136, 42, 0.35);
}

/* ════════════════════════════════════════
   TRUST SECTION — 15秒核心价值传达
   ════════════════════════════════════════ */
.trust-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(165deg, var(--ink) 0%, #1f1b16 55%, var(--ink) 100%);
  padding: 4rem clamp(1.5rem, 4vw, 4rem);
}

.trust-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 45% at 12% 50%, rgba(184,136,42,0.09) 0%, transparent 62%),
    radial-gradient(ellipse 48% 40% at 88% 40%, rgba(184,136,42,0.05) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.trust-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: var(--max-w);
  margin: 0 auto;
  border: none;
  border-radius: 0;
  overflow: visible;
}
.trust-item {
  padding: 2rem 1.75rem;
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  background: var(--glass-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  position: relative;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.trust-item:last-child { border-right: 1px solid var(--glass-border); }
.trust-item:hover {
  transform: translateY(-3px);
  border-color: rgba(201,154,46,0.35);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}
.trust-num {
  font-family: var(--ff-mono);
  font-size: clamp(2.2rem, 3.2vw, 3.4rem);
  font-weight: 700;
  background: linear-gradient(135deg, var(--gold-light), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 0.5rem;
  letter-spacing: -0.04em;
}
.trust-label {
  font-size: var(--text-sm-plus); color: rgba(250,250,248,0.72); line-height: var(--leading-normal);
}
.trust-label strong {
  display: block; color: var(--paper); font-weight: 600; margin-bottom: 0.2rem;
  font-size: var(--text-base);
}
.trust-label-sub {
  display: block; margin-top: 0.35rem;
  font-size: var(--text-2xs); color: rgba(250,250,248,0.55); line-height: var(--leading-tight);
}

/* ════════════════════════════════════════
   WHO WE HELP
   ════════════════════════════════════════ */
.who-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--border); margin-top: 3rem;
}
.who-item {
  padding: 2.5rem 2rem;
  border-right: 1px solid var(--border);
  transition: background 0.25s;
}
.who-item:last-child { border-right: none; }
.who-item:hover { background: rgba(184,136,42,0.08); }
.who-icon {
  font-size: 2rem; margin-bottom: 1.25rem;
  display: flex; align-items: center; justify-content: center;
  width: 56px; height: 56px;
  background: rgba(184,136,42,0.08); border: 1px solid var(--border-accent);
  border-radius: var(--r);
}
.who-item h3 { font-family: var(--ff-display); font-size: 1.05rem; font-weight: 700; margin-bottom: 0.75rem; }
.who-item p { font-size: var(--text-sm); color: var(--muted); line-height: var(--leading-relaxed); }

/* ════════════════════════════════════════
   PAIN POINTS
   ════════════════════════════════════════ */
.pain-section {
  background: var(--home-wash-soft);
  isolation: isolate;
  overflow: hidden;
}

.pain-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--home-wash-radial-alt);
  pointer-events: none;
  z-index: 0;
}

.pain-section .section-inner {
  position: relative;
  z-index: 1;
}

.pain-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: visible;
  margin-top: 3rem;
  box-shadow: none;
}
.pain-item {
  background: var(--cream);
  border: 1px solid var(--card-border);
  border-radius: var(--card-radius);
  padding: 2rem 1.75rem;
  transition: transform 0.3s cubic-bezier(0.23,1,0.32,1), box-shadow 0.3s, border-color 0.3s;
  position: relative;
  box-shadow: var(--card-shadow);
}
.pain-item:hover {
  transform: translateY(-4px);
  border-color: rgba(99,102,241,0.2);
  z-index: 1;
  box-shadow: var(--card-shadow-hover);
}
.pain-title {
  font-family: var(--ff-display);
  font-size: 1.1rem; font-weight: 700;
  color: var(--ink); margin-bottom: 0.65rem;
}
.pain-desc { font-size: var(--text-sm-plus); color: var(--text2); line-height: var(--leading-relaxed); margin-bottom: 0.75rem; }
.pain-tag {
  display: inline-block;
  font-size: var(--text-2xs); color: var(--gold); font-weight: 600;
  border: 1px solid var(--border-accent);
  padding: 3px 11px; border-radius: 50px;
  background: rgba(184,136,42,0.08);
}

/* ════════════════════════════════════════
   SERVICES
   ════════════════════════════════════════ */
.services-section {
  background: var(--home-wash-band);
  isolation: isolate;
  overflow: hidden;
}

.services-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--home-wash-radial);
  pointer-events: none;
  z-index: 0;
}

.services-section .section-inner {
  position: relative;
  z-index: 1;
}
.services-subhead {
  font-family: var(--ff-display);
  font-size: var(--text-lg);
  font-weight: 700;
  color: var(--ink);
  margin: 3rem 0 0.5rem;
  letter-spacing: -0.02em;
}
.services-subhead-desc {
  font-size: var(--text-sm-plus);
  color: var(--text2);
  margin-bottom: 0.25rem;
  max-width: 42rem;
}
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem; margin-top: 1.5rem;
}
.services-grid--products { margin-top: 1.25rem; }
.service-card {
  background: var(--cream);
  border: 1px solid var(--card-border);
  border-radius: var(--card-radius);
  padding: 2rem 1.75rem;
  position: relative;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  transition: transform 0.3s cubic-bezier(0.23,1,0.32,1), box-shadow 0.3s, border-color 0.3s;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--electric), var(--cyan), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.service-card:hover {
  border-color: rgba(99,102,241,0.22);
  transform: translateY(-5px);
  box-shadow: var(--card-shadow-hover);
}
.service-card:hover::before { opacity: 1; }
.service-card--signature {
  border-color: rgba(201,154,46,0.35);
  background: linear-gradient(145deg, rgba(201,154,46,0.08) 0%, var(--cream) 55%);
  position: relative;
}
.service-card--signature::before {
  opacity: 1;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--cyan));
}
.service-card--open {
  border-style: dashed;
  border-color: rgba(184, 136, 42, 0.35);
  display: flex;
  flex-direction: column;
}
.service-card-open-badge {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  font-size: var(--text-2xs);
  letter-spacing: 0.08em;
  color: var(--text2);
  background: var(--surface-2);
  border: 1px solid var(--border);
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
}
.service-open-cta {
  display: inline-block;
  margin-top: auto;
  padding-top: 0.85rem;
  font-size: var(--text-sm-plus);
  font-weight: 600;
  color: var(--gold);
  text-decoration: none;
}
.service-open-cta:hover { text-decoration: underline; }
.service-card-signature-badge {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  font-size: var(--text-2xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(184, 136, 42, 0.12);
  border: 1px solid rgba(184, 136, 42, 0.28);
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
}
.service-name {
  font-family: var(--ff-display);
  font-size: 1.15rem; font-weight: 700;
  color: var(--ink); margin-bottom: 0.65rem;
}
.service-name-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.service-card:hover .service-name-link,
.service-name-link:hover,
.service-name-link:focus-visible {
  color: var(--gold);
  outline: none;
}
.service-desc { font-size: var(--text-sm-plus); color: var(--text2); line-height: var(--leading-relaxed); margin-bottom: 1.1rem; }
.service-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.service-tag {
  background: var(--surface-2); border: 1px solid rgba(26,24,20,0.08);
  color: var(--muted); font-size: var(--text-2xs); padding: 4px 10px; border-radius: 2px;
}

/* ════════════════════════════════════════
   INDUSTRIES (expanded who)
   ════════════════════════════════════════ */
.industries-section { background: var(--surface-1); }
.industries-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1rem; margin-top: 3rem;
}
.industry-card {
  background: color-mix(in srgb, var(--cream) 88%, transparent);
  border: 1px solid var(--home-editorial-rule);
  border-radius: var(--home-editorial-radius);
  padding: 1.75rem 1.5rem;
  transition: background 0.2s, border-color 0.2s;
}
.industry-card:hover {
  border-color: color-mix(in srgb, var(--gold) 28%, transparent);
  background: var(--home-wash-hover);
  transform: none;
  box-shadow: none;
}
.industry-name { font-size: var(--text-base); font-weight: 700; color: var(--ink); margin-bottom: 0.45rem; }
.industry-desc { font-size: var(--text-sm); color: var(--muted); line-height: var(--leading-normal); }

/* ════════════════════════════════════════
   PROOF / SOCIAL PROOF BAND
   ════════════════════════════════════════ */
.proof-section {
  background: var(--home-wash-soft);
  border-top: 1px solid var(--home-editorial-rule);
  border-bottom: 1px solid var(--home-editorial-rule);
  padding: var(--section-py) clamp(1.5rem, 4vw, 4rem);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.proof-section::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, var(--gold-glow) 0%, transparent 70%),
    var(--home-wash-radial-alt);
  pointer-events: none;
  z-index: 0;
}

.proof-section .section-inner {
  position: relative;
  z-index: 1;
}
.proof-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem;
  position: relative;
}
.proof-card {
  background: var(--cream);
  border: 1px solid var(--card-border);
  border-radius: var(--card-radius);
  padding: 0;
  transition: transform 0.35s cubic-bezier(0.23,1,0.32,1), box-shadow 0.35s, border-color 0.35s;
  box-shadow: var(--card-shadow);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.proof-card .proof-stars,
.proof-card .proof-text,
.proof-card .proof-result,
.proof-card .proof-author {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
.proof-card .proof-stars { margin-top: 1.25rem; }
.proof-card .proof-author {
  margin-bottom: 0.65rem;
}
.proof-visual-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.proof-visual-link:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.proof-card-more {
  margin: 0 1.75rem 1.5rem;
  padding-top: 0.15rem;
}
/* 首页统一次级行动链：案例卡底链 / 智库「阅读全文」/ 浅色区段落内链 */
.home-action-link,
.blog-pick-link,
.proof-card-more a,
.proof-section .section-body .seo-inline-link {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--gold);
  text-decoration: none;
  transition: color 0.2s;
}
.home-action-link:hover,
.home-action-link:focus-visible,
.blog-pick-link:hover,
.blog-pick-link:focus-visible,
.proof-card-more a:hover,
.proof-card-more a:focus-visible,
.proof-section .section-body .seo-inline-link:hover,
.proof-section .section-body .seo-inline-link:focus-visible {
  color: #9A7020;
  text-decoration: underline;
  text-underline-offset: 2px;
  outline: none;
}
.proof-visual {
  position: relative;
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--ink);
}
.proof-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.proof-card:hover .proof-visual img {
  transform: scale(1.04);
}
.proof-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(26, 24, 20, 0.05) 0%,
    rgba(26, 24, 20, 0.35) 100%
  );
  pointer-events: none;
}
.proof-visual-caption {
  position: absolute;
  left: 0.85rem;
  bottom: 0.65rem;
  z-index: 1;
  font-size: var(--text-2xs);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(26, 24, 20, 0.55);
  backdrop-filter: blur(6px);
  padding: 4px 10px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.proof-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--card-shadow-hover);
  border-color: rgba(201,154,46,0.28);
}
.proof-stars { color: var(--gold-light); font-size: var(--text-sm); letter-spacing: 0.08em; margin-bottom: 0.75rem; }
.proof-text {
  font-size: var(--text-sm-plus); line-height: var(--leading-relaxed); color: var(--text2);
  margin-bottom: 1rem; flex: 1;
  font-style: italic;
}
.proof-result {
  display: inline-block;
  font-size: var(--text-2xs); font-weight: 700; color: var(--sage);
  background: rgba(26,158,106,0.08);
  border: 1px solid rgba(26,158,106,0.2);
  padding: 4px 10px; border-radius: 50px;
  margin-bottom: 1.25rem; align-self: flex-start;
}
.proof-author { display: flex; align-items: center; gap: 0.85rem; }
.proof-avatar {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: var(--text-sm-plus); color: #fff;
  box-shadow: 0 4px 12px rgba(184,136,42,0.25);
  overflow: hidden;
}
.proof-avatar--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(8px) saturate(0.75);
  transform: scale(1.2);
}
.proof-cite { font-size: var(--text-sm-plus); color: var(--ink); font-weight: 700; }
.proof-role { font-size: var(--text-sm); color: var(--muted); margin-top: 2px; }

/* ════════════════════════════════════════
   PRICING
   ════════════════════════════════════════ */
.pricing-section {
  background: var(--home-wash-soft);
  isolation: isolate;
  overflow: hidden;
}

.pricing-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--home-wash-radial);
  pointer-events: none;
  z-index: 0;
}

.pricing-section .section-inner {
  position: relative;
  z-index: 1;
}
.pricing-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 2rem;
}
.pricing-tab {
  font-family: var(--ff-body);
  font-size: var(--text-sm-plus);
  font-weight: 500;
  color: var(--text2);
  background: var(--surface-0);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.55rem 1.15rem;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.pricing-tab:hover { border-color: var(--gold); color: var(--ink); }
.pricing-tab.active {
  color: var(--ink);
  border-color: var(--gold);
  background: rgba(184, 136, 42, 0.1);
}
.pricing-tab--signature.active {
  background: linear-gradient(135deg, rgba(184, 136, 42, 0.16), rgba(184, 136, 42, 0.06));
}
.pricing-panel { display: none; }
.pricing-panel.active { display: block; }
.pricing-addon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.price-addon-card {
  background: color-mix(in srgb, var(--cream) 88%, transparent);
  border: 1px solid var(--home-editorial-rule);
  border-radius: var(--home-editorial-radius);
  padding: 1.25rem 1.35rem;
  transition: border-color 0.2s, background 0.2s;
}
.price-addon-card:hover {
  border-color: color-mix(in srgb, var(--gold) 28%, transparent);
  background: var(--home-wash-hover);
  box-shadow: none;
}
.price-addon-name {
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 0.45rem;
  font-size: var(--text-sm-plus);
}
.price-addon-amount {
  font-family: var(--ff-mono);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 0.65rem;
}
.price-addon-amount span {
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--text2);
}
.price-addon-desc {
  font-size: var(--text-sm);
  color: var(--text2);
  line-height: var(--leading-relaxed);
  margin: 0;
}
.pricing-growth-lede {
  font-size: var(--text-base);
  color: var(--text2);
  line-height: var(--leading-relaxed);
  max-width: 46rem;
  margin: 0 0 2rem;
}
.price-custom--growth {
  margin-top: 1.5rem;
  border-color: rgba(184, 136, 42, 0.28);
  background: linear-gradient(135deg, rgba(184, 136, 42, 0.08), var(--surface-0));
}
.pricing-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; margin-bottom: 3rem; }
.pricing-note {
  background: var(--home-wash-band);
  border: none;
  border-left: 2px solid color-mix(in srgb, var(--gold) 35%, transparent);
  border-radius: var(--home-editorial-radius);
  padding: 1.5rem 1.75rem;
  font-size: var(--text-sm); color: var(--muted); line-height: 1.75;
}
.pricing-note strong { color: var(--ink); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.price-card {
  background: var(--cream);
  border: 1px solid var(--card-border);
  border-radius: var(--card-radius);
  padding: 2.5rem 2rem;
  position: relative;
  box-shadow: var(--card-shadow);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.price-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--card-shadow-hover);
  border-color: rgba(99,102,241,0.2);
}
.price-card.featured {
  background: linear-gradient(165deg, rgba(99,102,241,0.06) 0%, var(--cream) 45%);
  border-color: rgba(201,154,46,0.4);
  box-shadow: var(--card-shadow), 0 0 48px var(--glow-gold);
}
.price-card.featured:hover {
  box-shadow: var(--card-shadow-hover), 0 0 64px var(--glow-gold);
}
.price-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: #fff;
  font-size: var(--text-2xs); font-weight: 700; letter-spacing: 0.06em;
  padding: 5px 18px; border-radius: 50px;
  box-shadow: 0 3px 10px rgba(184,136,42,0.35);
}
.price-type {
  font-size: var(--text-sm); letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold); font-weight: 700; margin-bottom: 0.4rem;
}
.price-name {
  font-family: var(--ff-display); font-size: 1.5rem; font-weight: 700;
  color: var(--ink); margin-bottom: 0.25rem;
}
.price-tagline { font-size: var(--text-sm); color: var(--muted); margin-bottom: 1.5rem; }
.price-amount { display: flex; align-items: baseline; gap: 0.2rem; }
.price-currency { font-size: 1.5rem; font-weight: 700; color: var(--ink); }
.price-num {
  font-family: var(--ff-display); font-size: 3rem; font-weight: 900; color: var(--gold);
  line-height: 1; letter-spacing: -0.04em;
}
.price-card.featured .price-currency,
.price-card.featured .price-num { color: var(--gold); }
.price-period { font-size: var(--text-2xs); color: var(--muted); margin-top: 0.15rem; }
.price-range { font-family: var(--ff-mono); font-size: var(--text-2xs); color: var(--gold); margin-top: 0.2rem; }
.price-divider { border: none; border-top: 1px solid rgba(0,0,0,0.06); margin: 1.5rem 0; }
.price-features { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; margin-bottom: 1.75rem; }
.price-features li {
  font-size: var(--text-sm); color: var(--text2);
  padding-left: 1.25rem; position: relative; line-height: 1.5;
}
.price-features li::before { content: '\2713'; position: absolute; left: 0; color: var(--sage); font-size: var(--text-2xs); top: 0.05em; font-weight: 700; }
.price-cta {
  display: block; text-align: center; padding: 0.875rem;
  border: 1.5px solid var(--border-accent); border-radius: var(--r);
  font-size: var(--text-sm); font-weight: 700; color: var(--gold);
  text-decoration: none; letter-spacing: 0.03em;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.price-cta:hover { background: rgba(184,136,42,0.08); border-color: var(--gold); }
.price-card.featured .price-cta {
  border: none;
  padding: 0.875rem;
  font-size: var(--text-sm);
  letter-spacing: 0.03em;
}
.price-custom {
  margin-top: 1.5rem;
  border: none;
  border-radius: var(--home-editorial-radius);
  padding: 2rem 2.5rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  background: var(--home-wash-band);
  flex-wrap: wrap;
}
.price-custom-left { flex: 1; min-width: 240px; }
.price-custom-left h3 { font-family: var(--ff-display); font-size: 1.35rem; font-weight: 700; margin-bottom: 0.5rem; }
.price-custom-left p { font-size: var(--text-sm); color: var(--muted); }
.price-custom-amount { font-family: var(--ff-display); font-size: 1.85rem; font-weight: 900; color: var(--ink); white-space: nowrap; }
.price-custom-amount span { font-size: var(--text-sm-plus); color: var(--gold); font-weight: 400; }

.pricing-included {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
  text-align: left;
  max-width: 52rem;
  margin: 2rem auto 0;
  font-size: var(--text-sm);
  color: var(--muted);
  line-height: var(--leading-relaxed);
}
.pricing-included-mark {
  flex-shrink: 0;
  color: var(--sage);
  font-weight: 700;
  margin-top: 0.1rem;
}
.pricing-guarantee {
  display: block;
  text-align: center;
  margin: 1.25rem auto 0;
  max-width: 680px;
  color: var(--gold);
  font-size: var(--text-sm-plus);
  border: none;
  padding: 14px 28px;
  border-radius: var(--home-editorial-radius);
  background: var(--home-wash-band);
  line-height: 1.75;
}

/* ════════════════════════════════════════
   CALCULATOR
   ════════════════════════════════════════ */
.calc-section {
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.calc-section::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 55% 45% at 80% 20%, rgba(184,136,42,0.12) 0%, transparent 60%);
  pointer-events: none;
}
.calc-section .section-inner { position: relative; z-index: 1; }
.calc-section .section-tag { color: var(--gold-light); background: rgba(184,136,42,0.15); }
.calc-section .section-title { color: var(--paper); }
.calc-section .section-body { color: rgba(255,255,255,0.55); }
.calc-hydrate-hint {
  margin-top: 1rem;
  padding: 0.65rem 1rem;
  border-radius: 0.5rem;
  background: rgba(220, 80, 60, 0.18);
  color: #ffd4cc;
  font-size: var(--text-sm);
  line-height: 1.5;
}
.calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; margin-top: 3rem; align-items: start; }
.calc-options { display: flex; flex-direction: column; gap: 0.75rem; max-height: 28rem; overflow-y: auto; padding-right: 0.35rem; }
.calc-group-label {
  font-size: var(--text-2xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, 0.42);
  margin-top: 0.5rem;
  padding-top: 0.35rem;
  flex-shrink: 0;
  line-height: 1.5;
}
.calc-group-label:first-child { margin-top: 0; }
.calc-group-label--signature { color: var(--gold-light); }
.calc-option--signature { border-color: rgba(184, 136, 42, 0.22); }
.calc-option {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 1rem 1.25rem; border: 1px solid rgba(245,240,232,0.1);
  border-radius: 4px; cursor: pointer; transition: all 0.2s;
}
.calc-option:hover, .calc-option.active { border-color: var(--gold); background: rgba(184,136,42,0.1); }
.calc-option input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--gold); cursor: pointer; flex-shrink: 0; }
.calc-option-label { flex: 1; min-width: 0; }
.calc-option-label strong { display: block; font-size: var(--text-sm-plus); font-weight: 500; color: var(--paper); line-height: 1.4; }
.calc-option-label span { display: block; font-size: var(--text-sm); color: rgba(245,240,232,0.55); line-height: 1.45; margin-top: 0.15rem; }
.calc-option-price { font-family: var(--ff-mono); font-size: var(--text-sm); color: var(--gold); white-space: nowrap; flex-shrink: 0; align-self: flex-start; }
.calc-result {
  position: sticky;
  top: calc(var(--nav-total-h) + 1rem);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.35), 0 0 48px var(--glow-electric);
}
.calc-total-label { font-size: var(--text-2xs); letter-spacing: 0.12em; text-transform: uppercase; color: rgba(245,240,232,0.45); margin-bottom: 0.75rem; }
.calc-total-num { font-family: var(--ff-display); font-size: 3.2rem; font-weight: 900; color: var(--paper); line-height: 1; margin-bottom: 0.4rem; letter-spacing: -0.03em; }
.calc-total-sub { font-size: var(--text-sm); color: rgba(245,240,232,0.45); margin-bottom: 1.5rem; }
.calc-breakdown { border-top: 1px solid rgba(245,240,232,0.08); padding-top: 1.25rem; margin-bottom: 1.5rem; }
.calc-breakdown-item { display: flex; justify-content: space-between; font-size: var(--text-sm); color: rgba(245,240,232,0.62); margin-bottom: 0.4rem; }
.calc-breakdown-item span:last-child { font-family: var(--ff-mono); color: var(--gold); }
.calc-cta {
  display: block;
  text-align: center;
  padding: 1rem;
  font-size: var(--text-base);
  letter-spacing: 0.03em;
}

/* ════════════════════════════════════════
   PROCESS
   ════════════════════════════════════════ */
.process-steps {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; margin-top: 4rem; position: relative;
}
.process-steps::before {
  content: ''; position: absolute; top: 31px; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-accent), var(--gold), var(--border-accent), transparent); z-index: 0;
}
.process-step { text-align: center; padding: 0 0.75rem; position: relative; z-index: 1; }
.process-step-num {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1.5px solid rgba(99,102,241,0.2);
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-mono);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--electric);
  margin: 0 auto 1rem;
  box-shadow: var(--card-shadow);
  transition: background 0.3s, color 0.3s, border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.process-step:hover .process-step-num {
  background: linear-gradient(135deg, var(--electric), var(--cyan));
  color: #fff;
  box-shadow: 0 8px 24px var(--glow-electric);
  border-color: transparent;
  transform: scale(1.08);
}
.process-step h3 { font-family: var(--ff-display); font-size: var(--text-base); font-weight: 700; margin-bottom: 0.5rem; }
.process-step p { font-size: var(--text-sm); color: var(--muted); line-height: var(--leading-normal); }

/* ════════════════════════════════════════
   SEO — dark green panel (图二配色)
   ════════════════════════════════════════ */
.seo-section {
  background: linear-gradient(160deg, #243322 0%, #2d3e2d 48%, #283528 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.seo-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 70% at 85% 20%, rgba(184,136,42,0.1) 0%, transparent 65%);
  pointer-events: none;
}
.seo-section .section-inner { position: relative; z-index: 1; }
.seo-section .section-tag {
  color: rgba(255,255,255,0.72);
  background: transparent;
  border: none;
  border-left: 3px solid var(--gold);
  border-radius: 0;
  padding: 0 0 0 12px;
  letter-spacing: 0.18em;
}
.seo-title {
  color: #fff;
  max-width: none;
  margin-bottom: 0.75rem;
}
.seo-desc {
  color: rgba(255, 255, 255, 0.72);
  max-width: none;
  margin-bottom: 2rem;
  line-height: 1.8;
}
.seo-section .section-body strong,
.seo-lead-em {
  font-weight: 700;
  color: #f5e6b8;
  background: linear-gradient(135deg, #f5e6b8 0%, #e8c878 42%, #a7f3d0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 18px rgba(212, 168, 67, 0.28));
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .seo-section .section-body strong,
  .seo-lead-em {
    color: #e8c878;
    filter: none;
  }
}
.seo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
}
.seo-layout__main,
.seo-layout__aside {
  min-width: 0;
}
.seo-kw-label {
  font-size: var(--text-2xs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 1.25rem;
}
.seo-keywords-wall { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.seo-kw {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.78);
  font-size: var(--text-sm);
  padding: 8px 14px;
  border-radius: 4px;
  font-family: var(--ff-body);
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.seo-kw:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.22);
  color: #fff;
}
.seo-kw.high {
  background: transparent;
  border-color: rgba(212,168,67,0.65);
  color: var(--gold-light);
  font-weight: 600;
}
.seo-kw.high:hover {
  background: rgba(184,136,42,0.12);
  border-color: var(--gold-light);
}

.seo-service-areas {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(212, 168, 67, 0.2);
}
.seo-area-label {
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  color: var(--gold-light);
  margin-bottom: 0.75rem;
}
.seo-area-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.65rem;
}
.seo-area-link {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  border: 1px solid rgba(212, 168, 67, 0.45);
  border-radius: 999px;
  font-size: 0.88rem;
  color: var(--gold-light);
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.seo-area-link:hover {
  background: rgba(184, 136, 42, 0.12);
  border-color: var(--gold-light);
}
.seo-area-link--all {
  border-style: dashed;
  opacity: 0.92;
}

/* ── 智库精选（首页内链枢纽）── */
.blog-picks-section {
  background: var(--paper);
  color: var(--ink);
}
.blog-picks-section .section-tag {
  color: var(--gold);
  background: rgba(184,136,42,0.1);
}
.blog-picks-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.blog-pick-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.35rem 1.25rem;
  border: 1px solid var(--card-border);
  border-radius: var(--card-radius);
  background: var(--cream);
  min-height: 100%;
  box-shadow: var(--card-shadow);
  transition: transform 0.35s cubic-bezier(0.23,1,0.32,1), box-shadow 0.35s, border-color 0.35s;
}
.blog-pick-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--card-shadow-hover);
  border-color: rgba(201,154,46,0.28);
}
.blog-pick-card__cover {
  display: block;
  margin: -1.35rem -1.25rem 0.5rem;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--card-radius) var(--card-radius) 0 0;
  background: linear-gradient(135deg, rgba(201,154,46,0.14), rgba(20,184,122,0.10));
}
.blog-pick-card__cover-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.23,1,0.32,1);
}
.blog-pick-card:hover .blog-pick-card__cover-img {
  transform: scale(1.045);
}
.blog-pick-card__cover--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem;
  background:
    radial-gradient(120% 130% at 0% 0%, rgba(201,154,46,0.22), transparent 58%),
    radial-gradient(120% 130% at 100% 100%, rgba(20,184,122,0.16), transparent 60%),
    var(--paper, #faf8f3);
}
.blog-pick-card__cover-label {
  font-size: var(--text-base);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--gold-deep);
  opacity: 0.92;
}
.blog-pick-meta {
  font-size: var(--text-2xs);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0;
}
.blog-pick-title {
  font-size: var(--text-base);
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}
.blog-pick-title a {
  color: var(--ink);
  text-decoration: none;
}
.blog-pick-title a:hover,
.blog-pick-title a:focus-visible {
  color: var(--gold);
  outline: none;
}
.blog-pick-desc {
  flex: 1;
  font-size: var(--text-sm);
  line-height: 1.6;
  color: var(--text2);
  margin: 0;
}
.blog-pick-link {
  margin-top: 0.25rem;
}
.blog-picks-more {
  margin-top: 1.75rem;
  margin-bottom: 0;
  text-align: center;
}

.seo-tip {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.4rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid rgba(255,255,255,0.09);
}
.seo-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin: 1.5rem 0 2rem;
}
.seo-split__card {
  margin: 0;
  padding: 1.1rem 0 0;
  border-bottom: none;
}
@media (max-width: 720px) {
  .seo-split {
    grid-template-columns: 1fr;
  }
}
.seo-tip:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.seo-tip-num {
  font-family: var(--ff-display);
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 900;
  color: rgba(184,136,42,0.42);
  line-height: 1;
  flex-shrink: 0;
  min-width: 2rem;
}
.seo-tip-content h4 {
  font-weight: 700;
  margin-bottom: 0.3rem;
  color: #fff;
}
.seo-tip-content p {
  font-size: var(--text-sm);
  color: rgba(255,255,255,0.6);
  line-height: 1.65;
}

#process {
  background: var(--home-wash-band);
  isolation: isolate;
  overflow: hidden;
}

#process::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--home-wash-radial-alt);
  pointer-events: none;
  z-index: 0;
}

#process .section-inner {
  position: relative;
  z-index: 1;
}

/* ════════════════════════════════════════
   FAQ
   ════════════════════════════════════════ */
.faq-section {
  background: var(--home-wash-soft);
  isolation: isolate;
  overflow: hidden;
}

.faq-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--home-wash-radial);
  pointer-events: none;
  z-index: 0;
}

.faq-section .section-inner,
.faq-section .faq-layout {
  position: relative;
  z-index: 1;
}
.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 340px) 1fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: start;
}
.faq-intro {
  position: sticky;
  top: calc(var(--nav-total-h) + 2rem);
  align-self: center;
}
.faq-panel {
  min-width: 0;
  align-self: start;
}
.faq-title {
  max-width: none;
  margin-bottom: 1rem;
}
.faq-intro-desc {
  font-size: var(--text-sm-plus);
  color: var(--text2);
  line-height: var(--leading-relaxed);
  margin-bottom: 2rem;
}
.faq-highlights {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 2rem;
  padding: 1.25rem clamp(0.85rem, 1.5vw, 1.15rem);
  border-top: 1px solid var(--home-editorial-rule);
  border-bottom: 1px solid var(--home-editorial-rule);
  border-radius: var(--home-editorial-radius);
  background: var(--home-wash-band);
}
.faq-highlight {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.faq-highlight-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(26,158,106,0.12);
  color: var(--sage);
  font-size: var(--text-2xs);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.15rem;
}
.faq-highlight strong {
  display: block;
  font-size: var(--text-sm-plus);
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.15rem;
}
.faq-highlight span {
  font-size: var(--text-sm);
  color: var(--muted);
  line-height: var(--leading-normal);
}
.faq-intro-note {
  font-size: var(--text-sm);
  color: var(--muted);
  line-height: var(--leading-normal);
}
.faq-intro-note a {
  color: var(--gold);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(184,136,42,0.35);
}
.faq-intro-note a:hover { color: var(--gold-deep); }

.faq-more-link {
  margin: 1.25rem 0 0;
  padding-top: 0.25rem;
}

.faq-more-link__a {
  font-size: var(--text-sm-plus);
  font-weight: 600;
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(184, 136, 42, 0.35);
}

.faq-more-link__a:hover { color: var(--gold-deep); }

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  align-items: start;
}
.faq-section .faq-item {
  display: grid;
  grid-template-rows: auto 0fr;
  border: 1px solid var(--home-editorial-rule);
  border-radius: var(--home-editorial-radius);
  overflow: hidden;
  background: color-mix(in srgb, var(--cream) 86%, transparent);
  transition: border-color 0.2s, background 0.2s, grid-template-rows 0.32s ease;
  align-self: start;
  width: 100%;
  min-height: 0;
}
.faq-section .faq-item:hover {
  border-color: color-mix(in srgb, var(--gold) 25%, transparent);
  box-shadow: none;
  transform: none;
  background: var(--home-wash-hover);
}
.faq-section .faq-item.open {
  grid-template-rows: auto 1fr;
  border-color: color-mix(in srgb, var(--gold) 30%, transparent);
  box-shadow: none;
  transform: none;
  background: var(--home-wash-band);
}
.faq-section .faq-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 1.15rem 1.35rem; display: flex; justify-content: space-between; align-items: flex-start;
  font-family: var(--ff-body); font-size: var(--text-base); font-weight: 700; color: var(--ink); gap: 1rem;
  line-height: var(--leading-tight);
  align-self: start;
}
.faq-section .faq-q-text { flex: 1; min-width: 0; }
.faq-section .faq-q:hover { color: var(--gold); }
.faq-section .faq-item.open .faq-q { color: var(--gold); padding-bottom: 1rem; }
.faq-section .faq-icon {
  flex-shrink: 0; font-size: 1rem; font-weight: 400;
  transition: transform 0.3s, background 0.3s, color 0.3s; color: var(--gold);
  width: 26px; height: 26px; border-radius: 50%;
  border: 1.5px solid var(--border-accent);
  display: flex; align-items: center; justify-content: center;
  background: rgba(184,136,42,0.08);
  margin-top: 0.05rem;
}
.faq-section .faq-item.open .faq-icon {
  transform: rotate(45deg);
  background: var(--gold);
  color: #fff;
  border-color: var(--gold);
}
.faq-section .faq-a {
  max-height: none !important;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0 1.35rem !important;
  font-size: var(--text-sm-plus);
  color: var(--text2);
  line-height: var(--leading-relaxed);
  border-top: none !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}
.faq-section .faq-a__inner {
  min-height: 0;
  overflow: hidden;
}
.faq-section .faq-a__inner a {
  color: var(--link-meta-color);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--link-meta-border);
  transition: color 0.2s, border-color 0.2s;
}
.faq-section .faq-a__inner a:hover,
.faq-section .faq-a__inner a:focus-visible {
  color: var(--gold);
  border-bottom-color: var(--link-meta-border-hover);
}
.faq-section .faq-item.open .faq-a {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  padding: 0 1.35rem 1.35rem !important;
  border-top: 1px solid rgba(184,136,42,0.12) !important;
}

/* 兼容旧选择器（非首页 FAQ 区块若复用 .faq-item） */
.faq-item {
  border: 1px solid var(--home-editorial-rule);
  border-radius: var(--home-editorial-radius);
  overflow: hidden;
  background: color-mix(in srgb, var(--cream) 86%, transparent);
  transition: border-color 0.2s, background 0.2s;
}
.faq-item:hover {
  border-color: color-mix(in srgb, var(--gold) 25%, transparent);
  box-shadow: none;
  transform: none;
  background: var(--home-wash-hover);
}
.faq-item.open {
  border-color: color-mix(in srgb, var(--gold) 30%, transparent);
  box-shadow: none;
  transform: none;
  background: var(--home-wash-band);
}

/* FAQ noscript 降级（由 generate-sitemap / sync 从 content-index.json 写入） */
.faq-noscript {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px dashed rgba(184,136,42,0.25);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.faq-noscript-item {
  background: var(--surface-0);
  border: 1px solid rgba(184,136,42,0.15);
  border-radius: var(--radius-md);
  padding: 0.85rem 1.1rem;
}
.faq-noscript-item summary {
  font-size: var(--text-sm-plus);
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  line-height: 1.5;
  list-style: none;
}
.faq-noscript-item summary::-webkit-details-marker { display: none; }
.faq-noscript-item p {
  margin: 0.75rem 0 0;
  font-size: var(--text-sm);
  line-height: var(--leading-relaxed);
  color: var(--text2);
}

/* ════════════════════════════════════════
   CTA — Final conversion section
   ════════════════════════════════════════ */
.cta-section {
  background: linear-gradient(165deg, #0f0e0c 0%, #1A1814 45%, #1f1912 100%);
  color: var(--paper);
  padding: clamp(5rem, 9vw, 7rem) clamp(1.5rem, 4vw, 4rem);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(184,136,42,0.12);
}
.cta-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 70% at 15% 50%, rgba(201,154,46,0.16) 0%, transparent 65%),
    radial-gradient(ellipse 40% 50% at 85% 60%, rgba(99,102,241,0.12) 0%, transparent 60%),
    radial-gradient(ellipse 30% 40% at 50% 100%, rgba(34,211,238,0.08) 0%, transparent 55%);
  pointer-events: none;
  animation: auroraShift 20s ease-in-out infinite alternate;
}
.cta-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--ff-display);
  font-size: clamp(5rem, 12vw, 11rem);
  font-weight: 900;
  color: rgba(184,136,42,0.035);
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: -0.04em;
  line-height: 1;
}
.cta-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 400px);
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
  position: relative;
  z-index: 1;
}
.cta-section .section-tag {
  color: var(--gold-light);
  background: rgba(184,136,42,0.12);
  border-color: rgba(184,136,42,0.22);
  margin-bottom: 1.25rem;
}
.cta-title {
  font-family: var(--ff-display);
  font-size: clamp(1.4rem, 2.53vw, 2.33rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 1.25rem;
}
.cta-accent {
  color: var(--gold-light);
}
.cta-desc {
  font-size: clamp(var(--text-sm-plus), 1.1vw, var(--text-md));
  color: rgba(255,255,255,0.62);
  line-height: var(--leading-relaxed);
  max-width: 52ch;
  margin-bottom: 2rem;
}
.cta-desc strong {
  color: rgba(255,255,255,0.92);
  font-weight: 600;
}
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}
.cta-btn-primary {
  font-size: var(--text-base);
  padding: 1rem 2rem;
}
/* Contact panel — Stripe / Linear 名片式列表 */
.cta-panel {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius-xl);
  padding: 0;
  overflow: hidden;
  backdrop-filter: blur(20px) saturate(1.25);
  -webkit-backdrop-filter: blur(20px) saturate(1.25);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.25),
    0 24px 56px rgba(0, 0, 0, 0.32);
}
.cta-panel::before {
  content: '';
  display: block;
  height: 2px;
  background: linear-gradient(90deg, var(--gold-light) 0%, var(--sage) 55%, transparent 100%);
  opacity: 0.9;
}
.cta-panel-head {
  padding: 1.5rem 1.5rem 0;
}
.cta-panel-title {
  margin: 0;
  font-family: var(--ff-display);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.3;
}
.cta-panel-sub {
  margin: 0.4rem 0 0;
  font-size: var(--text-sm);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.46);
}
.cta-channels {
  list-style: none;
  margin: 1.15rem 0 0;
  padding: 0;
}
.cta-channels li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.cta-channel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.5rem;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease;
}
.cta-channel:hover {
  background: rgba(255, 255, 255, 0.04);
}
.cta-channel-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}
.cta-channel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
}
.cta-channel-icon .ui-icon {
  width: 0.95rem;
  height: 0.95rem;
}
.cta-channel-name {
  font-size: var(--text-sm);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.58);
  white-space: nowrap;
}
.cta-channel-value {
  flex-shrink: 0;
  max-width: 52%;
  font-size: var(--text-sm);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cta-channel--lead .cta-channel-value {
  color: var(--gold-light);
}
.cta-channel--lead .cta-channel-icon {
  background: rgba(201, 154, 46, 0.14);
  color: var(--gold-light);
}
.cta-panel-foot {
  margin: 0;
  padding: 0.9rem 1.5rem 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  font-size: var(--text-2xs);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.36);
  text-align: center;
}

/* Trust bar */
.cta-trust-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 1.5rem;
  margin-top: clamp(2.5rem, 4vw, 3.5rem);
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  position: relative;
  z-index: 1;
}
.cta-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: var(--text-sm);
  color: rgba(255,255,255,0.48);
  line-height: 1.45;
  text-align: left;
}
.cta-trust-item::before {
  content: '\2713';
  flex-shrink: 0;
  color: var(--sage);
  font-size: var(--text-2xs);
  font-weight: 700;
  margin-top: 0.1rem;
}

/* ════════════════════════════════════════
   SCROLL ANIMATIONS
   ════════════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(32px) scale(0.98);
  transition: opacity 0.7s cubic-bezier(0.23,1,0.32,1), transform 0.7s cubic-bezier(0.23,1,0.32,1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ════════════════════════════════════════
   RESPONSIVE — TABLET
   ════════════════════════════════════════ */
@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 4rem 2rem 3rem;
    text-align: center;
  }
  .hero-desc { margin: 0 auto 3rem; }
  .hero-actions { justify-content: center; }
  .hero-stats {
    justify-content: center;
    margin: 0 auto;
    border-top: none;
    padding-top: 0;
  }
  .stat-item {
    flex: 1 1 calc(50% - 0.75rem);
    min-width: 0;
  }
  #hero .hero-visual {
    max-width: 420px;
    margin: 0 auto;
    transform: scale(0.92);
    transform-origin: center top;
  }

  .pain-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .industries-grid { grid-template-columns: repeat(2, 1fr); }

  .trust-grid { grid-template-columns: repeat(2,1fr); gap: 0.75rem; }

  .who-grid { grid-template-columns: repeat(2,1fr); }

  .proof-grid { grid-template-columns: 1fr; }
  .pricing-intro { grid-template-columns: 1fr; gap: 2rem; margin-bottom: 2rem; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .pricing-addon-grid { grid-template-columns: 1fr 1fr; }
  .calc-grid { grid-template-columns: 1fr; }
  .calc-options { max-height: none; overflow: visible; padding-right: 0; }
  .blog-picks-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-steps { grid-template-columns: repeat(3,1fr); gap: 2rem; }
  .process-steps::before { display: none; }
  .seo-layout { grid-template-columns: 1fr; align-items: stretch; }
  .faq-layout { grid-template-columns: 1fr; gap: 2.5rem; align-items: start; }
  .faq-intro { position: static; align-self: start; }
  .faq-list { grid-template-columns: 1fr; }
  .cta-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .cta-title { max-width: none; }
  .cta-trust-bar { grid-template-columns: repeat(2, 1fr); }

  section { padding: 5rem 2.5rem; }
  .trust-section { padding: 3rem 2.5rem; }

  .contact-dock {
    right: 0;
    left: 0;
    bottom: 0;
    align-items: stretch;
    gap: 0;
  }
  .contact-dock-fab {
    position: fixed;
    right: max(1rem, env(safe-area-inset-right, 0px));
    bottom: max(1rem, env(safe-area-inset-bottom, 0px));
    width: 3rem;
    height: 3rem;
    z-index: 2;
  }
  .contact-dock-panel {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: auto;
    max-width: none;
    border-radius: var(--radius-xl) var(--radius-xl) 0 0;
    padding-bottom: max(4.5rem, calc(3.25rem + env(safe-area-inset-bottom, 0px)));
    transform: translateY(100%);
    transform-origin: bottom center;
  }
  .contact-dock.is-open .contact-dock-panel {
    transform: translateY(0);
  }
  .contact-dock-sheet-handle {
    display: block;
    width: 2.25rem;
    height: 0.25rem;
    margin: 0.65rem auto 0.15rem;
    border-radius: 999px;
    background: rgba(26, 24, 20, 0.14);
  }
  .contact-dock-item {
    min-height: 52px;
    padding: 0.85rem 1rem;
  }
  .contact-dock-item-label { font-size: max(14px, 0.875rem); }

  .scroll-assist {
    right: max(1rem, env(safe-area-inset-right, 0px));
    bottom: calc(max(1rem, env(safe-area-inset-bottom, 0px)) + 3rem + 0.5rem);
  }
  .scroll-assist.is-dock-away {
    bottom: max(1rem, env(safe-area-inset-bottom, 0px));
  }
  .ai-xiaogeng-fab {
    right: max(1rem, env(safe-area-inset-right, 0px));
    bottom: calc(max(1rem, env(safe-area-inset-bottom, 0px)) + 3rem + 0.5rem);
    padding: 0.5rem;
  }
  .ai-xiaogeng-fab-label { display: none; }
  .scroll-assist-btn {
    width: 2.5rem;
    height: 2.5rem;
    min-width: 44px;
    min-height: 44px;
  }
}

@media (max-width: 600px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-addon-grid { grid-template-columns: 1fr; }
  .pricing-tabs { gap: 0.5rem; }
  .pricing-tab { font-size: var(--text-sm); padding: 0.5rem 0.9rem; }
  .industries-band-inner { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
  .marquee-wrap { width: 100%; -webkit-mask-image: none; mask-image: none; }
  .pain-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .blog-picks-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: repeat(2,1fr); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .industries-grid { grid-template-columns: 1fr; }
  section { padding: 4rem 1.5rem; }
  .trust-section { padding: 3rem 1.5rem; }
  .cta-section { padding: 5rem 1.5rem; }
  .cta-trust-bar { grid-template-columns: 1fr; gap: 0.65rem; }
  .cta-actions { flex-direction: column; align-items: stretch; }
  .cta-btn-primary, .cta-actions .btn-secondary { justify-content: center; width: 100%; }
  .cta-bg-text { display: none; }
  .cta-channel {
    flex-wrap: wrap;
    row-gap: 0.25rem;
  }
  .cta-channel-value {
    max-width: 100%;
    flex: 1 1 100%;
    padding-left: calc(2rem + 0.75rem);
    text-align: left;
    white-space: normal;
    word-break: break-word;
  }
  .hero-inner { padding: 3.5rem 1.5rem 2.5rem; }
  .hero-stats { gap: 1.5rem; }
  .stat-item {
    flex: 1 1 calc(50% - 0.5rem);
  }
  #hero.hero { min-height: auto; }

  /* 移动端：可读正文不低于 14px */
  .pain-desc, .service-desc, .proof-text, .faq-a, .faq-intro-desc,
  .pricing-note, .price-features li, .cta-desc, .cta-trust-item {
    font-size: max(var(--text-sm), 14px);
  }
}

@media (min-width: 1440px) {
  section { padding: 7rem 5rem; }
  .hero-inner { padding: 5rem 5rem; }
}

/* ── 减少动态效果（WCAG 2.3.3）── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-grid,
  .hero-aurora,
  .mockup-glow,
  .cta-glow { animation: none; }
  .process-step:hover .process-step-num { transform: none; }
  .hero-badge-dot { animation: none; }
  .floating-tag { animation: none; }
  #heroVisual:hover .mockup-browser { transform: none; }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .btn-primary:hover,
  .btn-secondary:hover,
  .service-card:hover,
  .proof-card:hover,
  .blog-pick-card:hover,
  .price-card:hover,
  .pain-item:hover,
  .industry-card:hover,
  .faq-item:hover {
    transform: none;
  }
  .proof-card:hover .proof-visual img {
    transform: none;
  }
  .blog-pick-card:hover .blog-pick-card__cover-img {
    transform: none;
  }
  .marquee-track { animation: none; }
  .contact-dock { transition: none; }
  .contact-dock-fab { animation: none !important; }
  .contact-dock-item:hover,
  .contact-dock-fab:hover { transform: none; }
  .contact-dock-panel { transition: none; }
  .contact-dock-backdrop { transition: none; }
  .scroll-assist { transition: none; }
  .scroll-assist-btn:hover:not(.is-dim) { transform: none; }
}

/* === home-ultra.css === */

/**
 * home-ultra.css — 首页满分视觉层（云享耕 · 云耕生长设计语言）
 * 叠放在 home.css 之后；文案与 SEO 结构不变，仅视觉/交互升级。
 */

/* ═══════════════════════════════════════
   品牌设计令牌 · 云耕生长体系
   ═══════════════════════════════════════ */
:root {
  --brand-night: #050408;
  --brand-soil: #12100E;
  --brand-harvest: #D4A03A;
  --brand-harvest-bright: #F0C45A;
  --brand-growth: #14B87A;
  --brand-growth-dim: rgba(20, 184, 122, 0.14);
  --brand-cloud: rgba(245, 242, 235, 0.92);
  --brand-mist: #F7F5F0;
  --brand-field: #EFEBE3;
  --brand-digital: #5B8DEF;
  --brand-digital-dim: rgba(91, 141, 239, 0.12);

  --ff-display-zh: 'DM Sans', 'PingFang SC', 'Microsoft YaHei UI', 'Microsoft YaHei', 'Noto Sans SC', sans-serif;
  --ff-display: var(--ff-display-zh);
  --section-gap: clamp(5rem, 9vw, 7.5rem);

  --mesh-light:
    radial-gradient(ellipse 80% 50% at 10% 0%, rgba(212, 160, 58, 0.07), transparent 55%),
    radial-gradient(ellipse 60% 40% at 90% 10%, rgba(20, 184, 122, 0.05), transparent 50%),
    linear-gradient(180deg, var(--brand-mist) 0%, #FAFAF8 100%);
  --mesh-dark:
    radial-gradient(ellipse 70% 55% at 30% 20%, rgba(212, 160, 58, 0.14), transparent 55%),
    radial-gradient(ellipse 50% 45% at 80% 60%, rgba(20, 184, 122, 0.1), transparent 50%),
    radial-gradient(ellipse 40% 35% at 60% 0%, rgba(91, 141, 239, 0.08), transparent 45%);

  --dot-grid: radial-gradient(circle at 1px 1px, rgba(12, 11, 10, 0.06) 1px, transparent 0);
  --dot-grid-size: 24px 24px;
}

/* ═══════════════════════════════════════
   全局 · 浅色区统一（消灭旧 editorial wash 割裂感）
   ═══════════════════════════════════════ */
body {
  background: var(--brand-mist);
}

.section-title {
  font-family: var(--ff-display-zh);
  font-weight: 800;
  text-wrap: balance;
}

.section-title--inline {
  text-wrap: pretty;
  word-break: keep-all;
}

.cta-title--inline {
  text-wrap: pretty;
  word-break: keep-all;
}

.section-tag {
  color: var(--brand-growth);
  background: var(--brand-growth-dim);
  border-color: rgba(20, 184, 122, 0.22);
}
.section-tag::before {
  background: var(--brand-growth);
  box-shadow: 0 0 10px rgba(20, 184, 122, 0.5);
}

.section-title .accent {
  background: linear-gradient(120deg, var(--brand-harvest) 0%, var(--brand-harvest-bright) 40%, var(--brand-growth) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 浅色区块统一底纹 */
.pain-section,
.services-section,
.proof-section,
.pricing-section,
.faq-section,
#process {
  background: var(--mesh-light);
}
.pain-section::before,
.services-section::before,
.proof-section::before,
.pricing-section::before,
.faq-section::before,
#process::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--dot-grid);
  background-size: var(--dot-grid-size);
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}
.pain-section::after,
.services-section::after,
.proof-section::after,
.pricing-section::after,
.faq-section::after,
#process::after {
  display: none;
}

.industries-band {
  background: linear-gradient(90deg, var(--brand-field), var(--brand-mist), var(--brand-field));
  border-color: rgba(12, 11, 10, 0.06);
}
.industries-band::after { display: none; }

/* ═══════════════════════════════════════
   HERO · 云耕生长沉浸首屏
   ═══════════════════════════════════════ */
#hero.hero {
  background: var(--brand-night);
}

.hero-brand-glyph {
  position: absolute;
  right: clamp(2%, 6vw, 8%);
  top: 50%;
  transform: translateY(-48%);
  width: clamp(280px, 38vw, 520px);
  height: auto;
  opacity: 0.07;
  pointer-events: none;
  z-index: 1;
  color: var(--brand-harvest);
}

.hero-bg {
  background: var(--mesh-dark);
}

.hero-aurora {
  background:
    radial-gradient(ellipse 42% 38% at 18% 28%, rgba(212, 160, 58, 0.32) 0%, transparent 58%),
    radial-gradient(ellipse 38% 32% at 72% 22%, rgba(20, 184, 122, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse 30% 28% at 55% 75%, rgba(91, 141, 239, 0.14) 0%, transparent 52%);
}

/* 主句白字；副行（产品范围）弱化为支撑信息 */
.hero-title .hero-line:not(.hero-sub) .hero-line-inner {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.hero-title .hero-sub .hero-line-inner {
  color: rgba(226, 232, 240, 0.62);
  -webkit-text-fill-color: currentColor;
}

.hero-title .hero-line {
  display: block;
  overflow: hidden;
}
.hero-title .hero-line-inner {
  display: block;
  transform: translateY(110%);
  opacity: 0;
}
.hero.is-ready .hero-title .hero-line-inner {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.7s ease;
}
.hero.is-ready .hero-line:not(.hero-sub) .hero-line-inner { transition-delay: 0.08s; }
.hero.is-ready .hero-line.hero-sub .hero-line-inner { transition-delay: 0.2s; }

.stat-num {
  color: var(--brand-harvest-bright);
}

/* 设备栈：官网 + 小程序双端门面 */
.hero-device-stack {
  position: relative;
  z-index: 1;
}

.mockup-browser::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 42%,
    rgba(255, 255, 255, 0.06) 48%,
    rgba(255, 255, 255, 0.14) 50%,
    rgba(255, 255, 255, 0.06) 52%,
    transparent 58%
  );
  transform: translateX(-120%);
  animation: mockupShine 7s ease-in-out infinite;
  pointer-events: none;
  z-index: 3;
}
@keyframes mockupShine {
  0%, 72%, 100% { transform: translateX(-120%); }
  40% { transform: translateX(120%); }
}

.hero-scroll-cue {
  position: absolute;
  bottom: 1.75rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  color: rgba(245, 242, 235, 0.45);
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  animation: scrollCueBounce 2.2s ease-in-out infinite;
}
.hero-scroll-cue-line {
  width: 1px;
  height: 32px;
  background: linear-gradient(to bottom, rgba(212, 160, 58, 0.6), transparent);
}
@keyframes scrollCueBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

#hero.hero::after {
  background: linear-gradient(to bottom, transparent, var(--brand-soil));
}

/* ═══════════════════════════════════════
   章节导航轨（桌面）
   ═══════════════════════════════════════ */
.chapter-rail {
  position: fixed;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 250;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0.75rem 0.5rem;
  border-radius: 999px;
  background: rgba(12, 11, 10, 0.45);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.chapter-rail a {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  text-indent: -9999px;
  overflow: hidden;
  transition: transform 0.25s, background 0.25s, box-shadow 0.25s;
}
.chapter-rail a:hover,
.chapter-rail a.is-active {
  background: var(--brand-harvest-bright);
  transform: scale(1.35);
  box-shadow: 0 0 12px rgba(212, 160, 58, 0.55);
}

/* ═══════════════════════════════════════
   TRUST · 数据玻璃卡
   ═══════════════════════════════════════ */
.trust-section {
  background: linear-gradient(165deg, var(--brand-soil) 0%, #1a1612 50%, var(--brand-night) 100%);
}
.trust-num {
  background: linear-gradient(135deg, var(--brand-harvest-bright), var(--brand-growth));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ═══════════════════════════════════════
   PAIN · 编号水印卡片
   ═══════════════════════════════════════ */
.pain-item {
  counter-increment: pain;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(12, 11, 10, 0.07);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.pain-grid {
  counter-reset: pain;
}
.pain-item::before {
  content: counter(pain, decimal-leading-zero);
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  font-family: var(--ff-mono);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(12, 11, 10, 0.05);
  pointer-events: none;
}
.pain-tag {
  color: var(--brand-growth);
  border-color: rgba(20, 184, 122, 0.28);
  background: var(--brand-growth-dim);
}

/* ═══════════════════════════════════════
   SERVICES · Bento 核心产品线
   桌面 3 列：前三主营齐平；增长通栏；App 跨 2 列补齐
   ═══════════════════════════════════════ */
.services-grid.services-bento {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.services-bento .service-card--bento-2col { grid-column: span 2; }
.services-bento .service-card--core {
  border-color: rgba(99, 102, 241, 0.18);
  background: linear-gradient(160deg, rgba(99, 102, 241, 0.05) 0%, rgba(255, 255, 255, 0.96) 48%);
  padding-top: 2.65rem;
}
.services-bento .service-card--core::before {
  opacity: 0.55;
  background: linear-gradient(90deg, transparent, var(--electric), var(--cyan), transparent);
}
.services-bento .service-card:has(.service-card-signature-badge) {
  padding-top: 2.65rem;
}
.service-card-core-badge {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  font-size: var(--text-2xs);
  letter-spacing: 0.08em;
  color: var(--electric, #4f46e5);
  background: rgba(99, 102, 241, 0.08);
  border: 1px solid rgba(99, 102, 241, 0.2);
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
}
.services-bento .service-card--signature {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
  column-gap: 1.5rem;
  align-items: start;
  background: linear-gradient(135deg, rgba(20, 184, 122, 0.08) 0%, rgba(212, 160, 58, 0.06) 50%, rgba(255, 255, 255, 0.95) 100%);
  border-color: rgba(20, 184, 122, 0.25);
}
.services-bento .service-card--signature .card-icon {
  grid-row: 1 / 3;
  width: 64px;
  height: 64px;
}
.services-bento .service-card--signature .service-name { grid-column: 2; }
.services-bento .service-card--signature .service-desc { grid-column: 2; }
.services-bento .service-card--signature .service-tags { grid-column: 1 / -1; }
.services-bento .service-card--signature .service-ai-link { grid-column: 1 / -1; }

.service-card {
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.service-card::before {
  background: linear-gradient(90deg, var(--brand-harvest), var(--brand-growth), var(--brand-digital)) !important;
}
.service-tag {
  border-radius: 999px;
  background: var(--brand-field);
  border-color: transparent;
  color: var(--text2);
}

/* ═══════════════════════════════════════
   PROOF · 案例设备框（氛围图 → 产品感）
   ═══════════════════════════════════════ */
.proof-visual {
  border-radius: 0;
}
.proof-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(18, 16, 14, 0.75) 0%, transparent 14%),
    linear-gradient(180deg, transparent 55%, rgba(26, 24, 20, 0.4) 100%);
}
.proof-visual::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  z-index: 3;
  pointer-events: none;
  background: #ff5f57;
  box-shadow: 14px 0 0 #ffbd2e, 28px 0 0 #28c840;
}
.proof-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.proof-result {
  color: var(--brand-growth);
  background: var(--brand-growth-dim);
  border-color: rgba(20, 184, 122, 0.25);
}
.proof-card:hover .proof-visual img {
  transform: scale(1.06);
}

.seo-section .seo-inline-link {
  color: var(--brand-harvest-bright);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.seo-section .seo-inline-link:hover,
.seo-section .seo-inline-link:focus-visible {
  color: #fff;
  outline: none;
}

/* ═══════════════════════════════════════
   PROCESS · 生长时间轴
   ═══════════════════════════════════════ */
.process-steps::before {
  background: linear-gradient(90deg, transparent, var(--brand-growth), var(--brand-harvest), var(--brand-growth), transparent);
  height: 2px;
  opacity: 0.35;
}
.process-step-num {
  border-color: rgba(20, 184, 122, 0.25);
  color: var(--brand-growth);
}
.process-step:hover .process-step-num {
  background: linear-gradient(135deg, var(--brand-growth), var(--brand-harvest));
  border-color: transparent;
}

/* ═══════════════════════════════════════
   SEO · 关键词星云
   ═══════════════════════════════════════ */
.seo-section {
  background: linear-gradient(155deg, #0f1a14 0%, #152218 45%, #121810 100%);
}
.seo-keywords-wall {
  perspective: 800px;
}
.seo-kw {
  border-radius: 999px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.seo-kw:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.seo-kw.high {
  border-color: rgba(212, 160, 58, 0.55);
  color: var(--brand-harvest-bright);
  box-shadow: 0 0 20px rgba(212, 160, 58, 0.12);
}

/* ═══════════════════════════════════════
   PRICING · 推荐套餐光晕
   ═══════════════════════════════════════ */
.price-card.featured {
  background: linear-gradient(165deg, rgba(212, 160, 58, 0.08) 0%, rgba(255, 255, 255, 0.98) 45%);
  border-color: rgba(212, 160, 58, 0.45);
  box-shadow: var(--card-shadow), 0 0 60px rgba(212, 160, 58, 0.15);
}
.price-badge {
  background: linear-gradient(135deg, var(--brand-harvest), var(--brand-harvest-bright));
  color: var(--brand-night);
}
.price-num {
  font-family: var(--ff-mono);
  background: linear-gradient(135deg, var(--brand-harvest), var(--brand-harvest-bright));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing-tab.active {
  border-color: var(--brand-harvest);
  background: rgba(212, 160, 58, 0.1);
  color: var(--ink);
}

/* ═══════════════════════════════════════
   CALC · 深色玻璃计算器
   ═══════════════════════════════════════ */
.calc-section {
  background: linear-gradient(165deg, var(--brand-night) 0%, #141210 50%, var(--brand-soil) 100%);
}
.calc-result {
  border-radius: var(--radius-xl);
  border-color: rgba(212, 160, 58, 0.25);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4), 0 0 48px rgba(20, 184, 122, 0.08);
}

/* ═══════════════════════════════════════
   FAQ · 精致手风琴
   ═══════════════════════════════════════ */
.faq-item {
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
}
.faq-item.open {
  border-color: rgba(20, 184, 122, 0.28);
  box-shadow: 0 8px 32px rgba(12, 11, 10, 0.06);
}
.faq-item.open .faq-icon {
  background: var(--brand-growth);
  border-color: var(--brand-growth);
}

/* ═══════════════════════════════════════
   CTA · 终极转化区
   ═══════════════════════════════════════ */
.cta-section {
  background: linear-gradient(165deg, var(--brand-night) 0%, #14100c 50%, #1a140e 100%);
}
.cta-accent {
  color: var(--brand-harvest-bright);
  font-style: normal;
  background: linear-gradient(135deg, var(--brand-harvest-bright), var(--brand-growth));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta-panel {
  border-color: rgba(255, 255, 255, 0.1);
}
.cta-panel::before {
  background: linear-gradient(90deg, var(--brand-harvest-bright) 0%, var(--brand-growth) 55%, transparent 100%);
}
.cta-channel--lead .cta-channel-value {
  color: var(--brand-harvest-bright);
}

/* ═══════════════════════════════════════
   导航 · 品牌暗色态
   ═══════════════════════════════════════ */
#mainNav.nav-on-dark:not(.scrolled) .nav-logo-img {
  /* 暗色首屏：整体提亮，确保「云享耕」字样可读 */
  filter: brightness(0) invert(1) sepia(0.25) saturate(2.5) hue-rotate(5deg) brightness(1.05);
}
#mainNav.nav-on-dark:not(.scrolled) .nav-progress {
  background: linear-gradient(90deg, var(--brand-growth), var(--brand-harvest));
}

/* ═══════════════════════════════════════
   REVEAL 升级
   ═══════════════════════════════════════ */
.reveal {
  transform: translateY(40px) scale(0.97);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ═══════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════ */
@media (max-width: 1024px) {
  .chapter-rail { display: none; }
  .hero-brand-glyph { display: none; }
  /* 平板起单列，避免 2 列奇数卡留空；与 home-mobile 768 单列一致 */
  .services-grid.services-bento {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.9rem;
  }
  .services-grid.services-bento .service-card--bento-2col,
  .services-grid.services-bento .service-card--signature {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .services-grid.services-bento .service-card--signature {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .services-grid.services-bento .service-card--signature .card-icon {
    grid-row: auto;
    width: 56px;
    height: 56px;
  }
  .services-grid.services-bento .service-card--signature .service-name,
  .services-grid.services-bento .service-card--signature .service-desc,
  .services-grid.services-bento .service-card--signature .service-tags,
  .services-grid.services-bento .service-card--signature .service-ai-link {
    grid-column: auto;
  }
  .hero-scroll-cue { display: none; }
}

@media (max-width: 600px) {
  .services-grid.services-bento {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.85rem;
  }
  .services-grid.services-bento .service-card--bento-2col,
  .services-grid.services-bento .service-card--signature {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .services-grid.services-bento .service-card--signature {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .services-grid.services-bento .service-card--signature .card-icon {
    grid-row: auto;
    width: 52px;
    height: 52px;
  }
  .services-grid.services-bento .service-card--signature .service-name,
  .services-grid.services-bento .service-card--signature .service-desc,
  .services-grid.services-bento .service-card--signature .service-tags,
  .services-grid.services-bento .service-card--signature .service-ai-link {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mockup-browser::after,
  .hero-scroll-cue { animation: none; }
  .hero-title .hero-line-inner {
    transform: none;
    opacity: 1;
    transition: none;
  }
}

