:root {
  --ink: #201454;
  --muted: #68618a;
  --soft: #f2edff;
  --paper: #fbf9ff;
  --white: #ffffff;
  --line: #e5dcf6;
  --green: #6e44c8;
  --teal: #8468dd;
  --blue: #2d246d;
  --rose: #cf75b6;
  --gold: #f1bd46;
  --violet: #6e44c8;
  --dark: #17113f;
  --success: #f4edff;
  --glow: rgba(241, 189, 70, 0.46);
  --purple-glow: rgba(110, 68, 200, 0.18);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 80% 0%, rgba(128, 98, 216, 0.16), transparent 34%),
    radial-gradient(circle at 10% 18%, rgba(241, 189, 70, 0.13), transparent 28%),
    var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.65;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(241, 189, 70, 0.1) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 18%, rgba(110, 68, 200, 0.1) 0 2px, transparent 3px),
    radial-gradient(circle at 70% 78%, rgba(241, 189, 70, 0.08) 0 1px, transparent 2px);
  background-size: 220px 220px, 260px 260px, 180px 180px;
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px 6vw;
  border-bottom: 1px solid rgba(229, 220, 246, 0.82);
  background: rgba(251, 249, 255, 0.86);
  backdrop-filter: blur(16px);
}

.brand {
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 10px;
  align-items: center;
  min-width: 180px;
  font-weight: 800;
  line-height: 1.2;
}

.brand.brand-image {
  display: inline-flex;
  min-width: 172px;
}

.brand.brand-image img {
  display: block;
  width: 166px;
  height: auto;
}

.brand.brand-image::before {
  display: none;
}

.brand::before {
  content: "";
  width: 30px;
  height: 30px;
  border: 5px solid rgba(110, 68, 200, 0.9);
  border-radius: 50%;
  background: radial-gradient(circle, var(--gold) 0 23%, #fff8d8 24% 45%, transparent 46%);
  box-shadow: 0 0 22px rgba(241, 189, 70, 0.42);
}

.brand span {
  grid-column: 2;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  color: var(--muted);
  font-size: 14px;
}

.nav a:hover,
.nav a.active {
  color: var(--violet);
}

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 28px;
  align-items: center;
  padding: 76px 6vw 54px;
  background:
    radial-gradient(circle at 76% 48%, rgba(241, 189, 70, 0.34), transparent 8%),
    radial-gradient(circle at 72% 36%, rgba(110, 68, 200, 0.24), transparent 24%),
    radial-gradient(circle at 92% 8%, rgba(255, 255, 255, 0.88), transparent 24%),
    linear-gradient(135deg, #ffffff 0%, #f7f1ff 48%, #efe5ff 100%);
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.8), transparent 46%),
    radial-gradient(circle at 74% 58%, rgba(255, 255, 255, 0.7), transparent 18%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -18% 36%;
  height: 58%;
  background:
    radial-gradient(ellipse at center, rgba(241, 189, 70, 0.42), transparent 18%),
    repeating-radial-gradient(ellipse at center, rgba(255,255,255,0) 0 42px, rgba(255,255,255,0.5) 43px 44px);
  opacity: 0.7;
  transform: rotate(-9deg);
  pointer-events: none;
  opacity: 0.48;
}

.hero.compact {
  display: block;
  padding-bottom: 44px;
}

.hero.compact h1 {
  max-width: 1080px;
  font-size: clamp(36px, 4.6vw, 62px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--violet);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.16;
  letter-spacing: 0;
}

h1 {
  max-width: 920px;
  font-size: clamp(38px, 5vw, 70px);
}

h2 {
  font-size: clamp(28px, 3vw, 42px);
}

h3 {
  font-size: 22px;
}

p {
  margin: 0;
}

.lead {
  max-width: 760px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 20px;
}

.lumi-hero-visual {
  position: relative;
  z-index: 1;
  min-height: 520px;
  display: grid;
  align-items: center;
}

.lumi-hero-visual img {
  display: block;
  width: min(100%, 690px);
  margin-left: auto;
  border-radius: 34px;
  filter: drop-shadow(0 28px 60px rgba(58, 34, 119, 0.16));
  mix-blend-mode: multiply;
}

.lumi-path {
  position: absolute;
  left: 6%;
  right: -1%;
  bottom: 34px;
  min-height: 172px;
  pointer-events: none;
}

.lumi-path svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.flow-line-back,
.flow-line {
  fill: none;
  stroke-linecap: round;
}

.flow-line-back {
  stroke: rgba(255, 255, 255, 0.58);
  stroke-width: 13;
}

.flow-line {
  filter: url(#flowGlow);
  stroke: url(#flowLine);
  stroke-dasharray: 18 14;
  stroke-width: 4;
  animation: flowDash 14s linear infinite;
}

.lumi-path ol {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  gap: 8px;
  margin: 0;
  padding: 0 10px 18px;
  list-style: none;
}

.lumi-path li {
  position: relative;
  display: grid;
  justify-items: center;
}

.lumi-path li::before {
  content: "";
  width: 15px;
  height: 15px;
  margin-bottom: 9px;
  border: 3px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background: var(--gold);
  box-shadow:
    0 0 0 8px rgba(241, 189, 70, 0.14),
    0 0 28px rgba(241, 189, 70, 0.82);
}

.lumi-path li:nth-child(1) { transform: translateY(14px); }
.lumi-path li:nth-child(2) { transform: translateY(-34px); }
.lumi-path li:nth-child(3) { transform: translateY(2px); }
.lumi-path li:nth-child(4) { transform: translateY(-48px); }
.lumi-path li:nth-child(5) { transform: translateY(-4px); }

.lumi-path span {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(81, 53, 145, 0.09);
  backdrop-filter: blur(10px);
}

.hero-panel {
  position: relative;
  z-index: 1;
  padding: 28px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 60px rgba(73, 43, 142, 0.1);
  border-radius: 26px;
}

.hero-panel strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid var(--violet);
  border-radius: 999px;
  background: linear-gradient(135deg, #5b35bd, #7a55d8);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(91, 53, 189, 0.22);
}

.button.secondary {
  background: transparent;
  color: var(--violet);
  box-shadow: none;
}

.button.ghost {
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
  box-shadow: none;
}

main {
  padding: 48px 6vw 80px;
}

section {
  max-width: 1180px;
  margin: 0 auto 56px;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.section-head p {
  max-width: 540px;
  color: var(--muted);
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

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

.card {
  min-height: 208px;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(62, 38, 128, 0.05);
}

.card h3 {
  min-height: 52px;
}

a.card {
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

a.card:hover {
  transform: translateY(-2px);
  border-color: rgba(110, 68, 200, 0.42);
  box-shadow: 0 16px 38px rgba(74, 44, 150, 0.12);
}

.card p {
  margin-top: 12px;
  color: var(--muted);
}

.tag {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--violet);
  font-size: 13px;
  font-weight: 800;
}

.list {
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.list li {
  margin: 6px 0;
}

.band {
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--soft);
  border-radius: 22px;
}

.band.dark {
  background:
    radial-gradient(circle at 76% 44%, rgba(241, 189, 70, 0.16), transparent 18%),
    radial-gradient(circle at 62% 52%, rgba(110, 68, 200, 0.22), transparent 28%),
    var(--dark);
  color: #fff;
}

.band.dark p,
.band.dark .lead,
.band.dark .list {
  color: rgba(255, 255, 255, 0.78);
}

.product-line {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.product-line:last-child {
  border-bottom: 0;
}

.product-line p {
  color: var(--muted);
}

.module {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.module:last-child {
  border-bottom: 0;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: start;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.metric {
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.68);
  border-radius: 16px;
}

.metric strong {
  display: block;
  font-size: 22px;
}

.checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.check {
  padding: 16px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--muted);
  border-radius: 14px;
}

.check strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
}

.sample-card {
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(110, 68, 200, 0.1), rgba(255, 255, 255, 0) 48%),
    var(--white);
  border-radius: 18px;
}

.sample-card h3 {
  margin-bottom: 12px;
}

.sample-card p {
  color: var(--muted);
}

.sample-card .sample-box {
  margin-top: 18px;
  padding: 16px;
  border-left: 4px solid var(--violet);
  background: var(--paper);
  color: var(--ink);
  border-radius: 0 12px 12px 0;
}

.quote {
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--white);
}

.quote p {
  color: var(--muted);
}

.path-list {
  counter-reset: path;
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.path-step {
  position: relative;
  padding: 18px 18px 18px 56px;
  border: 1px solid var(--line);
  background: var(--white);
}

.path-step::before {
  counter-increment: path;
  content: counter(path);
  position: absolute;
  left: 18px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--violet);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.glass-panel {
  border: 1px solid rgba(229, 220, 246, 0.85);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 24px 70px rgba(65, 39, 131, 0.09);
  backdrop-filter: blur(16px);
}

.positioning-panel,
.scenario-section {
  position: relative;
}

.comparison-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
}

.comparison-card {
  min-height: 280px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 54px rgba(63, 39, 126, 0.07);
}

.comparison-card h3 {
  max-width: 520px;
  font-size: clamp(26px, 3vw, 42px);
}

.comparison-card p {
  margin-top: 18px;
  color: var(--muted);
}

.muted-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(242, 237, 255, 0.58));
}

.highlight-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(241, 189, 70, 0.3), transparent 18%),
    linear-gradient(135deg, #2a1c68, #6e44c8);
  color: #fff;
}

.highlight-card .tag,
.highlight-card p {
  color: rgba(255, 255, 255, 0.78);
}

.highlight-card::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -70px;
  width: 280px;
  height: 160px;
  border: 1px solid rgba(241, 189, 70, 0.42);
  border-radius: 50%;
  transform: rotate(-20deg);
}

.flow-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 24px;
}

.flow-list span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 13px;
  border: 1px solid rgba(229, 220, 246, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-weight: 800;
}

.highlight-card .flow-list span {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.flow-list i {
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, rgba(241, 189, 70, 0.2), var(--gold));
}

.scenario-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: stretch;
}

