/* 数字人星球 — 首页（轻云协作布局） */

.planet-home section:not(.hero-planet):not(.band) { padding: 100px 0; }

/* ── Hero ── */
.hero-planet {
  position: relative;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' seed='1' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E") repeat,
    linear-gradient(180deg, #ffffff 0%, #e7f4fd 100%);
  background-size: 200px 200px, auto;
  color: var(--ink);
  padding: 88px 0 148px;
  overflow: hidden;
}
.hero-bg-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  right: -80px;
  top: 10%;
  background: radial-gradient(circle, rgba(47, 158, 222, 0.14) 0%, transparent 68%);
  pointer-events: none;
}
.hero-planet > .wrap {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  padding: 0 28px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px;
  align-items: center;
}

.hero-copy h1 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(28px, 3.6vw, 48px);
  line-height: 1.22;
  letter-spacing: -0.01em;
  margin: 0 0 14px;
  color: #2f4650;
}
.hero-copy h1 em {
  font-style: normal;
  color: #2f9ede;
}
.hero-copy .lead {
  font-size: 20px;
  color: #586a71;
  max-width: 540px;
  line-height: 1.6;
  font-weight: 500;
}

.hero-sells {
  list-style: none;
  margin: 24px 0 8px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 520px;
}
.hero-sells li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.55;
  color: #2f4650;
}
.hero-sells li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2f9ede, #1f80c4);
  box-shadow: 0 0 0 3px rgba(47, 158, 222, 0.15);
}

.hero-actions {
  display: flex;
  flex-direction: row;
  gap: 14px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.planet-home .hero-actions .pill.solidw {
  background: #2f9ede;
  color: #fff;
  border: none;
}
.planet-home .hero-actions .pill.solidw:hover {
  background: #1f80c4;
  box-shadow: 0 12px 26px rgba(47, 158, 222, 0.22);
}
.planet-home .hero-actions .pill.line {
  background: #fff;
  color: #2f4650;
  border: 1px solid #e4ecec;
}

.hero-visual { display: flex; justify-content: flex-end; align-items: flex-end; }
.hero-visual-inner {
  position: relative;
  width: 100%;
  max-width: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-glow-ring {
  position: absolute;
  left: 50%;
  top: 28%;
  transform: translateX(-50%);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px dashed rgba(47, 158, 222, 0.28);
  pointer-events: none;
}
.hero-glow-ring::before {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 158, 222, 0.2) 0%, rgba(230, 243, 253, 0.4) 45%, transparent 72%);
}
.hero-figure {
  position: relative;
  z-index: 2;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.hero-figure::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  height: 28px;
  background: radial-gradient(ellipse, rgba(47, 158, 222, 0.28) 0%, transparent 72%);
  filter: blur(10px);
  z-index: -1;
}
.hero-figure img {
  width: auto;
  height: min(540px, 58vh);
  max-width: 100%;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 24px 48px rgba(29, 92, 134, 0.16));
}

.hero-caption {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 320px;
  margin-top: 28px;
  text-align: center;
}
.hero-caption-name {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 700;
  color: #2f4650;
  line-height: 1.3;
}
.hero-caption-handle {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  color: #93a3a8;
  vertical-align: middle;
}
.hero-caption-tagline {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.55;
  color: #586a71;
}

.voice-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 8px 16px 8px 10px;
  border-radius: 10px;
  border: 1px solid #e4ecec;
  background: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  color: #2f4650;
  box-shadow: 0 1px 4px rgb(29 92 134 / 0.05);
}
.voice-pill:hover { border-color: #2f9ede; }
.voice-pill .play-icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #e6f3fd;
  color: #1f80c4;
  display: grid;
  place-items: center;
  font-size: 10px;
}
.voice-pill.playing .play-icon { background: #2f9ede; color: #fff; }

.wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 1;
}
.wave svg { width: 100%; height: 100px; display: block; }

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-visual { justify-content: center; }
  .hero-visual-inner { max-width: 400px; margin: 0 auto; }
  .hero-glow-ring { width: 320px; height: 320px; top: 22%; }
  .hero-figure img { height: min(440px, 52vh); }
  .hero-planet { padding: 56px 0 100px; }
  .hero-sells li { font-size: 14px; }
}

/* ── Sections: 隔行底色 + 每板块一层颗粒噪点 ── */
.section-white { background-color: #fff; }
.section-muted { background-color: #e3f1fd; }

.planet-home #skills {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='2' seed='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 200px 200px;
}

.planet-home #security {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='2' seed='23' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 200px 200px;
}

.planet-home #cta.section-embrace {
  min-height: 88vh;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #e3f1fd;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' seed='41' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 200px 200px;
}
.planet-home #cta.section-embrace > .wrap {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* ── Skill market ── */
.section-skills > .wrap { position: relative; z-index: 1; }

