:root {
  --bg: #f6f8fb;
  --surface: #ffffff;
  --muted-surface: #eef3f9;
  --ink: #111827;
  --muted: #5f6673;
  --subtle: #7b8494;
  --line: #dce4ee;
  --blue: #0057d9;
  --blue-2: #0b84ff;
  --violet: #635bff;
  --teal: #1f9f8a;
  --orange: #f5a524;
  --dark: #07111f;
  --dark-2: #0c1829;
  --dark-line: #26364d;
  --shadow: 0 24px 70px rgba(21, 31, 50, 0.12);
  --max: 1240px;
  color-scheme: light;
  font-family:
    -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Noto Sans SC",
    "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  letter-spacing: 0;
}

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

p,
h1,
h2,
h3 {
  margin: 0;
}

.shell {
  width: min(var(--max), calc(100vw - 48px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding-inline: max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(246, 248, 251, 0.82);
  border-bottom: 1px solid rgba(220, 228, 238, 0.76);
  backdrop-filter: saturate(180%) blur(18px);
}

.brand,
.desktop-nav,
.nav-link-action {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-size: 15px;
  font-weight: 800;
}

.brand-mark {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background:
    radial-gradient(circle at 66% 32%, #fff 0 15%, transparent 17%),
    linear-gradient(135deg, var(--blue-2), var(--teal));
  box-shadow: 0 10px 22px rgba(0, 87, 217, 0.24);
}

.desktop-nav {
  gap: 34px;
  color: #394253;
  font-size: 13px;
  font-weight: 650;
}

.desktop-nav a,
.nav-link-action,
.mobile-menu a {
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.nav-link-action:hover,
.mobile-menu a:hover {
  color: var(--blue);
}

.nav-link-action {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.menu-toggle {
  display: none;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
  transform-origin: center;
  transition: transform 180ms ease;
}

.mobile-menu {
  position: fixed;
  inset: 64px 0 auto;
  z-index: 40;
  display: none;
  flex-direction: column;
  gap: 2px;
  padding: 18px 24px 24px;
  background: rgba(246, 248, 251, 0.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.mobile-menu a {
  padding: 14px 0;
  color: #394253;
  font-size: 17px;
  font-weight: 700;
}

.section-label {
  margin-bottom: 20px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.section-label.inverse {
  color: var(--blue);
}

.section-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  padding: 8px 14px;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: rgba(239, 246, 255, 0.78);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.section-pill-teal {
  border-color: #bae6fd;
  background: rgba(236, 254, 255, 0.8);
  color: #0284c7;
}

.section-pill-icon {
  display: inline-flex;
  width: 15px;
  height: 15px;
  align-items: center;
  justify-content: center;
}

.section-pill-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hero-copy > .section-label {
  margin-bottom: 38px;
}

.split-heading > div > .section-label,
.contact-copy > .section-label {
  margin-bottom: 40px;
}

.section-copy > .section-label {
  margin-bottom: 22px;
}

h1 {
  font-size: clamp(36px, 3.8vw, 52px);
  font-weight: 850;
  line-height: 1.08;
}

h2 {
  font-size: clamp(36px, 3.8vw, 52px);
  font-weight: 850;
  line-height: 1.08;
}

h3 {
  font-size: 24px;
  font-weight: 820;
  line-height: 1.25;
}

.hero {
  position: relative;
  min-height: 860px;
  padding: 146px 0 112px;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 22%, rgba(99, 91, 255, 0.12), transparent 30%),
    radial-gradient(circle at 68% 62%, rgba(0, 132, 255, 0.17), transparent 32%),
    linear-gradient(180deg, #f8fbff 0%, #eef3f9 100%);
}

.hero::before {
  position: absolute;
  inset: 70px 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 87, 217, 0.22), transparent);
  content: "";
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  gap: 64px;
  align-items: center;
}

.hero-copy {
  max-width: 560px;
}

.hero-lede {
  margin-top: 28px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.78;
}

.hero-body {
  display: grid;
  gap: 16px;
  margin-top: 30px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.78;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 16px 32px rgba(0, 87, 217, 0.25);
}

.button.secondary {
  border: 1px solid rgba(0, 87, 217, 0.36);
  background: rgba(255, 255, 255, 0.7);
  color: var(--blue);
}

.button.light.primary {
  background: var(--blue);
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(0, 87, 217, 0.22);
}

.button.light.secondary {
  border-color: rgba(0, 87, 217, 0.36);
  background: rgba(255, 255, 255, 0.72);
  color: var(--blue);
}

.system-visual {
  position: relative;
}

.system-window {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.system-window.cognitive-baseline-card {
  max-width: 740px;
  margin: 0 auto;
  border-color: rgba(216, 226, 240, 0.86);
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.14);
}

.builder-canvas,
.cognitive-baseline-canvas {
  position: relative;
  min-height: auto;
  aspect-ratio: 740 / 504;
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 26% 32%, rgba(219, 234, 254, 0.36), transparent 26%),
    radial-gradient(circle at 62% 72%, rgba(187, 247, 208, 0.2), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(246, 249, 253, 0.82));
}

.builder-canvas::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(to right, rgba(147, 197, 253, 0.22) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(147, 197, 253, 0.22) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
  opacity: 0.7;
  pointer-events: none;
}

.builder-canvas::after {
  position: absolute;
  right: 7%;
  bottom: 6%;
  z-index: 0;
  width: 36%;
  height: 42%;
  border-radius: 999px;
  background: rgba(204, 251, 241, 0.34);
  filter: blur(44px);
  content: "";
  pointer-events: none;
}

.baseline-scene-glow {
  position: absolute;
  top: 24%;
  left: 19%;
  z-index: 0;
  width: 26%;
  height: 34%;
  border-radius: 999px;
  background: rgba(219, 234, 254, 0.38);
  filter: blur(48px);
  pointer-events: none;
}

.signal-title {
  position: absolute;
  top: 11.1%;
  left: 5.1%;
  z-index: 3;
  margin: 0;
  color: #64748b;
  font-size: 13px;
  font-weight: 850;
}

.signal-card {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 21.5%;
  min-height: 52px;
  align-items: center;
  padding: 14px 20px;
  border: 1px solid rgba(216, 226, 240, 0.9);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: #334155;
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
  opacity: 0;
  transform: translate(-14px, 8px);
}

.signal-one {
  top: 20.6%;
  left: 3%;
}

.signal-two {
  top: 37.3%;
  left: 7.4%;
}

.signal-three {
  top: 54.8%;
  left: 2.5%;
}

.signal-four {
  top: 72%;
  left: 9.5%;
}

.baseline-links {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.baseline-link,
.baseline-runner {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.baseline-link {
  stroke: #93c5fd;
  stroke-dasharray: 5 12;
  stroke-linecap: butt;
  stroke-width: 1.2;
  opacity: 0;
}

.baseline-link.link-strong {
  stroke: #3b82f6;
  stroke-dasharray: 6 14;
  stroke-width: 1.7;
}

.baseline-runner {
  stroke: #60a5fa;
  stroke-dasharray: 0.01 240;
  stroke-linecap: round;
  stroke-width: 4;
  opacity: 0;
}

.coordinate-field {
  position: absolute;
  top: 51%;
  left: 50%;
  z-index: 4;
  width: 28.4%;
  aspect-ratio: 1;
  border: 1px solid rgba(147, 197, 253, 0.7);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 18px 55px rgba(37, 99, 235, 0.12);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.92);
  backdrop-filter: blur(10px);
}

.coordinate-ring {
  position: absolute;
  inset: 28%;
  border: 1px solid rgba(96, 165, 250, 0.78);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.coordinate-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 59%;
  aspect-ratio: 1;
  border: 1px dashed rgba(147, 197, 253, 0.78);
  border-radius: 999px;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.coordinate-orbit span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(147, 197, 253, 0.9);
  box-shadow: 0 0 0 6px rgba(147, 197, 253, 0.22);
  transform: translate(-50%, -50%);
}

.coordinate-axis {
  position: absolute;
  background: rgba(147, 197, 253, 0.78);
  opacity: 0;
}

.coordinate-axis-x {
  top: 50%;
  left: 9.5%;
  width: 81%;
  height: 1px;
  transform: scaleX(0);
}

.coordinate-axis-y {
  top: 9.5%;
  left: 50%;
  width: 1px;
  height: 81%;
  transform: scaleY(0);
}

.coordinate-dot {
  position: absolute;
  border-radius: 999px;
}

.coordinate-dot-main {
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  background: #2563eb;
  box-shadow: 0 0 0 10px rgba(37, 99, 235, 0.14);
  transform: translate(-50%, -50%) scale(0.72);
  opacity: 0;
}

.coordinate-chip {
  position: absolute;
  z-index: 2;
  padding: 7px 12px;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #2563eb;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.07);
  opacity: 0;
  transform: translateY(4px) scale(0.96);
}

.chip-source {
  top: 50%;
  left: -20%;
  transform: translateY(-50%) scale(0.96);
}

.chip-boundary {
  top: 50%;
  right: -20%;
  transform: translateY(-50%) scale(0.96);
}

.chip-fact {
  bottom: -28%;
  left: 50%;
  background: #eff6ff;
  transform: translate(-50%, 8px) scale(0.96);
}

.decision-support {
  position: absolute;
  top: 22.2%;
  right: 0;
  z-index: 4;
  width: 27%;
  opacity: 0;
  transform: translate(18px, 6px);
}

.decision-support::before {
  position: absolute;
  inset: -18px -16px -22px -24px;
  z-index: -1;
  border-radius: 32px;
  background: radial-gradient(circle at left, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.34) 56%, transparent 78%);
  content: "";
  filter: blur(12px);
  pointer-events: none;
}

.decision-support h3 {
  margin: 0 0 24px;
  color: #0f172a;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.decision-support ol {
  position: relative;
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0 0 0 28px;
  list-style: none;
}

.decision-support ol::before {
  position: absolute;
  top: 8px;
  bottom: 10px;
  left: 6px;
  width: 1px;
  background: linear-gradient(180deg, #cbd5e1, rgba(226, 232, 240, 0.9), transparent);
  content: "";
}

.decision-support li {
  position: relative;
  color: #334155;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(5px);
}

.decision-support li span {
  position: absolute;
  top: 4px;
  left: -26px;
  width: 9px;
  height: 9px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.88);
}

.section-dark {
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 87, 217, 0.1), transparent 32%),
    radial-gradient(circle at 18% 70%, rgba(31, 159, 138, 0.1), transparent 30%),
    linear-gradient(180deg, #f4f8fc, #eef5fb);
  color: var(--ink);
}

.decision,
.evidence,
.scenarios {
  padding: 120px 0;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
  gap: 92px;
  align-items: start;
}

.heading-copy,
.section-copy {
  display: grid;
  gap: 18px;
}

.heading-copy p:not(.section-label),
.section-copy p:not(.section-label),
.contact-copy p:not(.section-label) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.78;
}

.section-dark .heading-copy p:not(.section-label) {
  color: var(--muted);
}

.platform-stack {
  display: block;
  margin-top: 82px;
}

.stack-rail {
  display: grid;
  gap: 8px;
  overflow: hidden;
  border: 1px solid #dbe6f2;
  border-radius: 12px;
  background: #dbe6f2;
  box-shadow: 0 18px 42px rgba(21, 31, 50, 0.07);
}

.stack-rail span {
  display: grid;
  min-height: 92px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.82);
  color: #6b7688;
  font-size: 12px;
  font-weight: 850;
  place-items: center start;
  text-transform: uppercase;
}

.capability-list {
  display: grid;
  gap: 10px;
  overflow: visible;
  max-width: 860px;
  margin: 0 auto;
}

.capability-row {
  position: relative;
  z-index: 0;
  display: grid;
  width: 620px;
  max-width: 100%;
  grid-template-columns: 164px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  min-height: auto;
  padding: 16px 22px;
  border: 1px solid rgba(191, 219, 254, 0.78);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.88)),
    linear-gradient(90deg, rgba(37, 99, 235, 0.045), rgba(31, 159, 138, 0.035));
  box-shadow:
    0 20px 52px rgba(21, 31, 50, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  --step-x: 0px;
  left: var(--step-x);
  opacity: 0;
  transform: translateY(28px);
  will-change: transform;
}

.capability-row:nth-child(2) {
  --step-x: 80px;
}

.capability-row:nth-child(3) {
  --step-x: 160px;
}

.capability-row:nth-child(4) {
  --step-x: 240px;
}

.capability-row h3 {
  font-size: 20px;
  line-height: 1.25;
}

.capability-row p {
  max-width: 390px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.62;
}

.decision-layout {
  display: grid;
  grid-template-columns: minmax(460px, 0.92fr) minmax(520px, 1.08fr);
  gap: 72px;
  align-items: center;
}

.decision-copy {
  max-width: 560px;
}

.decision-copy .section-label {
  margin-bottom: 40px;
}

.decision-copy h2 {
  margin-bottom: 28px;
}

.trust-intel-visual {
  position: relative;
  width: min(100%, 700px);
  height: 520px;
  margin-left: auto;
  isolation: isolate;
}

.trust-intel-visual::before {
  position: absolute;
  inset: 22px 14px 132px 54px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 46% 44%, rgba(59, 130, 246, 0.09), transparent 36%),
    radial-gradient(circle at 73% 44%, rgba(31, 159, 138, 0.08), transparent 26%),
    radial-gradient(circle at 28% 58%, rgba(59, 130, 246, 0.06), transparent 24%);
  filter: blur(14px);
  content: "";
  pointer-events: none;
}

.trust-intel-source,
.trust-intel-focus,
.trust-intel-output,
.trust-intel-cap,
.trust-intel-particles,
.trust-intel-beam {
  opacity: 0;
  transform: translateY(18px);
}

.trust-intel-source {
  position: absolute;
  left: 8px;
  top: 166px;
  z-index: 5;
  width: 88px;
  height: 88px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(148, 187, 255, 0.32);
  box-shadow:
    0 18px 42px rgba(21, 31, 50, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.trust-intel-source-inner {
  display: grid;
  gap: 8px;
  justify-items: center;
}

.trust-intel-source svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #79a9ff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-intel-source span {
  color: #263550;
  font-size: 14px;
  font-weight: 850;
}

.trust-intel-particles {
  position: absolute;
  left: 44px;
  top: 112px;
  z-index: 2;
  width: 246px;
  height: 214px;
  pointer-events: none;
}

.trust-intel-particles::before {
  position: absolute;
  inset: 34px 16px 34px 0;
  background:
    radial-gradient(circle at 14% 52%, rgba(59, 130, 246, 0.16) 0 3px, transparent 4px),
    radial-gradient(circle at 22% 36%, rgba(59, 130, 246, 0.1) 0 2px, transparent 3px),
    radial-gradient(circle at 27% 64%, rgba(59, 130, 246, 0.12) 0 2px, transparent 3px),
    radial-gradient(circle at 40% 44%, rgba(59, 130, 246, 0.11) 0 3px, transparent 4px),
    radial-gradient(circle at 52% 54%, rgba(59, 130, 246, 0.09) 0 2px, transparent 3px),
    radial-gradient(circle at 68% 48%, rgba(59, 130, 246, 0.07) 0 2px, transparent 3px);
  filter: blur(0.1px);
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 76%, transparent 100%);
  content: "";
}

.trust-intel-rays {
  position: absolute;
  inset: 16px 0 16px 0;
}

.trust-intel-rays span {
  position: absolute;
  right: 0;
  top: 50%;
  width: 232px;
  height: 1px;
  border-radius: 999px;
  transform-origin: 100% 50%;
  background:
    linear-gradient(
      90deg,
      rgba(67, 132, 255, 0),
      rgba(67, 132, 255, 0.07) 24%,
      rgba(67, 132, 255, 0.11) 62%,
      rgba(67, 132, 255, 0.03)
    );
}

.trust-intel-rays span:nth-child(1) { transform: translateY(-58px) rotate(32deg); opacity: 0.2; }
.trust-intel-rays span:nth-child(2) { transform: translateY(-36px) rotate(20deg); opacity: 0.28; }
.trust-intel-rays span:nth-child(3) { transform: translateY(-18px) rotate(11deg); opacity: 0.34; }
.trust-intel-rays span:nth-child(4) { transform: translateY(12px) rotate(-10deg); opacity: 0.32; }
.trust-intel-rays span:nth-child(5) { transform: translateY(32px) rotate(-20deg); opacity: 0.26; }
.trust-intel-rays span:nth-child(6) { transform: translateY(52px) rotate(-31deg); opacity: 0.18; }
.trust-intel-rays span:nth-child(7) { display: none; }
.trust-intel-rays span:nth-child(8) { display: none; }

.trust-intel-glow {
  position: absolute;
  left: 300px;
  top: 158px;
  z-index: 1;
  width: 170px;
  height: 136px;
  background: radial-gradient(circle at 50% 50%, rgba(59, 130, 246, 0.16), transparent 70%);
  filter: blur(18px);
  opacity: 0;
}

.trust-intel-focus {
  position: absolute;
  left: 204px;
  top: 38px;
  z-index: 4;
  width: 300px;
  height: 300px;
}