.scenario-fit {
  padding: 26px;
  border: 1px solid rgba(229, 220, 246, 0.86);
  border-radius: 28px;
  background:
    radial-gradient(circle at 16% 14%, rgba(241, 189, 70, 0.14), transparent 18%),
    rgba(255, 255, 255, 0.76);
  box-shadow: 0 20px 58px rgba(63, 39, 126, 0.07);
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.scenario-grid article,
.scenario-misfit {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
}

.scenario-grid article:first-child {
  grid-column: span 2;
  background:
    radial-gradient(circle at 92% 20%, rgba(241, 189, 70, 0.18), transparent 22%),
    rgba(255, 255, 255, 0.86);
}

.scenario-grid strong,
.scenario-misfit h3 {
  display: block;
  font-size: 20px;
  line-height: 1.28;
}

.scenario-grid p,
.scenario-misfit p {
  margin-top: 10px;
  color: var(--muted);
}

.scenario-misfit {
  min-height: 100%;
  background:
    linear-gradient(135deg, rgba(242, 237, 255, 0.88), rgba(255, 255, 255, 0.72));
}

.lumi-diagnostic {
  padding: 34px;
  border: 1px solid rgba(229, 220, 246, 0.86);
  border-radius: 30px;
  background:
    radial-gradient(circle at 84% 12%, rgba(241, 189, 70, 0.16), transparent 20%),
    radial-gradient(circle at 24% 86%, rgba(110, 68, 200, 0.12), transparent 24%),
    rgba(255, 255, 255, 0.76);
  box-shadow: 0 24px 70px rgba(65, 39, 131, 0.09);
}

.diagnostic-board {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 18px;
  align-items: stretch;
}

.question-list {
  display: grid;
  gap: 12px;
}

.question-card {
  width: 100%;
  min-height: 82px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.question-card:hover,
.question-card.active {
  transform: translateY(-2px);
  border-color: rgba(110, 68, 200, 0.42);
  background:
    radial-gradient(circle at 92% 18%, rgba(241, 189, 70, 0.16), transparent 22%),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(65, 39, 131, 0.1);
}

.question-card.active {
  color: var(--violet);
}

.diagnostic-answer {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  background:
    radial-gradient(circle at 78% 18%, rgba(241, 189, 70, 0.18), transparent 18%),
    radial-gradient(circle at 54% 36%, rgba(110, 68, 200, 0.26), transparent 32%),
    var(--dark);
  color: #fff;
}

.diagnostic-answer::after {
  content: "";
  position: absolute;
  right: -84px;
  top: 34px;
  width: 330px;
  height: 178px;
  border: 1px solid rgba(241, 189, 70, 0.34);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.diagnostic-answer .tag {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.72);
}

.diagnostic-answer h3 {
  position: relative;
  z-index: 1;
  max-width: 610px;
  margin-top: 18px;
  font-size: clamp(26px, 3vw, 42px);
}

.diagnostic-answer p {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.diagnostic-path {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.diagnostic-path span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
}

.diagnostic-answer .actions {
  position: relative;
  z-index: 1;
}

.lumi-workspace.compact {
  position: absolute;
  right: 24px;
  top: 18px;
  width: 250px;
  min-height: 154px;
  opacity: 0.88;
}

.product-showcase {
  padding: 30px;
}

.poster-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.poster-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid rgba(229, 220, 246, 0.86);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 46px rgba(63, 39, 126, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.poster-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 58px rgba(63, 39, 126, 0.14);
}

.poster-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: top center;
}

.poster-card span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  background: rgba(35, 22, 82, 0.42);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.product-scene-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.product-scene-card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  border: 1px solid rgba(229, 220, 246, 0.9);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(63, 39, 126, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-scene-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(63, 39, 126, 0.14);
}

.product-scene-card img {
  display: block;
  width: 100%;
  height: 238px;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.product-scene-card span {
  position: absolute;
  left: 14px;
  top: 14px;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--violet);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.product-scene-card strong {
  display: block;
  padding: 14px 16px 16px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.25;
}

.next-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.compact-card {
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 12%, rgba(241, 189, 70, 0.12), transparent 22%),
    rgba(255, 255, 255, 0.72);
}

.compact-card strong {
  display: block;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.25;
}

.compact-card p {
  margin-top: 10px;
  color: var(--muted);
}

.lightpoint {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 156px;
  height: 156px;
  filter: drop-shadow(0 26px 38px rgba(43, 27, 91, 0.26));
  animation: lightpointFloat 6s ease-in-out infinite;
}

.lightpoint::before {
  content: "";
  position: absolute;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--gold) 0 13%, #fff6cf 14% 37%, #251c4d 38% 49%, transparent 50%),
    conic-gradient(from 26deg, #4f2ba5, #7d5be0 18%, #3c247d 38%, #8b6df0 54%, #4f2ba5 72%, #9c82ff 86%, #4f2ba5);
  border: 10px solid transparent;
  background-clip: padding-box, border-box;
  box-shadow:
    0 0 52px rgba(241, 189, 70, 0.54),
    0 0 110px rgba(110, 68, 200, 0.32),
    inset 0 0 18px rgba(255, 255, 255, 0.82);
}

.lightpoint::after {
  content: "";
  position: absolute;
  top: 0;
  width: 84px;
  height: 34px;
  background:
    linear-gradient(90deg, transparent 0 8px, #4f2ba5 8px 18px, transparent 18px 32px, #6f4bcc 32px 42px, transparent 42px 56px, #7d5be0 56px 66px, transparent 66px);
  border-radius: 999px;
  filter: drop-shadow(0 8px 14px rgba(110, 68, 200, 0.26));
}

.lightpoint-xl {
  width: 210px;
  height: 210px;
}

.lightpoint-xl::before {
  width: 146px;
  height: 146px;
  border-width: 14px;
}

.lightpoint-xl::after {
  top: 2px;
  transform: scale(1.18);
}

.orbit-field {
  position: relative;
  min-height: 380px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.orbit-field::before,
.orbit-field::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 180px;
  border: 1px solid rgba(241, 189, 70, 0.48);
  border-radius: 50%;
  transform: rotate(-18deg);
  animation: orbitTilt 12s ease-in-out infinite;
}

.orbit-field::after {
  width: 430px;
  height: 130px;
  border-color: rgba(110, 68, 200, 0.28);
  transform: rotate(16deg);
  animation-duration: 15s;
  animation-direction: reverse;
}

.orbit-line,
.orbit-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.orbit-glow {
  width: 360px;
  height: 160px;
  background:
    radial-gradient(ellipse at center, rgba(241, 189, 70, 0.34), transparent 28%),
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.45), transparent 54%);
  filter: blur(3px);
  transform: translateY(82px);
  animation: glowPulse 4.8s ease-in-out infinite;
}

.orbit-line {
  width: 560px;
  height: 188px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  opacity: 0.72;
}

.orbit-line-gold {
  border-color: rgba(241, 189, 70, 0.42);
  transform: rotate(-18deg);
  animation: orbitSweepGold 16s linear infinite;
}

.orbit-line-violet {
  width: 460px;
  height: 148px;
  border-color: rgba(110, 68, 200, 0.25);
  transform: rotate(18deg);
  animation: orbitSweepViolet 18s linear infinite reverse;
}

.spark {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 22px var(--glow);
  animation: sparkPulse 3.8s ease-in-out infinite;
}

.spark.s1 { left: 14%; top: 42%; }
.spark.s2 { right: 18%; top: 26%; animation-delay: 1s; }
.spark.s3 { right: 28%; bottom: 22%; animation-delay: 1.9s; }

.value-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 60px rgba(64, 43, 128, 0.08);
}

.process-section {
  position: relative;
  padding: 18px 0 6px;
}

.process-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  min-height: 330px;
  padding: 44px 26px 34px;
  overflow: hidden;
  border: 1px solid rgba(229, 220, 246, 0.84);
  border-radius: 30px;
  background:
    radial-gradient(circle at 16% 26%, rgba(241, 189, 70, 0.14), transparent 14%),
    radial-gradient(circle at 78% 18%, rgba(110, 68, 200, 0.14), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(246, 241, 255, 0.78));
  box-shadow: 0 24px 70px rgba(65, 39, 131, 0.08);
}

.process-flow::before {
  content: "";
  position: absolute;
  inset: 18px;
  background-image:
    radial-gradient(circle, rgba(241, 189, 70, 0.2) 0 2px, transparent 3px),
    radial-gradient(circle, rgba(110, 68, 200, 0.14) 0 2px, transparent 3px);
  background-position: 8px 12px, 76px 70px;
  background-size: 150px 130px;
  opacity: 0.45;
}

.process-line {
  position: absolute;
  inset: 30px 18px auto;
  width: calc(100% - 36px);
  height: 280px;
  overflow: visible;
  pointer-events: none;
}

.process-line path {
  fill: none;
  stroke: url(#processGradient);
  stroke-linecap: round;
  stroke-width: 4;
  stroke-dasharray: 14 13;
  filter: drop-shadow(0 0 14px rgba(241, 189, 70, 0.42));
  animation: flowDash 16s linear infinite;
}

.process-step {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  min-height: 248px;
  padding: 24px;
  border: 1px solid rgba(229, 220, 246, 0.86);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(63, 39, 126, 0.07);
}

.process-step:nth-of-type(2),
.process-step:nth-of-type(4) {
  transform: translateY(38px);
}

.process-step strong {
  margin-top: 22px;
  font-size: 23px;
  line-height: 1.2;
}

.process-step p {
  margin-top: 10px;
  color: var(--muted);
}

.process-visual {
  position: relative;
  display: block;
  width: 94px;
  height: 94px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 52% 52%, rgba(241, 189, 70, 0.42) 0 9px, transparent 10px),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.84) 0 26px, transparent 27px),
    rgba(110, 68, 200, 0.1);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.7),
    0 16px 32px rgba(91, 53, 189, 0.12),
    0 0 34px rgba(241, 189, 70, 0.18);
}

.process-visual::before,
.process-visual::after,
.process-visual i {
  content: "";
  position: absolute;
  display: block;
}

.process-step.observe .process-visual::before {
  inset: 22px;
  border: 2px solid rgba(110, 68, 200, 0.82);
  border-radius: 50%;
}

.process-step.observe .process-visual::after {
  left: 66px;
  top: 62px;
  width: 23px;
  height: 3px;
  border-radius: 999px;
  background: rgba(110, 68, 200, 0.86);
  transform: rotate(42deg);
}

.process-step.discover .process-visual::before {
  left: 19px;
  top: 23px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(110, 68, 200, 0.48);
  box-shadow:
    28px 8px 0 rgba(110, 68, 200, 0.35),
    52px 18px 0 rgba(110, 68, 200, 0.22),
    16px 46px 0 rgba(110, 68, 200, 0.2),
    50px 48px 0 rgba(110, 68, 200, 0.26);
}

.process-step.discover .process-visual::after {
  left: 41px;
  top: 39px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 10px rgba(241, 189, 70, 0.16), 0 0 28px rgba(241, 189, 70, 0.72);
}

.process-step.design .process-visual::before {
  left: 20px;
  top: 24px;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(110, 68, 200, 0.76);
  border-radius: 8px;
  box-shadow:
    30px 0 0 -1px rgba(255,255,255,0.95),
    30px 0 0 1px rgba(110, 68, 200, 0.76),
    15px 32px 0 -1px rgba(255,255,255,0.95),
    15px 32px 0 1px rgba(110, 68, 200, 0.76);
}

.process-step.design .process-visual::after {
  left: 39px;
  top: 43px;
  width: 31px;
  height: 2px;
  background: rgba(241, 189, 70, 0.9);
  box-shadow: -12px 22px 0 rgba(241, 189, 70, 0.76);
  transform: rotate(28deg);
}

.process-step.verify .process-visual::before {
  inset: 20px;
  border: 3px solid rgba(110, 68, 200, 0.74);
  border-right-color: rgba(241, 189, 70, 0.92);
  border-radius: 50%;
}

.process-step.verify .process-visual::after {
  left: 35px;
  top: 45px;
  width: 30px;
  height: 14px;
  border-left: 4px solid var(--gold);
  border-bottom: 4px solid var(--gold);
  transform: rotate(-45deg);
}