.skill-bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto auto;
  gap: 16px;
}
.skill-bento .skill-card-hero {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}
.skill-bento .skill-card:nth-child(2) { grid-column: 3; grid-row: 1; }
.skill-bento .skill-card:nth-child(3) { grid-column: 4; grid-row: 1; }
.skill-bento .skill-card:nth-child(4) { grid-column: 3 / 5; grid-row: 2; }
.skill-bento .skill-card:nth-child(5) { grid-column: 1; grid-row: 3; }
.skill-bento .skill-card:nth-child(6) { grid-column: 2; grid-row: 3; }
.skill-bento .skill-card:nth-child(7) { grid-column: 3; grid-row: 3; }
.skill-bento .skill-card:nth-child(8) { grid-column: 4; grid-row: 3; }
@media (max-width: 960px) {
  .skill-bento { grid-template-columns: repeat(2, 1fr); grid-template-rows: none; }
  .skill-bento .skill-card-hero { grid-column: 1 / -1; grid-row: auto; }
  .skill-bento .skill-card:nth-child(n) { grid-column: auto; grid-row: auto; }
  .skill-bento .skill-card-wide { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
  .skill-bento { grid-template-columns: 1fr; }
  .skill-bento .skill-card-hero,
  .skill-bento .skill-card-wide { grid-column: auto; }
}

.skill-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 18px 18px;
  background: #fff;
  border: 1px solid #e4ecec;
  border-radius: 16px;
  box-shadow: 0 1px 4px rgb(29 92 134 / 0.04);
  transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
  overflow: hidden;
}
.skill-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(230, 243, 253, 0.45) 0%, transparent 55%);
  pointer-events: none;
}
.skill-card:hover {
  transform: translateY(-4px);
  border-color: #cfe4f6;
  box-shadow: 0 16px 40px rgba(47, 158, 222, 0.12);
}
.skill-card-hero {
  padding: 28px 24px;
  background: linear-gradient(155deg, #e6f3fd 0%, #ffffff 58%);
  border-color: rgba(47, 158, 222, 0.22);
}
.skill-card-hero .skill-ico {
  width: 56px;
  height: 56px;
}
.skill-card-hero .skill-ico svg {
  width: 28px;
  height: 28px;
}
.skill-card-hero h3 { font-size: 22px; }
.skill-card-hero p { font-size: 15px; max-width: 280px; }

.skill-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #64748b;
}
.skill-badge.on {
  background: #e6f3fd;
  color: #1f80c4;
}
.skill-ico {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(47, 158, 222, 0.18);
  color: #1f80c4;
  display: grid;
  place-items: center;
}
.skill-ico svg {
  width: 22px;
  height: 22px;
  display: block;
}
.skill-card h3 {
  position: relative;
  z-index: 1;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
  color: #2f4650;
  margin-top: 4px;
}
.skill-card p {
  position: relative;
  z-index: 1;
  flex: 1;
  font-size: 13px;
  line-height: 1.55;
  color: #586a71;
}
.skill-tag {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #e4ecec;
  color: #5285ad;
}
.skill-card-hero .skill-tag {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(47, 158, 222, 0.2);
}