.trust-intel-boundary-label {
  position: absolute;
  top: -6px;
  left: 50%;
  z-index: 6;
  padding: 0 24px;
  color: var(--blue);
  font-size: 16px;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 24px;
  transform: translateX(-50%);
  white-space: nowrap;
  background:
    linear-gradient(
      90deg,
      rgba(244, 248, 252, 0),
      rgba(244, 248, 252, 0.96) 20%,
      rgba(244, 248, 252, 0.96) 80%,
      rgba(244, 248, 252, 0)
    );
}

.trust-intel-boundary-label::before,
.trust-intel-boundary-label::after {
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.05);
  transform: translateY(-50%);
  content: "";
}

.trust-intel-boundary-label::before { left: 4px; }
.trust-intel-boundary-label::after { right: 4px; }

.trust-intel-boundary {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.1px dashed rgba(37, 99, 235, 0.34);
}

.trust-intel-boundary::before {
  position: absolute;
  inset: 34px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.82), rgba(225, 238, 255, 0.24) 56%, rgba(205, 225, 255, 0.08) 100%);
  border: 1px solid rgba(108, 164, 255, 0.14);
  box-shadow:
    0 0 0 28px rgba(87, 146, 255, 0.018),
    inset 0 0 42px rgba(122, 170, 255, 0.06);
  content: "";
}

.trust-intel-boundary::after {
  position: absolute;
  inset: 72px;
  border-radius: 50%;
  border: 7px solid rgba(255, 255, 255, 0.86);
  box-shadow:
    0 0 0 1px rgba(112, 168, 255, 0.13),
    0 14px 40px rgba(69, 120, 230, 0.06),
    inset 0 0 24px rgba(90, 150, 255, 0.06);
  content: "";
}

.trust-intel-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 148px;
  height: 148px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 48% 38%, rgba(255, 255, 255, 0.99), rgba(232, 242, 255, 0.88) 58%, rgba(207, 226, 255, 0.42) 100%);
  border: 1px solid rgba(109, 164, 255, 0.28);
  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.58),
    0 18px 44px rgba(37, 111, 255, 0.08),
    inset 0 0 32px rgba(63, 130, 255, 0.075);
}

.trust-intel-core svg {
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-intel-core svg > circle:last-child,
.trust-intel-output svg {
  fill: var(--blue);
  stroke: none;
}

.trust-intel-core strong {
  display: block;
  color: var(--blue);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.trust-intel-core span {
  display: block;
  margin-top: 9px;
  color: #1c63d8;
  font-size: 12px;
  font-weight: 760;
}

.trust-intel-ring-words {
  position: absolute;
  left: 50%;
  bottom: 32px;
  width: 168px;
  height: 34px;
  transform: translateX(-50%);
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.trust-intel-ring-words span {
  position: absolute;
  white-space: nowrap;
}

.trust-intel-ring-words span:nth-child(1) {
  left: 0;
  bottom: 12px;
  transform: rotate(-22deg);
}

.trust-intel-ring-words span:nth-child(2) {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.trust-intel-ring-words span:nth-child(3) {
  right: 0;
  bottom: 12px;
  transform: rotate(22deg);
}

.trust-intel-beam {
  position: absolute;
  left: 428px;
  top: 126px;
  z-index: 3;
  width: 236px;
  height: 138px;
  background:
    linear-gradient(
      90deg,
      rgba(80, 139, 255, 0.18),
      rgba(80, 139, 255, 0.1) 38%,
      rgba(80, 139, 255, 0.03) 78%,
      transparent
    );
  clip-path: polygon(0 48%, 100% 0%, 100% 100%, 0 52%);
  filter: blur(0.7px);
}

.trust-intel-output {
  position: absolute;
  right: -26px;
  top: 160px;
  z-index: 5;
  width: 256px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--blue);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.trust-intel-output svg {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  color: #76a4ff;
}

.trust-intel-output::before {
  position: absolute;
  left: -28px;
  top: -18px;
  width: 280px;
  height: 84px;
  background: radial-gradient(circle at 34% 50%, rgba(80, 139, 255, 0.12), transparent 68%);
  filter: blur(14px);
  z-index: -1;
  content: "";
  pointer-events: none;
}

.trust-intel-caps {
  position: absolute;
  left: 26px;
  right: 20px;
  bottom: 42px;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.trust-intel-caps::before {
  display: none;
}

.trust-intel-cap {
  position: relative;
  text-align: center;
  min-height: 104px;
}

.trust-intel-cap-icon {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(128, 176, 255, 0.26);
  box-shadow:
    0 10px 26px rgba(35, 96, 185, 0.04),
    inset 0 0 18px rgba(255, 255, 255, 0.92);
}

.trust-intel-cap-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-intel-cap h3 {
  margin-bottom: 6px;
  color: var(--blue);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.trust-intel-cap p {
  max-width: 180px;
  margin: 0 auto;
  color: #46546c;
  font-size: 13px;
  line-height: 1.58;
  font-weight: 520;
}

.trust-intel-visual.is-visible .trust-intel-source {
  animation: trust-intel-rise 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.trust-intel-visual.is-visible .trust-intel-particles {
  animation: trust-intel-rise 760ms cubic-bezier(0.22, 1, 0.36, 1) 120ms both;
}

.trust-intel-visual.is-visible .trust-intel-glow {
  animation: trust-intel-fade 900ms ease 220ms both;
}

.trust-intel-visual.is-visible .trust-intel-focus {
  animation: trust-intel-rise 760ms cubic-bezier(0.22, 1, 0.36, 1) 220ms both;
}

.trust-intel-visual.is-visible .trust-intel-beam {
  animation: trust-intel-rise 700ms ease 420ms both;
}

.trust-intel-visual.is-visible .trust-intel-output {
  animation: trust-intel-rise 620ms cubic-bezier(0.22, 1, 0.36, 1) 520ms both;
}

.trust-intel-visual.is-visible .trust-intel-cap:nth-child(1) {
  animation: trust-intel-rise 580ms cubic-bezier(0.22, 1, 0.36, 1) 680ms both;
}

.trust-intel-visual.is-visible .trust-intel-cap:nth-child(2) {
  animation: trust-intel-rise 580ms cubic-bezier(0.22, 1, 0.36, 1) 820ms both;
}

.trust-intel-visual.is-visible .trust-intel-cap:nth-child(3) {
  animation: trust-intel-rise 580ms cubic-bezier(0.22, 1, 0.36, 1) 960ms both;
}

.trust-intel-visual.is-visible .trust-intel-rays span {
  animation: trust-intel-flow 5.6s ease-in-out 1.2s infinite;
}

.trust-intel-visual.is-visible .trust-intel-rays span:nth-child(2) {
  animation-delay: 1.34s;
}

.trust-intel-visual.is-visible .trust-intel-rays span:nth-child(3) {
  animation-delay: 1.48s;
}

.trust-intel-visual.is-visible .trust-intel-rays span:nth-child(4) {
  animation-delay: 1.62s;
}

.trust-intel-visual.is-visible .trust-intel-rays span:nth-child(5) {
  animation-delay: 1.76s;
}

.trust-intel-visual.is-visible .trust-intel-rays span:nth-child(6) {
  animation-delay: 1.9s;
}

.trust-intel-visual.is-visible .trust-intel-rays span:nth-child(7) {
  animation-delay: 2.04s;
}

.trust-intel-visual.is-visible .trust-intel-rays span:nth-child(8) {
  animation-delay: 2.18s;
}

.trust-intel-cap:hover {
  transform: translateY(-6px);
  transition:
    transform 220ms ease,
    opacity 220ms ease;
}

.trust-intel-visual-v2 {
  width: min(100%, 640px);
  height: auto;
  min-height: 0;
  margin-left: auto;
}

.trust-intel-visual-v2::before {
  display: none;
}

.trust-stage {
  position: relative;
  height: 332px;
  overflow: visible;
}

.trust-stage::before {
  position: absolute;
  inset: 20px 18px 22px 34px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 54% 40%, rgba(69, 129, 255, 0.14), transparent 34%),
    radial-gradient(circle at 61% 50%, rgba(69, 129, 255, 0.09), transparent 48%),
    radial-gradient(circle at 76% 44%, rgba(73, 173, 170, 0.07), transparent 24%);
  filter: blur(18px);
  content: "";
  pointer-events: none;
}

.trust-source-bubble,
.trust-source-flow,
.trust-focus-system,
.trust-result-fan,
.trust-result-label,
.trust-support-item {
  opacity: 0;
  transform: translateY(18px);
}

.trust-source-bubble {
  position: absolute;
  left: 52px;
  top: 114px;
  z-index: 5;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(148, 187, 255, 0.28);
  box-shadow:
    0 16px 32px rgba(18, 29, 52, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
}

.trust-source-bubble-inner {
  display: grid;
  gap: 7px;
  justify-items: center;
}

.trust-source-bubble svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: #73a2ff;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-source-bubble span {
  color: #263550;
  font-size: 13px;
  font-weight: 820;
}

.trust-source-flow {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  opacity: 0;
  transform: translateY(18px);
}

.trust-source-flow-mist {
  fill: url("#trustInputMist");
  filter: url("#trustInputBlur");
  opacity: 0.94;
}

.trust-source-flow-line {
  fill: none;
  stroke: url("#trustInputLine");
  stroke-width: 1.05;
  stroke-linecap: round;
  opacity: 0.7;
}

.trust-source-flow-dots circle {
  fill: #5c91f5;
  opacity: 0.48;
}

.trust-focus-system {
  position: absolute;
  left: 148px;
  top: 6px;
  z-index: 4;
  width: 292px;
  height: 292px;
}

.trust-focus-label {
  position: absolute;
  top: 6px;
  left: 50%;
  z-index: 7;
  padding: 0 24px;
  color: var(--blue);
  font-size: 16px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 24px;
  transform: translateX(-50%);
  background: transparent;
  white-space: nowrap;
}

.trust-focus-label::before,
.trust-focus-label::after {
  display: none;
  content: none;
}

.trust-focus-dashed {
  position: absolute;
  inset: 18px 0 0;
  border-radius: 50%;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 292 274'%3E%3Cpath d='M88 11 A146 137 0 1 0 204 11' fill='none' stroke='%232563EB' stroke-opacity='.48' stroke-width='1.2' stroke-dasharray='4 5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.trust-focus-dashed::before,
.trust-focus-dashed::after {
  position: absolute;
  top: 4.02%;
  width: 5px;
  height: 5px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(37, 99, 235, 0.72);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.055);
  transform: translate(-50%, -50%);
  content: "";
}

.trust-focus-dashed::before { left: 30.14%; }
.trust-focus-dashed::after { left: 69.86%; }

.trust-focus-halo {
  position: absolute;
  inset: 48px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.72), rgba(222, 238, 255, 0.3) 56%, rgba(205, 225, 255, 0.08) 100%);
  border: 1px solid rgba(108, 164, 255, 0.12);
  box-shadow:
    0 0 0 24px rgba(87, 146, 255, 0.018),
    inset 0 0 38px rgba(122, 170, 255, 0.06);
}

.trust-focus-ring {
  position: absolute;
  inset: 98px;
  border-radius: 50%;
  border: 7px solid rgba(255, 255, 255, 0.92);
  box-shadow:
    0 0 0 1px rgba(112, 168, 255, 0.12),
    0 14px 36px rgba(69, 120, 230, 0.05),
    inset 0 0 22px rgba(90, 150, 255, 0.05);
}

.trust-focus-core {
  position: absolute;
  left: 50%;
  top: calc(50% - 18px);
  width: 162px;
  height: 162px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 1) 0%, rgba(246, 251, 255, 0.98) 34%, rgba(226, 240, 255, 0.88) 68%, rgba(198, 222, 255, 0.48) 100%);
  border: 1px solid rgba(118, 169, 255, 0.34);
  box-shadow:
    0 0 0 8px rgba(255, 255, 255, 0.62),
    0 18px 48px rgba(37, 111, 255, 0.10),
    inset 0 0 34px rgba(54, 121, 255, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.trust-focus-core svg {
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  fill: none;
  stroke: var(--blue);
  stroke-width: 2.45;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.96;
}

.trust-focus-core svg > circle:last-child {
  fill: var(--blue);
  stroke: none;
}

.trust-focus-core strong {
  display: block;
  color: var(--blue);
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.04;
  text-shadow: 0 6px 18px rgba(0, 87, 217, 0.12);
}

.trust-focus-core span {
  display: block;
  margin-top: 10px;
  color: #1c63d8;
  font-size: 13px;
  font-weight: 760;
}

.trust-focus-notes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  --trust-note-size: 13px;
}

.trust-focus-note-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.trust-note-guide {
  fill: none;
  stroke: none;
}

.trust-note-text {
  fill: var(--blue);
  font-size: var(--trust-note-size);
  font-weight: 850;
  letter-spacing: 0.06em;
}

.trust-result-fan {
  position: absolute;
  left: 392px;
  top: 95px;
  z-index: 3;
  width: 176px;
  height: 114px;
  background:
    linear-gradient(
      90deg,
      rgba(80, 139, 255, 0.14),
      rgba(80, 139, 255, 0.08) 44%,
      rgba(80, 139, 255, 0.02) 78%,
      transparent
    );
  clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0 50%);
}

.trust-result-label {
  position: absolute;
  left: 446px;
  top: 152px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--blue);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.15;
  white-space: nowrap;
  translate: 0 -50%;
  transform: none;
}

.trust-result-label svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  fill: var(--blue);
}

.trust-support-grid {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.trust-support-item {
  text-align: center;
}

.trust-support-icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 14px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(128, 176, 255, 0.24);
  box-shadow:
    0 10px 24px rgba(35, 96, 185, 0.035),
    inset 0 0 18px rgba(255, 255, 255, 0.92);
}

.trust-support-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-support-item h3 {
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.trust-support-item p {
  color: #46546c;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 520;
}

.trust-intel-visual-v2.is-visible .trust-source-bubble {
  animation: trust-intel-rise 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.trust-intel-visual-v2.is-visible .trust-source-flow {
  animation: trust-intel-rise 760ms cubic-bezier(0.22, 1, 0.36, 1) 120ms both;
}

.trust-intel-visual-v2.is-visible .trust-focus-system {
  animation: trust-intel-rise 760ms cubic-bezier(0.22, 1, 0.36, 1) 220ms both;
}

.trust-intel-visual-v2.is-visible .trust-result-fan {
  animation: trust-intel-rise 700ms ease 380ms both;
}

.trust-intel-visual-v2.is-visible .trust-result-label {
  animation: trust-intel-rise 620ms cubic-bezier(0.22, 1, 0.36, 1) 480ms both;
}

.trust-intel-visual-v2.is-visible .trust-support-item:nth-child(1) {
  animation: trust-intel-rise 560ms cubic-bezier(0.22, 1, 0.36, 1) 640ms both;
}

.trust-intel-visual-v2.is-visible .trust-support-item:nth-child(2) {
  animation: trust-intel-rise 560ms cubic-bezier(0.22, 1, 0.36, 1) 760ms both;
}

.trust-intel-visual-v2.is-visible .trust-support-item:nth-child(3) {
  animation: trust-intel-rise 560ms cubic-bezier(0.22, 1, 0.36, 1) 880ms both;
}

.evidence {
  background: #ffffff;
}

.evidence-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1.28fr);
  gap: 70px;
  align-items: center;
}

@media (min-width: 1121px) {
  .evidence-grid {
    grid-template-columns: minmax(0, 1.28fr) minmax(360px, 0.72fr);
  }

  .evidence-grid > .evidence-board {
    order: 1;
  }

  .evidence-grid > .section-copy {
    order: 2;
  }
}

.section-copy h2 {
  margin-bottom: 10px;
}

.evidence .section-copy h2 {
  font-size: clamp(34px, 3.3vw, 46px);
  line-height: 1.12;
}

.section-copy.narrow {
  max-width: 820px;
}

.evidence-board {
  overflow: visible;
  isolation: isolate;
  border: 1px solid #dfe8f4;
  border-radius: 16px;
  background: linear-gradient(180deg, #f9fbff, #eef4fb);
  box-shadow: var(--shadow);
}

.evidence-board.inquiry-board {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-color: rgba(148, 163, 184, 0.24);
  background:
    linear-gradient(rgba(37, 99, 235, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.035) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 253, 0.84));
  background-size: 32px 32px, 32px 32px, auto;
  box-shadow:
    0 28px 72px rgba(21, 31, 50, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.inquiry-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  color: #2563eb;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.inquiry-board-head::after {
  width: 56px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.24), rgba(31, 159, 138, 0.18));
  content: "";
}

.inquiry-matrix {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-height: 456px;
}