.value-item {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 16px;
  align-items: center;
  padding: 6px 22px;
  border-right: 1px solid var(--line);
}

.value-item:last-child {
  border-right: 0;
}

.mini-lightpoint {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--gold) 0 18%, #fff8db 19% 42%, rgba(110, 68, 200, 0.08) 43%);
  border: 8px solid rgba(110, 68, 200, 0.76);
  box-shadow: 0 0 26px rgba(241, 189, 70, 0.3);
}

.mini-lightpoint::after {
  content: "";
  position: absolute;
  left: 14px;
  top: -12px;
  width: 30px;
  height: 14px;
  background:
    linear-gradient(90deg, transparent 0 3px, #5d39b8 3px 7px, transparent 7px 13px, #6e44c8 13px 17px, transparent 17px 23px, #7d5be0 23px 27px, transparent 27px);
  border-radius: 999px;
}

.lumi-state,
.lumi-avatar {
  position: relative;
  display: grid;
  place-items: center;
  width: 62px;
  height: 72px;
  isolation: isolate;
}

.lumi-state::before,
.lumi-avatar::before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 7px solid rgba(110, 68, 200, 0.9);
  background: radial-gradient(circle, var(--gold) 0 20%, #fff8dc 21% 42%, transparent 43%);
  box-shadow: 0 0 24px rgba(241, 189, 70, 0.28);
}

.lumi-state::after,
.lumi-avatar::after {
  content: "";
  position: absolute;
  top: 1px;
  width: 38px;
  height: 18px;
  background:
    linear-gradient(90deg, transparent 0 4px, #5d39b8 4px 8px, transparent 8px 16px, #6e44c8 16px 21px, transparent 21px 30px, #7d5be0 30px 34px, transparent 34px);
  border-radius: 999px;
}

.lumi-state span,
.lumi-avatar span {
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 0;
  height: 18px;
  border-left: 3px solid #2d246d;
  border-right: 3px solid #2d246d;
  opacity: .78;
}

.lumi-state.observe::before {
  box-shadow: 0 0 0 8px rgba(110, 68, 200, 0.08), 0 0 24px rgba(241, 189, 70, 0.28);
}

.lumi-state.think::after {
  transform: scaleX(.78);
}

.lumi-state.connect::before {
  box-shadow: 0 0 0 10px rgba(241, 189, 70, 0.16), 0 0 32px rgba(110, 68, 200, 0.22);
}

.lumi-state.done::before {
  background:
    linear-gradient(135deg, transparent 48%, rgba(110, 68, 200, 0.22) 49% 55%, transparent 56%),
    radial-gradient(circle, var(--gold) 0 20%, #fff8dc 21% 42%, transparent 43%);
}

.lumi-chat-card {
  position: relative;
  min-height: 276px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 22% 22%, rgba(241, 189, 70, 0.22), transparent 24%),
    rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
}

.lumi-chat-card::before {
  content: "";
  position: absolute;
  inset: 22px 20px auto auto;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(241, 189, 70, 0.24);
  border-radius: 50%;
  transform: rotate(-24deg) scaleX(1.45);
}

.lumi-workspace {
  position: relative;
  min-height: 164px;
  margin-bottom: 18px;
}

.task-card {
  position: absolute;
  min-width: 86px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.task-card::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 76px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(241, 189, 70, 0.72), transparent);
  transform-origin: left center;
}

.card-left {
  left: 0;
  top: 34px;
}

.card-left::after {
  transform: rotate(18deg);
}

.card-right {
  right: 10px;
  top: 18px;
}

.card-right::after {
  left: -20px;
  transform: rotate(150deg);
}

.connection-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 22px rgba(241, 189, 70, 0.75);
}

.dot-one {
  left: 142px;
  top: 76px;
}

.dot-two {
  right: 142px;
  top: 68px;
}

.lumi-avatar.q {
  position: absolute;
  left: 50%;
  top: 26px;
  width: 96px;
  height: 108px;
  margin-bottom: 18px;
  transform: translateX(-50%);
}

.lumi-avatar.q::before {
  width: 76px;
  height: 76px;
  border-width: 9px;
  background:
    radial-gradient(circle at 42% 46%, #fff 0 4px, transparent 5px),
    radial-gradient(circle at 61% 46%, #fff 0 4px, transparent 5px),
    radial-gradient(circle, var(--gold) 0 18%, #fff8dc 19% 38%, #251c4d 39% 46%, transparent 47%);
}

.lumi-avatar.q::after {
  top: -3px;
  transform: scale(1.18);
}

.lumi-avatar.q.thinking::after {
  background:
    linear-gradient(90deg, transparent 0 5px, #7d5be0 5px 9px, transparent 9px 18px, #6e44c8 18px 23px, transparent 23px 32px, #7d5be0 32px 36px, transparent 36px);
}

.chat-bubble {
  position: relative;
  z-index: 1;
  max-width: 420px;
  padding: 20px;
  border-radius: 22px 22px 22px 4px;
  background: rgba(255, 255, 255, 0.12);
}

.chat-bubble strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
}

.chat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.chat-chips span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.journey {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.journey-step {
  display: grid;
  gap: 14px;
  place-items: center;
  text-align: center;
  color: var(--muted);
}

.journey-step strong {
  color: var(--ink);
  font-size: 18px;
}

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

.asset-link {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.asset-link:last-child {
  border-bottom: 0;
}

.asset-link span {
  color: var(--muted);
}

.capability-nodes {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr) 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 32px;
  border: 1px solid rgba(229, 220, 246, 0.86);
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 28%, rgba(241, 189, 70, 0.14), transparent 22%),
    radial-gradient(circle at 82% 18%, rgba(110, 68, 200, 0.14), transparent 24%),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 70px rgba(65, 39, 131, 0.08);
}

.capability-nodes article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
}

.capability-nodes i {
  display: block;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  box-shadow: 0 0 18px rgba(241, 189, 70, 0.46);
}

.capability-nodes p {
  margin-top: 12px;
  color: var(--muted);
}

.lumi-page-visual {
  overflow: hidden;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    radial-gradient(circle at 88% 12%, rgba(241, 189, 70, 0.16), transparent 20%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(242, 237, 255, 0.62));
  box-shadow: 0 24px 70px rgba(63, 39, 126, 0.09);
}

.lumi-page-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.node-glow {
  display: block;
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  border: 8px solid rgba(110, 68, 200, 0.72);
  border-radius: 50%;
  background: radial-gradient(circle, var(--gold) 0 18%, #fff8d8 19% 42%, transparent 43%);
  box-shadow: 0 0 0 10px rgba(110, 68, 200, 0.06), 0 0 32px rgba(241, 189, 70, 0.34);
}

.lumi-work-grid,
.solution-grid,
.application-grid,
.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lumi-work-card,
.solution-card,
.product-tile,
.partner-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 12%, rgba(241, 189, 70, 0.13), transparent 20%),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 48px rgba(63, 39, 126, 0.07);
}

.lumi-work-card h3,
.solution-card h3,
.product-tile h3,
.partner-card h3 {
  margin-top: 12px;
}

.lumi-work-card p,
.solution-card p,
.product-tile p,
.partner-card p {
  margin-top: 12px;
  color: var(--muted);
}

.lumi-mini-scene {
  position: relative;
  min-height: 120px;
  margin-bottom: 16px;
}

.lumi-mini-scene::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 62px;
  width: 190px;
  height: 52px;
  border: 1px solid rgba(241, 189, 70, 0.34);
  border-radius: 50%;
  transform: translateX(-50%) rotate(-10deg);
}

.lumi-mini-scene b,
.lumi-mini-scene em {
  position: absolute;
  display: block;
  border: 1px solid rgba(110, 68, 200, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 12px 24px rgba(63, 39, 126, 0.08);
}

.lumi-mini-scene b {
  left: 8px;
  top: 22px;
  width: 82px;
  height: 52px;
}

.lumi-mini-scene em {
  right: 8px;
  top: 50px;
  width: 94px;
  height: 58px;
}

.mini-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mini-list li,
.case-pill-row span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.product-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-tile {
  min-height: 236px;
}

.product-tile.starter {
  background:
    radial-gradient(circle at 85% 18%, rgba(241, 189, 70, 0.18), transparent 22%),
    linear-gradient(135deg, rgba(242, 237, 255, 0.94), rgba(255, 255, 255, 0.78));
}

.case-band,
.solution-map,
.founder-note {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 84% 20%, rgba(241, 189, 70, 0.14), transparent 20%),
    rgba(255, 255, 255, 0.76);
  box-shadow: 0 20px 58px rgba(63, 39, 126, 0.07);
}

.case-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.product-matrix-gallery {
  padding-top: 6px;
}

.matrix-pair-list {
  display: grid;
  gap: 28px;
}

.matrix-pair {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 94% 8%, rgba(241, 189, 70, 0.12), transparent 18%),
    rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 52px rgba(63, 39, 126, 0.07);
}

.matrix-pair header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.matrix-pair header span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--violet);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.matrix-pair h3 {
  margin: 0;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.2;
}

.matrix-pair-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.matrix-pair-images img {
  width: 100%;
  aspect-ratio: 16 / 11.2;
  object-fit: contain;
  border: 1px solid rgba(229, 220, 246, 0.9);
  border-radius: 20px;
  background: #fff;
}

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

.solution-card {
  min-height: 340px;
  color: var(--ink);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.solution-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(63, 39, 126, 0.12);
}

.solution-card-image {
  display: block;
  width: 100%;
  height: 260px;
  margin-bottom: 18px;
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(229, 220, 246, 0.9);
  border-radius: 18px;
  background: #fff;
}

.scene-lumi {
  position: relative;
  min-height: 96px;
  margin-bottom: 8px;
}

.scene-lumi::before,
.scene-lumi::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(241, 189, 70, 0.34);
  border-radius: 50%;
}

.scene-lumi::before {
  left: 22px;
  top: 30px;
  width: 210px;
  height: 58px;
  transform: rotate(-12deg);
}

.scene-lumi::after {
  left: 88px;
  top: 18px;
  width: 150px;
  height: 42px;
  border-color: rgba(110, 68, 200, 0.2);
  transform: rotate(18deg);
}

.scene-lumi .lumi-avatar.q {
  left: 64px;
  top: 0;
  transform: none;
}

.problem-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 18px;
}

.problem-flow span {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.problem-flow i {
  width: 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(110, 68, 200, 0.18), var(--gold));
}

.solution-map {
  background:
    radial-gradient(circle at 76% 44%, rgba(241, 189, 70, 0.16), transparent 18%),
    radial-gradient(circle at 62% 52%, rgba(110, 68, 200, 0.16), transparent 28%),
    rgba(255, 255, 255, 0.78);
}

.growth-path .section-head {
  align-items: flex-start;
}

.timeline-lumi {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.timeline-lumi::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 54px;
  height: 2px;
  background: linear-gradient(90deg, rgba(241, 189, 70, 0.2), var(--gold), rgba(110, 68, 200, 0.36));
  box-shadow: 0 0 18px rgba(241, 189, 70, 0.36);
}

.timeline-lumi article {
  position: relative;
  min-height: 230px;
  padding: 92px 18px 20px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px rgba(63, 39, 126, 0.06);
}