.triad { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; text-align: center; }
@media (max-width: 820px) { .triad { grid-template-columns: 1fr; } }
.feat .ico {
  width: 88px;
  height: 88px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #e6f3fd;
  display: grid;
  place-items: center;
  font-size: 32px;
}
.feat h3 { font-family: var(--serif); font-size: 23px; color: #2f4650; margin-bottom: 10px; }
.feat p { font-size: 15px; color: #586a71; max-width: 320px; margin: 0 auto; line-height: 1.65; }

.steps-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 720px) { .steps-row { grid-template-columns: 1fr; } }
.step-card {
  background: #fff;
  border: 1px solid #e4ecec;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 1px 4px rgb(29 92 134 / 0.05);
}
.step-card .num {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 700;
  color: #2f9ede;
  margin-bottom: 8px;
}
.step-card h3 { font-size: 18px; font-weight: 700; color: #2f4650; margin-bottom: 8px; }
.step-card p { font-size: 14px; color: #586a71; line-height: 1.6; }

.cta-block { text-align: center; max-width: 640px; margin: 0 auto; }
.cta-block h2 {
  font-family: var(--serif);
  font-size: clamp(24px, 3.5vw, 34px);
  color: #2f4650;
  margin-bottom: 12px;
}
.cta-block p { font-size: 17px; color: #586a71; margin-bottom: 28px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.center-link { text-align: center; margin-top: 28px; }

/* ── Quote band（aiops） ── */
.planet-home section.band.band-quote {
  padding: 0;
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.6' numOctaves='2' seed='8' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.045'/%3E%3C/svg%3E") repeat,
    linear-gradient(120deg, #2f9ede, #2f8ed0);
  background-size: 200px 200px, auto;
}
.band-quote {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
.band-quote .wrap {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
}
.band-quote .q {
  font-size: clamp(26px, 3.8vw, 42px);
  line-height: 1.55;
}
.band-wave-down {
  position: relative;
  z-index: 1;
  line-height: 0;
  margin-top: auto;
  background: linear-gradient(120deg, #2f9ede, #2f8ed0);
}
.band-wave-down svg { width: 100%; height: 120px; display: block; }

/* ── 数据安全（aiops #tech） ── */
.section-security { padding-top: 88px; }
.security-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 820px) {
  .security-split { grid-template-columns: 1fr; }
}
.h2-ico {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--serif);
  font-size: clamp(26px, 3.2vw, 32px);
  font-weight: 700;
  color: #2f4650;
  margin-bottom: 18px;
}
.h2-ico .ci {
  flex: none;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #e6f3fd;
  border: 1px solid rgba(47, 158, 222, 0.18);
  color: #1f80c4;
  display: grid;
  place-items: center;
}
.h2-ico .ci svg { width: 26px; height: 26px; }
.security-copy p {
  font-size: 16px;
  line-height: 1.7;
  color: #586a71;
  margin-bottom: 14px;
}
.security-copy p strong { color: #2f4650; font-weight: 600; }
.security-note {
  font-size: 12.5px;
  color: #93a3a8;
  margin-top: 8px;
}

/* ── 首页定价表（#security 下方） ── */
.home-pricing {
  margin-top: 56px;
  padding-top: 48px;
  border-top: 1px solid #e4ecec;
}
.home-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 880px;
  margin: 0 auto;
}
.home-price-card {
  position: relative;
  text-align: center;
  padding: 28px 20px 24px;
  background: #fff;
  border: 1px solid #e4ecec;
  border-radius: 16px;
  box-shadow: 0 1px 4px rgb(29 92 134 / 0.05);
}
.home-price-card h3 {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  color: #2f4650;
  margin-bottom: 14px;
}
.home-price-amt {
  margin: 0;
  line-height: 1.1;
  color: #586a71;
  font-size: 15px;
}
.home-price-amt strong {
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 700;
  color: #1f80c4;
  vertical-align: baseline;
}
.home-price-amt span {
  margin-left: 4px;
  font-size: 15px;
  font-weight: 600;
  color: #93a3a8;
}
.home-price-equiv strong { font-size: 36px; }
.home-price-card-featured {
  border-color: rgba(47, 158, 222, 0.35);
  background: linear-gradient(180deg, #ffffff 0%, #e6f3fd 100%);
  box-shadow: 0 8px 28px rgba(47, 158, 222, 0.12);
}
.home-price-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 999px;
  background: #2f9ede;
  color: #fff;
}
@media (max-width: 720px) {
  .home-pricing-grid { grid-template-columns: 1fr; max-width: 360px; }
  .home-price-amt strong { font-size: 34px; }
  .home-price-equiv strong { font-size: 30px; }
}

.security-panel { display: grid; place-items: center; padding: 8px 0; }
.security-flow {
  width: 100%;
  max-width: 340px;
  display: flex;
  flex-direction: column;
}
.flow-step {
  display: flex;
  align-items: center;
  gap: 13px;
  background: #fff;
  border: 1px solid #e4ecec;
  border-radius: 12px;
  padding: 13px 16px;
  box-shadow: 0 1px 4px rgb(29 92 134 / 0.05);
  text-align: left;
}
.flow-idx {
  flex: none;
  width: 27px;
  height: 27px;
  border-radius: 8px;
  background: #e6f3fd;
  color: #1f80c4;
  font-size: 13px;
  font-weight: 700;
  display: grid;
  place-items: center;
}
.flow-lbl { display: flex; flex-direction: column; line-height: 1.35; }
.flow-lbl b { font-size: 14.5px; font-weight: 600; color: #2f4650; }
.flow-lbl em { font-style: normal; font-size: 12px; color: #93a3a8; margin-top: 1px; }
.flow-step-core {
  border-color: #cfe4f6;
  background: linear-gradient(180deg, #ffffff, #e6f3fd);
  box-shadow: 0 6px 20px rgb(47 158 222 / 0.12);
}
.flow-step-core .flow-idx { background: #2f9ede; color: #fff; }
.flow-arw {
  width: 1px;
  height: 22px;
  margin: 0 auto;
  background: linear-gradient(#e4ecec, #2f9ede);
  position: relative;
}
.flow-arw::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #2f9ede;
  border-bottom: 1.5px solid #2f9ede;
  transform: translate(-50%, 2px) rotate(45deg);
}

/* ── 拥抱 AI CTA（aiops #cta） ── */
.embrace-cta {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.embrace-cta h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 3.8vw, 42px);
  font-weight: 700;
  color: #2f4650;
  margin-bottom: 16px;
}
.embrace-cta p {
  font-size: 17px;
  color: #586a71;
  margin-bottom: 28px;
}
@media (max-width: 720px) {
  .planet-home section.band.band-quote { min-height: 72vh; }
  .planet-home #cta.section-embrace { min-height: 72vh; }
  .band-wave-down svg { height: 80px; }
  .h2-ico { flex-direction: column; align-items: flex-start; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .team-track { animation: none !important; }
}