.inquiry-card {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow:
    0 12px 34px rgba(21, 31, 50, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  opacity: 0.72;
  transform: translateY(12px);
  transition:
    opacity 980ms ease,
    transform 980ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background-color 260ms ease;
  will-change: transform;
}

.inquiry-card:hover {
  z-index: 4;
  border-color: rgba(37, 99, 235, 0.24);
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 28px 62px rgba(21, 31, 50, 0.12),
    0 10px 22px rgba(37, 99, 235, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  transform: translateY(-8px);
}

.inquiry-card-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: start;
}

.inquiry-card-copy > span {
  color: #2563eb;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.inquiry-card h3 {
  margin-top: 18px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.18;
}

.inquiry-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.inquiry-symbol {
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 132px;
  height: 66px;
  opacity: 0.66;
  pointer-events: none;
}

.source-symbol i,
.source-symbol b {
  position: absolute;
  border-radius: 999px;
}

.source-symbol i {
  width: 8px;
  height: 8px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  background: rgba(219, 234, 254, 0.9);
}

.source-symbol i:nth-child(1) { top: 6px; left: 10px; }
.source-symbol i:nth-child(2) { top: 30px; left: 26px; }
.source-symbol i:nth-child(3) { top: 16px; left: 52px; }
.source-symbol i:nth-child(4) { top: 44px; left: 66px; }

.source-symbol i::after {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.12), rgba(31, 159, 138, 0.1));
  content: "";
  transform: translateY(-50%) rotate(var(--r, 0deg));
  transform-origin: left center;
}

.source-symbol i:nth-child(1)::after { --r: 18deg; width: 58px; }
.source-symbol i:nth-child(2)::after { --r: -4deg; width: 44px; }
.source-symbol i:nth-child(3)::after { --r: 12deg; width: 30px; }
.source-symbol i:nth-child(4)::after { --r: -22deg; width: 25px; }

.source-symbol b {
  top: 28px;
  right: 18px;
  width: 14px;
  height: 14px;
  background: rgba(37, 99, 235, 0.14);
}

.impact-symbol {
  display: flex;
  align-items: end;
  gap: 10px;
  padding: 14px 16px;
}

.impact-symbol i {
  width: 26px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.16);
}

.impact-symbol i:nth-child(1) { height: 24px; }
.impact-symbol i:nth-child(2) { height: 40px; background: rgba(37, 99, 235, 0.34); }
.impact-symbol i:nth-child(3) { height: 30px; }
.impact-symbol i:nth-child(4) { height: 52px; background: rgba(31, 159, 138, 0.28); }

.change-symbol::before {
  position: absolute;
  top: 34px;
  left: 10px;
  width: 112px;
  height: 32px;
  border-top: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 50% 50% 0 0;
  content: "";
  transform: rotate(-5deg);
}

.change-symbol i {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 999px;
  background: #ffffff;
}

.change-symbol i:nth-child(1) { left: 14px; top: 42px; }
.change-symbol i:nth-child(2) { left: 46px; top: 30px; }
.change-symbol i:nth-child(3) { left: 78px; top: 37px; }
.change-symbol i:nth-child(4) { left: 110px; top: 20px; background: rgba(37, 99, 235, 0.16); }

.review-symbol {
  border: 1px solid rgba(37, 99, 235, 0.13);
  border-radius: 999px;
}

.review-symbol::before,
.review-symbol::after {
  position: absolute;
  content: "";
}

.review-symbol::before {
  top: 28px;
  left: 18px;
  width: 72px;
  height: 1px;
  background: rgba(37, 99, 235, 0.15);
}

.review-symbol::after {
  top: 23px;
  left: 86px;
  width: 16px;
  height: 8px;
  border-right: 2px solid rgba(37, 99, 235, 0.42);
  border-bottom: 2px solid rgba(37, 99, 235, 0.42);
  transform: rotate(38deg);
}

.review-symbol i {
  position: absolute;
  top: 23px;
  left: 14px;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
}

.inquiry-connector {
  position: absolute;
  z-index: 1;
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
}

.connector-horizontal,
.connector-bottom {
  left: 24%;
  right: 24%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.1), rgba(31, 159, 138, 0.08), transparent);
  transform: scaleX(0.88);
}

.connector-horizontal {
  top: 25%;
}

.connector-bottom {
  bottom: 25%;
}

.connector-vertical {
  top: 22%;
  bottom: 22%;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(37, 99, 235, 0.09), rgba(31, 159, 138, 0.07), transparent);
  transform: scaleY(0.88);
}

.inquiry-runner {
  display: none;
}

.inquiry-result {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 16px;
  margin-left: auto;
  padding: 8px 14px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 999px;
  background: rgba(239, 246, 255, 0.72);
  color: #2563eb;
  font-size: 13px;
  font-weight: 900;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 980ms ease 1180ms,
    transform 980ms ease 1180ms;
}

.inquiry-chain {
  position: relative;
  display: grid;
  grid-template-columns:
    144px
    160px
    146px
    126px;
  grid-template-rows: minmax(312px, auto) 20px auto;
  column-gap: 28px;
  row-gap: 24px;
  align-items: center;
  justify-content: center;
  min-height: 424px;
}

.inquiry-chain::after {
  position: absolute;
  right: -4px;
  bottom: 18px;
  width: 148px;
  height: 230px;
  background-image: radial-gradient(rgba(96, 165, 250, 0.16) 1px, transparent 1px);
  background-size: 10px 10px;
  content: "";
  opacity: 0.34;
  pointer-events: none;
}

.inquiry-chain-line {
  display: none;
}

.chain-card {
  position: relative;
  z-index: 2;
  min-height: 236px;
  padding: 16px;
  border-color: rgba(147, 197, 253, 0.32);
  border-radius: 16px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.97), rgba(248, 251, 255, 0.94)),
    rgba(255, 255, 255, 0.94);
  box-shadow:
    0 18px 42px rgba(21, 31, 50, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  opacity: 0;
  transform: translateY(16px);
}

.chain-card::before,
.chain-card::after,
.chain-card-source::before,
.chain-card-review::after,
.chain-card-change::before,
.chain-card-change::after,
.chain-card-impact::after,
.chain-card-review::before {
  content: none;
  display: none;
}

.chain-card:hover,
.evidence-board.is-visible .chain-card:hover {
  z-index: 2;
  border-color: rgba(147, 197, 253, 0.32);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.97), rgba(248, 251, 255, 0.94)),
    rgba(255, 255, 255, 0.94);
  box-shadow:
    0 18px 42px rgba(21, 31, 50, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  transform: translateY(0);
  transition-delay: 0ms;
}

.chain-card-impact,
.chain-card-change {
  min-height: 312px;
}

.chain-card-change {
  min-height: 300px;
}

.chain-card-impact {
  border-color: rgba(96, 165, 250, 0.38);
  box-shadow:
    0 20px 46px rgba(21, 31, 50, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.chain-card-review {
  min-height: 236px;
}

.chain-card .inquiry-card-copy > span {
  color: #3b82f6;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
}

.chain-card h3 {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.28;
  white-space: nowrap;
}

.chain-card p {
  margin-top: 8px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.55;
}

.chain-card .inquiry-symbol {
  right: 16px;
  bottom: 16px;
  opacity: 0.48;
}

.chain-card-source .source-symbol {
  right: 50%;
  bottom: 0;
  width: 132px;
  height: 132px;
  opacity: 0.74;
  transform: translateX(50%);
}

.chain-card-source .source-orbit,
.chain-card-source .source-link,
.chain-card-source .source-flow,
.chain-card-source .source-doc,
.chain-card-source .source-node {
  position: absolute;
}

.chain-card-source .source-flow {
  left: -34px;
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, rgba(96, 165, 250, 0.08), rgba(96, 165, 250, 0.42));
  transform-origin: right center;
}

.chain-card-source .source-flow::after {
  position: absolute;
  right: -2px;
  top: -2px;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(96, 165, 250, 0.48);
  content: "";
}

.chain-card-source .source-flow-one {
  top: 48px;
  transform: rotate(15deg);
}

.chain-card-source .source-flow-two {
  top: 64px;
}

.chain-card-source .source-flow-three {
  top: 82px;
  transform: rotate(-16deg);
}

.chain-card-source .source-orbit {
  inset: 10px;
  border: 1px dashed rgba(96, 165, 250, 0.44);
  border-radius: 999px;
  opacity: 0.92;
}

.chain-card-source .source-link {
  top: 65px;
  left: 65px;
  width: 45px;
  height: 1px;
  background: linear-gradient(90deg, rgba(96, 165, 250, 0.42), rgba(96, 165, 250, 0.1));
  transform-origin: left center;
}

.chain-card-source .source-link-top {
  transform: rotate(-98deg);
}

.chain-card-source .source-link-right {
  transform: rotate(-6deg);
}

.chain-card-source .source-link-bottom {
  transform: rotate(82deg);
}

.chain-card-source .source-link-left {
  transform: rotate(178deg);
}

.chain-card-source .source-doc {
  top: 43px;
  left: 48px;
  width: 38px;
  height: 46px;
  border: 1px solid rgba(59, 130, 246, 0.42);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(219, 234, 254, 0.92));
  box-shadow:
    0 12px 24px rgba(37, 99, 235, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.chain-card-source .source-doc::before {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 13px;
  height: 13px;
  border-bottom: 1px solid rgba(59, 130, 246, 0.24);
  border-left: 1px solid rgba(59, 130, 246, 0.24);
  border-radius: 0 8px 0 4px;
  background: rgba(219, 234, 254, 0.82);
  content: "";
}

.chain-card-source .source-doc::after,
.chain-card-source .source-doc span::before,
.chain-card-source .source-doc span::after {
  position: absolute;
  left: 9px;
  height: 2px;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.58);
  content: "";
}

.chain-card-source .source-doc::after {
  top: 18px;
  width: 18px;
}

.chain-card-source .source-doc span::before {
  top: 26px;
  width: 21px;
}

.chain-card-source .source-doc span::after {
  top: 34px;
  width: 15px;
  background: rgba(31, 159, 138, 0.34);
}

.chain-card-source .source-node {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(96, 165, 250, 0.4);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.1);
}

.chain-card-source .source-node::before,
.chain-card-source .source-node span,
.chain-card-source .source-node em {
  position: absolute;
  border-radius: 999px;
  background: rgba(96, 165, 250, 0.48);
  content: "";
}

.chain-card-source .source-node::before {
  top: 8px;
  left: 8px;
  width: 6px;
  height: 6px;
  background: rgba(59, 130, 246, 0.62);
}

.chain-card-source .source-node span {
  top: 18px;
  left: 8px;
  width: 12px;
  height: 2px;
  background: rgba(31, 159, 138, 0.32);
}

.chain-card-source .source-node em {
  opacity: 0.82;
}

.chain-card-source .source-node-top { top: 4px; left: 52px; }
.chain-card-source .source-node-right { top: 52px; right: 1px; }
.chain-card-source .source-node-bottom { bottom: 4px; left: 52px; }
.chain-card-source .source-node-left { top: 52px; left: 1px; }

.chain-card-source .source-node-top em {
  top: 8px;
  left: 16px;
  width: 5px;
  height: 12px;
}

.chain-card-source .source-node-right em {
  top: 7px;
  left: 15px;
  width: 6px;
  height: 14px;
}

.chain-card-source .source-node-bottom em {
  top: 9px;
  left: 15px;
  width: 6px;
  height: 11px;
}

.chain-card-source .source-node-left em {
  top: 10px;
  left: 15px;
  width: 6px;
  height: 9px;
}

.chain-card-impact .impact-symbol {
  right: 14px;
  bottom: 30px;
  left: 16px;
  width: auto;
  height: 132px;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  gap: 14px;
  padding: 0;
}

.chain-card-impact .impact-symbol i {
  width: auto;
  height: 8px !important;
  margin-right: 36px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(59, 130, 246, 0.68) var(--w), rgba(219, 234, 254, 0.64) var(--w));
}

.chain-card-impact .impact-symbol i:nth-child(1) { --w: 86%; }
.chain-card-impact .impact-symbol i:nth-child(2) { --w: 74%; }
.chain-card-impact .impact-symbol i:nth-child(3) { --w: 58%; }
.chain-card-impact .impact-symbol i:nth-child(4) { --w: 34%; }

.chain-card-impact .impact-symbol::after {
  position: absolute;
  top: -4px;
  right: 0;
  color: rgba(59, 130, 246, 0.72);
  content: "0.32\A 0.28\A 0.22\A 0.08";
  font-size: 11px;
  font-weight: 900;
  line-height: 2.85;
  text-align: right;
  white-space: pre;
}

.chain-card-change .change-symbol {
  right: 4px;
  bottom: 40px;
  left: 8px;
  width: auto;
  height: 166px;
  opacity: 0.78;
}

.chain-card-change .change-symbol::before {
  content: none;
  display: none;
}

.change-trend {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.trend-guide {
  stroke: rgba(96, 165, 250, 0.38);
  stroke-dasharray: 3 4;
  stroke-width: 1.15;
}

.trend-fill {
  fill: rgba(96, 165, 250, 0.14);
}

.trend-path {
  fill: none;
  stroke: rgba(37, 99, 235, 0.72);
  stroke-linecap: round;
  stroke-width: 2.5;
}

.change-trend circle {
  fill: #ffffff;
  stroke: rgba(37, 99, 235, 0.76);
  stroke-width: 2.4;
}

.change-trend circle:nth-of-type(4) {
  fill: rgba(219, 234, 254, 0.96);
}

.chain-card-review .review-symbol {
  right: 50%;
  bottom: 40px;
  width: 88px;
  height: 88px;
  border: 0;
  background: transparent;
  opacity: 0.66;
  transform: translateX(50%);
}

.chain-card-review .review-symbol::before,
.chain-card-review .review-symbol::after {
  content: none;
  display: none;
}

.review-cycle {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.cycle-loop {
  fill: none;
  stroke: rgba(96, 165, 250, 0.52);
  stroke-linecap: round;
  stroke-width: 2.5;
}

.cycle-loop-head {
  fill: rgba(96, 165, 250, 0.52);
  stroke: none;
}

.cycle-loop-two,
.cycle-loop-head-two {
  opacity: 0.86;
}

.cycle-loop-three,
.cycle-loop-head-three {
  opacity: 0.72;
}

.cycle-shield {
  fill: rgba(59, 130, 246, 0.7);
}

.cycle-check {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.chain-foundation {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  grid-row: 2;
  justify-self: center;
  width: min(520px, 82%);
  height: 20px;
  margin-top: -4px;
  opacity: 0;
  transform: translateY(4px);
}

.chain-foundation::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(96, 165, 250, 0.1) 12%,
    rgba(96, 165, 250, 0.24) 50%,
    rgba(96, 165, 250, 0.1) 88%,
    transparent
  );
  content: "";
  transform: scaleX(0.22);
  transform-origin: center;
}

.chain-foundation span {
  position: absolute;
  top: 6px;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(96, 165, 250, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 5px rgba(96, 165, 250, 0.06);
  opacity: 0;
  transform: scale(0.72);
}

.chain-foundation span:nth-child(1) { left: 8%; }
.chain-foundation span:nth-child(2) { left: 35%; }
.chain-foundation span:nth-child(3) { left: 62%; }
.chain-foundation span:nth-child(4) { left: 89%; }

.chain-result {
  z-index: 2;
  grid-column: 1 / -1;
  grid-row: 3;
  align-self: start;
  justify-self: center;
  margin: 0;
  margin-top: 0;
  margin-left: 0;
  min-width: 150px;
  justify-content: center;
  padding: 10px 15px;
  border-color: rgba(96, 165, 250, 0.26);
  background: rgba(239, 246, 255, 0.58);
  box-shadow: none;
  color: rgba(37, 99, 235, 0.88);
  cursor: default;
  pointer-events: none;
  white-space: nowrap;
}

.proof-panel {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border-radius: 15px;
  background: #dfe8f4;
}

.metric-block {
  position: relative;
  z-index: 0;
  min-height: 280px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.84);
  will-change: transform;
}

.metric-block:nth-child(1) {
  border-top-left-radius: 15px;
}

.metric-block:nth-child(2) {
  border-top-right-radius: 15px;
}

.metric-block:nth-child(3) {
  border-bottom-left-radius: 15px;
}

.metric-block:nth-child(4) {
  border-bottom-right-radius: 15px;
}

.metric-block p {
  color: var(--subtle);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.metric-block h3 {
  margin-top: 10px;
}

.metric-block > span {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

.mini-line,
.mini-bars,
.mini-points,
.mini-review {
  position: relative;
  height: 82px;
  margin-top: 20px;
  border-radius: 10px;
  background:
    linear-gradient(rgba(0, 87, 217, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 87, 217, 0.04) 1px, transparent 1px),
    #f4f8fd;
  background-size: 18px 18px, 18px 18px, auto;
}

.mini-line i {
  position: absolute;
  top: 40px;
  left: 18px;
  width: calc(100% - 36px);
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--violet), var(--teal));
  transform: scaleX(0.12);
  transform-origin: left;
}

.mini-bars {
  display: flex;
  align-items: end;
  gap: 12px;
  padding: 16px 20px;
}

.mini-bars i {
  width: 22px;
  height: var(--h);
  border-radius: 6px 6px 2px 2px;
  background: var(--teal);
  transform: scaleY(0.12);
  transform-origin: bottom;
}

.mini-points i {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--violet);
  opacity: 0;
  transform: scale(0.6);
}

.mini-review {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 16px;
  align-items: center;
  padding: 12px 16px;
}

.mini-review i {
  width: 58px;
  height: 58px;
  border: 10px solid rgba(245, 165, 36, 0.22);
  border-top-color: var(--orange);
  border-radius: 999px;
  transform: rotate(-120deg);
}

.mini-review span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange) 0 72%, #dfe8f4 72%);
  transform: scaleX(0.18);
  transform-origin: left;
}