.timeline-lumi article::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 38px;
  width: 30px;
  height: 30px;
  border: 6px solid rgba(110, 68, 200, 0.72);
  border-radius: 50%;
  background: radial-gradient(circle, var(--gold) 0 26%, #fff8d8 27% 50%, transparent 51%);
  box-shadow: 0 0 22px rgba(241, 189, 70, 0.34);
}

.timeline-lumi span {
  position: absolute;
  left: 64px;
  top: 36px;
  color: var(--violet);
  font-size: 13px;
  font-weight: 900;
}

.timeline-lumi h3 {
  font-size: 20px;
}

.timeline-lumi p {
  margin-top: 10px;
  color: var(--muted);
}

.timeline-lumi.compact-line {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.application-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dark-case {
  background:
    radial-gradient(circle at 82% 24%, rgba(241, 189, 70, 0.18), transparent 18%),
    radial-gradient(circle at 52% 66%, rgba(110, 68, 200, 0.2), transparent 28%),
    var(--dark);
  color: #fff;
}

.dark-case p,
.dark-case .lead,
.dark-case .eyebrow {
  color: rgba(255, 255, 255, 0.76);
}

.ability-ring-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: 28px;
  align-items: center;
}

.ability-ring {
  position: relative;
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 50%, rgba(241, 189, 70, 0.16), transparent 18%),
    rgba(255, 255, 255, 0.74);
  box-shadow: 0 22px 62px rgba(63, 39, 126, 0.08);
}

.ability-ring::before,
.ability-ring::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(241, 189, 70, 0.38);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
}

.ability-ring::before {
  width: 360px;
  height: 170px;
}

.ability-ring::after {
  width: 300px;
  height: 130px;
  border-color: rgba(110, 68, 200, 0.24);
  transform: translate(-50%, -50%) rotate(22deg);
}

.ability-ring span {
  position: absolute;
  max-width: 140px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 12px 28px rgba(63, 39, 126, 0.08);
}

.ability-ring span:nth-child(1) { left: 50%; top: 42px; transform: translateX(-50%); }
.ability-ring span:nth-child(2) { right: 38px; top: 142px; }
.ability-ring span:nth-child(3) { right: 82px; bottom: 58px; }
.ability-ring span:nth-child(4) { left: 64px; bottom: 58px; }
.ability-ring span:nth-child(5) { left: 34px; top: 142px; }

.ability-ring .lumi-avatar.q {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.anti-position {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 18px;
}

.anti-position article {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.76);
}

.anti-position article:last-child {
  background:
    radial-gradient(circle at 84% 18%, rgba(241, 189, 70, 0.18), transparent 22%),
    linear-gradient(135deg, #2a1c68, #6e44c8);
  color: #fff;
}

.anti-position article:last-child .lead {
  color: rgba(255, 255, 255, 0.78);
}

.partner-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.partner-card {
  min-height: 280px;
}

.partner-card span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--violet);
  font-size: 13px;
  font-weight: 900;
}

.founder-note {
  background:
    radial-gradient(circle at 90% 12%, rgba(241, 189, 70, 0.18), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(242, 237, 255, 0.76));
}

.journal-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 30px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 82px 6vw 56px;
}

.journal-hero h1 {
  max-width: 820px;
  font-size: clamp(40px, 5vw, 72px);
}

.journal-note {
  display: inline-flex;
  margin-top: 24px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--violet);
  font-weight: 900;
}

.journal-observer {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 74% 20%, rgba(241, 189, 70, 0.18), transparent 20%),
    radial-gradient(circle at 40% 54%, rgba(110, 68, 200, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 70px rgba(65, 39, 131, 0.1);
}

.journal-observer .scene-lumi {
  min-height: 132px;
}

.journal-observer h2 {
  margin-top: 10px;
  font-size: 28px;
}

.journal-ticker {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.journal-ticker li {
  padding: 12px 14px;
  border: 1px solid rgba(229, 220, 246, 0.82);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--muted);
  font-weight: 700;
}

.category-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.category-tabs a {
  position: relative;
  overflow: hidden;
  min-height: 238px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    radial-gradient(circle at 86% 14%, rgba(241, 189, 70, 0.18), transparent 20%),
    radial-gradient(circle at 18% 86%, rgba(110, 68, 200, 0.08), transparent 26%),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 50px rgba(63, 39, 126, 0.08);
  color: var(--muted);
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.category-tabs a:hover {
  transform: translateY(-3px);
  border-color: rgba(110, 68, 200, 0.34);
  box-shadow: 0 28px 62px rgba(63, 39, 126, 0.13);
}

.category-tabs span {
  display: block;
  margin-top: 14px;
  color: var(--ink);
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
}

.category-tabs strong {
  display: block;
  margin-top: 8px;
  color: var(--violet);
  font-size: 18px;
}

.category-tabs p {
  max-width: 300px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.58;
}

.channel-lumi {
  position: relative;
  height: 108px;
}

.channel-lumi::before,
.channel-lumi::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(241, 189, 70, 0.32);
  border-radius: 50%;
}

.channel-lumi::before {
  left: 10px;
  top: 42px;
  width: 188px;
  height: 54px;
  transform: rotate(-12deg);
}

.channel-lumi::after {
  left: 72px;
  top: 28px;
  width: 138px;
  height: 42px;
  border-color: rgba(110, 68, 200, 0.18);
  transform: rotate(18deg);
}

.channel-lumi .lumi-avatar.q {
  left: 18px;
  top: 4px;
  transform: scale(.84);
  transform-origin: left top;
}

.channel-lumi .lumi-avatar.q::before {
  box-shadow: 0 0 0 8px rgba(110, 68, 200, 0.08), 0 0 26px rgba(241, 189, 70, 0.3);
}

.build-channel .channel-lumi::before {
  width: 188px;
  transform: rotate(4deg);
}

.build-channel .channel-lumi::after {
  width: 80px;
  height: 50px;
  border-radius: 16px;
  transform: none;
}

.milestone-channel .channel-lumi::before {
  border-color: rgba(241, 189, 70, 0.52);
  box-shadow: 0 0 24px rgba(241, 189, 70, 0.18);
}

.milestone-channel .channel-lumi::after {
  background:
    radial-gradient(circle at 50% 50%, rgba(241, 189, 70, 0.42) 0 4px, transparent 5px),
    transparent;
}

.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.journal-channel-section {
  scroll-margin-top: 96px;
}

.journal-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.journal-card {
  min-height: 330px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    radial-gradient(circle at 84% 18%, rgba(241, 189, 70, 0.14), transparent 22%),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 54px rgba(63, 39, 126, 0.07);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.journal-card.compact {
  min-height: 270px;
}

.journal-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 62px rgba(63, 39, 126, 0.12);
}

.journal-type {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--violet);
  font-size: 13px;
  font-weight: 900;
}

.journal-card time {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.journal-card h3 {
  margin-top: 18px;
  font-size: 26px;
}

.journal-card p {
  margin-top: 14px;
  color: var(--muted);
}

.journal-card strong {
  display: inline-flex;
  margin-top: 22px;
  color: var(--violet);
}

.memory-agent-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  gap: 24px;
  align-items: center;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 24%, rgba(241, 189, 70, 0.18), transparent 20%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(242, 237, 255, 0.78));
}

.memory-rules {
  display: grid;
  gap: 10px;
}

.memory-rules span {
  padding: 14px 16px;
  border: 1px solid rgba(229, 220, 246, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-weight: 900;
}

.journal-article {
  max-width: 860px;
  margin: 0 auto;
  padding-top: 72px;
}

.journal-article h1 {
  max-width: 860px;
  font-size: clamp(38px, 5vw, 68px);
}

.journal-article section {
  max-width: 860px;
  margin: 42px 0;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
}

.journal-article section h2 {
  font-size: 26px;
}

.journal-article section p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 18px;
}

.site-footer {
  padding: 34px 6vw;
  border-top: 1px solid var(--line);
  background: var(--ink);
  color: #dfe8e4;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(0, 1.5fr);
  gap: 40px;
  align-items: start;
}

.site-footer p {
  color: #aebdb8;
}

.site-footer a {
  color: #dfe8e4;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
}

@media (max-width: 700px) {
  .site-footer {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .site-footer > div:last-child {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 12px;
}

.legal-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 90px 6vw;
}

.legal-hero {
  margin-bottom: 34px;
}

.legal-page section + section {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.legal-page h1 {
  max-width: 760px;
  margin-top: 10px;
  color: var(--blue);
  font-size: clamp(42px, 8vw, 74px);
  line-height: 0.95;
}

.legal-page h2 {
  color: var(--blue);
  font-size: 24px;
}

.legal-page p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

@keyframes lightpointFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-10px) scale(1.015); }
}

