:root {
  --text: #f4f7ff;
  --muted: #d8defa;
  --primary: #7bb5ff;
  --primary-strong: #4f8cff;
  --shadow: 0 28px 70px rgba(44, 34, 120, 0.28);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 12%, rgba(191, 111, 255, 0.32), transparent 22%),
    radial-gradient(circle at 88% 18%, rgba(131, 170, 255, 0.24), transparent 24%),
    linear-gradient(135deg, #9d5cf3 0%, #6e63ea 38%, #4f82ea 72%, #4b7fe6 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 30; backdrop-filter: blur(18px);
  background: rgba(86, 91, 216, 0.26); border-bottom: 1px solid rgba(255,255,255,0.08);
}
.site-header__inner {
  min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: 0.02em; }
.brand__mark {
  width: 64px; height: 64px; flex: 0 0 64px; position: relative; display: inline-flex; align-items: center; justify-content: center;
}
.brand__mark img { width: 100%; height: 100%; object-fit: contain; display: block; }
.brand__text small { display: block; margin-top: 3px; font-size: 12px; color: var(--muted); }
.nav { display: flex; align-items: center; gap: 22px; font-size: 15px; }
.nav a { color: rgba(237,245,255,0.82); }
.header-action, .btn, .cta-button {
  display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.header-action, .btn--primary, .cta-button {
  background: linear-gradient(135deg, var(--primary), var(--primary-strong)); color: #fff;
  box-shadow: 0 18px 34px rgba(25,118,255,0.24);
}
.header-action, .btn, .cta-button { min-height: 46px; padding: 0 20px; }
.btn:hover, .header-action:hover, .cta-button:hover { transform: translateY(-1px); }
.btn--secondary, .cta-button.btn--secondary {
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); color: var(--text); box-shadow: none;
}
.section { padding: 22px 0; }
.hero { padding: 52px 0 6px; }
.hero-intro { max-width: 860px; }
.hero-note {
  margin-top: 26px;
  max-width: 720px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
}
.value-shell,
.capability-shell,
.process-shell,
.scenario-shell,
.faq-grid,
.footer-grid {
  display: grid; gap: 22px;
}
.process-shell {
  grid-template-columns: minmax(0, 1.02fr) minmax(400px, 0.98fr);
}
.value-shell,
.capability-shell {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}
.scenario-shell,
.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.value-main,
.value-side,
.capability-main,
.capability-side,
.process-main,
.process-side,
.scenario-feature,
.scenario-card,
.faq-panel,
.faq-item,
.cta-panel,
.footer-panel {
  border-radius: 30px; border: 1px solid rgba(255,255,255,0.1); box-shadow: var(--shadow);
  background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04)); backdrop-filter: blur(14px);
}
.value-main,
.value-side,
.capability-main,
.process-main,
.process-side,
.faq-panel,
.cta-panel,
.footer-panel {
  padding: 34px;
}
.capability-side,
.scenario-feature,
.scenario-card,
.faq-item {
  padding: 24px;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; border-radius: 999px;
  background: rgba(62,166,255,0.12); border: 1px solid rgba(62,166,255,0.2); color: #dceeff;
  font-size: 13px; font-weight: 700; letter-spacing: 0.03em;
}
h1 { margin: 20px 0 16px; font-size: clamp(40px, 5.6vw, 68px); line-height: 1.02; letter-spacing: -0.04em; }
.section-head { margin-bottom: 18px; }
.section-head h2 { margin: 0 0 8px; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; letter-spacing: -0.03em; }
.hero-lead, .section-head p, .value-main p, .value-side p, .capability-main p, .capability-side p, .process-main p, .process-step p, .scenario-card p, .scenario-feature p, .faq-item p, .footer-brand p, .footer-col a, .footer-col span {
  color: var(--muted); line-height: 1.8;
}
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-stats {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 30px;
}
.hero-stat {
  padding: 16px 18px; border-radius: 18px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08);
}
.hero-stat strong,
.value-side strong,
.capability-side h3,
.process-step h3,
.scenario-card h3,
.scenario-feature h3,
.faq-item h3,
.cta-panel h2 {
  display: block; margin: 0 0 8px;
}
.icon {
  width: 62px; height: 62px; border-radius: 20px; display: inline-flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden; background: linear-gradient(135deg, rgba(125,195,255,0.2), rgba(208,134,255,0.18));
  color: #f7fbff; margin-bottom: 18px; border: 1px solid rgba(255,255,255,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 16px 34px rgba(77,65,191,0.2);
}
.icon svg {
  width: 26px; height: 26px; stroke: currentColor; fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round;
}
.value-main { min-height: 100%; }
.value-side { display: grid; align-content: center; gap: 16px; }
.value-side-item {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}
.value-bullets {
  display: grid; gap: 14px; margin-top: 22px;
}
.value-bullets article {
  padding: 18px 20px; border-radius: 22px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08);
}
.capability-main {
  display: grid; align-items: center; grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr); gap: 22px;
}
.capability-visual {
  min-height: 280px; border-radius: 28px; background: linear-gradient(135deg, rgba(185,119,255,0.22), rgba(112,168,255,0.16));
  border: 1px solid rgba(255,255,255,0.12); padding: 16px; display: flex; align-items: center; justify-content: center;
}
.capability-visual img { width: 100%; max-width: 90%; height: auto; object-fit: contain; }
.capability-side {
  display: grid; gap: 18px;
}
.capability-side article {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}
.process-main {
  display: grid; gap: 16px;
}
.process-step {
  padding: 18px 20px; border-radius: 22px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08);
}
.process-step__index {
  display: inline-flex; width: 40px; height: 40px; border-radius: 14px; align-items: center; justify-content: center; margin-bottom: 14px;
  background: linear-gradient(135deg, rgba(125,195,255,0.22), rgba(208,134,255,0.2)); border: 1px solid rgba(255,255,255,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 12px 26px rgba(77,65,191,0.18); font-weight: 800; color: #f7fbff;
}
.process-side {
  display: grid; gap: 18px; align-content: start;
}
.process-note {
  padding: 20px 22px; border-radius: 22px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.1);
}
.scenario-feature { min-height: 100%; }
.scenario-feature--large { display: grid; align-content: start; gap: 10px; }
.faq-panel { padding-bottom: 18px; }
.faq-item { position: relative; overflow: hidden; }
.faq-item::before {
  content: "?"; position: absolute; top: 18px; right: 18px; width: 34px; height: 34px; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(125,195,255,0.18), rgba(208,134,255,0.18));
  border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.92); font-weight: 800; line-height: 34px; text-align: center;
}
.value-bullets article:hover,
.value-side-item:hover,
.capability-side article:hover,
.process-step:hover,
.scenario-card:hover,
.scenario-feature:hover,
.faq-item:hover,
.process-note:hover {
  background: linear-gradient(135deg, rgba(172,109,255,0.22), rgba(101,139,255,0.2));
  border-color: rgba(255,255,255,0.18); transform: translateY(-2px); box-shadow: 0 22px 48px rgba(70,61,181,0.18);
}
.value-bullets article,
.value-side-item,
.process-step,
.scenario-card,
.scenario-feature,
.faq-item,
.process-note {
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}
.value-bullets strong,
.value-side-item strong,
.capability-side h3,
.process-step h3,
.scenario-card h3,
.scenario-feature h3,
.faq-item h3,
.footer-col a,
.footer-brand .brand__text {
  transition: background 0.22s ease, color 0.22s ease, -webkit-text-fill-color 0.22s ease;
}
.value-bullets article:hover strong,
.value-side-item:hover strong,
.capability-side article:hover h3,
.process-step:hover h3,
.scenario-card:hover h3,
.scenario-feature:hover h3,
.faq-item:hover h3,
.footer-col a:hover,
.footer-brand:hover .brand__text {
  background: linear-gradient(135deg, #ffd6f3 0%, #d7b8ff 48%, #9bddff 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent;
}
.value-bullets article:hover .icon,
.value-side-item:hover .icon,
.capability-side article:hover .icon,
.process-step:hover .icon,
.scenario-card:hover .icon,
.scenario-feature:hover .icon,
.process-note:hover .icon {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.24), 0 18px 38px rgba(90,72,214,0.28);
  border-color: rgba(255,255,255,0.18);
}
.mini-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 14px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: #f4f7ff;
  font-size: 13px;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.mini-button:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, rgba(172,109,255,0.22), rgba(101,139,255,0.2));
  border-color: rgba(255,255,255,0.18);
  box-shadow: 0 16px 30px rgba(70,61,181,0.18);
}
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-footer { padding: 22px 0 36px; }
.footer-panel { position: relative; overflow: hidden; }
.footer-panel::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.32), rgba(255,255,255,0));
}
.footer-grid { grid-template-columns: 1.3fr repeat(3, minmax(0, 1fr)); align-items: start; gap: 22px; }
.footer-brand { padding-right: 12px; }
.footer-brand p { max-width: 360px; }
.footer-col { display: grid; gap: 12px; }
.footer-col strong {
  display: inline-flex; align-items: center; min-height: 32px; margin-bottom: 8px; padding: 0 12px;
  border-radius: 999px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.1);
  font-size: 13px; letter-spacing: 0.04em;
}
.footer-col a,
.footer-col span { display: block; padding-left: 2px; }
.footer-bottom {
  margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.08); color: rgba(237,245,255,0.72); font-size: 13px; letter-spacing: 0.01em;
}
@media (max-width: 980px) {
  .value-shell,
  .capability-shell,
  .capability-main,
  .process-shell,
  .scenario-shell,
  .faq-grid,
  .footer-grid,
  .cta-panel {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 780px) {
  .site-header__inner { flex-wrap: wrap; padding: 14px 0; }
  .nav { width: 100%; flex-wrap: wrap; gap: 14px 18px; }
  .value-main,
  .value-side,
  .capability-main,
  .capability-side,
  .process-main,
  .process-side,
  .scenario-feature,
  .scenario-card,
  .faq-panel,
  .faq-item,
  .cta-panel,
  .footer-panel {
    padding: 22px;
  }
  h1 { font-size: 38px; }
}