.scenarios {
  background:
    radial-gradient(circle at 12% 28%, rgba(31, 159, 138, 0.09), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(37, 99, 235, 0.08), transparent 28%),
    linear-gradient(180deg, #f7fbff, #eef6fd);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(390px, 0.85fr) minmax(0, 1.15fr);
  gap: 72px;
  align-items: start;
}

.trust-panel {
  padding: 36px;
  border: 1px solid #dbe6f2;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 46px rgba(21, 31, 50, 0.08);
}

.trust-points {
  display: grid;
  position: relative;
  gap: 22px;
  padding: 4px 0 4px;
}

@media (min-width: 1121px) {
  .scenarios .trust-panel {
    margin-top: 24px;
  }

  .scenarios .contact-copy {
    margin-top: -12px;
  }
}

.trust-points::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 14px;
  width: 1px;
  background: linear-gradient(180deg, rgba(0, 92, 230, 0.44), rgba(207, 224, 242, 0.95));
  content: "";
}

.foundation-layer {
  position: relative;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 18px;
  align-items: start;
  min-height: 66px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.foundation-layer span {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(0, 92, 230, 0.18);
  background: linear-gradient(180deg, #ffffff, #eaf3ff);
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(0, 92, 230, 0.1);
  place-items: center;
  z-index: 1;
}

.foundation-layer h3 {
  color: var(--ink);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.22;
}

.foundation-layer p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.contact-copy h2 {
  color: var(--ink);
  font-size: clamp(36px, 3.6vw, 52px);
  line-height: 1.12;
}

.contact-copy p {
  max-width: 680px;
  margin-top: 28px;
}

.scenario-shell {
  display: grid;
  gap: 58px;
}

.scenario-heading {
  max-width: 920px;
}

.scenario-heading h2 {
  color: var(--ink);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.08;
  letter-spacing: 0;
}

.scenario-heading p:not(.section-label) {
  max-width: 760px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.75;
}

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

.scenario-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 420px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(191, 219, 254, 0.78);
  border-radius: 18px;
  background:
    linear-gradient(rgba(37, 99, 235, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.028) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.9));
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow:
    0 24px 64px rgba(21, 31, 50, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  opacity: 0;
  transform: translateY(18px);
  will-change: transform, opacity;
}

.scenario-card-copy {
  position: relative;
  z-index: 2;
}

.scenario-card h3 {
  color: var(--ink);
  font-size: 30px;
  line-height: 1.16;
}

.scenario-card p {
  max-width: 280px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.58;
}

.scenario-visual {
  position: relative;
  min-height: 250px;
  margin-top: 18px;
}

.profile-mini,
.shared-panel,
.tracking-tags span {
  border: 1px solid rgba(191, 219, 254, 0.78);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 36px rgba(21, 31, 50, 0.07);
}

.profile-mini {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 2;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  width: 172px;
  padding: 14px;
  border-radius: 16px;
}

.profile-avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 33%, rgba(37, 99, 235, 0.28) 0 18%, transparent 19%),
    radial-gradient(circle at 50% 78%, rgba(37, 99, 235, 0.5) 0 36%, transparent 37%),
    #dbeafe;
}

.profile-mini strong,
.shared-panel strong {
  display: block;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.profile-mini i {
  display: inline-block;
  margin-top: 5px;
  color: #2563eb;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}

.path-line,
.tracking-line {
  position: absolute;
  inset: 68px 4px 38px;
  width: calc(100% - 8px);
  height: 150px;
}

.path-line path,
.tracking-line path {
  fill: none;
  stroke: url("#pathGradient");
  stroke-width: 2;
  stroke-linecap: round;
}

.path-line path {
  stroke: #8bb7ff;
  stroke-dasharray: 8 9;
}

.path-node {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #334155;
  font-size: 12px;
  font-weight: 850;
}

.path-node b {
  width: 13px;
  height: 13px;
  border: 4px solid #dbeafe;
  border-radius: 999px;
  background: #2563eb;
}

.path-node.node-one {
  top: 92px;
  left: 44%;
}

.path-node.node-two {
  top: 34px;
  right: 2%;
  color: #1f9f8a;
}

.path-node.node-two b {
  background: #45b8ac;
  border-color: #dff7f4;
}

.decision-visual {
  min-height: 260px;
}

.decision-visual::before {
  position: absolute;
  inset: 28px 12px 22px;
  border: 1px dashed rgba(37, 99, 235, 0.22);
  border-radius: 50%;
  content: "";
}

.shared-panel {
  position: absolute;
  top: 66px;
  left: 50%;
  z-index: 2;
  width: 170px;
  padding: 12px;
  border-radius: 14px;
  transform: translateX(-50%);
}

.shared-panel span {
  display: inline-grid;
  margin-top: 10px;
  margin-right: 4px;
  padding: 7px 8px;
  border-radius: 9px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 10px;
  font-weight: 850;
}

.shared-panel span:nth-child(4) {
  background: #e8fbf7;
  color: #1f9f8a;
}

.shared-panel i {
  display: block;
  height: 36px;
  margin-top: 12px;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.18) 0 26%, transparent 26%),
    linear-gradient(90deg, transparent 0 36%, rgba(69, 184, 172, 0.26) 36% 58%, transparent 58%),
    linear-gradient(90deg, transparent 0 68%, rgba(37, 99, 235, 0.24) 68% 86%, transparent 86%),
    #f4f8fd;
}

.decision-node {
  position: absolute;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 35%, rgba(37, 99, 235, 0.34) 0 16%, transparent 17%),
    radial-gradient(circle at 50% 78%, rgba(37, 99, 235, 0.46) 0 32%, transparent 33%),
    #eff6ff;
}