@keyframes orbitTilt {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

@keyframes orbitSweepGold {
  from { transform: rotate(-18deg); }
  to { transform: rotate(342deg); }
}

@keyframes orbitSweepViolet {
  from { transform: rotate(18deg); }
  to { transform: rotate(378deg); }
}

@keyframes glowPulse {
  0%, 100% { opacity: 0.58; transform: translateY(82px) scale(0.96); }
  50% { opacity: 0.92; transform: translateY(76px) scale(1.04); }
}

@keyframes sparkPulse {
  0%, 100% { opacity: 0.56; transform: scale(0.88); }
  50% { opacity: 1; transform: scale(1.28); }
}

@keyframes flowDash {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: -128; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 900px) {
  .site-header,
  .hero,
  .section-head,
  .product-line,
  .split {
    display: block;
  }

  .nav {
    justify-content: flex-start;
    margin-top: 16px;
  }

  .hero-panel {
    margin-top: 28px;
  }

  .brand.brand-image img {
    width: 150px;
  }

  .lumi-hero-visual {
    min-height: 360px;
    margin-top: 28px;
  }

  .lumi-hero-visual img {
    width: 100%;
  }

  .lumi-path {
    position: static;
    min-height: 132px;
    margin-top: 14px;
  }

  .lumi-path ol {
    padding: 8px 0 0;
  }

  .lumi-path svg {
    opacity: 0.82;
  }

  .lumi-path span {
    min-height: 32px;
    padding: 0 10px;
    font-size: 12px;
  }

  .lumi-path li::before {
    width: 11px;
    height: 11px;
    margin-bottom: 5px;
  }

  .lumi-path li:nth-child(n) {
    transform: none;
  }

  .grid,
  .grid.two,
  .metric-row,
  .checklist,
  .value-strip,
  .journey,
  .comparison-grid,
  .scenario-layout,
  .scenario-grid,
  .diagnostic-board,
  .poster-grid,
  .next-products,
  .capability-nodes,
  .lumi-work-grid,
  .solution-grid,
  .application-grid,
  .partner-grid,
  .product-matrix,
  .timeline-lumi,
  .timeline-lumi.compact-line,
  .ability-ring-section,
  .anti-position,
  .journal-hero,
  .category-tabs,
  .journal-grid,
  .journal-list,
  .memory-agent-panel {
    grid-template-columns: 1fr;
  }

  .journal-hero {
    padding: 48px 6vw 36px;
  }

  .journal-hero h1 {
    font-size: clamp(30px, 8.8vw, 38px);
    line-height: 1.2;
  }

  .journal-observer {
    min-height: auto;
  }

  .capability-nodes {
    padding: 22px;
  }

  .capability-nodes i {
    width: 2px;
    height: 34px;
    margin: 0 auto;
    background: linear-gradient(180deg, transparent, var(--gold), transparent);
  }

  .capability-nodes article,
  .lumi-work-card,
  .solution-card,
  .product-tile,
  .partner-card {
    min-height: auto;
  }

  .scenario-grid article:first-child {
    grid-column: auto;
  }

  .process-flow {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 24px;
  }

  .process-line {
    display: none;
  }

  .process-flow::after {
    content: "";
    position: absolute;
    left: 70px;
    top: 60px;
    bottom: 58px;
    width: 2px;
    background: linear-gradient(var(--gold), rgba(110, 68, 200, 0.42));
  }

  .process-step,
  .process-step:nth-of-type(2),
  .process-step:nth-of-type(4) {
    grid-template-columns: 92px 1fr;
    align-items: center;
    min-height: 148px;
    transform: none;
  }

  .process-step strong,
  .process-step p {
    grid-column: 2;
  }

  .process-step strong {
    margin-top: 0;
  }

  .process-visual {
    grid-row: 1 / span 2;
  }

  .poster-card,
  .poster-card img {
    min-height: 560px;
  }

  .timeline-lumi {
    gap: 12px;
  }

  .timeline-lumi::before {
    left: 36px;
    right: auto;
    top: 26px;
    bottom: 26px;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, rgba(241, 189, 70, 0.28), var(--gold), rgba(110, 68, 200, 0.36));
  }

  .timeline-lumi article {
    min-height: auto;
    padding: 24px 18px 24px 84px;
  }

  .timeline-lumi article::before {
    left: 20px;
    top: 28px;
  }

  .timeline-lumi span {
    position: static;
    display: inline-flex;
    margin-bottom: 8px;
  }

  .ability-ring {
    min-height: 480px;
  }

  .ability-ring::before {
    width: 300px;
    height: 140px;
  }

  .ability-ring::after {
    width: 250px;
    height: 112px;
  }

  .ability-ring span:nth-child(1) { top: 30px; }
  .ability-ring span:nth-child(2) { right: 18px; top: 126px; }
  .ability-ring span:nth-child(3) { right: 44px; bottom: 52px; }
  .ability-ring span:nth-child(4) { left: 34px; bottom: 52px; }
  .ability-ring span:nth-child(5) { left: 18px; top: 126px; }

  .lumi-diagnostic {
    padding: 20px;
  }

  .diagnostic-answer {
    min-height: 520px;
    padding: 22px;
  }

  .lumi-workspace.compact {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    min-height: 146px;
    margin-bottom: 18px;
  }

  .value-item {
    grid-template-columns: 70px 1fr;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .value-item:last-child {
    border-bottom: 0;
  }

  .orbit-field {
    min-height: 260px;
    margin-top: 28px;
  }

  .orbit-field::before,
  .orbit-field::after {
    width: 320px;
  }

  .orbit-line {
    width: 340px;
    height: 120px;
  }

  .orbit-line-violet {
    width: 300px;
    height: 100px;
  }

  .lightpoint-xl {
    width: 170px;
    height: 170px;
  }

  .lightpoint-xl::before {
    width: 118px;
    height: 118px;
  }

  .product-showcase {
    padding: 20px;
  }

  .lumi-chat-card {
    margin-top: 24px;
  }

  .card-right {
    right: 0;
  }
}
.article-shell {
  padding-top: 56px;
}

.article {
  max-width: 820px;
  margin: 0 auto;
}

.article h1 {
  font-size: clamp(36px, 4.8vw, 60px);
}

.article h2 {
  margin-top: 46px;
  font-size: clamp(24px, 2.6vw, 34px);
}

.article p {
  margin-top: 18px;
  color: var(--ink);
  font-size: 18px;
}

.article .lead {
  color: var(--muted);
  font-size: 21px;
}

.article-note {
  margin: 34px 0;
  padding: 22px;
  border-left: 4px solid var(--green);
  background: var(--soft);
}

.article-note strong {
  display: block;
  margin-bottom: 8px;
}

.article-note p {
  margin-top: 0;
  color: var(--muted);
}

.article-list {
  margin: 18px 0 0;
  padding-left: 22px;
  color: var(--muted);
  font-size: 18px;
}

.article-list li {
  margin: 8px 0;
}

.article-flow {
  margin: 18px 0 0;
  padding: 20px;
  overflow-x: auto;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--green);
  font: 700 17px/1.75 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.article-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.article-footer a {
  padding: 10px 14px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--green);
  font-weight: 800;
}


/* Demand validation landing page */
.validation-page .validation-hero {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.92), rgba(247,241,255,0.94)),
    radial-gradient(circle at 78% 22%, rgba(241, 189, 70, 0.22), transparent 26%);
}
.validation-page .validation-hero-split {
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.76fr);
  gap: 34px;
}
.validation-page .validation-hero-split h1 {
  font-size: clamp(38px, 4.2vw, 60px);
}
.validation-page .validation-hero-split .lead {
  max-width: 700px;
  font-size: 18px;
}
.validation-grid,
.validation-form-section,
.validation-process {
  padding: 54px 6vw;
}
.decision-photo-slot,
.journey-visual-slot,
.workflow-visual-slot {
  position: relative;
  z-index: 1;
}
.decision-photo-slot {
  margin: 0;
}
.photo-frame {
  border: 1px solid rgba(229,220,246,0.92);
  border-radius: 24px;
  padding: 18px;
  background: rgba(255,255,255,0.82);
  box-shadow: 0 26px 58px rgba(45,36,109,0.13);
}
.hero-decision-image {
  display: block;
  width: 100%;
  height: 420px;
  border-radius: 18px;
  object-fit: cover;
  object-position: 50% center;
}
.fit-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.fit-list li {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px 18px 18px 42px;
  color: var(--blue);
  background: rgba(255,255,255,0.82);
  box-shadow: 0 20px 46px rgba(45,36,109,0.08);
  font-weight: 800;
}
.fit-list li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 18px;
  color: var(--violet);
  font-weight: 900;
}
.validation-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 0.75fr;
  gap: 18px;
}
.validation-card,
.validation-form,
.process-cards article {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,0.82);
  box-shadow: 0 20px 46px rgba(45,36,109,0.08);
}
.validation-card {
  padding: 28px;
}
.validation-card.primary {
  background: linear-gradient(135deg, rgba(255,255,255,0.94), rgba(244,237,255,0.92));
}
.validation-card p {
  margin-top: 18px;
  color: var(--muted);
}
.validation-statement {
  max-width: 760px;
  margin-top: 18px;
  color: var(--blue);
  font-size: 22px;
  font-weight: 900;
}
.check-list,
.plain-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}
.check-list li,
.plain-list li {
  position: relative;
  padding: 8px 0 8px 28px;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--violet);
  font-weight: 900;
}
.plain-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.pill-row span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--blue);
  background: rgba(255,255,255,0.72);
  font-size: 13px;
  font-weight: 700;
}
.validation-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 28px;
}
.validation-form label {
  display: grid;
  gap: 8px;
  color: var(--blue);
  font-weight: 800;
}
.validation-form input,
.validation-form select,
.validation-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 14px;
  color: var(--ink);
  background: rgba(255,255,255,0.92);
  font: inherit;
}
.validation-form textarea,
.validation-form .consent-row,
.validation-form fieldset,
.validation-form .form-wide,
.validation-form button {
  grid-column: 1 / -1;
}
.validation-form .consent-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-weight: 600;
}
.validation-form .consent-row input {
  width: auto;
  margin-top: 7px;
}
.validation-form fieldset {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px;
  background: rgba(255,255,255,0.72);
}
.validation-form legend {
  padding: 0 6px;
  color: var(--blue);
  font-weight: 900;
}
.validation-form .worry-field {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}
.validation-form .worry-field label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--muted);
  font-weight: 700;
}
.validation-form .worry-field input {
  width: auto;
  margin-top: 6px;
}
.process-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.process-cards article {
  padding: 24px;
}
.process-cards strong {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 18px;
}
.process-cards p {
  color: var(--muted);
}
.decision-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.decision-list span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 11px 14px;
  color: var(--blue);
  background: rgba(255,255,255,0.86);
  font-size: 14px;
  font-weight: 800;
}
.validation-note,
.mistake-panel {
  margin-top: 18px;
}
.validation-note {
  max-width: 760px;
  color: var(--blue);
  font-size: 18px;
  font-weight: 800;
}
.mistake-panel {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
  background: rgba(255,255,255,0.82);
  box-shadow: 0 20px 46px rgba(45,36,109,0.08);
}
.mistake-panel h3 {
  max-width: 860px;
  margin-top: 10px;
}
.mistake-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 16px;
  margin-top: 18px;
}
.mistake-grid div {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
  background: rgba(255,255,255,0.72);
}
.mistake-grid strong {
  color: var(--blue);
}
.mistake-grid p,
.mistake-panel > p {
  margin-top: 8px;
  color: var(--muted);
}
.readiness-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.52fr);
  gap: 18px;
}
.readiness-list,
.score-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,0.82);
  box-shadow: 0 20px 46px rgba(45,36,109,0.08);
}
.readiness-list {
  margin: 0;
  padding: 24px 28px;
  list-style: none;
  color: var(--blue);
  font-weight: 800;
}
.readiness-list li {
  position: relative;
  padding: 10px 0 10px 34px;
}
.readiness-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 16px;
  height: 16px;
  border: 2px solid var(--teal);
  border-radius: 5px;
  background: rgba(255,255,255,0.9);
}
.score-card {
  padding: 24px;
}
.score-card strong {
  display: block;
  color: var(--blue);
  font-size: 16px;
}
.score-card p {
  margin: 4px 0 16px;
  color: var(--muted);
}
.score-card p:last-child {
  margin-bottom: 0;
}
.review-preview {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
  background: rgba(255,255,255,0.82);
  box-shadow: 0 20px 46px rgba(45,36,109,0.08);
}
.review-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.review-preview-head strong {
  color: var(--blue);
}
.review-preview-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.review-preview-grid article {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
  background: rgba(255,255,255,0.72);
}
.review-preview-grid strong {
  color: var(--blue);
}
.review-preview-grid p {
  margin-top: 8px;
  color: var(--muted);
}
.journey-visual-slot,
.workflow-visual-slot {
  border: 1px solid var(--line);
  border-radius: 18px;
  margin: 24px auto 0;
  padding: 18px;
  background: rgba(255,255,255,0.82);
  box-shadow: 0 20px 46px rgba(45,36,109,0.08);
  max-width: 900px;
  overflow: hidden;
}
.journey-visual-slot img,
.workflow-visual-slot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}
.journey-visual-slot {
  max-width: 860px;
}
.workflow-visual-slot {
  max-width: 920px;
}
.journey-steps,
.workflow-visual-slot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.journey-steps span,
.workflow-visual-slot span {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--blue);
  background: rgba(255,255,255,0.76);
  font-size: 13px;
  font-weight: 800;
}
.journey-steps span:not(:last-child)::after,
.workflow-visual-slot span:not(:last-child)::after {
  content: "→";
  margin-left: 10px;
  color: var(--violet);
}
.journey-visual-slot strong {
  display: block;
  margin-top: 14px;
  color: var(--blue);
  font-size: 18px;
}
@media (max-width: 900px) {
  .validation-grid,
  .validation-form,
  .process-cards,
  .readiness-panel,
  .mistake-grid,
  .review-preview-grid,
  .fit-list,
  .validation-form .worry-field {
    grid-template-columns: 1fr;
  }
  .validation-page .validation-hero-split {
    grid-template-columns: 1fr;
  }
  .hero-decision-image {
    height: 260px;
    object-position: 82% center;
  }
  .journey-visual-slot,
  .workflow-visual-slot {
    max-width: none;
    margin-left: -2vw;
    margin-right: -2vw;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 12px;
  }
  .journey-visual-slot img {
    width: 760px;
    max-width: none;
  }
  .workflow-visual-slot img {
    width: 820px;
    max-width: none;
  }
  .validation-form textarea,
  .validation-form .consent-row,
  .validation-form fieldset,
  .validation-form .form-wide,
  .validation-form button {
    grid-column: auto;
  }
}


/* Solution Matrix V1 */
.solution-hero { align-items: center; }
.hero-art-card { border-radius: 32px; overflow: hidden; background: rgba(255,255,255,.72); border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(32,20,84,.12); }
.hero-art-card img, .method-visual-band img { width: 100%; display: block; }
.method-visual-band { width: min(1120px, 88vw); margin: 32px auto 72px; display: grid; grid-template-columns: .78fr 1.2fr; gap: 28px; align-items: center; padding: 28px; border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,.72); box-shadow: 0 18px 50px rgba(32,20,84,.08); }
.method-visual-band img { border-radius: 24px; }
.solution-matrix-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.solution-card.rich { position: relative; display: flex; flex-direction: column; min-height: 360px; overflow: hidden; padding: 0 0 22px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.84); box-shadow: 0 14px 38px rgba(32,20,84,.08); }
.solution-card.rich .solution-card-image { width: 100%; aspect-ratio: 1.42 / 1; object-fit: cover; border-bottom: 1px solid rgba(229,220,246,.75); }
.solution-card.rich h3 { margin: 18px 18px 8px; font-size: 20px; line-height: 1.35; }
.solution-card.rich p { margin: 0 18px 10px; color: var(--muted); font-size: 14px; }
.solution-card.rich small { margin: auto 18px 0; color: #7d6da7; font-weight: 700; }
.solution-badge { position: absolute; top: 14px; left: 14px; padding: 7px 10px; border-radius: 999px; color: white; background: linear-gradient(135deg, var(--violet), #8c6df0); font-weight: 800; font-size: 12px; box-shadow: 0 10px 24px rgba(110,68,200,.24); }
.fit-strip, .capability-note { width: min(1120px, 88vw); margin: 72px auto; padding: 34px; border-radius: 28px; background: linear-gradient(135deg, #1b1448, #5e45bb); color: white; box-shadow: 0 24px 70px rgba(32,20,84,.16); }
.fit-strip p, .capability-note p { color: rgba(255,255,255,.78); max-width: 760px; }
.capability-note { background: rgba(255,255,255,.78); color: var(--ink); border: 1px solid var(--line); }
.capability-note p { color: var(--muted); }
.capability-nodes.image-backed article { overflow: hidden; }
.capability-nodes.image-backed img { width: 100%; height: 150px; object-fit: cover; border-radius: 20px; margin-bottom: 16px; }
.solution-detail-hero { width: min(1180px, 88vw); margin: 54px auto 70px; display: grid; grid-template-columns: .86fr 1.14fr; gap: 36px; align-items: center; }
.solution-detail-hero img { width: 100%; border-radius: 32px; border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(32,20,84,.12); }
.solution-detail-hero h1 { font-size: clamp(42px, 6vw, 76px); line-height: 1.08; margin: 8px 0 18px; }
.two-column.narrative { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.two-column.narrative article, .solution-spec-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.82); box-shadow: 0 14px 36px rgba(32,20,84,.06); }
.solution-spec-grid { display: grid; grid-template-columns: 1fr 1fr .9fr; gap: 22px; }
.solution-spec-grid li { margin: 8px 0; color: var(--muted); }
.value-card { background: linear-gradient(135deg, rgba(110,68,200,.12), rgba(241,189,70,.14)) !important; }
.detail-image-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.detail-image-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 22px; border: 1px solid var(--line); box-shadow: 0 14px 38px rgba(32,20,84,.08); background: white; }
.role-solution-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.role-solution-card { display: grid; grid-template-columns: 260px 1fr; gap: 22px; padding: 18px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.82); box-shadow: 0 16px 40px rgba(32,20,84,.07); }
.role-solution-card img { width: 100%; height: 218px; object-fit: contain; border-radius: 18px; background: linear-gradient(135deg, #fff, #f7f2ff); border: 1px solid rgba(229,220,246,.72); }
.role-solution-card h3 { margin: 8px 0 10px; font-size: 22px; line-height: 1.35; }
.role-solution-card a { color: var(--violet); font-weight: 800; }
@media (max-width: 980px) { .solution-matrix-grid, .detail-image-grid, .solution-spec-grid, .two-column.narrative, .method-visual-band, .solution-detail-hero, .role-solution-grid { grid-template-columns: 1fr; } .role-solution-card { grid-template-columns: 1fr; } .solution-card.rich { min-height: auto; } }


/* Mobile audit fixes 2026-06-25 */
@media (max-width: 640px) {
  .site-header {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 24px 16px;
  }
  .brand.brand-image,
  .brand {
    min-width: 0;
  }
  .brand.brand-image img {
    width: 132px;
  }
  .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 16px;
    overflow-x: visible;
    padding: 4px 0 2px;
    margin-right: 0;
    font-size: 14px;
    white-space: normal;
  }
  .site-header .button {
    justify-self: start;
    padding: 10px 18px;
    font-size: 14px;
  }
  .hero,
  .hero.compact,
  .solution-detail-hero {
    width: min(100% - 40px, 560px);
    margin: 44px auto 48px;
    padding: 0;
  }
  .hero h1,
  .hero.compact h1,
  .solution-detail-hero h1 {
    font-size: clamp(42px, 13vw, 56px);
    line-height: 1.14;
  }
  .hero .lead,
  .hero.compact .lead,
  .solution-detail-hero .lead {
    font-size: 20px;
    line-height: 1.65;
  }
  .actions {
    gap: 12px;
  }
  .actions .button {
    padding: 12px 18px;
    font-size: 15px;
  }
  .method-visual-band,
  .fit-strip,
  .capability-note {
    width: min(100% - 40px, 560px);
    margin: 42px auto;
    padding: 22px;
    border-radius: 24px;
  }
  .solution-matrix-grid,
  .role-solution-grid,
  .detail-image-grid,
  .solution-spec-grid,
  .two-column.narrative {
    width: min(100% - 40px, 560px);
    margin-left: auto;
    margin-right: auto;
  }
  .solution-card.rich h3,
  .role-solution-card h3 {
    font-size: 20px;
  }
  .role-solution-card img {
    height: auto;
    aspect-ratio: 1.19 / 1;
  }
  .capability-nodes.image-backed {
    width: min(100% - 40px, 560px);
    margin-left: auto;
    margin-right: auto;
  }
}


/* Mobile typography tightening after Playwright audit */
@media (max-width: 640px) {
  .hero h1,
  .hero.compact h1,
  .solution-detail-hero h1 {
    font-size: clamp(36px, 10.8vw, 48px);
    line-height: 1.16;
  }
  .hero .lead,
  .hero.compact .lead,
  .solution-detail-hero .lead {
    font-size: 18px;
    line-height: 1.6;
  }
  .hero,
  .hero.compact,
  .solution-detail-hero {
    margin-top: 34px;
    margin-bottom: 42px;
  }
  .eyebrow {
    font-size: 14px;
  }
}


/* Mobile hero card padding fix */
@media (max-width: 640px) {
  .hero,
  .hero.compact {
    padding: 28px;
  }
  .solution-detail-hero {
    padding: 28px 0;
  }
  .hero-art-card {
    margin-top: 18px;
  }
}

/* === 2026-06-28 Market First Homepage === */
.home-market-first {
  background:
    radial-gradient(circle at 78% 8%, rgba(185, 166, 200, 0.28), transparent 28%),
    radial-gradient(circle at 12% 16%, rgba(243, 224, 138, 0.18), transparent 24%),
    #fbf9ff;
}

.home-hero-v2 {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1fr);
  gap: 36px;
  align-items: center;
  padding: 86px 6vw 72px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, #ffffff 0%, #f8f4fb 52%, #eee6f5 100%);
}

.home-hero-copy { position: relative; z-index: 1; }
.home-hero-v2 h1 { max-width: 820px; font-size: clamp(40px, 5.4vw, 76px); }
.home-hero-v2 h1 span { display: block; }
.hero-subtitle { margin-top: 16px; color: #715091; font-size: clamp(22px, 2.2vw, 32px); font-weight: 800; }
.home-hero-v2 .lead { max-width: 680px; }

.healthcare-intelligence-system {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(185, 166, 200, 0.38);
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 52%, rgba(243, 224, 138, 0.42), transparent 10%),
    radial-gradient(circle at 58% 46%, rgba(255, 255, 255, 0.88), transparent 18%),
    radial-gradient(circle at 78% 26%, rgba(113, 80, 145, 0.2), transparent 30%),
    radial-gradient(circle at 18% 82%, rgba(243, 224, 138, 0.13), transparent 24%),
    linear-gradient(145deg, rgba(255,255,255,.88), rgba(241,234,249,.76));
  box-shadow: 0 32px 90px rgba(46, 39, 64, 0.13);
  isolation: isolate;
}

.healthcare-intelligence-system::before,
.healthcare-intelligence-system::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
}

.healthcare-intelligence-system::before {
  left: 8%;
  right: 8%;
  top: 50%;
  height: 34%;
  border-radius: 50%;
  border: 1px solid rgba(243, 224, 138, 0.55);
  transform: translateY(-50%) rotate(-12deg);
  box-shadow: 0 0 44px rgba(243, 224, 138, 0.14);
}

.healthcare-intelligence-system::after {
  left: 16%;
  right: 14%;
  top: 38%;
  height: 28%;
  border-radius: 50%;
  border: 1px solid rgba(113, 80, 145, 0.2);
  transform: rotate(17deg);
}

.intelligence-field-grid {
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(113,80,145,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(113,80,145,.07) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: radial-gradient(circle at 52% 48%, #000 0 45%, transparent 78%);
}

.intelligence-orbit {
  position: absolute;
  border: 1px solid rgba(113, 80, 145, 0.16);
  border-radius: 50%;
  transform-origin: center;
}

.orbit-a { left: 12%; right: 12%; top: 23%; height: 52%; transform: rotate(-19deg); }
.orbit-b { left: 20%; right: 15%; top: 31%; height: 35%; transform: rotate(13deg); border-color: rgba(243,224,138,.4); }
.orbit-c { left: 27%; right: 24%; top: 18%; height: 62%; transform: rotate(72deg); border-color: rgba(113,80,145,.12); }

.lumi-presence {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle, #f1bd46 0 18%, #fff8d8 19% 41%, rgba(255,255,255,.28) 42% 54%, transparent 55%),
    radial-gradient(circle, rgba(243,224,138,.45), transparent 68%);
  box-shadow:
    0 0 0 22px rgba(243, 224, 138, 0.13),
    0 0 68px rgba(243, 224, 138, 0.48),
    0 0 120px rgba(113, 80, 145, 0.2);
  animation: lumiBreath 5.8s ease-in-out infinite;
  z-index: 3;
}

.lumi-presence::before {
  content: "";
  position: absolute;
  inset: -44px;
  border-radius: 50%;
  border: 1px solid rgba(243,224,138,.3);
  filter: blur(.2px);
}

.system-node,
.field-particle {
  position: absolute;
  display: block;
  border-radius: 50%;
  z-index: 2;
}

.system-node {
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid rgba(243, 224, 138, 0.72);
  box-shadow: 0 0 0 8px rgba(243,224,138,.12), 0 0 28px rgba(243,224,138,.32);
}

.system-node i {
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: #f1bd46;
}

.node-doctor { left: 20%; top: 28%; }
.node-patient { right: 22%; top: 27%; }
.node-record { left: 18%; bottom: 28%; }
.node-follow { right: 18%; bottom: 29%; }
.node-content { left: 38%; top: 19%; }
.node-decision { right: 39%; bottom: 18%; }
.node-care { left: 56%; bottom: 36%; width: 16px; height: 16px; }
.node-care i { inset: 5px; }

.connection-line {
  position: absolute;
  height: 1px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, rgba(243,224,138,.78), rgba(113,80,145,.28), transparent);
  transform-origin: left center;
  z-index: 1;
  animation: connectionGlow 7.5s ease-in-out infinite;
}

.line-a { left: 24%; top: 31%; width: 28%; transform: rotate(18deg); }
.line-b { left: 51%; top: 45%; width: 31%; transform: rotate(-22deg); animation-delay: -2s; }
.line-c { left: 23%; bottom: 32%; width: 29%; transform: rotate(-16deg); animation-delay: -4s; }
.line-d { right: 21%; bottom: 33%; width: 26%; transform: rotate(20deg); animation-delay: -1s; }

.field-particle {
  width: 7px;
  height: 7px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 0 18px rgba(243,224,138,.55);
  animation: particleDrift 9s ease-in-out infinite;
}

.p1 { left: 31%; top: 40%; }
.p2 { right: 31%; top: 39%; animation-delay: -1.5s; }
.p3 { left: 45%; bottom: 28%; animation-delay: -3s; }
.p4 { right: 28%; bottom: 47%; animation-delay: -4.5s; }
.p5 { left: 62%; top: 22%; animation-delay: -6s; }

.system-caption {
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  color: rgba(32, 20, 84, 0.62);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes lumiBreath {
  0%, 100% { transform: translate(-50%, -50%) scale(0.96); filter: brightness(1); }
  50% { transform: translate(-50%, -50%) scale(1.04); filter: brightness(1.08); }
}

@keyframes connectionGlow {
  0%, 100% { opacity: 0.32; filter: blur(0); }
  42% { opacity: 0.9; filter: blur(.2px); }
  70% { opacity: 0.48; }
}

@keyframes particleDrift {
  0%, 100% { transform: translate3d(0,0,0); opacity: .5; }
  50% { transform: translate3d(10px,-14px,0); opacity: 1; }
}

.compact-head { align-items: flex-start; }
.home-compare-section, .opportunity-section, .method-flow-section, .capability-section-v2, .collaboration-section { width: min(1180px, 88vw); }
.compare-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.compare-card { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.86); box-shadow: 0 16px 42px rgba(46,39,64,.06); }
.compare-card span { color: #715091; font-weight: 900; }
.compare-card ul { margin: 18px 0 0; padding-left: 20px; color: var(--muted); }
.chaolab-card { background: linear-gradient(135deg, #fff, #f3edf8); border-color: rgba(113,80,145,.28); }
.chaolab-card p { margin-top: 20px; color: #715091; font-weight: 900; }

.representative-section { width: min(1180px, 88vw); }
.representative-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.representative-card { overflow: hidden; border: 1px solid rgba(185,166,200,.55); border-radius: 24px; background: rgba(255,255,255,.9); box-shadow: 0 18px 48px rgba(46,39,64,.08); transition: transform 160ms ease, box-shadow 160ms ease; }
.representative-card:hover { transform: translateY(-3px); box-shadow: 0 24px 60px rgba(46,39,64,.12); }
.representative-card figure { margin: 0; padding: 14px 14px 0; background: linear-gradient(180deg, #fff, #faf7ff); }
.representative-card img { display: block; width: 100%; height: auto; border-radius: 18px; border: 1px solid rgba(229,220,246,.82); }
.representative-copy { padding: 20px 22px 24px; }
.representative-copy span { color: #715091; font-size: 13px; font-weight: 900; }
.representative-copy h3 { margin-top: 8px; font-size: 22px; line-height: 1.32; }
.representative-copy p { margin-top: 10px; color: var(--muted); }
.more-workflows-note { margin-top: 22px; padding: 24px; border: 1px solid rgba(185,166,200,.5); border-radius: 24px; background: #fff; }
.more-workflows-note strong { display: block; margin-bottom: 8px; color: #715091; }
.more-workflows-note p { color: var(--muted); }

.opportunity-flow, .collaboration-steps { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 12px; margin-top: 26px; }
.opportunity-flow span, .collaboration-steps span { position: relative; display: grid; min-height: 74px; place-items: center; padding: 14px; border: 1px solid rgba(185,166,200,.58); border-radius: 999px; background: rgba(255,255,255,.88); color: #2e2740; font-weight: 900; text-align: center; }
.opportunity-flow span:not(:last-child)::after, .collaboration-steps span:not(:last-child)::after { content: ""; position: absolute; right: -13px; width: 14px; height: 2px; background: #b9a6c8; }

.method-flow-v2 { display: grid; grid-template-columns: repeat(7, minmax(0,1fr)); gap: 10px; }
.method-flow-v2 div { padding: 18px 14px; border: 1px solid rgba(185,166,200,.55); border-radius: 20px; background: rgba(255,255,255,.88); }
.method-flow-v2 span { color: #715091; font-size: 12px; font-weight: 900; }
.method-flow-v2 strong { display: block; margin-top: 8px; line-height: 1.35; }
.method-flow-v2 p { margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.method-flow-v2 .highlight { border-color: rgba(243,224,138,.85); background: linear-gradient(180deg, #fff, #fff9d9); }

.capability-matrix-v2 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.capability-matrix-v2 article { min-height: 138px; padding: 20px; border: 1px solid rgba(185,166,200,.55); border-radius: 20px; background: rgba(255,255,255,.9); }
.capability-matrix-v2 strong { display: block; color: #2e2740; }
.capability-matrix-v2 p { margin-top: 10px; color: var(--muted); }

.final-cta-v2 { width: min(1180px, 88vw); padding: 46px; border-radius: 30px; background: linear-gradient(135deg, #2e2740, #715091); color: #fff; box-shadow: 0 24px 70px rgba(46,39,64,.18); }
.final-cta-v2 p { margin-top: 12px; color: rgba(255,255,255,.78); }
.final-cta-v2 .button.secondary { border-color: rgba(255,255,255,.5); color: #fff; }

@media (max-width: 980px) {
  .home-hero-v2, .compare-grid, .representative-grid, .capability-matrix-v2 { grid-template-columns: 1fr; }
  .workflow-visual, .healthcare-intelligence-system { min-height: 430px; }
  .method-flow-v2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .opportunity-flow, .collaboration-steps { grid-template-columns: 1fr; }
  .opportunity-flow span:not(:last-child)::after, .collaboration-steps span:not(:last-child)::after { display: none; }
}

@media (max-width: 640px) {
  .home-hero-v2 { padding: 54px 6vw 44px; }
  .workflow-visual, .healthcare-intelligence-system { min-height: 340px; }
  .home-hero-v2 h1 { font-size: clamp(42px, 12vw, 50px); }
  .home-hero-v2 h1 span { display: inline; }
  .home-hero-v2 h1 span:first-child::after { content: "\A"; white-space: pre; }
  .hero-subtitle { font-size: 25px; line-height: 1.42; }
  .system-caption { bottom: 22px; font-size: 11px; }
  .lumi-presence { width: 86px; height: 86px; }
  .workflow-card { width: 78%; }
  .workflow-card.scene { left: 7%; top: 8%; }
  .workflow-card.problem { right: 7%; top: 38%; }
  .workflow-card.solution { bottom: 7%; }
  .method-flow-v2 { grid-template-columns: 1fr; }
  .final-cta-v2 { padding: 30px 24px; }
}

/* 6.29-3 site closure pass */
.closure-section {
  width: min(1180px, calc(100% - 64px));
  margin: 92px auto;
}
.path-compare-grid,
.value-grid-simple,
.method-four-grid,
.capability-eight-grid,
.solution-showcase-grid,
.method-image-grid,
.belief-grid,
.collab-grid,
.start-grid {
  display: grid;
  gap: 22px;
}
.path-compare-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.path-compare-grid article,
.value-grid-simple article,
.method-four-grid article,
.capability-eight-grid article,
.belief-grid article,
.collab-grid article,
.start-grid article {
  border: 1px solid rgba(229, 220, 246, .9);
  background: rgba(255, 255, 255, .78);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 16px 40px rgba(80, 55, 130, .06);
}
.path-compare-grid article span,
.capability-eight-grid article span,
.start-grid article span {
  display: inline-flex;
  color: var(--purple);
  font-weight: 800;
  margin-bottom: 14px;
}
.path-compare-grid .featured {
  background: linear-gradient(135deg, rgba(111, 78, 246, .12), rgba(255, 255, 255, .92));
  border-color: rgba(111, 78, 246, .28);
}
.value-grid-simple { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.method-four-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.solution-hero-editorial,
.about-hero-simple,
.collaborate-hero,
.insights-hero {
  width: min(1180px, calc(100% - 64px));
  margin: 78px auto 72px;
}
.solution-hero-editorial {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 48px;
  align-items: center;
}
.solution-hero-editorial h1,
.about-hero-simple h1,
.collaborate-hero h1,
.insights-hero h1 {
  margin: 12px 0 20px;
  color: var(--ink);
  font-size: clamp(48px, 7vw, 94px);
  line-height: .96;
  letter-spacing: 0;
}
.solution-hero-editorial figure,
.about-work figure {
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(229, 220, 246, .82);
  background: #fff;
  box-shadow: 0 24px 70px rgba(80, 55, 130, .1);
}
.solution-hero-editorial img,
.about-work img {
  display: block;
  width: 100%;
  height: auto;
}
.solution-showcase-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.solution-showcase-grid article {
  border: 1px solid rgba(229, 220, 246, .92);
  background: rgba(255,255,255,.84);
  border-radius: 28px;
  padding: 18px 18px 24px;
  box-shadow: 0 18px 48px rgba(80,55,130,.06);
}
.solution-showcase-grid img,
.method-image-grid img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 20px;
  background: #fff;
}
.solution-showcase-grid span {
  display: inline-block;
  margin-top: 18px;
  color: var(--purple);
  font-weight: 800;
}
.solution-showcase-grid h3 { margin: 8px 0 8px; }
.method-image-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.method-image-grid article {
  border: 1px solid rgba(229, 220, 246, .88);
  background: #fff;
  border-radius: 24px;
  padding: 14px 14px 22px;
  text-align: center;
}
.method-image-grid img { max-height: 190px; }
.capability-eight-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.linear-process,
.mini-module-row,
.topic-row,
.contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.linear-process span,
.mini-module-row span,
.topic-row span,
.contact-strip span {
  border: 1px solid rgba(229, 220, 246, .92);
  background: rgba(255,255,255,.78);
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 800;
  color: var(--ink);
}
.linear-process i {
  width: 34px;
  height: 1px;
  background: rgba(111,78,246,.32);
}
.featured-insight {
  padding: 44px;
  border: 1px solid rgba(229,220,246,.9);
  border-radius: 30px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 50px rgba(80,55,130,.06);
}
.text-link { color: var(--purple); font-weight: 900; }
.journal-grid.clean { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.about-work {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(420px, 1.28fr);
  gap: 44px;
  align-items: center;
}
.wide-lead {
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1.55;
  color: var(--muted);
  max-width: 980px;
}
.belief-grid,
.start-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.collab-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

@media (max-width: 980px) {
  .solution-hero-editorial,
  .about-work,
  .path-compare-grid,
  .solution-showcase-grid,
  .journal-grid.clean {
    grid-template-columns: 1fr;
  }
  .value-grid-simple,
  .method-four-grid,
  .method-image-grid,
  .capability-eight-grid,
  .belief-grid,
  .collab-grid,
  .start-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .closure-section,
  .solution-hero-editorial,
  .about-hero-simple,
  .collaborate-hero,
  .insights-hero {
    width: min(100% - 40px, 560px);
    margin: 52px auto;
  }
  .solution-hero-editorial h1,
  .about-hero-simple h1,
  .collaborate-hero h1,
  .insights-hero h1 {
    font-size: clamp(42px, 14vw, 62px);
  }
  .value-grid-simple,
  .method-four-grid,
  .method-image-grid,
  .capability-eight-grid,
  .belief-grid,
  .collab-grid,
  .start-grid {
    grid-template-columns: 1fr;
  }
  .linear-process i { display: none; }
  .solution-showcase-grid article,
  .path-compare-grid article,
  .value-grid-simple article,
  .method-four-grid article,
  .capability-eight-grid article,
  .belief-grid article,
  .collab-grid article,
  .start-grid article {
    padding: 22px;
  }
}


/* 7.1 Framework image replacement: public site shows frameworks, not know-how */
.framework-section .section-head,
.framework-method-section .section-head {
  align-items: end;
}
.framework-figure {
  margin: 26px 0 0;
  padding: clamp(12px, 2vw, 22px);
  border: 1px solid rgba(185, 166, 200, .42);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(248,244,255,.84));
  box-shadow: 0 22px 70px rgba(46, 39, 64, .10);
  overflow: hidden;
}
.framework-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 22px;
}
.framework-note {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
}
.method-worldview-figure {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.method-worldview-figure img {
  max-height: 760px;
}
.capability-framework-figure,
.scene-entry-figure,
.about-framework-figure {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.framework-about {
  align-items: center;
}
.framework-about .framework-figure {
  margin-top: 0;
}
@media (max-width: 760px) {
  .framework-section .section-head,
  .framework-method-section .section-head {
    align-items: start;
  }
  .framework-figure {
    margin-top: 18px;
    padding: 10px;
    border-radius: 22px;
  }
  .framework-figure img {
    border-radius: 16px;
  }
  .method-worldview-figure img {
    max-height: none;
  }
  .framework-note {
    text-align: left;
    font-size: .95rem;
  }
  .framework-about .framework-figure {
    margin-top: 18px;
  }
}

.solution-hero-clean {
  grid-template-columns: 1fr;
  max-width: 980px;
}
.solution-hero-clean .lead {
  max-width: 680px;
}


/* 7.4 Insights V0.1 seed article landing */
.featured-insight-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .85fr);
  gap: 34px;
  align-items: center;
}
.featured-insight-split h2 {
  margin-top: 14px;
}
.featured-insight-split p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 18px;
}
.featured-diagram {
  min-height: 320px;
  padding: 30px;
  border: 1px solid rgba(229, 220, 246, .9);
  border-radius: 28px;
  background:
    radial-gradient(circle at 78% 20%, rgba(241, 189, 70, .22), transparent 20%),
    linear-gradient(135deg, rgba(255,255,255,.86), rgba(242,237,255,.78));
  display: grid;
  align-content: center;
  gap: 14px;
}
.featured-diagram span {
  display: block;
  padding: 14px 18px;
  border: 1px solid rgba(229, 220, 246, .96);
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  color: var(--ink);
  font-weight: 900;
}
.featured-diagram i {
  width: 2px;
  height: 22px;
  margin-left: 24px;
  background: linear-gradient(var(--violet), var(--gold));
  opacity: .55;
}
.journal-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.related-line {
  display: inline-flex;
  width: fit-content;
  margin-top: 16px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(242, 237, 255, .72);
  color: var(--violet) !important;
  font-size: 13px !important;
  font-weight: 900;
}
.article-related {
  margin-top: 24px;
}
.latest-six .journal-card {
  min-height: 360px;
}
.all-insights-list {
  display: grid;
  gap: 12px;
}
.all-insights-list a {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 170px;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(229, 220, 246, .88);
  border-radius: 20px;
  background: rgba(255,255,255,.78);
}
.all-insights-list span {
  color: var(--violet);
  font-weight: 900;
}
.all-insights-list em {
  justify-self: end;
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}
.topic-row-v2 span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.topic-count {
  min-width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(241, 189, 70, .22);
  color: var(--ink);
  font-size: 12px;
}
.load-more-note {
  text-align: center;
  padding: 42px;
  border: 1px dashed rgba(110, 68, 200, .28);
  border-radius: 30px;
  background: rgba(255,255,255,.58);
}
.article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 38px 0 74px;
}
@media (max-width: 980px) {
  .featured-insight-split { grid-template-columns: 1fr; }
  .all-insights-list a { grid-template-columns: 1fr; }
  .all-insights-list em { justify-self: start; }
}
@media (max-width: 640px) {
  .featured-diagram { min-height: auto; padding: 22px; }
  .journal-meta { align-items: flex-start; flex-direction: column; }
  .latest-six .journal-card { min-height: auto; }
}


/* Demand Map lightweight entry modules */
.demand-entry-section {
  background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(247,243,255,.72));
  border: 1px solid rgba(229, 220, 246, .84);
  border-radius: 32px;
}
.demand-entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.demand-entry-card {
  display: grid;
  gap: 12px;
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(229, 220, 246, .86);
  border-radius: 24px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 12px 34px rgba(41, 26, 92, .05);
}
.demand-entry-card span,
.demand-footer-item span {
  color: var(--violet);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.demand-entry-card strong {
  color: var(--ink);
  font-size: 19px;
  line-height: 1.45;
}
.demand-entry-card em {
  align-self: end;
  color: var(--muted);
  font-style: normal;
  font-weight: 900;
}
.demand-entry-card.muted {
  background: rgba(248, 246, 255, .7);
}
.article-demand-footer {
  margin-top: 42px;
  padding: 30px;
  border: 1px solid rgba(229, 220, 246, .88);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(247,243,255,.72));
}
.article-demand-footer h2 {
  margin-top: 8px;
  font-size: clamp(24px, 3vw, 34px);
}
.demand-footer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}
.demand-footer-item {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(229, 220, 246, .82);
}
.demand-footer-item p {
  margin: 9px 0 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 980px) {
  .demand-entry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .demand-entry-grid,
  .demand-footer-grid { grid-template-columns: 1fr; }
  .demand-entry-card { min-height: auto; }
  .article-demand-footer { padding: 22px; }
}


/* Dental Website V0.9 candidate */
.dental-hero {
  width: min(1180px, calc(100% - 48px));
  margin: 34px auto 0;
  padding: clamp(56px, 7vw, 96px);
  border: 1px solid rgba(229, 220, 246, .9);
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(247,243,255,.78));
  box-shadow: 0 28px 80px rgba(41, 26, 92, .08);
}
.dental-hero h1 {
  max-width: 860px;
  margin: 10px 0 22px;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 1.05;
}
.dental-hero .lead {
  max-width: 820px;
}
.dental-section > p,
.dental-section .boundary-note {
  max-width: 920px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.85;
}
.dental-list-grid,
.dental-architecture,
.dental-scan-grid,
.dental-path {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}
.dental-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dental-list-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dental-list-grid article,
.dental-architecture article,
.dental-scan-grid article,
.dental-path span,
.dental-apply-box {
  border: 1px solid rgba(229, 220, 246, .9);
  border-radius: 24px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 12px 34px rgba(41, 26, 92, .05);
}
.dental-list-grid article,
.dental-path span {
  padding: 18px;
  color: var(--ink);
  font-weight: 900;
}
.dental-architecture,
.dental-scan-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dental-architecture article,
.dental-scan-grid article { padding: 22px; }
.dental-architecture span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--violet);
  color: #fff;
  font-weight: 900;
}
.dental-architecture h3,
.dental-scan-grid h3 {
  margin: 16px 0 10px;
}
.dental-architecture.compact article {
  box-shadow: none;
}
.dental-workflow,
.dental-path {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.boundary-list {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}
.boundary-list li {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  color: var(--muted);
  font-weight: 700;
}
.dental-final {
  text-align: left;
}
.dental-highlight-card,
.dental-focus-module,
.scan-capability-section,
.dental-apply-section {
  margin-top: 28px;
}
.dental-highlight-card,
.dental-focus-module,
.dental-apply-box {
  padding: 28px;
  border: 1px solid rgba(229, 220, 246, .9);
  border-radius: 30px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 18px 46px rgba(41, 26, 92, .06);
}
.dental-highlight-card span {
  color: var(--violet);
  font-weight: 900;
}
.dental-highlight-card h3,
.dental-focus-module h2 {
  margin: 12px 0;
}
.dental-mini-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}
.dental-mini-points b {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(242, 237, 255, .9);
  color: var(--ink);
}
.dental-apply-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.compact-actions {
  margin: 18px 0 0;
}
@media (max-width: 900px) {
  .dental-hero { width: min(100% - 28px, 1180px); padding: 42px 28px; }
  .dental-architecture,
  .dental-scan-grid,
  .dental-list-grid,
  .dental-list-grid.three,
  .dental-workflow,
  .dental-path { grid-template-columns: 1fr; }
  .dental-apply-box { align-items: flex-start; flex-direction: column; }
}