.decision-node.node-a { top: 32px; left: 12px; }
.decision-node.node-b { right: 8px; top: 68px; background-color: #e8fbf7; }
.decision-node.node-c { left: 30px; bottom: 28px; background-color: #eef2ff; }

.consensus-badge {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 3;
  padding: 9px 14px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 999px;
  background: rgba(239, 246, 255, 0.9);
  color: #2563eb;
  font-size: 12px;
  font-weight: 900;
  transform: translateX(-50%);
}

.tracking-tags {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-inline: 8px;
  padding-top: 22px;
}

.tracking-tags span {
  justify-self: center;
  padding: 9px 12px;
  border-radius: 12px;
  color: #334155;
  font-size: 12px;
  font-weight: 850;
}

.tracking-guides {
  position: absolute;
  z-index: 1;
  top: 68px;
  right: 8px;
  bottom: 58px;
  left: 8px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  pointer-events: none;
}

.tracking-guides span {
  justify-self: center;
  width: 1px;
  height: 100%;
  background: repeating-linear-gradient(
    to bottom,
    rgba(37, 99, 235, 0.28) 0 4px,
    transparent 4px 10px
  );
}

.tracking-guides span:nth-child(2) {
  background: repeating-linear-gradient(
    to bottom,
    rgba(37, 99, 235, 0.34) 0 4px,
    transparent 4px 10px
  );
}

.tracking-line {
  z-index: 2;
  inset: 74px 6px 48px;
}

.tracking-line path {
  stroke: #75a5f8;
}

.tracking-axis {
  position: absolute;
  right: 8px;
  bottom: 30px;
  left: 8px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(37, 99, 235, 0.18);
  padding-top: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.tracking-axis strong {
  color: #2563eb;
}

.desktop-inline::before {
  content: "";
}

.mobile-inline {
  display: none;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  padding: 54px max(24px, calc((100vw - var(--max)) / 2)) 46px;
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.site-footer strong {
  font-size: 18px;
}

.site-footer p,
.site-footer a {
  color: var(--subtle);
  font-size: 13px;
  line-height: 1.7;
}

.site-footer p {
  margin-top: 8px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.copyright {
  grid-column: 1 / -1;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 640ms ease,
    transform 640ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.evidence-board.is-visible .metric-block {
  animation: panel-rise 720ms ease both;
}

.evidence-board.is-visible .inquiry-card {
  opacity: 0.98;
  transform: translateY(0);
}

.evidence-board.is-visible .inquiry-card:nth-of-type(2) {
  transition-delay: 120ms;
}

.evidence-board.is-visible .inquiry-card:nth-of-type(3) {
  transition-delay: 240ms;
}

.evidence-board.is-visible .inquiry-card:nth-of-type(4) {
  transition-delay: 360ms;
}

.evidence-board.is-visible .inquiry-card:hover {
  transform: translateY(-8px);
  transition-delay: 0ms !important;
}

.evidence-board.is-visible .chain-card:hover {
  transform: translateY(0);
  box-shadow:
    0 18px 42px rgba(21, 31, 50, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.evidence-board.is-visible .chain-foundation {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 720ms ease 860ms,
    transform 720ms ease 860ms;
}

.evidence-board.is-visible .chain-foundation::before {
  transform: scaleX(1);
  transition: transform 920ms cubic-bezier(0.22, 1, 0.36, 1) 920ms;
}

.evidence-board.is-visible .chain-foundation span {
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 460ms ease,
    transform 460ms cubic-bezier(0.22, 1, 0.36, 1);
}

.evidence-board.is-visible .chain-foundation span:nth-child(1) {
  transition-delay: 1080ms;
}

.evidence-board.is-visible .chain-foundation span:nth-child(2) {
  transition-delay: 1180ms;
}

.evidence-board.is-visible .chain-foundation span:nth-child(3) {
  transition-delay: 1280ms;
}

.evidence-board.is-visible .chain-foundation span:nth-child(4) {
  transition-delay: 1380ms;
}

.evidence-board.is-visible .inquiry-connector {
  opacity: 0.14;
  transition:
    opacity 1400ms ease 520ms,
    transform 1600ms ease 520ms;
}

.evidence-board.is-visible .connector-horizontal,
.evidence-board.is-visible .connector-bottom {
  transform: scaleX(1);
}

.evidence-board.is-visible .connector-vertical {
  transform: scaleY(1);
}

.evidence-board.is-visible .connector-bottom {
  transition-delay: 820ms;
}

.evidence-board.is-visible .inquiry-result {
  opacity: 1;
  transform: translateY(0);
}

.evidence-board.is-visible .chain-result {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 980ms ease 1320ms,
    transform 980ms ease 1320ms;
}

.evidence-board.is-visible .metric-block:nth-child(2) {
  animation-delay: 90ms;
}

.evidence-board.is-visible .metric-block:nth-child(3) {
  animation-delay: 180ms;
}

.evidence-board.is-visible .metric-block:nth-child(4) {
  animation-delay: 270ms;
}

.platform-stack.is-visible .capability-row {
  animation: capability-step-in 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.platform-stack.is-visible .capability-row:nth-child(2) {
  animation-delay: 140ms;
}

.platform-stack.is-visible .capability-row:nth-child(3) {
  animation-delay: 280ms;
}

.platform-stack.is-visible .capability-row:nth-child(4) {
  animation-delay: 420ms;
}

.scenario-card-grid.is-visible .scenario-card {
  animation: scenario-card-in 760ms ease both;
}

.scenario-card-grid.is-visible .scenario-card:nth-child(2) {
  animation-delay: 120ms;
}

.scenario-card-grid.is-visible .scenario-card:nth-child(3) {
  animation-delay: 240ms;
}

.evidence-builder-visual.is-visible .system-window {
  animation: builder-open 600ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.evidence-builder-visual.is-visible .signal-card {
  animation: signal-card-enter 560ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.evidence-builder-visual.is-visible .signal-one {
  animation-delay: 420ms;
}

.evidence-builder-visual.is-visible .signal-two {
  animation-delay: 580ms;
}

.evidence-builder-visual.is-visible .signal-three {
  animation-delay: 740ms;
}

.evidence-builder-visual.is-visible .signal-four {
  animation-delay: 900ms;
}

.evidence-builder-visual.is-visible .baseline-link {
  animation: baseline-link-appear 860ms ease-in-out both;
}

.evidence-builder-visual.is-visible .link-one {
  animation-delay: 1120ms;
}

.evidence-builder-visual.is-visible .link-two {
  animation-delay: 1280ms;
}

.evidence-builder-visual.is-visible .link-three {
  animation-delay: 1440ms;
}

.evidence-builder-visual.is-visible .link-four {
  animation-delay: 1600ms;
}

.evidence-builder-visual.is-visible .baseline-runner {
  animation: baseline-runner-show 240ms ease 2100ms both;
}

.evidence-builder-visual.is-visible .runner-one {
  animation:
    baseline-runner-show 240ms ease 2100ms both,
    baseline-line-runner 7.2s linear 2300ms infinite;
}

.evidence-builder-visual.is-visible .runner-three {
  animation:
    baseline-runner-show 240ms ease 2480ms both,
    baseline-line-runner 15.6s linear 3100ms infinite;
}

.evidence-builder-visual.is-visible .coordinate-field {
  animation: coordinate-form 560ms cubic-bezier(0.22, 1, 0.36, 1) 1420ms both;
}

.evidence-builder-visual.is-visible .coordinate-ring {
  animation: coordinate-ring-form 540ms ease 1620ms both;
}

.evidence-builder-visual.is-visible .coordinate-orbit {
  animation:
    coordinate-orbit-form 520ms ease 1740ms both,
    baseline-orbit 9s linear 2500ms infinite;
}

.evidence-builder-visual.is-visible .coordinate-axis-x {
  animation: axis-x-form 560ms ease 1780ms both;
}

.evidence-builder-visual.is-visible .coordinate-axis-y {
  animation: axis-y-form 560ms ease 1840ms both;
}

.evidence-builder-visual.is-visible .coordinate-dot-main {
  animation:
    dot-form 420ms ease 1960ms both,
    baseline-pulse 4.4s ease-in-out 2600ms infinite;
}

.evidence-builder-visual.is-visible .chip-source,
.evidence-builder-visual.is-visible .chip-boundary {
  animation: chip-side-in 360ms ease both;
}

.evidence-builder-visual.is-visible .chip-source {
  animation-delay: 2040ms;
}

.evidence-builder-visual.is-visible .chip-boundary {
  animation-delay: 2160ms;
}

.evidence-builder-visual.is-visible .chip-fact {
  animation:
    chip-bottom-in 360ms ease 2420ms both,
    baseline-tag-float 4.8s ease-in-out 3200ms infinite;
}

.evidence-builder-visual.is-visible .decision-support {
  animation: support-enter 520ms cubic-bezier(0.22, 1, 0.36, 1) 2300ms both;
}

.evidence-builder-visual.is-visible .decision-support li {
  animation: support-item-enter 340ms ease both;
}

.evidence-builder-visual.is-visible .decision-support li:nth-child(1) {
  animation-delay: 2480ms;
}

.evidence-builder-visual.is-visible .decision-support li:nth-child(2) {
  animation-delay: 2600ms;
}

.evidence-builder-visual.is-visible .decision-support li:nth-child(3) {
  animation-delay: 2720ms;
}

.evidence-builder-visual.is-visible .decision-support li:nth-child(4) {
  animation-delay: 2840ms;
}

.evidence-board.is-visible .mini-bars i {
  transform: scaleY(1);
  transition: transform 800ms ease;
}

.evidence-board.is-visible .mini-bars i:nth-child(2) {
  transition-delay: 90ms;
}

.evidence-board.is-visible .mini-bars i:nth-child(3) {
  transition-delay: 180ms;
}

.evidence-board.is-visible .mini-bars i:nth-child(4) {
  transition-delay: 270ms;
}

.evidence-board.is-visible .mini-line i,
.evidence-board.is-visible .mini-review span {
  transform: scaleX(1);
  transition: transform 820ms ease;
}

.evidence-board.is-visible .mini-points i {
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

.evidence-board.is-visible .mini-points i:nth-child(2) {
  transition-delay: 90ms;
}

.evidence-board.is-visible .mini-points i:nth-child(3) {
  transition-delay: 180ms;
}

.evidence-board.is-visible .mini-points i:nth-child(4) {
  transition-delay: 270ms;
}

.evidence-board.is-visible .mini-review i {
  transform: rotate(0);
  transition: transform 820ms ease;
}

.capability-row,
.metric-block {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.metric-block {
  transition:
    transform 300ms ease,
    box-shadow 300ms ease,
    border-color 300ms ease,
    background-color 300ms ease;
  transition-delay: 0ms !important;
}

.evidence-board.is-visible .metric-block {
  transition-delay: 0ms !important;
}

.metric-block:hover {
  z-index: 3;
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 30px 70px rgba(21, 31, 50, 0.16),
    0 10px 24px rgba(37, 99, 235, 0.08);
  transition-delay: 0ms !important;
}

.capability-row:hover {
  transform: translateY(-8px);
  box-shadow:
    0 32px 68px rgba(21, 31, 50, 0.15),
    0 8px 18px rgba(37, 99, 235, 0.08);
  z-index: 2;
}

@keyframes panel-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes capability-step-in {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes trust-intel-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes trust-intel-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes trust-intel-flow {
  0%,
  100% {
    opacity: 0.32;
    transform: translateX(0) translateY(var(--ray-y, 0)) rotate(var(--ray-rotate, 0deg));
  }

  50% {
    opacity: 0.56;
    transform: translateX(8px) translateY(var(--ray-y, 0)) rotate(var(--ray-rotate, 0deg));
  }
}

@keyframes scenario-card-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes builder-open {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes signal-card-enter {
  from {
    opacity: 0;
    transform: translate(-14px, 8px);
  }

  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes baseline-link-appear {
  from {
    opacity: 0;
    stroke-dashoffset: 40;
  }

  to {
    opacity: 0.46;
    stroke-dashoffset: 0;
  }
}

@keyframes baseline-runner-show {
  to {
    opacity: 0.72;
  }
}

@keyframes baseline-line-runner {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -220;
  }
}

@keyframes coordinate-form {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.92);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes coordinate-ring-form {
  from {
    opacity: 0;
    transform: scale(0.75);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes coordinate-orbit-form {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.92) rotate(0deg);
  }

  to {
    opacity: 0.76;
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
}

@keyframes baseline-orbit {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes axis-x-form {
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes axis-y-form {
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes dot-form {
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes baseline-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 10px rgba(37, 99, 235, 0.14);
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    box-shadow: 0 0 0 18px rgba(37, 99, 235, 0.08);
    transform: translate(-50%, -50%) scale(1.16);
  }
}

@keyframes chip-side-in {
  to {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}

@keyframes chip-bottom-in {
  to {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}

@keyframes baseline-tag-float {
  0%,
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }

  50% {
    opacity: 0.76;
    transform: translate(-50%, -4px) scale(1);
  }
}

@keyframes support-enter {
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes support-item-enter {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes trust-intel-rise-mobile {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .inquiry-card,
  .inquiry-result {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }

  .inquiry-connector {
    opacity: 0.14 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }

  .chain-line-main {
    stroke-dashoffset: 0 !important;
    transition: none !important;
  }

  .trust-intel-source,
  .trust-intel-focus,
  .trust-intel-output,
  .trust-intel-cap,
  .trust-intel-particles,
  .trust-intel-beam,
  .trust-intel-glow {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }

  .trust-source-bubble,
  .trust-source-flow,
  .trust-focus-system,
  .trust-result-fan,
  .trust-result-label,
  .trust-support-item {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }

  .capability-row {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }

  .scenario-card {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}

@media (max-width: 1120px) {
  h1 {
    font-size: clamp(36px, 3.8vw, 52px);
  }

  .hero-grid,
  .evidence-grid,
  .contact-grid,
  .split-heading,
  .decision-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
  }

  .decision-copy {
    max-width: 760px;
  }

  .trust-intel-visual {
    width: min(100%, 760px);
    height: 500px;
    margin: 12px auto 0;
  }

  .trust-intel-visual-v2 {
    width: min(100%, 760px);
    margin: 12px auto 0;
  }

  .trust-stage {
    height: 360px;
  }

  .cognitive-baseline-canvas {
    min-height: 430px;
  }

  .platform-stack {
    display: block;
  }

  .scenario-card-grid {
    grid-template-columns: 1fr;
  }

  .scenario-card {
    min-height: 360px;
  }

  .stack-rail {
    grid-template-columns: repeat(4, 1fr);
  }

  .stack-rail span {
    min-height: 64px;
    place-items: center;
  }
}

@media (max-width: 860px) {
  .desktop-nav,
  .nav-link-action {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-menu.is-open {
    display: flex;
  }

  .menu-toggle.is-open span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle.is-open span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .hero {
    padding-top: 116px;
  }

  .decision-layout {
    gap: 40px;
  }

  .trust-intel-visual {
    width: 100%;
    height: 480px;
  }

  .trust-intel-visual-v2 {
    width: 100%;
  }

  .trust-stage {
    height: 330px;
  }

  .trust-source-bubble {
    left: 10px;
    top: 108px;
    width: 74px;
    height: 74px;
  }

  .trust-source-bubble span {
    font-size: 12px;
  }

  .trust-focus-system {
    left: 122px;
    top: 14px;
    width: 286px;
    height: 286px;
  }

  .trust-focus-label {
    font-size: 14px;
  }

  .trust-focus-halo {
    inset: 42px;
  }

  .trust-focus-ring {
    inset: 82px;
  }

  .trust-focus-core {
    width: 140px;
    height: 140px;
  }

  .trust-focus-core strong {
    font-size: 21px;
  }

  .trust-focus-core span {
    font-size: 12px;
  }

  .trust-focus-notes {
    --trust-note-size: 12px;
  }

  .trust-result-fan {
    left: 382px;
    top: 136px;
    width: 180px;
    height: 96px;
  }

  .trust-result-label {
    left: 515px;
    top: 184px;
    gap: 10px;
    font-size: 18px;
    translate: 0 -50%;
    transform: none;
  }

  .trust-support-grid {
    margin-top: 12px;
    gap: 18px;
  }

  .trust-support-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .trust-support-item h3 {
    font-size: 15px;
  }

  .trust-support-item p {
    font-size: 12px;
  }

  .trust-intel-source {
    left: 8px;
    top: 170px;
    width: 82px;
    height: 82px;
  }

  .trust-intel-source svg {
    width: 30px;
    height: 30px;
  }

  .trust-intel-source span {
    font-size: 12px;
  }

  .trust-intel-particles {
    left: 36px;
    top: 128px;
    width: 214px;
    height: 184px;
  }

  .trust-intel-focus {
    left: 142px;
    top: 48px;
    width: 258px;
    height: 258px;
  }

  .trust-intel-boundary-label {
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .trust-intel-boundary::before {
    inset: 34px;
  }

  .trust-intel-boundary::after {
    inset: 66px;
  }

  .trust-intel-core {
    width: 132px;
    height: 132px;
  }

  .trust-intel-core strong {
    font-size: 19px;
  }

  .trust-intel-core span {
    font-size: 11px;
  }

  .trust-intel-ring-words {
    bottom: 24px;
    width: 148px;
    font-size: 11px;
  }

  .trust-intel-beam {
    left: 338px;
    top: 146px;
    width: 176px;
    height: 108px;
  }

  .trust-intel-output {
    top: 170px;
    right: -16px;
    width: 188px;
    font-size: 18px;
  }

  .trust-intel-output svg {
    width: 22px;
    height: 22px;
  }

  .trust-intel-caps {
    left: 12px;
    right: 12px;
    bottom: 28px;
    gap: 14px;
  }

  .trust-intel-cap {
    min-height: 94px;
  }

  .trust-intel-cap h3 {
    font-size: 15px;
  }

  .trust-intel-cap p {
    max-width: 152px;
    font-size: 12px;
  }

  .evidence-board.inquiry-board {
    padding: 18px;
  }

  .inquiry-matrix {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 12px;
  }

  .inquiry-card {
    min-height: 168px;
  }

  .inquiry-symbol {
    width: 112px;
    height: 58px;
    opacity: 0.5;
  }

  .inquiry-connector,
  .inquiry-runner {
    display: none;
  }

  .inquiry-result {
    margin-left: 0;
  }

  .inquiry-chain {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: auto;
  }

  .inquiry-chain::after,
  .inquiry-chain-line {
    display: none;
  }

  .chain-foundation {
    display: none;
  }

  .chain-card,
  .chain-card-impact,
  .chain-card-change,
  .chain-card-review {
    min-height: 176px;
  }

  .chain-card .inquiry-symbol {
    opacity: 0.34;
  }

  .chain-card-source .source-symbol {
    bottom: 2px;
    width: 92px;
    height: 92px;
  }

  .chain-card-source .source-orbit {
    inset: 7px;
  }

  .chain-card-source .source-link {
    top: 45px;
    left: 45px;
    width: 30px;
  }

  .chain-card-source .source-doc {
    top: 31px;
    left: 33px;
    width: 26px;
    height: 31px;
    border-radius: 8px;
  }

  .chain-card-source .source-node {
    width: 20px;
    height: 20px;
    border-radius: 8px;
  }

  .chain-card-source .source-node::before {
    top: 6px;
    left: 6px;
  }

  .chain-card-source .source-node span {
    top: 13px;
    left: 6px;
    width: 8px;
  }

  .chain-card-source .source-node-top { top: 0; left: 36px; }
  .chain-card-source .source-node-right { top: 36px; right: 0; }
  .chain-card-source .source-node-bottom { bottom: 0; left: 36px; }
  .chain-card-source .source-node-left { top: 36px; left: 0; }

  .chain-card-change .change-symbol {
    right: 14px;
    bottom: 18px;
    left: 96px;
    height: 104px;
  }

  .chain-result {
    grid-column: auto;
    grid-row: auto;
    justify-self: start;
    margin-top: 0;
  }

  .proof-panel {
    grid-template-columns: 1fr;
  }

  .metric-block,
  .metric-block:nth-child(1),
  .metric-block:nth-child(2),
  .metric-block:nth-child(3),
  .metric-block:nth-child(4) {
    border-radius: 0;
  }

  .metric-block:first-child {
    border-radius: 15px 15px 0 0;
  }

  .metric-block:last-child {
    border-radius: 0 0 15px 15px;
  }

  .cognitive-baseline-canvas {
    min-height: auto;
    padding: 0;
  }

  .capability-row {
    width: 100%;
    --step-x: 0px;
    left: 0;
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: auto;
    margin-left: 0 !important;
    transform: translateY(28px);
  }

  .capability-row p {
    grid-column: auto;
  }

}

@media (max-width: 640px) {
  .shell {
    width: min(100% - 40px, var(--max));
  }

  .site-header {
    height: 60px;
    padding-inline: 20px;
  }

  .mobile-menu {
    inset: 60px 0 auto;
  }

  h1 {
    font-size: clamp(30px, 8.2vw, 38px);
  }

  h2 {
    font-size: clamp(30px, 8.2vw, 38px);
  }

  h3 {
    font-size: 22px;
  }

  .hero,
  .decision,
  .evidence,
  .scenarios {
    padding-block: 86px;
  }

  .hero {
    padding-top: 104px;
  }

  .split-heading > div > .section-label,
  .contact-copy > .section-label,
  .scenario-heading > .section-label {
    margin-bottom: 28px;
  }

  .section-copy > .section-label {
    margin-bottom: 10px;
  }

  .hero-lede {
    font-size: 16px;
  }

  .hero-body,
  .heading-copy p:not(.section-label),
  .section-copy p:not(.section-label),
  .contact-copy p:not(.section-label),
  .scenario-heading p:not(.section-label) {
    font-size: 16px;
    line-height: 1.76;
  }

  .hero-actions {
    gap: 12px;
  }

  .button {
    flex: 1 1 144px;
    padding-inline: 16px;
  }

  .system-window {
    border-radius: 22px;
  }

  .metric-block {
    padding: 22px;
  }

  .cognitive-baseline-canvas {
    padding: 0;
  }

  .builder-canvas::before,
  .builder-canvas::after {
    inset: 0;
  }

  .signal-title {
    top: 10%;
    font-size: 11px;
  }

  .signal-card {
    width: 24.5%;
    min-height: 40px;
    padding: 9px 10px;
    border-radius: 11px;
    font-size: 10px;
  }

  .coordinate-field {
    width: 30%;
  }

  .coordinate-dot-main {
    width: 12px;
    height: 12px;
  }

  .coordinate-chip {
    padding: 5px 8px;
    font-size: 10px;
  }

  .chip-source {
    top: 24%;
    left: 7%;
    transform: translateY(-50%) scale(0.96);
  }

  .chip-boundary {
    top: 24%;
    right: 7%;
    transform: translateY(-50%) scale(0.96);
  }

  .decision-support {
    right: 0.5%;
    width: 31%;
  }

  .decision-support h3 {
    margin-bottom: 15px;
    font-size: 11px;
  }

  .decision-support ol {
    gap: 12px;
    padding-left: 22px;
  }

  .decision-support li {
    font-size: 10px;
  }

  .decision-support li span {
    left: -22px;
    width: 8px;
    height: 8px;
  }

  .split-heading,
  .hero-grid,
  .evidence-grid,
  .contact-grid,
  .decision-layout {
    gap: 44px;
  }

  .hero-grid {
    gap: 28px;
  }

  .stack-rail {
    display: none;
  }

  .decision-copy .section-label {
    margin-bottom: 28px;
  }

  .decision-copy h2 {
    margin-bottom: 22px;
  }

  .trust-intel-visual {
    height: 640px;
  }

  .trust-intel-visual-v2 {
    width: 100%;
  }

  .trust-stage {
    height: 296px;
  }

  .trust-source-bubble {
    left: 0;
    top: 94px;
    width: 66px;
    height: 66px;
  }

  .trust-source-bubble svg {
    width: 22px;
    height: 22px;
  }

  .trust-source-bubble span {
    font-size: 11px;
  }

  .trust-focus-system {
    left: 50%;
    top: 22px;
    width: 220px;
    height: 220px;
    transform: translateX(-50%);
  }

  .trust-intel-visual-v2.is-visible .trust-focus-system {
    animation: trust-intel-rise-mobile 620ms cubic-bezier(0.22, 1, 0.36, 1) 360ms both;
  }

  .trust-focus-label {
    font-size: 13px;
    line-height: 22px;
  }

  .trust-focus-halo {
    inset: 32px;
  }

  .trust-focus-ring {
    inset: 68px;
    border-width: 6px;
  }

  .trust-focus-core {
    width: 116px;
    height: 116px;
  }

  .trust-focus-core strong {
    font-size: 18px;
  }

  .trust-focus-core span {
    margin-top: 8px;
    font-size: 10px;
  }

  .trust-focus-notes {
    --trust-note-size: 10px;
  }

  .trust-result-fan {
    left: 50%;
    top: 110px;
    width: 156px;
    height: 80px;
    translate: 36px 0;
    transform: none;
  }

  .trust-result-label {
    left: 50%;
    top: 150px;
    width: 170px;
    translate: 102px -50%;
    transform: none;
    font-size: 16px;
  }

  .trust-support-grid {
    margin-top: 14px;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .trust-support-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 10px;
  }

  .trust-support-item h3 {
    font-size: 13px;
  }

  .trust-support-item p {
    font-size: 11px;
    line-height: 1.45;
  }

  .trust-intel-source {
    left: 6px;
    top: 118px;
    width: 72px;
    height: 72px;
  }

  .trust-intel-particles {
    left: 28px;
    top: 94px;
    width: 182px;
    height: 150px;
  }

  .trust-intel-focus {
    left: 50%;
    top: 142px;
    width: 220px;
    height: 220px;
    transform: translateX(-50%);
  }

  .trust-intel-boundary-label {
    font-size: 13px;
  }

  .trust-intel-boundary::before {
    inset: 26px;
  }

  .trust-intel-boundary::after {
    inset: 56px;
    border-width: 6px;
  }

  .trust-intel-core {
    width: 116px;
    height: 116px;
  }

  .trust-intel-core strong {
    font-size: 17px;
  }

  .trust-intel-core span {
    margin-top: 8px;
    font-size: 10px;
  }

  .trust-intel-ring-words {
    width: 134px;
    bottom: 18px;
    font-size: 10px;
  }

  .trust-intel-beam {
    left: 50%;
    top: 232px;
    width: 156px;
    height: 82px;
    transform: translateX(42px);
  }

  .trust-intel-output {
    left: 50%;
    top: 240px;
    width: 170px;
    transform: translateX(126px);
    font-size: 16px;
  }

  .trust-intel-caps {
    left: 0;
    right: 0;
    bottom: 22px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .trust-intel-cap {
    min-height: auto;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    text-align: left;
  }

  .trust-intel-cap-icon {
    margin: 0;
  }

  .trust-intel-cap h3 {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .trust-intel-cap p {
    max-width: none;
    margin: 0;
    font-size: 12px;
  }

  .capability-row {
    min-height: auto;
    padding: 22px;
  }

  .trust-panel {
    padding: 24px;
  }

  .scenario-shell {
    gap: 40px;
  }

  .scenario-card {
    min-height: 340px;
    padding: 22px;
  }

  .scenario-card h3 {
    font-size: 26px;
  }

  .scenario-visual {
    min-height: 220px;
  }

  .trust-points {
    gap: 20px;
    padding: 2px 0;
  }

  .foundation-layer {
    grid-template-columns: 28px 1fr;
    min-height: 64px;
  }

  .foundation-layer h3 {
    font-size: 20px;
  }

  .desktop-inline {
    display: none;
  }

  .mobile-inline {
    display: block;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}


/* ==============================
   Home hero: background image + HTML overlay
   ============================== */
:root {
  --home-ink: #061947;
  --home-blue: #0b66e4;
  --home-line: rgba(17, 42, 88, 0.10);
}

.home-site-header.site-header {
  height: 76px;
  padding-inline: 42px;
  background: rgba(248, 251, 255, 0.72);
  border-bottom: 1px solid rgba(18, 44, 84, 0.10);
  box-shadow: none !important;
  backdrop-filter: saturate(180%) blur(18px);
}

.home-site-header .brand {
  gap: 12px;
  color: var(--home-ink);
  font-size: 21px;
  font-weight: 880;
  letter-spacing: -0.04em;
}

.brand-q-mark {
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  color: var(--home-blue);
  overflow: visible;
}

.brand-q-mark path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-q-mark .q-outer { stroke-width: 5.8; }
.brand-q-mark .q-inner { stroke-width: 3.1; opacity: 0.98; }
.brand-q-mark .q-tail { stroke-width: 4.4; }

.home-site-header .desktop-nav {
  gap: clamp(28px, 3.8vw, 52px);
  margin-left: auto;
  color: var(--home-ink);
  font-size: 15px;
  font-weight: 760;
  letter-spacing: -0.02em;
}

.home-site-header .desktop-nav a {
  opacity: 0.96;
}

.home-site-header .desktop-nav a:hover {
  color: var(--home-blue);
}

.home-hero {
  position: relative;
  min-height: 100svh;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #f6f9ff;
}

.home-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("./assets/home-foundation-bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  transform: translateZ(0);
  pointer-events: none;
}

.home-bg::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 29%, rgba(255, 255, 255, 0.38), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 46%, rgba(255, 255, 255, 0.03) 100%);
  content: "";
  pointer-events: none;
}

.home-copy {
  position: relative;
  z-index: 2;
  width: min(980px, calc(100vw - 48px));
  margin: 0 auto;
  padding-top: clamp(166px, 20.6vh, 206px);
  color: var(--home-ink);
  text-align: center;
}

.home-copy h1 {
  color: var(--home-ink);
  font-size: clamp(50px, 5.1vw, 74px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: -0.065em;
  text-shadow: 0 10px 32px rgba(10, 32, 74, 0.08);
}

.home-title-line {
  display: block;
  width: 64px;
  height: 4px;
  margin: 27px auto 25px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0067ff 0%, #19bfff 56%, #7059ff 100%);
  box-shadow: 0 0 18px rgba(50, 136, 255, 0.28);
}

.home-copy p {
  color: #0c2151;
  font-size: clamp(20px, 1.55vw, 24px);
  font-weight: 610;
  line-height: 1.72;
  letter-spacing: -0.018em;
}

/* Keep the original first content section from showing a duplicate top accent line */
#baseline.hero::before,
.home-hero + .hero::before {
  display: none !important;
  content: none !important;
}

#baseline.hero {
  margin-top: 0;
}

@media (max-width: 1120px) {
  .home-site-header.site-header {
    padding-inline: 28px;
  }

  .home-site-header .desktop-nav {
    gap: 24px;
    font-size: 13px;
  }

  .home-copy {
    padding-top: clamp(150px, 20vh, 190px);
  }
}

@media (max-width: 860px) {
  .home-site-header.site-header {
    height: 64px;
    padding-inline: 22px;
  }

  .home-site-header .brand {
    font-size: 18px;
  }

  .brand-q-mark {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .home-hero {
    min-height: 780px;
    height: auto;
  }

  .home-bg {
    background-size: auto 100%;
    background-position: center bottom;
  }

  .home-copy {
    padding-top: 118px;
  }

  .home-copy h1 {
    font-size: clamp(40px, 9vw, 56px);
  }

  .home-copy p {
    font-size: 18px;
  }

  .home-copy p br {
    display: none;
  }
}

@media (max-width: 640px) {
  .home-hero {
    min-height: 720px;
  }

  .home-copy {
    width: min(100% - 36px, 720px);
    padding-top: 112px;
  }

  .home-copy h1 {
    font-size: clamp(34px, 10vw, 46px);
    letter-spacing: -0.055em;
  }

  .home-title-line {
    width: 52px;
    height: 3px;
    margin: 22px auto 20px;
  }

  .home-copy p {
    font-size: 16px;
    line-height: 1.7;
  }
}

/* ==============================
   Smooth transition between home and baseline
   ============================== */
.home-hero {
  overflow: hidden;
  background: linear-gradient(180deg, #f7faff 0%, #f6f9ff 64%, #f8fbff 100%);
}

.home-hero::after {
  position: absolute;
  inset-inline: 0;
  bottom: -1px;
  z-index: 3;
  height: clamp(170px, 20vh, 260px);
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(248, 251, 255, 0) 0%,
    rgba(248, 251, 255, 0.30) 42%,
    rgba(248, 251, 255, 0.72) 72%,
    #f8fbff 100%
  );
  content: "";
}

.home-bg {
  bottom: 0;
}

#baseline.hero,
.home-hero + .hero {
  margin-top: -1px;
  border-top: 0 !important;
  background:
    radial-gradient(circle at 74% 22%, rgba(99, 91, 255, 0.10), transparent 30%),
    radial-gradient(circle at 68% 62%, rgba(0, 132, 255, 0.14), transparent 32%),
    linear-gradient(180deg, #f8fbff 0%, #eef3f9 100%);
}


/* ==============================
   V4: transition fixed in the background asset itself
   ============================== */
.home-hero {
  background: #f8fbff;
}

.home-hero::after {
  display: none !important;
  content: none !important;
}

.home-bg {
  inset: 0;
  background-size: cover;
  background-position: center top;
  background-color: #f8fbff;
}

#baseline.hero,
.home-hero + .hero {
  margin-top: 0;
  border-top: 0 !important;
  background: #f8fbff !important;
}

#baseline.hero::before,
.home-hero + .hero::before {
  display: none !important;
  content: none !important;
}

/* ==============================
   V5: unified page rhythm and soft section transitions
   ============================== */
:root {
  --page-base: #f8fbff;
  --page-soft: #f5f9ff;
  --page-soft-blue: #eef6ff;
  --page-soft-violet: #f4f2ff;
}

body {
  background: var(--page-base);
}

main {
  background: linear-gradient(180deg, #f8fbff 0%, #f6faff 38%, #f8fbff 100%);
}

/* Keep the first screen and all following sections in one continuous light field. */
.home-hero,
#baseline.hero,
.evidence,
.decision.section-dark,
.scenarios {
  background-color: var(--page-base) !important;
  border-top: 0 !important;
}

.home-hero {
  background: #f8fbff !important;
}

#baseline.hero {
  background:
    radial-gradient(circle at 72% 24%, rgba(99, 91, 255, 0.075), transparent 34%),
    radial-gradient(circle at 28% 72%, rgba(0, 132, 255, 0.07), transparent 32%),
    linear-gradient(180deg, #f8fbff 0%, #f5f9ff 48%, #f8fbff 100%) !important;
}

.evidence {
  background:
    radial-gradient(circle at 18% 22%, rgba(37, 99, 235, 0.045), transparent 30%),
    radial-gradient(circle at 84% 72%, rgba(99, 91, 255, 0.055), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #f6faff 48%, #f8fbff 100%) !important;
}

.decision.section-dark {
  background:
    radial-gradient(circle at 82% 20%, rgba(0, 87, 217, 0.075), transparent 34%),
    radial-gradient(circle at 18% 72%, rgba(31, 159, 138, 0.06), transparent 32%),
    linear-gradient(180deg, #f8fbff 0%, #f4f9ff 48%, #f8fbff 100%) !important;
  color: var(--ink);
}

.scenarios {
  background:
    radial-gradient(circle at 12% 28%, rgba(31, 159, 138, 0.055), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(37, 99, 235, 0.06), transparent 32%),
    linear-gradient(180deg, #f8fbff 0%, #f5faff 50%, #f8fbff 100%) !important;
}

/* Remove hard visual cuts between the content sections. */
#baseline.hero::before,
.home-hero + .hero::before,
.evidence::before,
.decision::before,
.scenarios::before {
  display: none !important;
  content: none !important;
}

#baseline.hero,
.evidence,
.decision,
.scenarios {
  position: relative;
  margin-top: 0 !important;
}

/* Add a subtle breathing gap rather than a visible dividing line. */
#baseline.hero + .evidence,
.evidence + .decision,
.decision + .scenarios {
  margin-top: -1px;
}

/* Keep cards readable on the unified light field without making the page feel segmented. */
.evidence-board,
.evidence-board.inquiry-board,
.system-window.cognitive-baseline-card,
.scenario-card,
.trust-panel {
  background-color: rgba(255, 255, 255, 0.70);
  backdrop-filter: blur(18px);
}

/* Footer may still be separated, but soften the transition into it. */
.site-footer {
  border-top: 1px solid rgba(220, 228, 238, 0.58);
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}


/* ==============================
   V6: baked uniform lower fade, no overlay edge
   ============================== */
.home-hero {
  background: #f8fbff !important;
  overflow: hidden;
}
.home-hero::after {
  display: none !important;
  content: none !important;
}
.home-bg {
  inset: 0 !important;
  background-image: url("./assets/home-foundation-bg.webp") !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-color: #f8fbff !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
#baseline.hero,
.home-hero + .hero {
  background: #f8fbff !important;
  margin-top: 0 !important;
  border-top: 0 !important;
}
#baseline.hero::before,
.home-hero + .hero::before {
  display: none !important;
  content: none !important;
}

/* ==============================
   V8: reduced bottom transition
   Keep the foundation graphic clear; only fade the last part of the hero.
   ============================== */
.home-hero {
  position: relative;
  overflow: hidden !important;
  background: #f8fbff !important;
  margin-bottom: -1px;
}

.home-bg {
  inset: 0 !important;
  background-image: url("./assets/home-foundation-bg.webp") !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-color: #f8fbff !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

.home-bg::after {
  display: none !important;
  content: none !important;
}

.home-hero::after {
  display: block !important;
  content: "" !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 1;
  height: clamp(130px, 16vh, 180px);
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(248, 251, 255, 0) 0%,
    rgba(248, 251, 255, 0) 30%,
    rgba(248, 251, 255, 0.22) 58%,
    rgba(248, 251, 255, 0.52) 82%,
    #f8fbff 100%
  );
}

#baseline.hero,
.home-hero + .hero {
  background: #f8fbff !important;
  margin-top: -1px !important;
  border-top: 0 !important;
}

#baseline.hero::before,
.home-hero + .hero::before {
  display: none !important;
  content: none !important;
}

/* ==============================
   V8: continuous section field
   Fix: remove asymmetric full-width radial backgrounds that create visible right-side seams
   between content sections. Keep all sections on one shared light surface; visual depth is
   now handled by cards/illustrations rather than section-wide color blocks.
   ============================== */
:root {
  --section-field: #f8fbff;
  --section-field-soft: #f6faff;
}

body,
main {
  background: var(--section-field) !important;
}

.home-hero,
#baseline.hero,
.evidence,
.decision.section-dark,
.scenarios {
  background: linear-gradient(
    180deg,
    var(--section-field) 0%,
    var(--section-field-soft) 52%,
    var(--section-field) 100%
  ) !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* Remove all section boundary pseudo-lines and asymmetric decorative fields. */
#baseline.hero::before,
#baseline.hero::after,
.evidence::before,
.evidence::after,
.decision::before,
.decision::after,
.scenarios::before,
.scenarios::after {
  display: none !important;
  content: none !important;
}

/* Make section joins overlap by 1px to avoid browser anti-alias seams. */
.home-hero + .hero,
#baseline.hero + .evidence,
.evidence + .decision,
.decision + .scenarios {
  margin-top: -1px !important;
}

/* Keep local visual richness inside modules without creating full-width page seams. */
#baseline.hero .system-window,
.evidence-board,
.evidence-board.inquiry-board,
.trust-intel-visual,
.scenario-card {
  position: relative;
}

/* Soften the top of the scenarios section specifically; the previous right-side blue radial
   is removed, so this section now starts in the same field as the previous one. */
.scenarios {
  padding-top: 122px;
}

/* ==============================
   V9: color-system unification
   Keep the existing layout/transition, but replace the first-screen artwork
   with a cooler blue-white version to reduce purple mismatch.
   ============================== */
:root {
  --page-base: #f8fbff;
  --page-blue-field: #f5f9ff;
}

.home-bg {
  background-image: url("./assets/home-foundation-bg.webp") !important;
  filter: none !important;
  opacity: 1 !important;
}

/* A very light cool veil only; avoids washing out the foundation graphic. */
.home-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(247, 251, 255, 0.02) 48%,
    rgba(248, 251, 255, 0.04) 100%
  );
}

/* Keep the handoff light, not heavy; this preserves the base-plane corner. */
.home-hero::after {
  display: block !important;
  content: "" !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 3;
  height: clamp(120px, 14vh, 170px);
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(248, 251, 255, 0) 0%,
    rgba(248, 251, 255, 0) 34%,
    rgba(248, 251, 255, 0.18) 68%,
    #f8fbff 100%
  );
}

main,
body,
.home-hero,
#baseline.hero,
.evidence,
.decision.section-dark,
.scenarios {
  background-color: var(--page-base) !important;
}

#baseline.hero {
  background:
    radial-gradient(circle at 50% 0%, rgba(125, 190, 255, 0.055), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #f5f9ff 48%, #f8fbff 100%) !important;
}

.evidence,
.decision.section-dark,
.scenarios {
  background:
    linear-gradient(180deg, #f8fbff 0%, #f6faff 50%, #f8fbff 100%) !important;
}

/* ==============================
   V10: visual handoff only — color + structural continuity
   Scope: do not change layout/cards/text. Reduce purple only in the background asset,
   then add a very light baseline carry-over field at the top of the next section.
   ============================== */
:root {
  --unified-page-base: #f8fbff;
  --unified-page-soft: #f6faff;
}

.home-bg {
  background-image: url("./assets/home-foundation-bg.webp") !important;
  background-size: cover !important;
  background-position: center top !important;
  background-color: var(--unified-page-base) !important;
  filter: none !important;
}

/* Keep the hero clear; only close the very bottom gently. */
.home-hero::after {
  display: block !important;
  content: "" !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 3;
  height: clamp(118px, 13vh, 158px);
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(248, 251, 255, 0) 0%,
    rgba(248, 251, 255, 0) 38%,
    rgba(248, 251, 255, 0.14) 68%,
    rgba(248, 251, 255, 0.62) 91%,
    var(--unified-page-base) 100%
  );
}

/* A structural carry-over layer, not a section divider: faint grid + symmetric light field. */
#baseline.hero {
  background:
    linear-gradient(180deg, var(--unified-page-base) 0%, var(--unified-page-soft) 54%, var(--unified-page-base) 100%) !important;
  position: relative;
  isolation: isolate;
}

#baseline.hero::after,
.home-hero + .hero::after {
  display: block !important;
  content: "" !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 260px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.42;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(82, 171, 255, 0.12), rgba(82, 171, 255, 0.04) 38%, transparent 70%),
    linear-gradient(180deg, rgba(216, 235, 255, 0.18), rgba(248, 251, 255, 0) 82%),
    linear-gradient(to right, rgba(89, 154, 245, 0.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(89, 154, 245, 0.026) 1px, transparent 1px);
  background-size: auto, auto, 42px 42px, 42px 42px;
  mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,0.58) 46%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,0.58) 46%, transparent 100%);
}

#baseline.hero > .hero-grid {
  position: relative;
  z-index: 1;
}

/* Preserve continuity for later sections without adding new full-width color blocks. */
.evidence,
.decision.section-dark,
.scenarios {
  background: linear-gradient(180deg, var(--unified-page-base) 0%, var(--unified-page-soft) 50%, var(--unified-page-base) 100%) !important;
}

/* ==============================
   V14: 4K background + seam fix
   - Use 3840x2160 background asset.
   - Keep the hero artwork sharp while making the hero/baseline join invisible.
   ============================== */
.home-hero {
  background: #f8fbff !important;
  margin-bottom: -2px !important;
  overflow: hidden !important;
}

.home-bg {
  inset: 0 0 -2px 0 !important;
  background-image: url("./assets/home-foundation-bg-4k.webp") !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-color: #f8fbff !important;
  opacity: 1 !important;
  filter: none !important;
  transform: translateZ(0) !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

.home-bg::before,
.home-bg::after {
  display: none !important;
  content: none !important;
}

.home-hero::after {
  display: block !important;
  content: "" !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  z-index: 3;
  height: 120px;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(248, 251, 255, 0) 0%,
    rgba(248, 251, 255, 0) 32%,
    rgba(248, 251, 255, 0.20) 66%,
    rgba(248, 251, 255, 0.72) 91%,
    #f8fbff 100%
  );
}

#baseline.hero,
.home-hero + .hero {
  margin-top: -1px !important;
  border-top: 0 !important;
  background: #f8fbff !important;
}

#baseline.hero::before,
#baseline.hero::after,
.home-hero + .hero::before,
.home-hero + .hero::after {
  display: none !important;
  content: none !important;
}

/* ==============================
   V15: hero artwork placement + remove title divider
   - Move the foundation artwork below the copy so it no longer sits behind text.
   - Slightly reduce artwork scale while keeping the full-screen cold blue-white field.
   - Remove the colored divider between heading and subtitle.
   ============================== */
.home-title-line {
  display: none !important;
}

.home-copy p {
  margin-top: 28px !important;
}

.home-bg {
  background-size: 96% auto !important;
  background-position: center calc(50% + 76px) !important;
}

@media (max-width: 960px) {
  .home-bg {
    background-size: 125% auto !important;
    background-position: center calc(50% + 96px) !important;
  }
}

@media (max-width: 640px) {
  .home-bg {
    background-size: 155% auto !important;
    background-position: center calc(50% + 110px) !important;
  }
}

/* ==============================
   V16: final cold-blue background replacement
   - Use the new cold blue-white full-canvas background.
   - Keep the image covering the full viewport to avoid vertical edge seams.
   - Remove the title divider and keep the hero/baseline transition soft.
   ============================== */
.home-title-line {
  display: none !important;
}

.home-hero {
  background: #f8fbff !important;
  margin-bottom: -1px !important;
  overflow: hidden !important;
}

.home-bg {
  inset: 0 0 -1px 0 !important;
  background-image: url("./assets/home-foundation-bg-4k.webp") !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-color: #f8fbff !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

.home-bg::before,
.home-bg::after {
  display: none !important;
  content: none !important;
}

.home-copy p {
  margin-top: 28px !important;
}

.home-hero::after {
  display: block !important;
  content: "" !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 3;
  height: 150px;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(248, 251, 255, 0) 0%,
    rgba(248, 251, 255, 0) 30%,
    rgba(248, 251, 255, 0.18) 66%,
    rgba(248, 251, 255, 0.72) 92%,
    #f8fbff 100%
  );
}

#baseline.hero,
.home-hero + .hero {
  margin-top: -1px !important;
  border-top: 0 !important;
  background: #f8fbff !important;
}

#baseline.hero::before,
#baseline.hero::after,
.home-hero + .hero::before,
.home-hero + .hero::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 960px) {
  .home-bg {
    background-size: cover !important;
    background-position: center top !important;
  }
}

@media (max-width: 640px) {
  .home-bg {
    background-size: cover !important;
    background-position: center top !important;
  }
}

/* ==============================
   V18: reduce PPT feel, make hero feel like a live website
   Scope: composition, hero visual depth, subtle motion, scroll cue.
   ============================== */
.home-hero {
  min-height: 100svh !important;
  height: 100svh !important;
  background: #f8fbff !important;
}

.home-bg {
  /* Make the foundation read as a scene layer, not a centered illustration. */
  background-size: 110% auto !important;
  background-position: center calc(50% + 132px) !important;
  transform: none !important;
}

.home-bg::before {
  display: block !important;
  content: "" !important;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 34%, rgba(255, 255, 255, 0.40), transparent 34%),
    radial-gradient(ellipse at 50% 68%, rgba(52, 170, 235, 0.055), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0) 44%, rgba(248,251,255,0.12) 100%);
  mix-blend-mode: normal;
  animation: home-air-shift 9s ease-in-out infinite alternate;
}

.home-bg::after {
  display: block !important;
  content: "" !important;
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    transparent 0%,
    transparent 44%,
    rgba(255,255,255,0.16) 50%,
    transparent 58%,
    transparent 100%
  );
  opacity: 0.32;
  transform: translateX(-24%);
  animation: home-edge-sheen 13s ease-in-out infinite;
}

.home-copy {
  padding-top: clamp(128px, 16.5vh, 166px) !important;
}

.home-copy h1 {
  font-size: clamp(43px, 4.45vw, 64px) !important;
  font-weight: 860 !important;
  line-height: 1.18 !important;
  letter-spacing: -0.055em !important;
  text-shadow: 0 10px 28px rgba(10, 32, 74, 0.06) !important;
}

.home-copy p {
  margin-top: 24px !important;
  color: rgba(12, 33, 81, 0.92) !important;
  font-size: clamp(17px, 1.3vw, 20px) !important;
  font-weight: 560 !important;
  line-height: 1.75 !important;
  letter-spacing: -0.012em !important;
}

.home-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: clamp(28px, 4vh, 44px);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(12, 33, 81, 0.48);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.02em;
  transform: translateX(-50%);
  transition: color 180ms ease, transform 180ms ease;
}

.home-scroll-cue i {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 87, 217, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.44);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.72);
}

.home-scroll-cue i::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 5px;
  height: 5px;
  border-right: 1.5px solid rgba(0, 87, 217, 0.56);
  border-bottom: 1.5px solid rgba(0, 87, 217, 0.56);
  transform: translate(-50%, -50%) rotate(45deg);
  animation: home-scroll-pulse 2.6s ease-in-out infinite;
}

.home-scroll-cue:hover {
  color: rgba(0, 87, 217, 0.76);
  transform: translateX(-50%) translateY(-1px);
}

.home-hero::after {
  height: clamp(130px, 15vh, 180px) !important;
  background: linear-gradient(
    180deg,
    rgba(248, 251, 255, 0) 0%,
    rgba(248, 251, 255, 0) 34%,
    rgba(248, 251, 255, 0.18) 68%,
    rgba(248, 251, 255, 0.70) 91%,
    #f8fbff 100%
  ) !important;
}

@keyframes home-air-shift {
  0% { opacity: 0.84; transform: translateY(0); }
  100% { opacity: 1; transform: translateY(-8px); }
}

@keyframes home-edge-sheen {
  0%, 55% { opacity: 0; transform: translateX(-38%); }
  70% { opacity: 0.26; }
  100% { opacity: 0; transform: translateX(38%); }
}

@keyframes home-scroll-pulse {
  0%, 100% { opacity: 0.46; transform: translate(-50%, -60%) rotate(45deg); }
  50% { opacity: 0.92; transform: translate(-50%, -35%) rotate(45deg); }
}

@media (max-width: 960px) {
  .home-bg {
    background-size: 142% auto !important;
    background-position: center calc(50% + 142px) !important;
  }

  .home-copy {
    padding-top: 126px !important;
  }
}

@media (max-width: 640px) {
  .home-bg {
    background-size: 190% auto !important;
    background-position: center calc(50% + 138px) !important;
  }

  .home-copy h1 {
    font-size: clamp(34px, 9vw, 42px) !important;
  }

  .home-copy p {
    font-size: 15px !important;
  }

  .home-scroll-cue span {
    display: none;
  }
}

/* ==============================
   V19: typography-only refinement
   - Keep layout/background/navigation unchanged.
   - Reduce presentation-cover heaviness and make the hero read more like a website brand statement.
   ============================== */
.home-copy {
  width: min(920px, calc(100vw - 48px)) !important;
  padding-top: clamp(158px, 19.2vh, 194px) !important;
}

.home-copy h1 {
  max-width: 900px !important;
  margin: 0 auto !important;
  color: #071b46 !important;
  font-size: clamp(48px, 4.8vw, 76px) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: -0.045em !important;
  text-align: center !important;
  text-shadow: 0 8px 26px rgba(10, 32, 74, 0.055) !important;
}

.home-title-line {
  display: none !important;
}

.home-copy p {
  max-width: 760px !important;
  margin: 34px auto 0 !important;
  color: rgba(7, 24, 55, 0.76) !important;
  font-size: clamp(18px, 1.35vw, 22px) !important;
  line-height: 1.72 !important;
  font-weight: 520 !important;
  letter-spacing: 0.01em !important;
  text-align: center !important;
  text-shadow: none !important;
}

@media (max-width: 860px) {
  .home-copy {
    width: min(100% - 40px, 920px) !important;
    padding-top: 118px !important;
  }

  .home-copy h1 {
    font-size: clamp(38px, 8vw, 54px) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.04em !important;
  }

  .home-copy p {
    max-width: 620px !important;
    margin-top: 28px !important;
    font-size: 17px !important;
    line-height: 1.72 !important;
  }
}

@media (max-width: 640px) {
  .home-copy h1 {
    font-size: clamp(32px, 9vw, 42px) !important;
    letter-spacing: -0.035em !important;
  }

  .home-copy p {
    font-size: 15px !important;
    line-height: 1.68 !important;
  }
}

/* ==============================
   V19: keep full foundation visible
   - Previous top-aligned cover cropped the lower part of the 4K artwork.
   - Align the background to the bottom so the platform is not cut off.
   ============================== */
.home-bg {
  background-position: center bottom !important;
}

/* Keep transition subtle without washing out / covering the platform edge. */
.home-hero::after {
  height: 96px !important;
  background: linear-gradient(
    180deg,
    rgba(248, 251, 255, 0) 0%,
    rgba(248, 251, 255, 0) 44%,
    rgba(248, 251, 255, 0.18) 76%,
    #f8fbff 100%
  ) !important;
}

.home-scroll-cue {
  bottom: 28px !important;
  opacity: 0.72;
}

/* ==============================
   V22: perceptible foundation motion on original 4K artwork
   - Animate background position and size, not a second image layer.
   - Avoid extra halo, scan lines, blur, or brightness changes.
   ============================== */
.home-bg {
  --foundation-bg-base-size: 110%;
  inset: 0 !important;
  background-position:
    calc(50% + var(--foundation-bg-offset-x, 0px))
    calc(100% + var(--foundation-bg-offset-y, 0px)) !important;
  background-size:
    calc(var(--foundation-bg-base-size) + var(--foundation-bg-size-delta, 1%))
    auto !important;
  transform: none !important;
  will-change: background-position, background-size;
}

@media (max-width: 960px) {
  .home-bg {
    --foundation-bg-base-size: 142%;
  }
}

@media (max-width: 640px) {
  .home-bg {
    --foundation-bg-base-size: 190%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-bg {
    background-position: 50% 100% !important;
    background-size: calc(var(--foundation-bg-base-size) + 1%) auto !important;
    will-change: auto !important;
  }
}

html.motion-preview .home-bg {
  background-position:
    calc(50% + var(--foundation-bg-offset-x, 0px))
    calc(100% + var(--foundation-bg-offset-y, 0px)) !important;
  background-size:
    calc(var(--foundation-bg-base-size) + var(--foundation-bg-size-delta, 1%))
    auto !important;
  will-change: background-position, background-size !important;
}

/* ==============================
   V24: website-style hero information layout
   - Shift from centered poster copy to a left-aligned product entry.
   - Keep the foundation artwork as the background signal.
   ============================== */
.home-hero {
  min-height: 720px !important;
  height: 92svh !important;
  max-height: 860px !important;
}

.home-copy {
  width: min(620px, calc(100vw - 96px)) !important;
  margin-left: max(72px, calc((100vw - var(--max)) / 2)) !important;
  margin-right: auto !important;
  padding-top: clamp(128px, 16vh, 168px) !important;
  text-align: left !important;
}

.home-copy .home-kicker {
  display: inline-flex !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 0 18px !important;
  color: rgba(0, 87, 217, 0.76) !important;
  font-size: 13px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
  text-align: left !important;
}

.home-copy h1 {
  max-width: 620px !important;
  margin: 0 !important;
  font-size: clamp(42px, 4.2vw, 64px) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.04em !important;
  text-align: left !important;
}

.home-copy > p:not(.home-kicker) {
  max-width: 520px !important;
  margin: 24px 0 0 !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
  text-align: left !important;
}

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

.home-action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 760;
  line-height: 1;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.home-action:hover {
  transform: translateY(-1px);
}

.home-action-primary {
  border: 1px solid #0b4fd8;
  background: #0b4fd8;
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(11, 79, 216, 0.16);
}

.home-action-secondary {
  border: 1px solid rgba(11, 79, 216, 0.22);
  background: rgba(255, 255, 255, 0.58);
  color: #0b4fd8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

@media (max-width: 860px) {
  .home-hero {
    height: auto !important;
    max-height: none !important;
  }

  .home-copy {
    width: min(100% - 40px, 620px) !important;
    margin-inline: auto !important;
    padding-top: 118px !important;
    text-align: center !important;
  }

  .home-copy .home-kicker,
  .home-copy h1,
  .home-copy > p:not(.home-kicker) {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .home-actions {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .home-copy {
    width: min(100% - 36px, 620px) !important;
    padding-top: 104px !important;
  }

  .home-copy > p:not(.home-kicker) {
    font-size: 15px !important;
  }

  .home-actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 280px;
    margin-inline: auto;
  }
}

/* ==============================
   V25: centered website entry, distinct from the next section
   - Keep the first screen as a product navigation entry.
   - The following section remains the detailed capability explanation.
   ============================== */
.home-hero {
  min-height: 700px !important;
  height: 88svh !important;
  max-height: 820px !important;
}

.home-copy {
  width: min(920px, calc(100vw - 48px)) !important;
  margin: 0 auto !important;
  padding-top: clamp(126px, 15vh, 164px) !important;
  text-align: center !important;
}

.home-copy .home-kicker {
  display: inline-flex !important;
  margin: 0 auto 18px !important;
  color: rgba(0, 87, 217, 0.72) !important;
  font-size: 13px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
  text-align: center !important;
}

.home-copy h1 {
  max-width: 780px !important;
  margin: 0 auto !important;
  font-size: clamp(42px, 4.4vw, 64px) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.04em !important;
  text-align: center !important;
}

.home-copy > p:not(.home-kicker) {
  max-width: 620px !important;
  margin: 24px auto 0 !important;
  font-size: clamp(16px, 1.16vw, 18px) !important;
  line-height: 1.7 !important;
  text-align: center !important;
}

.home-actions {
  display: none !important;
}

.home-capability-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: min(860px, 100%);
  margin: 32px auto 0;
}

.home-capability-nav a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(90, 150, 220, 0.20);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  color: rgba(7, 24, 55, 0.70);
  font-size: 13px;
  font-weight: 720;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(12px);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.home-capability-nav a span {
  color: rgba(0, 87, 217, 0.72);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.home-capability-nav a:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 87, 217, 0.28);
  background: rgba(239, 247, 255, 0.76);
  color: #0057d9;
  box-shadow:
    0 12px 28px rgba(32, 89, 160, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

@media (max-width: 860px) {
  .home-hero {
    height: auto !important;
    max-height: none !important;
  }

  .home-copy {
    width: min(100% - 40px, 920px) !important;
    padding-top: 118px !important;
  }

  .home-capability-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 560px;
  }
}

@media (max-width: 640px) {
  .home-copy {
    width: min(100% - 36px, 920px) !important;
    padding-top: 104px !important;
  }

  .home-capability-nav {
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 320px;
    margin-top: 26px;
  }
}

/* ==============================
   V26: lightweight capability index
   - Remove pill backgrounds so the foundation artwork stays unobstructed.
   ============================== */
.home-capability-nav {
  display: flex !important;
  width: min(720px, 100%) !important;
  max-width: 720px !important;
  margin: 20px auto 0 !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 12px clamp(22px, 2.4vw, 32px) !important;
}

.home-capability-nav a {
  min-height: 24px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(7, 24, 55, 0.66) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  font-size: 13px !important;
  font-weight: 720 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transition:
    transform 300ms ease,
    color 300ms ease,
    opacity 300ms ease !important;
}

.home-capability-nav a span {
  color: rgba(0, 87, 217, 0.70) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: 0.02em !important;
}

.home-capability-nav a:hover {
  transform: translateY(-1px) !important;
  background: transparent !important;
  color: rgba(0, 87, 217, 0.90) !important;
  box-shadow: none !important;
}

@media (max-width: 640px) {
  .home-capability-nav {
    max-width: 320px !important;
    margin-top: 20px !important;
    gap: 10px 22px !important;
  }
}

/* ==============================
   V27: brand-only header with bottom primary entry nav
   - The four entries become the page's primary navigation.
   - Keep the foundation artwork free of labels.
   ============================== */
.home-site-header.site-header {
  height: 72px !important;
  justify-content: flex-start !important;
  padding-inline: max(32px, calc((100vw - var(--max)) / 2)) !important;
}

.home-site-header .brand {
  margin-right: 0 !important;
}

.home-site-header .desktop-nav,
.home-site-header .menu-toggle,
.mobile-menu {
  display: none !important;
}

.home-hero {
  min-height: 720px !important;
  height: 100svh !important;
  max-height: 880px !important;
}

.home-copy {
  width: min(920px, calc(100vw - 48px)) !important;
  padding-top: clamp(118px, 13.2vh, 148px) !important;
}

.home-copy > p:not(.home-kicker) {
  margin-top: 24px !important;
}

.home-capability-nav {
  position: absolute !important;
  left: 50% !important;
  bottom: clamp(32px, 4.8vh, 48px) !important;
  z-index: 3 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: min(860px, calc(100vw - 64px)) !important;
  max-width: 860px !important;
  margin: 0 !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(18, 44, 84, 0.12) !important;
  transform: translateX(-50%) !important;
  gap: 0 !important;
}

.home-capability-nav a {
  display: inline-flex !important;
  min-height: 30px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  color: rgba(7, 24, 55, 0.66) !important;
  font-size: 13px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition:
    transform 300ms ease,
    color 300ms ease !important;
}

.home-capability-nav a span {
  color: rgba(0, 87, 217, 0.76) !important;
  font-size: 12px !important;
  font-weight: 880 !important;
  letter-spacing: 0.02em !important;
}

.home-capability-nav a:hover {
  transform: translateY(-1px) !important;
  color: rgba(0, 87, 217, 0.92) !important;
}

@media (max-width: 860px) {
  .home-site-header.site-header {
    height: 64px !important;
    padding-inline: 22px !important;
  }

  .home-hero {
    min-height: 720px !important;
    height: 100svh !important;
    max-height: none !important;
  }

  .home-copy {
    width: min(100% - 40px, 720px) !important;
    padding-top: 104px !important;
  }

  .home-capability-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: min(520px, calc(100vw - 40px)) !important;
    max-width: 520px !important;
    padding-top: 12px !important;
    row-gap: 8px !important;
  }
}

@media (max-width: 640px) {
  .home-copy {
    width: min(100% - 36px, 620px) !important;
    padding-top: 94px !important;
  }

  .home-copy h1 {
    font-size: clamp(38px, 11.5vw, 52px) !important;
  }

  .home-copy > p:not(.home-kicker) {
    font-size: 15px !important;
  }

  .home-copy > p:not(.home-kicker) br {
    display: none !important;
  }

  .home-capability-nav {
    bottom: 24px !important;
    width: min(340px, calc(100vw - 36px)) !important;
    max-width: 340px !important;
  }

  .home-capability-nav a {
    min-height: 28px !important;
    font-size: 12px !important;
  }
}

/* ==============================
   V28: four primary entries inside the top navigation
   - Replace the old six-link navigation with the four product anchors.
   - Remove the V27 bottom placement from the first screen.
   ============================== */
.home-site-header.site-header {
  height: 76px !important;
  justify-content: space-between !important;
  padding-inline: max(42px, calc((100vw - var(--max)) / 2)) !important;
}

.home-site-header .brand {
  margin-right: 40px !important;
}

.home-site-header .home-header-nav {
  position: static !important;
  left: auto !important;
  bottom: auto !important;
  z-index: auto !important;
  display: flex !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  transform: none !important;
  grid-template-columns: none !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: clamp(32px, 4vw, 56px) !important;
}

.home-site-header .home-header-nav a {
  display: inline-flex !important;
  min-height: 32px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(6, 25, 71, 0.88) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  font-size: 15px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
  text-decoration: none !important;
  transition:
    transform 300ms ease,
    color 300ms ease !important;
}

.home-site-header .home-header-nav a span {
  color: rgba(0, 87, 217, 0.72) !important;
  font-size: 12px !important;
  font-weight: 880 !important;
  letter-spacing: 0.02em !important;
}

.home-site-header .home-header-nav a:hover {
  transform: translateY(-1px) !important;
  color: rgba(0, 87, 217, 0.94) !important;
}

.home-site-header .menu-toggle {
  display: none !important;
}

.home-mobile-menu {
  display: none !important;
}

.home-mobile-menu a {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.home-mobile-menu a span {
  color: rgba(0, 87, 217, 0.72) !important;
  font-size: 12px !important;
  font-weight: 880 !important;
  letter-spacing: 0.02em !important;
}

.home-hero {
  min-height: 700px !important;
  height: 88svh !important;
  max-height: 820px !important;
}

.home-copy {
  padding-top: clamp(126px, 15vh, 164px) !important;
}

@media (max-width: 980px) {
  .home-site-header.site-header {
    padding-inline: 28px !important;
  }

  .home-site-header .brand {
    margin-right: 28px !important;
  }

  .home-site-header .home-header-nav {
    gap: 28px !important;
  }

  .home-site-header .home-header-nav a {
    font-size: 14px !important;
  }
}

@media (max-width: 860px) {
  .home-site-header.site-header {
    height: 64px !important;
    padding-inline: 22px !important;
  }

  .home-site-header .brand {
    margin-right: 0 !important;
  }

  .home-site-header .home-header-nav {
    display: none !important;
  }

  .home-site-header .menu-toggle {
    display: block !important;
    margin-left: auto !important;
  }

  .home-mobile-menu {
    display: none !important;
  }

  .home-mobile-menu.is-open {
    display: flex !important;
  }

  .home-hero {
    min-height: 700px !important;
    height: auto !important;
    max-height: none !important;
  }

  .home-copy {
    width: min(100% - 40px, 720px) !important;
    padding-top: 118px !important;
  }
}

@media (max-width: 640px) {
  .home-copy {
    width: min(100% - 36px, 620px) !important;
    padding-top: 104px !important;
  }
}

/* ==============================
   V30: restrained homepage copy layout
   - Reduce poster-like typography while keeping the centered hero.
   ============================== */
.home-copy {
  width: min(760px, calc(100vw - 48px)) !important;
  padding-top: clamp(118px, 13vh, 146px) !important;
}

.home-copy .home-kicker {
  margin-bottom: 16px !important;
  color: rgba(0, 87, 217, 0.58) !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  letter-spacing: 0.02em !important;
}

.home-copy h1 {
  max-width: 700px !important;
  font-size: clamp(42px, 4vw, 58px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.035em !important;
}

.home-copy > p:not(.home-kicker) {
  max-width: 560px !important;
  margin-top: 22px !important;
  color: rgba(12, 33, 81, 0.74) !important;
  font-size: 17px !important;
  font-weight: 560 !important;
  line-height: 1.72 !important;
}

@media (max-width: 860px) {
  .home-copy {
    width: min(100% - 40px, 700px) !important;
    padding-top: 112px !important;
  }
}

@media (max-width: 640px) {
  .home-copy {
    width: min(100% - 36px, 620px) !important;
    padding-top: 98px !important;
  }

  .home-copy h1 {
    font-size: clamp(36px, 10.8vw, 48px) !important;
  }

  .home-copy > p:not(.home-kicker) {
    max-width: 330px !important;
    font-size: 15px !important;
  }
}

/* ==============================
   V32: official-site homepage copy and single-line legal footer
   ============================== */
.home-copy {
  width: min(720px, calc(100vw - 48px)) !important;
  padding-top: clamp(108px, 12vh, 132px) !important;
}

.home-copy .home-kicker {
  color: rgba(0, 87, 217, 0.56) !important;
  font-weight: 620 !important;
}

.home-copy h1 {
  max-width: 640px !important;
  font-size: clamp(40px, 3.7vw, 52px) !important;
  line-height: 1.14 !important;
}

.home-copy .home-lead {
  max-width: 560px !important;
  margin-top: 20px !important;
  color: rgba(12, 33, 81, 0.78) !important;
  font-size: 17px !important;
  font-weight: 560 !important;
  line-height: 1.68 !important;
}

.home-copy .home-support {
  max-width: 520px !important;
  margin-top: 8px !important;
  color: rgba(12, 33, 81, 0.62) !important;
  font-size: 14px !important;
  font-weight: 520 !important;
  line-height: 1.7 !important;
}

.site-footer {
  display: block !important;
  padding: 22px 24px !important;
  text-align: center !important;
}

.site-footer .copyright {
  margin: 0 !important;
  color: rgba(51, 65, 85, 0.78) !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
}

.footer-record-link {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.footer-record-link::before {
  margin: 0 8px;
  content: "｜";
}

.footer-record-link:hover {
  color: rgba(30, 41, 59, 0.96);
}

.footer-record-link:focus-visible {
  border-radius: 3px;
  outline: 2px solid rgba(37, 99, 235, 0.72);
  outline-offset: 3px;
}

@media (max-width: 860px) {
  .home-copy {
    width: min(100% - 40px, 680px) !important;
    padding-top: 106px !important;
  }
}

@media (max-width: 640px) {
  .home-copy {
    width: min(100% - 36px, 620px) !important;
    padding-top: 96px !important;
  }

  .home-copy h1 {
    font-size: clamp(35px, 10.4vw, 46px) !important;
  }

  .home-copy .home-lead {
    max-width: 340px !important;
    font-size: 15px !important;
  }

  .home-copy .home-support {
    max-width: 320px !important;
    font-size: 13px !important;
  }
}

/* ==============================
   V33: brand-statement title tuning
   - Keep the headline strong without reading like a report cover.
   ============================== */
.home-copy h1 {
  max-width: 660px !important;
  font-size: clamp(39px, 3.55vw, 50px) !important;
  font-weight: 820 !important;
  letter-spacing: -0.024em !important;
  line-height: 1.18 !important;
}

@media (max-width: 640px) {
  .home-copy h1 {
    font-size: clamp(34px, 10.1vw, 44px) !important;
    line-height: 1.18 !important;
  }
}

/* ==============================
   V35: balanced large-screen hero composition
   - Avoid stretching the first screen into an empty full-height poster.
   - Pull the foundation scene closer to the brand statement on large displays.
   ============================== */
.home-hero {
  min-height: 760px !important;
  height: clamp(760px, 86svh, 900px) !important;
  max-height: 900px !important;
  overflow: hidden !important;
}

.home-copy {
  padding-top: clamp(116px, 11vh, 138px) !important;
}

.home-bg {
  --foundation-bg-base-size: min(1900px, 124vw);
  background-position:
    calc(50% + var(--foundation-bg-offset-x, 0px))
    calc(100% + 24px + var(--foundation-bg-offset-y, 23px) - 23px) !important;
  background-size:
    calc(var(--foundation-bg-base-size) + var(--foundation-bg-size-delta, 1%))
    auto !important;
}

@media (max-width: 860px) {
  .home-hero {
    min-height: 100svh !important;
    height: auto !important;
    max-height: none !important;
  }

  .home-copy {
    padding-top: 106px !important;
  }

  .home-bg {
    --foundation-bg-base-size: max(1120px, 150vw);
    background-position:
      calc(50% + var(--foundation-bg-offset-x, 0px))
      calc(100% + var(--foundation-bg-offset-y, 0px)) !important;
  }
}

@media (max-width: 640px) {
  .home-hero {
    min-height: 100svh !important;
  }

  .home-copy {
    padding-top: 96px !important;
  }

  .home-bg {
    --foundation-bg-base-size: max(920px, 225vw);
  }
}

/* ==============================
   V36: lower the hero copy on large displays
   ============================== */
@media (min-width: 1440px) {
  .home-copy {
    padding-top: clamp(148px, 14vh, 178px) !important;
  }
}

/* ==============================
   Company business and contact pages
   ============================== */
.secondary-page {
  color: var(--home-ink);
  background: #f8fbff;
}

.secondary-main {
  overflow: hidden;
}

.secondary-shell {
  width: min(1120px, calc(100vw - 48px));
  margin-inline: auto;
}

.secondary-site-header .desktop-nav a[aria-current="page"],
.home-mobile-menu a[aria-current="page"] {
  color: var(--home-blue);
}

.secondary-site-header .desktop-nav a[aria-current="page"] {
  position: relative;
}

.secondary-site-header .desktop-nav a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.secondary-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 390px;
  padding: 156px 24px 84px;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(17, 42, 88, 0.10);
  background:
    radial-gradient(circle at 16% 22%, rgba(123, 190, 255, 0.20), transparent 32%),
    radial-gradient(circle at 84% 72%, rgba(107, 226, 222, 0.16), transparent 34%),
    linear-gradient(150deg, #f6fbff 0%, #edf5ff 52%, #f8fbff 100%);
  text-align: center;
}

.secondary-hero::before {
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(37, 99, 235, 0.11);
  border-radius: 50%;
  content: "";
  transform: translate(62%, 46%);
}

.secondary-hero-inner {
  position: relative;
  z-index: 2;
  width: min(860px, 100%);
}

.secondary-eyebrow,
.secondary-section-label {
  margin: 0;
  color: var(--home-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.secondary-hero h1 {
  margin: 18px 0 16px;
  font-size: 48px;
  font-weight: 840;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.secondary-hero-lead {
  margin: 0;
  color: rgba(30, 51, 78, 0.72);
  font-size: 19px;
  line-height: 1.7;
}

.business-intro-section,
.business-capability-section,
.business-scenario-section,
.contact-consultation-section,
.contact-details-section {
  padding: 96px 0;
}

.business-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 80px;
  align-items: start;
}

.business-intro-grid h2,
.secondary-section-heading h2,
.business-scenario-layout h2,
.secondary-cta h2,
.contact-consultation-copy h2 {
  margin: 18px 0 0;
  font-size: 36px;
  font-weight: 820;
  letter-spacing: -0.03em;
  line-height: 1.32;
}

.business-intro-copy {
  margin: 0;
  color: rgba(30, 51, 78, 0.76);
  font-size: 17px;
  line-height: 2;
}

.business-capability-section {
  border-block: 1px solid rgba(17, 42, 88, 0.08);
  background: #ffffff;
}

.secondary-section-heading {
  max-width: 720px;
  margin-bottom: 44px;
}

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

.business-capability-card {
  min-height: 330px;
  padding: 36px;
  border: 1px solid rgba(17, 42, 88, 0.10);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(245, 250, 255, 0.88), rgba(255, 255, 255, 0.98));
  box-shadow: 0 18px 48px rgba(56, 82, 118, 0.07);
}

.business-card-index {
  display: inline-grid;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--home-blue);
  background: rgba(11, 102, 228, 0.09);
  font-size: 13px;
  font-weight: 850;
  place-items: center;
}

.business-capability-card h3 {
  margin: 42px 0 16px;
  font-size: 23px;
  letter-spacing: -0.02em;
}

.business-capability-card p {
  margin: 0;
  color: rgba(30, 51, 78, 0.70);
  font-size: 15px;
  line-height: 1.85;
}

.business-scenario-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 80px;
  align-items: center;
}

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

.business-scenario-list span {
  padding: 20px 22px;
  border: 1px solid rgba(17, 42, 88, 0.10);
  border-radius: 12px;
  color: rgba(22, 45, 76, 0.82);
  background: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 720;
}

.secondary-cta {
  padding: 72px 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 20%, rgba(88, 201, 255, 0.23), transparent 30%),
    #102746;
}

.secondary-cta .secondary-section-label {
  color: #8fc7ff;
}

.secondary-cta-inner {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}

.secondary-primary-link {
  display: inline-flex;
  min-width: 144px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 760;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.secondary-primary-link:hover,
.secondary-primary-link:focus-visible {
  border-color: #ffffff;
  color: #102746;
  background: #ffffff;
}

.contact-page-hero {
  background:
    linear-gradient(rgba(12, 47, 79, 0.10), rgba(12, 47, 79, 0.02)),
    radial-gradient(circle at 50% 110%, rgba(122, 198, 255, 0.34), transparent 46%),
    linear-gradient(145deg, #eaf5fb 0%, #dcecf5 50%, #edf7fb 100%);
}

.contact-orbit {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.70);
  border-radius: 50%;
  transform: rotate(-10deg);
}

.contact-orbit-one {
  right: -110px;
  bottom: -240px;
  width: 720px;
  height: 420px;
}

.contact-orbit-two {
  bottom: -190px;
  left: -150px;
  width: 620px;
  height: 360px;
}

.contact-consultation-section {
  background: #ffffff;
}

.contact-consultation-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 72px;
  align-items: center;
}

.contact-consultation-copy h2 {
  max-width: 700px;
}

.contact-consultation-copy > p:last-child {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(30, 51, 78, 0.70);
  font-size: 16px;
  line-height: 1.9;
}

.contact-action-card {
  padding: 36px;
  border-radius: 18px;
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 0%, rgba(111, 208, 255, 0.28), transparent 36%),
    linear-gradient(145deg, #0f68d7, #0753b7);
  box-shadow: 0 22px 54px rgba(22, 89, 180, 0.20);
}

.contact-action-card span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 700;
}

.contact-action-card a {
  display: inline-block;
  margin-top: 20px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 820;
  letter-spacing: 0.02em;
}

.contact-action-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.contact-details-section {
  background:
    radial-gradient(circle at 50% 110%, rgba(80, 145, 220, 0.08), transparent 38%),
    #f3f7fb;
}

.contact-details-heading {
  margin-bottom: 40px;
}

.contact-details-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: 24px;
}

.contact-detail-card {
  min-height: 260px;
  padding: 36px;
  border: 1px solid rgba(17, 42, 88, 0.10);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
}

.contact-detail-label {
  color: var(--home-blue);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.12em;
}

.contact-detail-card h3 {
  margin: 42px 0 16px;
  font-size: 22px;
  letter-spacing: -0.02em;
}

.contact-detail-card address,
.contact-detail-card p {
  margin: 0;
  color: rgba(30, 51, 78, 0.70);
  font-size: 15px;
  font-style: normal;
  line-height: 1.9;
}

.contact-phone-link {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--home-blue);
  font-size: 26px;
  font-weight: 820;
  letter-spacing: 0.02em;
}

.contact-phone-link:hover,
.contact-phone-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media (max-width: 960px) {
  .business-intro-grid,
  .business-scenario-layout,
  .contact-consultation-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .business-capability-grid {
    grid-template-columns: 1fr;
  }

  .business-capability-card {
    min-height: auto;
  }

  .contact-details-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .secondary-shell {
    width: min(100% - 40px, 1120px);
  }

  .secondary-hero {
    min-height: 340px;
    padding: 132px 20px 70px;
  }

  .secondary-hero h1 {
    margin-top: 16px;
    font-size: 34px;
  }

  .secondary-hero-lead {
    font-size: 16px;
  }

  .business-intro-section,
  .business-capability-section,
  .business-scenario-section,
  .contact-consultation-section,
  .contact-details-section {
    padding: 72px 0;
  }

  .business-intro-grid h2,
  .secondary-section-heading h2,
  .business-scenario-layout h2,
  .secondary-cta h2,
  .contact-consultation-copy h2 {
    font-size: 29px;
  }

  .business-intro-copy {
    font-size: 16px;
    line-height: 1.9;
  }

  .business-capability-card,
  .contact-action-card,
  .contact-detail-card {
    padding: 28px;
  }

  .business-capability-card h3 {
    margin-top: 32px;
  }

  .business-scenario-list {
    grid-template-columns: 1fr;
  }

  .secondary-cta {
    padding: 60px 0;
  }

  .secondary-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-action-card a {
    font-size: 26px;
  }

  .contact-detail-card {
    min-height: auto;
  }

  .contact-detail-card h3 {
    margin-top: 32px;
  }
}
