:root {
  --scroll-progress:0;
  --canvas:#f7f9fc;
  --surface:#fff;
  --ink:#101e36;
  --ink-soft:#63728a;
  --brand:#173e8f;
  --signal:#2f6bff;
  --aqua:#53e0cf;
  --navy:#0a1832;
  --line:#dce4ef;
  --sans:"Avenir Next","PingFang SC","Microsoft YaHei",sans-serif;
  --mono:"SFMono-Regular",Consolas,monospace
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:0
}
body {
  min-width:320px;
  margin:0;
  background:var(--canvas);
  color:var(--ink);
  font-family:var(--sans);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility
}
button,a {
  -webkit-tap-highlight-color:transparent
}
button {
  font:inherit;
  cursor:pointer
}
a {
  color:inherit;
  text-decoration:none
}
button:focus-visible,a:focus-visible {
  outline:3px solid #4388fd;
  outline-offset:5px
}
button:disabled {
  cursor:default
}
svg {
  display:block
}
button,article,section,div {
  min-width:0
}
[hidden] {
  display:none!important
}
::selection {
  background:#cde0ff;
  color:#102044
}
.section-shell,.site-nav,.site-footer {
  width:min(1240px,calc(100% - 80px));
  margin-inline:auto
}
.skip-link {
  position:fixed;
  z-index:100;
  top:12px;
  left:12px;
  padding:12px 18px;
  background:white;
  transform:translateY(-200%);
  border:1px solid var(--signal);
  border-radius:8px
}
.skip-link:focus {
  transform:none
}
.ambient-grid {
  position:absolute;
  inset:0 0 auto;
  height:900px;
  z-index:-1;
  pointer-events:none;
  background:radial-gradient(ellipse at 78% 40%,#dce7ff80,transparent 55%),linear-gradient(90deg,#173e8f04 1px,transparent 1px);
  background-size:auto,84px 84px
}
#main-content {
  display:block
}
#top,#main-content,#value,#intelligence,#trust,#contact {
  scroll-margin-top:98px
}
.site-header {
  position:sticky;
  top:0;
  z-index:30;
  padding:18px 0 8px;
  pointer-events:none
}
.site-nav {
  height:68px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 14px 0 22px;
  border:1px solid #ffffffcc;
  border-radius:18px;
  background:#ffffffd9;
  backdrop-filter:blur(24px);
  box-shadow:0 8px 30px #15325606;
  pointer-events:auto
}
.site-header:after {
  position:absolute;
  content:"";
  height:2px;
  bottom:0;
  left:0;
  right:0;
  background:linear-gradient(90deg,var(--signal),#66e4d4);
  transform:scaleX(var(--scroll-progress));
  transform-origin:left
}
.brand {
  display:inline-flex;
  gap:11px;
  align-items:center
}
.brand-mark {
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:11px;
  background:linear-gradient(140deg,#4e7fff,#173e8f);
  box-shadow:0 7px 15px #285aca25;
  color:#fff
}
.brand-mark svg {
  width:23px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round
}
.brand-type {
  display:grid;
  gap:3px
}
.brand-type b {
  font-size:16px;
  letter-spacing:.03em
}
.brand-type small {
  font:8px var(--mono);
  letter-spacing:.18em;
  color:var(--brand)
}
.nav-links {
  display:flex;
  gap:28px;
  font-size:12px;
  font-weight:600;
  color:#56647b
}
.nav-links a {
  position:relative;
  padding:20px 0
}
.nav-links a:after {
  content:"";
  position:absolute;
  bottom:12px;
  left:0;
  right:0;
  height:1px;
  background:var(--signal);
  transform:scaleX(0);
  transition:transform .2s
}
.nav-links a:hover:after,.nav-links a[aria-current="location"]:after {
  transform:scaleX(1)
}
.nav-links a[aria-current="location"] {
  color:var(--brand)
}
.nav-actions {
  display:flex;
  align-items:center;
  gap:16px
}
.motion-toggle {
  display:flex;
  gap:7px;
  align-items:center;
  border:0;
  padding:9px 2px;
  background:transparent;
  color:#6d7c92;
  font-size:10px
}
.motion-symbol {
  font-size:13px;
  letter-spacing:-.1em
}
.motion-toggle[aria-pressed=true] .motion-symbol {
  color:var(--signal)
}
.nav-cta,.primary-link {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  background:var(--brand);
  color:white;
  border:1px solid transparent;
  transition:background .2s,box-shadow .2s,transform .2s
}
.nav-cta {
  height:42px;
  padding:0 17px;
  border-radius:10px;
  font-size:12px
}
.nav-cta:hover,.primary-link:hover {
  background:#2452ab;
  box-shadow:0 8px 25px #1d4ca225;
  transform:translateY(-2px)
}
.primary-link {
  min-height:50px;
  padding:0 23px;
  border-radius:10px;
  font-size:13px;
  font-weight:600
}
.primary-link span {
  font-size:20px
}
.text-link {
  font-size:12px;
  font-weight:600;
  color:var(--brand)
}
.text-link span {
  margin-left:8px
}
.eyebrow {
  margin:0 0 24px;
  font:10px/1.6 var(--mono);
  letter-spacing:.15em;
  color:var(--brand)
}
.hero {
  display:grid;
  grid-template-columns:minmax(0,.96fr) minmax(0,1.12fr);
  gap:58px;
  align-items:center;
  min-height:746px;
  padding:72px 0 82px
}
.hero-copy {
  padding-bottom:10px
}
.hero .eyebrow {
  display:flex;
  align-items:center;
  gap:11px
}
.hero .eyebrow i {
  width:6px;
  height:6px;
  background:var(--signal);
  border-radius:50%;
  box-shadow:0 0 0 5px #2f6bff10
}
.hero h1 {
  margin:0;
  font-size:clamp(48px,4.65vw,68px);
  font-weight:650;
  line-height:1.17;
  letter-spacing:-.047em
}
.hero h1 em {
  display:block;
  font-style:normal;
  background:linear-gradient(105deg,#133778,#3d76f8);
  color:transparent;
  background-clip:text;
  white-space:nowrap
}
.heading-dot {
  display:none
}
.hero-lead {
  margin:28px 0 0;
  color:var(--ink-soft);
  font-size:15px;
  line-height:1.95
}
.hero-actions {
  display:flex;
  gap:24px;
  align-items:center;
  margin-top:35px
}
.hero-notes {
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:23px;
  margin:46px 0 0;
  padding:23px 0 0;
  border-top:1px solid var(--line);
  font-size:11px;
  color:var(--ink-soft)
}
.hero-notes span {
  margin-right:5px;
  color:var(--signal);
  font-size:12px
}
.network-shell {
  position:relative;
  isolation:isolate;
  padding:21px 22px 15px;
  border-radius:28px;
  border:1px solid #b6cced40;
  background:radial-gradient(ellipse at 50% 48%,#214c934d,transparent 60%),linear-gradient(145deg,#152a4d,#0b1930 75%);
  color:#eff6ff;
  box-shadow:0 30px 70px -32px #0d32715c,inset 0 1px 0 #ffffff18
}
.network-top {
  position:relative;
  z-index:6;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  font:8px var(--mono);
  letter-spacing:.12em;
  color:#b4c8e3
}
.network-top>span {
  display:flex;
  gap:7px;
  align-items:center
}
.network-top i {
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--aqua);
  box-shadow:0 0 12px #53e0cf80
}
.network-top small {
  font:10px var(--sans);
  letter-spacing:0;
  color:#8da1c0
}
.hero-orbit {
  position:relative;
  height:402px;
  isolation:isolate;
  display:grid;
  place-items:center
}
.network-lines {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  fill:none;
  stroke:#5a87cc40;
  stroke-width:1;
  pointer-events:none
}
.signal-path {
  stroke:#6cf5e0;
  stroke-width:1.5;
  stroke-dasharray:14 330;
  stroke-linecap:round;
  opacity:0;
  animation:signal-travel 4s linear infinite;
  animation-play-state:paused
}
.hero-orbit[data-active=quote] .signal-quote,.hero-orbit[data-active=policy] .signal-policy,.hero-orbit[data-active=finance] .signal-finance,.hero-orbit[data-active=growth] .signal-growth {
  opacity:1
}
.orbit-halo {
  position:absolute;
  inset:0;
  margin:auto;
  width:265px;
  height:265px;
  border-radius:50%;
  border:1px solid #7babec17;
  pointer-events:none
}
.halo-two {
  width:345px;
  height:345px;
  border-style:dashed;
  animation:orbit-spin 70s linear infinite;
  animation-play-state:paused
}
.halo-one:after {
  content:"";
  position:absolute;
  width:4px;
  height:4px;
  border-radius:50%;
  background:#65dfd6;
  left:20px;
  top:61px;
  box-shadow:0 0 10px #65dfd6
}
.orbit-core {
  position:relative;
  z-index:3;
  width:146px;
  height:154px
}
.core-face {
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  border:1px solid #a3c9ff70;
  border-radius:29px;
  background:linear-gradient(135deg,#326cf2,#234cbd 60%,#173f91);
  box-shadow:inset 0 1px 0 #ffffff77,0 12px 42px #316efe45;
  color:#fff
}
.core-plate {
  position:absolute;
  inset:0;
  border-radius:29px;
  border:1px solid #82b7ff36;
  background:#26497466
}
.plate-back {
  transform:translate(0,21px) rotate(-13deg)
}
.plate-mid {
  transform:translate(0,11px) rotate(10deg);
  background:#3566b538
}
.core-face>svg {
  width:45px;
  fill:#ffffff05;
  stroke:#fff;
  stroke-width:1.4;
  stroke-linecap:round;
  stroke-linejoin:round;
  margin:10px 0 7px
}
.core-face strong {
  font-size:21px;
  font-weight:600;
  letter-spacing:-.025em
}
.core-face small {
  margin-top:4px;
  font-size:10px;
  color:#c6dcff
}
.core-signal {
  font:7px var(--mono);
  letter-spacing:.1em;
  color:#ceebff;
  display:flex;
  gap:5px;
  align-items:center
}
.core-signal i {
  width:3px;
  height:3px;
  border-radius:50%;
  background:#8af9e4
}
.orbit-node {
  position:absolute;
  z-index:4;
  width:143px;
  padding:14px 15px;
  text-align:left;
  border:1px solid #7596c92b;
  border-radius:13px;
  background:#192d49f2;
  color:#e9f2ff;
  display:grid;
  gap:6px;
  transition:background .25s,border-color .25s,box-shadow .25s
}
.orbit-node span {
  font:7px var(--mono);
  letter-spacing:.1em;
  color:#8ca9d2
}
.orbit-node b {
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:14px;
  font-weight:550
}
.orbit-node b i {
  font-size:14px;
  font-style:normal;
  opacity:.35
}
.orbit-node small {
  font-size:10px;
  color:#9fb4d2
}
.orbit-node:hover,.orbit-node[aria-pressed=true] {
  border-color:#68d9db88;
  background:#1b3c60;
  box-shadow:0 0 24px #4fdbc110
}
.orbit-node[aria-pressed=true] span,.orbit-node[aria-pressed=true] b i {
  color:#88f2df;
  opacity:1
}
.node-quote {
  top:30px;
  left:4px
}
.node-policy {
  top:30px;
  right:4px
}
.node-growth {
  bottom:25px;
  left:4px
}
.node-finance {
  bottom:25px;
  right:4px
}
.network-caption {
  position:relative;
  z-index:4;
  min-height:55px;
  display:flex;
  gap:10px;
  align-items:center;
  padding:12px 15px;
  background:#ffffff06;
  border:1px solid #b9d5ff17;
  border-radius:10px
}
.caption-mark {
  font-size:17px;
  color:#83eddf
}
.network-caption p {
  margin:0;
  color:#bdcde3;
  font-size:11px;
  line-height:1.65
}
.network-footer {
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:14px 1px 0;
  font-size:9px;
  color:#8296b5
}
.signal-bar {
  width:min(1240px,calc(100% - 80px));
  margin:auto;
  padding:24px 0;
  display:flex;
  align-items:center;
  gap:35px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line)
}
.signal-index {
  font:10px var(--mono);
  color:var(--signal)
}
.signal-bar p {
  margin:0;
  font-size:14px;
  color:#536781
}
.signal-signature {
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:30px;
  font:8px var(--mono);
  letter-spacing:.12em;
  color:var(--ink-soft)
}
.signal-signature i {
  font-size:25px;
  font-style:normal;
  color:var(--brand)
}
.value-section {
  padding-top:108px;
  padding-bottom:110px
}
.section-heading {
  display:grid;
  grid-template-columns:1.2fr .8fr;
  align-items:end;
  gap:80px;
  margin-bottom:48px
}
.section-heading h2,.intelligence-heading h2,.outcomes h2,.trust-copy h2,.contact-copy h2,.closing h2 {
  margin:0;
  font-size:clamp(36px,3.7vw,52px);
  line-height:1.24;
  font-weight:600;
  letter-spacing:-.04em
}
.section-heading h2 em {
  color:#3e6599;
  font-style:normal
}
.section-heading>p {
  margin:0 0 5px;
  color:var(--ink-soft);
  font-size:14px;
  line-height:1.9
}
.value-grid {
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:20px
}
.value-card {
  position:relative;
  isolation:isolate;
  display:flex;
  flex-direction:column;
  border:1px solid #dae3ef;
  border-radius:22px;
  padding:30px 32px 0;
  background:#fff;
  overflow:hidden
}
.value-quote {
  grid-column:span 7;
  color:#fff;
  background:linear-gradient(125deg,#102b52,#173e73);
  border-color:#285282
}
.value-policy {
  grid-column:span 5;
  background:linear-gradient(145deg,#fff,#f2f6fd)
}
.value-finance {
  grid-column:span 5
}
.value-growth {
  grid-column:span 7;
  background:linear-gradient(135deg,#f1faf8,#e6f2f4)
}
.value-card header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  color:#3f6697;
  font-size:11px
}
.value-card header i {
  font:7px var(--mono);
  letter-spacing:.08em;
  font-style:normal;
  color:var(--ink-soft)
}
.value-quote header {
  color:#afcaff
}
.value-quote header i {
  color:#809bbc
}
.value-card h3 {
  position:relative;
  margin:24px 0 13px;
  font-size:32px;
  line-height:1.32;
  font-weight:550;
  letter-spacing:-.04em
}
.value-card p {
  position:relative;
  margin:0;
  color:var(--ink-soft);
  font-size:13px;
  line-height:1.9
}
.value-quote p {
  color:#b5c8e3
}
.value-card footer {
  margin-top:auto;
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  padding:19px 0;
  border-top:1px solid #173e8f12;
  font-size:11px;
  color:#496785
}
.value-card footer small {
  font-size:9px;
  white-space:nowrap;
  color:var(--ink-soft)
}
.value-quote footer {
  border-color:#c2deff24;
  color:#b9d6fd
}
.value-quote footer small {
  color:#8eaacb
}
.quote-visual {
  position:relative;
  margin:23px 0 24px
}
.mini-route {
  display:flex;
  align-items:center;
  gap:16px;
  color:#bcd6ff;
  font-size:10px
}
.mini-route>span {
  display:flex;
  gap:6px;
  align-items:center
}
.mini-route>span:first-child i {
  width:4px;
  height:4px;
  border-radius:50%;
  background:#7bedd7
}
.mini-route>b {
  font-weight:400;
  color:#5a8ed2
}
.quote-demo {
  display:grid;
  grid-template-columns:110px 1fr;
  gap:25px;
  align-items:center;
  margin-top:17px
}
.document-stack {
  position:relative;
  width:85px;
  height:97px;
  margin-left:10px
}
.document-stack>div {
  position:absolute;
  inset:0;
  border:1px solid #8bbafc47;
  border-radius:9px;
  background:#264f80
}
.document-stack>div:nth-child(1) {
  transform:rotate(-12deg) translate(-7px,0)
}
.document-stack>div:nth-child(2) {
  transform:rotate(5deg) translate(3px,1px)
}
.document-stack>div:last-child {
  padding:13px;
  background:linear-gradient(135deg,#e5f0ff,#c6dfff);
  color:#264e84;
  transform:rotate(-2deg)
}
.document-stack span {
  font-size:10px
}
.document-stack i {
  display:block;
  margin-top:9px;
  background:#90b1d8;
  height:3px;
  border-radius:2px;
  width:35px
}
.document-stack i+i {
  width:26px
}
.document-stack b {
  position:absolute;
  bottom:10px;
  right:12px;
  color:#326d9c;
  font-size:12px
}
.quote-lines {
  display:grid;
  gap:7px
}
.quote-lines>div {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  padding:9px 12px;
  border:1px solid #95bffe22;
  border-radius:7px;
  background:#ffffff07;
  color:#b9cce5;
  font-size:10px
}
.quote-lines span {
  display:flex;
  align-items:center;
  gap:7px
}
.quote-lines span i {
  width:5px;
  height:5px;
  border-radius:2px;
  background:#94b9ef
}
.quote-lines b {
  font-size:9px;
  font-weight:500
}
.status-green {
  color:#77e8c4!important
}
.status-amber {
  color:#f0c68b!important
}
.policy-visual {
  margin:34px 0 29px
}
.policy-rules {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px
}
.policy-rules span {
  padding:7px 12px;
  border:1px solid #d7e3f3;
  border-radius:6px;
  background:#f8fbff;
  color:#547399;
  font-size:10px
}
.policy-connector {
  position:relative;
  height:38px;
  width:1px;
  margin:auto;
  background:#c1d4ef
}
.policy-connector i {
  position:absolute;
  top:0;
  width:3px;
  height:10px;
  background:var(--signal);
  left:-1px;
  border-radius:2px;
  animation:connector-flow 3s infinite;
  animation-play-state:paused
}
.policy-result {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  background:#ffffffc4;
  padding:17px;
  border:1px solid #d1e0f1;
  border-radius:11px;
  box-shadow:0 10px 25px #b9cbe31c
}
.check-ring {
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  border-radius:50%;
  border:1px solid #b8cedf;
  background:#edf6fc;
  color:#397396
}
.policy-result>div {
  flex:1;
  display:grid;
  gap:4px
}
.policy-result b {
  font-size:12px;
  font-weight:600
}
.policy-result small {
  font-size:9px;
  color:var(--ink-soft)
}
.policy-result>span:last-child {
  color:#6287b0
}
.finance-visual {
  position:relative;
  margin:27px 0 20px
}
.finance-equation {
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:10px;
  color:#647b94
}
.finance-equation i {
  color:#b2c0cf;
  font-style:normal
}
.finance-equation strong {
  font-size:10px;
  color:#28599d;
  font-weight:600
}
.finance-bars {
  height:87px;
  display:flex;
  gap:7px;
  align-items:end;
  margin:20px 0 0;
  padding-bottom:0;
  border-bottom:1px solid #dbe4f0
}
.finance-bars i {
  height:var(--bar,60%);
  min-width:0;
  flex:1;
  background:linear-gradient(0deg,#d3e3f9,#739ddd);
  border-radius:3px 3px 0 0;
  transform-origin:bottom;
  animation:bar-breathe 7s ease-in-out infinite;
  animation-play-state:paused
}
.finance-bars i:nth-child(4n+1) {
  --bar:36%
}
.finance-bars i:nth-child(4n+2) {
  --bar:55%
}
.finance-bars i:nth-child(4n+3) {
  --bar:70%
}
.finance-bars i:nth-child(4n) {
  --bar:85%
}
.finance-bars i:nth-child(n+12) {
  background:linear-gradient(0deg,#bedee9,#3d93ac)
}
.finance-axis {
  display:flex;
  justify-content:space-between;
  margin-top:10px;
  font:8px var(--mono);
  color:var(--ink-soft)
}
.growth-visual {
  position:relative;
  margin:34px 0 22px;
  padding:20px 0 0
}
.growth-orbit {
  position:absolute;
  width:190px;
  height:190px;
  border:1px solid #71b6b927;
  right:-50px;
  top:-150px;
  border-radius:50%;
  display:grid;
  place-items:center
}
.growth-orbit:before {
  content:"";
  width:130px;
  height:130px;
  border:1px solid #71b6b932;
  border-radius:50%;
  position:absolute
}
.growth-orbit span {
  color:#579c9f;
  font-size:30px
}
.growth-timeline {
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:5px
}
.growth-timeline:before {
  content:"";
  position:absolute;
  top:6px;
  left:10%;
  right:10%;
  height:1px;
  background:#a6cacc
}
.growth-timeline>div {
  position:relative;
  display:grid;
  justify-items:center;
  gap:15px;
  font-size:10px;
  color:#557980
}
.growth-timeline i {
  position:relative;
  width:13px;
  height:13px;
  border-radius:50%;
  background:#d9eeee;
  border:3px solid #6caaa9;
  box-shadow:0 0 0 5px #e6f2f4
}
.growth-timeline>div:nth-child(2) i {
  background:#39888d;
  border-color:#39888d;
  box-shadow:0 0 0 5px #d0e6e4
}
.growth-note {
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:28px;
  color:#63838b;
  font-size:10px
}
.growth-note i {
  height:4px;
  width:4px;
  background:#77aaac;
  border-radius:50%
}
.intelligence-section {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  color:#eef3ff;
  background:radial-gradient(ellipse at 80% 65%,#13356588,transparent 60%),#0a172c
}
.intelligence-grid {
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background-image:linear-gradient(#9dbfff05 1px,transparent 1px),linear-gradient(90deg,#9dbfff05 1px,transparent 1px);
  background-size:74px 74px;
  mask-image:linear-gradient(130deg,transparent,#000)
}
.intelligence-shell {
  padding-block:94px 40px
}
.intelligence-heading {
  display:grid;
  grid-template-columns:1.1fr .9fr;
  align-items:end;
  gap:80px;
  margin-bottom:49px
}
.intelligence-heading .eyebrow {
  color:#7396c7
}
.intelligence-heading h2 {
  color:#f0f5ff;
  font-size:54px;
  line-height:1.28
}
.intelligence-heading em {
  font-style:normal;
  color:#8baeee
}
.intelligence-heading>p {
  margin:0 0 7px;
  color:#93a7c6;
  font-size:14px;
  line-height:1.95
}
.scenario-layout {
  display:grid;
  grid-template-columns:340px minmax(0,1fr);
  gap:65px;
  align-items:center
}
.scenario-steps {
  display:grid;
  gap:8px
}
.scenario-steps button {
  display:grid;
  grid-template-columns:26px 1fr 20px;
  gap:16px;
  align-items:center;
  min-height:82px;
  padding:15px 18px;
  text-align:left;
  color:#c5d2e7;
  border:1px solid transparent;
  border-radius:12px;
  background:transparent;
  transition:background .25s,border-color .25s
}
.scenario-steps button>span {
  font:10px var(--mono);
  color:#8fa8c6
}
.scenario-steps button div {
  display:grid;
  gap:8px
}
.scenario-steps button b {
  font-size:15px;
  font-weight:500
}
.scenario-steps button small {
  font-size:11px;
  color:#7990b2
}
.scenario-steps button>i {
  font-style:normal;
  color:#668bb9;
  opacity:0;
  transition:opacity .25s
}
.scenario-steps button[aria-pressed=true],.scenario-steps button:hover {
  background:#1b345a6b;
  border-color:#6286b531
}
.scenario-steps button[aria-pressed=true]>span,.scenario-steps button[aria-pressed=true]>i {
  color:#90ecd9;
  opacity:1
}
.scenario-steps button[aria-pressed=true] b {
  color:white
}
.intelligence-board {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  border:1px solid #9fbeef33;
  border-radius:21px;
  background:linear-gradient(130deg,#1b304eab,#11223ac4);
  box-shadow:0 30px 80px -35px #0007,inset 0 1px 0 #ffffff0a
}
.intelligence-board>header {
  position:relative;
  z-index:1;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px 25px;
  border-bottom:1px solid #a2bfed1c;
  color:#8ea6c7;
  font:8px var(--mono);
  letter-spacing:.09em
}
.intelligence-board>header>span {
  display:flex;
  align-items:center;
  gap:8px
}
.intelligence-board>header i,.intelligence-board>footer i {
  width:4px;
  height:4px;
  border-radius:50%;
  background:#6bdcc5
}
.intelligence-board>header b {
  padding:4px 8px;
  border:1px solid #8ba5cd31;
  border-radius:4px;
  font:9px var(--sans);
  color:#94aac6
}
.scene {
  position:relative;
  z-index:1;
  min-height:408px;
  padding:29px 36px 23px;
  animation:scene-in .4s ease both
}
.scene-kicker {
  font:8px var(--mono);
  letter-spacing:.13em;
  color:#6f95c7;
  margin-bottom:17px
}
.scene h3 {
  margin:0;
  color:#eff5ff;
  font-weight:500;
  font-size:31px;
  line-height:1.35;
  letter-spacing:-.03em
}
.scene>p {
  font-size:12px;
  line-height:1.85;
  color:#9dafcb;
  margin:14px 0 0
}
.scene-document,.scene-rule-list {
  display:grid;
  margin-top:24px;
  gap:8px
}
.scene-document>div,.scene-rule-list>div {
  padding:10px 13px;
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:space-between;
  border:1px solid #93b6ed1b;
  border-radius:6px;
  background:#ffffff03;
  font-size:11px;
  color:#a5b8d2
}
.scene-document b,.scene-rule-list b {
  font-size:10px;
  font-weight:500;
  color:#a9c4e7
}
.scene-document .attention-row {
  border-color:#bf9c5f3d;
  background:#94712c09
}
.scene-insight {
  display:flex;
  align-items:start;
  gap:9px;
  margin-top:21px;
  padding-top:15px;
  border-top:1px solid #a2bfed1c;
  color:#64cabe
}
.scene-insight p {
  font-size:10px;
  line-height:1.8;
  color:#9ab6d5;
  margin:0
}
.scene-analysis {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:26px
}
.scene-analysis article {
  display:grid;
  gap:12px;
  padding:18px 15px;
  border:1px solid #8eb7ef30;
  border-radius:9px;
  background:#183a5e40
}
.scene-analysis span {
  color:#7aa5d9;
  font-size:9px
}
.scene-analysis b {
  font-size:12px;
  font-weight:500;
  color:#d6e5fc;
  line-height:1.6
}
.scene-analysis small {
  color:#8fa8c6;
  font-size:9px;
  line-height:1.8
}
.human-mark {
  position:absolute;
  top:52px;
  right:36px;
  display:grid;
  place-items:center;
  width:65px;
  height:65px;
  border:1px solid #8cb6ee37;
  border-radius:18px;
  background:#598ef016
}
.human-mark svg {
  width:28px;
  fill:none;
  stroke:#99bfee;
  stroke-width:1.2
}
.human-mark i {
  position:absolute;
  bottom:-4px;
  right:-4px;
  display:grid;
  place-items:center;
  width:22px;
  height:22px;
  border-radius:50%;
  background:#1a554f;
  color:#84e8c9;
  font-size:11px;
  font-style:normal;
  border:3px solid #142841
}
.confirmation-note {
  display:flex;
  align-items:center;
  gap:7px;
  margin:28px 0 16px;
  font-size:11px;
  color:#c7b185
}
.confirmation-note i {
  width:5px;
  height:5px;
  border-radius:50%;
  background:#d0b480
}
.record-preview {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:12px 15px;
  border:1px solid #89aac544;
  border-radius:7px;
  background:#4b879617;
  color:#a4dfd4;
  font-size:11px
}
.record-preview:hover {
  background:#4b87962c;
  border-color:#9bd9d478
}
.evidence-trail {
  display:grid;
  margin-top:24px;
  gap:14px
}
.evidence-trail>div {
  display:flex;
  align-items:center;
  gap:14px
}
.evidence-trail i {
  display:grid;
  place-items:center;
  width:29px;
  height:29px;
  border-radius:7px;
  border:1px solid #789dcc3d;
  font:9px var(--mono);
  color:#7fa8d6
}
.evidence-trail span {
  display:grid;
  gap:6px;
  flex:1
}
.evidence-trail b {
  font-size:12px;
  font-weight:500;
  color:#cbdef7
}
.evidence-trail small {
  font-size:10px;
  color:#819aba
}
.evidence-trail em {
  font-style:normal;
  color:#647ea4;
  font-size:13px
}
.intelligence-board>footer {
  position:relative;
  z-index:1;
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  padding:16px 25px;
  border-top:1px solid #a2bfed1c;
  color:#9dafcb;
  font-size:9px
}
.intelligence-board>footer>span:first-child {
  display:flex;
  gap:6px;
  align-items:center
}
.intelligence-board>footer>span:last-child {
  font:7px var(--mono);
  letter-spacing:.04em
}
.intelligence-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding-top:30px;
  margin-top:45px;
  border-top:1px solid #8eb5ed24
}
.intelligence-bottom>span {
  font-size:11px;
  color:#8299ba
}
.intelligence-bottom i {
  font-style:normal;
  margin:0 15px;
  color:#42658d
}
.intelligence-bottom p {
  margin:0;
  font-size:11px;
  color:#93a8c6
}
.outcomes {
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:100px;
  padding-block:106px 100px
}
.outcomes h2 {
  font-size:40px;
  line-height:1.32
}
.outcome-list article {
  display:grid;
  grid-template-columns:27px 1fr;
  gap:8px 18px;
  padding:22px 0;
  border-bottom:1px solid var(--line)
}
.outcome-list article:first-child {
  padding-top:0
}
.outcome-list article>span {
  font:9px var(--mono);
  color:#688cb7;
  padding-top:6px
}
.outcome-list h3 {
  font-size:17px;
  font-weight:550;
  margin:0
}
.outcome-list p {
  grid-column:2;
  margin:0;
  font-size:12px;
  line-height:1.8;
  color:var(--ink-soft)
}
.trust-section {
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:100px;
  padding-bottom:105px
}
.trust-copy h2 {
  font-size:40px
}
.trust-copy>p {
  font-size:13px;
  color:var(--ink-soft);
  line-height:1.95;
  margin-top:24px;
  max-width:410px
}
.trust-principles article {
  display:flex;
  gap:17px;
  padding:20px 0
}
.trust-principles article:first-child {
  padding-top:0
}
.trust-principles article>i {
  width:18px;
  height:18px;
  flex-shrink:0;
  border:1px solid #b9cde7;
  border-radius:50%;
  background:#edf4fd;
  margin-top:3px;
  position:relative
}
.trust-principles article>i:after {
  content:"✓";
  display:grid;
  place-items:center;
  font-size:9px;
  color:#4e77a8;
  position:absolute;
  inset:0
}
.trust-principles h3 {
  margin:0;
  font-size:16px;
  font-weight:550
}
.trust-principles p {
  margin:9px 0 0;
  color:var(--ink-soft);
  font-size:12px;
  line-height:1.85
}
.contact-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:65px;
  padding:62px;
  margin-bottom:90px;
  border:1px solid #cbdbea;
  border-radius:24px;
  background:radial-gradient(ellipse at 85% 50%,#d0e5f58c,transparent 65%),#edf3fa
}
.contact-copy h2 {
  font-size:38px
}
.contact-copy>p {
  font-size:13px;
  line-height:1.95;
  color:var(--ink-soft);
  max-width:420px;
  margin-top:23px
}
.contact-topics {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px
}
.contact-topics span {
  border:1px solid #c2d1e2;
  border-radius:20px;
  padding:6px 12px;
  font-size:10px;
  color:#5d7391
}
.contact-channel {
  display:flex;
  align-items:center;
  gap:26px;
  border-left:1px solid #ceddea;
  padding-left:44px
}
.contact-code {
  position:relative;
  flex-shrink:0;
  width:154px;
  padding:10px;
  border:1px solid white;
  border-radius:21px;
  background:#ffffffcc;
  box-shadow:0 15px 35px #39698e13
}
.contact-code img {
  display:block;
  width:100%;
  height:auto;
  border-radius:13px
}
.contact-channel-copy>span {
  font:8px var(--mono);
  letter-spacing:.08em;
  color:var(--ink-soft)
}
.contact-channel-copy h3 {
  font-size:16px;
  font-weight:600;
  line-height:1.7;
  margin:12px 0 9px
}
.contact-channel-copy p {
  font-size:11px;
  line-height:1.85;
  color:var(--ink-soft);
  margin:0
}
.contact-channel-copy>small {
  display:flex;
  align-items:center;
  gap:7px;
  color:var(--ink-soft);
  font-size:9px;
  margin-top:18px
}
.contact-channel-copy>small i {
  width:4px;
  height:4px;
  border-radius:50%;
  background:#6caaa9
}
.closing {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:395px;
  padding:64px;
  margin-bottom:25px;
  border-radius:24px;
  background:#102443;
  color:#f4f8ff
}
.closing-glow {
  position:absolute;
  z-index:-1;
  width:620px;
  height:620px;
  right:-90px;
  top:-240px;
  border-radius:50%;
  border:1px solid #7798c526;
  box-shadow:0 0 0 90px #84abda05,0 0 0 180px #84abda04;
  background:radial-gradient(circle,#224476,transparent 68%)
}
.closing .eyebrow {
  color:#779bcc
}
.closing h2 {
  font-size:49px;
  line-height:1.22
}
.closing h2 em {
  font-style:normal;
  color:#afcaff
}
.closing>p:not(.eyebrow) {
  max-width:520px;
  font-size:12px;
  line-height:1.9;
  color:#9ab1cf;
  margin-top:23px
}
.closing .primary-link {
  position:absolute;
  right:64px;
  bottom:64px;
  background:#ffffff0d;
  border-color:#9ab8e048;
  color:#c2d9fa;
  min-height:43px;
  font-size:11px
}
.closing .primary-link:hover {
  background:#ffffff19
}
.site-footer {
  min-height:110px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px
}
.site-footer>p {
  color:var(--ink-soft);
  font-size:11px
}
.footer-meta {
  display:flex;
  gap:18px;
  align-items:center;
  font-size:10px;
  color:var(--ink-soft)
}
.footer-meta b {
  font-weight:400
}
.footer-brand .brand-mark {
  width:28px;
  height:28px;
  border-radius:8px
}
.footer-brand .brand-mark svg {
  width:19px
}
.footer-brand .brand-type b {
  font-size:13px
}
.footer-brand .brand-type small {
  font-size:7px
}
.pointer-surface {
  --pointer-x:50%;
  --pointer-y:50%;
  position:relative;
  overflow:hidden;
  isolation:isolate
}
.pointer-surface:before {
  content:"";
  position:absolute;
  z-index:0;
  inset:0;
  pointer-events:none;
  background:radial-gradient(240px circle at var(--pointer-x) var(--pointer-y),#70a5ee0d,transparent 70%);
  opacity:0;
  transition:opacity .5s
}
.pointer-surface[data-pointer-active=true]:before {
  opacity:1
}
.network-shell:before,.intelligence-board:before {
  background:radial-gradient(280px circle at var(--pointer-x) var(--pointer-y),#85caff12,transparent 70%)
}
.js [data-reveal] {
  opacity:0;
  transform:translateY(20px);
  transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1)
}
.js [data-reveal].is-visible {
  opacity:1;
  transform:none
}
html[data-motion=running] [data-motion].is-in-view :is(.signal-path,.halo-two,.policy-connector i,.finance-bars i) {
  animation-play-state:running
}
html[data-motion=paused] .scene,html[data-motion=reduced] .scene {
  animation:none
}
html[data-motion=paused] {
  scroll-behavior:auto
}
html[data-motion=paused] [data-reveal] {
  transition:none;
  opacity:1;
  transform:none
}
html[data-motion=reduced] [data-reveal] {
  transition:none;
  opacity:1;
  transform:none
}
@keyframes signal-travel {
  to {
    stroke-dashoffset:-344
  }
}
@keyframes orbit-spin {
  to {
    transform:rotate(360deg)
  }
}
@keyframes connector-flow {
  0% {
    transform:translateY(0);
    opacity:0
  }
  20% {
    opacity:1
  }
  80% {
    opacity:1
  }
  100% {
    transform:translateY(28px);
    opacity:0
  }
}
@keyframes bar-breathe {
  0%,100% {
    transform:scaleY(1)
  }
  50% {
    transform:scaleY(.9)
  }
}
@keyframes scene-in {
  from {
    opacity:0;
    transform:translateY(6px)
  }
  to {
    opacity:1;
    transform:none
  }
}
@media (max-width:1180px) {
  .section-shell,.site-nav,.site-footer,.signal-bar {
    width:calc(100% - 64px)
  }
  .hero {
    gap:34px
  }
  .hero h1 {
    font-size:52px
  }
  .hero-lead {
    font-size:13px
  }
  .desktop-break {
    display:none
  }
  .hero-actions {
    gap:17px
  }
  .hero-notes {
    gap:13px
  }
  .network-shell {
    padding-inline:16px
  }
  .orbit-node {
    width:126px;
    padding:12px
  }
  .orbit-node b {
    font-size:13px
  }
  .orbit-node small {
    font-size:9px
  }
  .core-face {
    border-radius:26px
  }
  .orbit-core {
    width:130px;
    height:143px
  }
  .value-card {
    padding:27px 27px 0
  }
  .value-card header i {
    font-size:6px;
    max-width:50%;
    text-align:right;
    line-height:1.8
  }
  .scenario-layout {
    grid-template-columns:290px 1fr;
    gap:36px
  }
  .contact-section {
    padding:44px;
    gap:40px
  }
  .contact-channel {
    padding-left:25px;
    gap:18px
  }
  .contact-code {
    width:135px
  }
  .hero h1 em {
    white-space:normal
  }
}
@media (max-width:1020px) {
  .nav-links {
    gap:20px
  }
  .motion-toggle [data-motion-label] {
    display:none
  }
  .hero {
    grid-template-columns:1fr;
    gap:50px;
    padding-top:75px
  }
  .hero-copy {
    max-width:700px
  }
  .hero h1 {
    font-size:66px
  }
  .hero-lead {
    font-size:16px
  }
  .hero-actions {
    gap:26px
  }
  .hero-notes {
    gap:25px;
    max-width:550px;
    margin-top:35px
  }
  .network-shell {
    width:min(680px,100%);
    justify-self:center;
    padding:24px
  }
  .orbit-node {
    width:160px;
    padding:15px 18px
  }
  .orbit-node b {
    font-size:15px
  }
  .orbit-node small {
    font-size:11px
  }
  .orbit-core {
    width:154px;
    height:160px
  }
  .section-heading {
    gap:40px
  }
  .value-card h3 {
    font-size:29px
  }
  .quote-demo {
    grid-template-columns:75px 1fr;
    gap:20px
  }
  .document-stack {
    width:68px;
    height:85px;
    margin-left:0
  }
  .mini-route {
    gap:10px;
    font-size:9px
  }
  .value-card footer {
    font-size:10px
  }
  .value-card footer small {
    font-size:8px
  }
  .intelligence-heading {
    gap:50px
  }
  .intelligence-heading h2 {
    font-size:48px
  }
  .scenario-layout {
    grid-template-columns:260px 1fr;
    gap:26px
  }
  .scenario-steps button {
    padding:14px 10px;
    gap:10px
  }
  .scenario-steps button small {
    font-size:10px
  }
  .scene {
    padding:26px;
    min-height:413px
  }
  .scene h3 {
    font-size:28px
  }
  .scene-analysis {
    gap:7px
  }
  .scene-analysis article {
    padding:13px
  }
  .human-mark {
    width:46px;
    height:46px;
    right:22px;
    top:30px
  }
  .human-mark svg {
    width:24px
  }
  .human-mark i {
    width:19px;
    height:19px
  }
  .intelligence-board>footer>span:last-child {
    display:none
  }
  .outcomes,.trust-section {
    gap:65px
  }
  .contact-section {
    grid-template-columns:1fr;
    gap:35px;
    padding:50px
  }
  .contact-copy>p {
    max-width:640px
  }
  .contact-channel {
    border-left:0;
    border-top:1px solid #cadbea;
    padding-left:0;
    padding-top:30px;
    gap:30px
  }
  .contact-code {
    width:154px
  }
  .contact-channel-copy {
    max-width:290px
  }
  .closing .primary-link {
    position:static;
    margin-top:24px
  }
}
@media (min-width:761px) and (max-width:1020px) {
  .hero-orbit {
    --orbit-node-inset:30px
  }
  .node-quote,.node-growth {
    left:var(--orbit-node-inset)
  }
  .node-policy,.node-finance {
    right:var(--orbit-node-inset)
  }
}
@media (max-width:760px) {
  #top,#main-content,#value,#intelligence,#trust,#contact {
    scroll-margin-top:80px
  }
  .section-shell,.site-nav,.site-footer,.signal-bar {
    width:calc(100% - 36px)
  }
  .site-header {
    padding-top:10px
  }
  .site-nav {
    height:58px;
    padding:0 10px 0 12px;
    border-radius:14px
  }
  .brand-mark {
    width:31px;
    height:31px
  }
  .brand-type b {
    font-size:14px
  }
  .brand-type small {
    font-size:7px
  }
  .nav-links {
    display:none
  }
  .nav-actions {
    gap:13px
  }
  .nav-cta {
    height:36px;
    font-size:11px;
    padding:0 11px;
    border-radius:8px;
    gap:12px
  }
  .motion-toggle {
    padding:10px 5px
  }
  .motion-symbol {
    font-size:15px
  }
  .hero {
    padding:62px 0 46px;
    gap:39px;
    min-height:0
  }
  .hero h1 {
    font-size:clamp(38px,9.8vw,62px);
    line-height:1.2;
    letter-spacing:-.055em
  }
  .hero h1 em {
    white-space:nowrap
  }
  .hero .eyebrow {
    font-size:8px;
    margin-bottom:21px
  }
  .hero-lead {
    margin-top:24px;
    font-size:13px;
    line-height:1.95;
    max-width:540px
  }
  .hero-actions {
    margin-top:28px;
    gap:19px;
    flex-wrap:wrap
  }
  .primary-link {
    font-size:12px;
    min-height:46px;
    padding:0 17px;
    gap:14px
  }
  .text-link {
    font-size:11px
  }
  .hero-notes {
    margin-top:29px;
    padding-top:20px;
    gap:17px;
    font-size:9px
  }
  .hero-notes span {
    font-size:10px
  }
  .network-shell {
    padding:18px 15px 14px;
    border-radius:22px;
    width:min(580px,100%)
  }
  .network-top {
    font-size:7px;
    letter-spacing:.09em
  }
  .network-top small {
    font-size:9px
  }
  .hero-orbit {
    height:auto;
    min-height:0;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-areas:"quote policy" "core core" "growth finance";
    grid-template-rows:auto 172px auto;
    gap:12px 26px;
    place-items:stretch;
    padding:25px 0 22px
  }
  .orbit-node {
    position:relative;
    inset:auto;
    width:100%;
    min-width:0;
    padding:12px 13px;
    gap:5px
  }
  .orbit-node b {
    font-size:13px
  }
  .orbit-node span {
    font-size:7px
  }
  .orbit-node small {
    font-size:10px
  }
  .node-quote {
    grid-area:quote
  }
  .node-policy {
    grid-area:policy
  }
  .node-growth {
    grid-area:growth
  }
  .node-finance {
    grid-area:finance
  }
  .orbit-core {
    grid-area:core;
    place-self:center;
    width:138px;
    height:145px
  }
  .orbit-halo {
    width:215px;
    height:215px
  }
  .halo-two {
    width:285px;
    height:285px;
    max-width:100%
  }
  .network-lines {
    inset:10% 0;
    width:100%;
    height:80%
  }
  .core-face>svg {
    width:41px
  }
  .core-face strong {
    font-size:19px
  }
  .network-caption {
    padding:10px;
    gap:8px;
    min-height:57px
  }
  .network-caption p {
    font-size:10px
  }
  .network-footer {
    font-size:8px
  }
  .signal-bar {
    gap:17px;
    padding:20px 0
  }
  .signal-index {
    font-size:8px;
    white-space:nowrap
  }
  .signal-bar p {
    font-size:11px;
    line-height:1.8
  }
  .signal-signature {
    display:none
  }
  .value-section {
    padding:73px 0 72px
  }
  .section-heading {
    grid-template-columns:1fr;
    gap:20px;
    margin-bottom:30px
  }
  .eyebrow {
    font-size:8px;
    margin-bottom:19px
  }
  .section-heading h2 {
    font-size:clamp(32px,7.7vw,43px)
  }
  .section-heading>p {
    font-size:12px;
    line-height:1.9
  }
  .value-grid {
    display:grid;
    grid-template-columns:1fr;
    gap:16px
  }
  .value-card {
    grid-column:auto;
    padding:25px 24px 0;
    border-radius:18px
  }
  .value-card header {
    font-size:10px;
    gap:10px
  }
  .value-card header i {
    font-size:6px;
    max-width:52%
  }
  .value-card h3 {
    font-size:29px;
    margin:25px 0 12px
  }
  .value-card p {
    font-size:12px
  }
  .value-card footer {
    font-size:10px;
    padding:17px 0;
    gap:10px
  }
  .value-card footer small {
    font-size:8px
  }
  .quote-visual {
    margin:25px 0
  }
  .mini-route {
    font-size:9px;
    gap:10px
  }
  .quote-demo {
    grid-template-columns:77px 1fr;
    gap:17px
  }
  .document-stack {
    width:68px;
    height:89px
  }
  .quote-lines>div {
    font-size:9px;
    padding:9px
  }
  .quote-lines b {
    font-size:8px
  }
  .policy-visual {
    margin:29px 0
  }
  .policy-rules {
    gap:6px
  }
  .policy-rules span {
    font-size:9px;
    padding:6px 10px
  }
  .policy-result {
    padding:14px;
    gap:10px
  }
  .policy-result b {
    font-size:11px
  }
  .finance-visual {
    margin:30px 0 23px
  }
  .finance-bars {
    height:92px
  }
  .growth-visual {
    margin:37px 0 29px
  }
  .growth-orbit {
    width:155px;
    height:155px;
    top:-105px;
    right:-47px;
    opacity:.6
  }
  .growth-orbit:before {
    width:106px;
    height:106px
  }
  .growth-orbit span {
    font-size:25px
  }
  .intelligence-shell {
    padding:65px 0 28px
  }
  .intelligence-heading {
    grid-template-columns:1fr;
    gap:25px;
    margin-bottom:31px
  }
  .intelligence-heading h2 {
    font-size:43px
  }
  .intelligence-heading>p {
    font-size:12px;
    margin:0;
    line-height:1.9
  }
  .scenario-layout {
    grid-template-columns:1fr;
    gap:20px
  }
  .scenario-steps {
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:3px
  }
  .scenario-steps button {
    display:flex;
    flex-direction:column;
    gap:9px;
    justify-content:center;
    align-items:center;
    min-height:72px;
    padding:9px 3px;
    text-align:center;
    border-radius:8px
  }
  .scenario-steps button>span {
    font-size:9px
  }
  .scenario-steps button b {
    font-size:10px;
    line-height:1.65;
    font-weight:500;
    word-break:keep-all;
    overflow-wrap:anywhere
  }
  .scenario-steps button small,.scenario-steps button>i {
    display:none
  }
  .scenario-steps button div {
    gap:0
  }
  .intelligence-board {
    border-radius:16px
  }
  .intelligence-board>header {
    padding:16px 19px;
    font-size:7px
  }
  .intelligence-board>header b {
    font-size:8px
  }
  .scene {
    padding:24px;
    min-height:413px
  }
  .scene h3 {
    font-size:29px
  }
  .scene-kicker {
    font-size:7px
  }
  .scene>p {
    font-size:11px
  }
  .scene-document>div,.scene-rule-list>div {
    font-size:10px;
    padding:11px
  }
  .scene-document b,.scene-rule-list b {
    font-size:9px
  }
  .scene-insight {
    margin-top:22px;
    gap:7px
  }
  .scene-insight p {
    font-size:9px
  }
  .scene-analysis {
    grid-template-columns:1fr;
    gap:8px;
    margin-top:20px
  }
  .scene-analysis article {
    padding:12px 14px;
    gap:6px
  }
  .scene-analysis b {
    font-size:11px
  }
  .scene-analysis small {
    font-size:9px
  }
  .scene-analysis span {
    font-size:8px
  }
  .human-mark {
    top:40px;
    right:24px;
    width:41px;
    height:41px;
    opacity:.8
  }
  .scene[data-scene="3"] h3 {
    margin-top:28px
  }
  .confirmation-note {
    font-size:10px;
    margin:27px 0 18px
  }
  .record-preview {
    font-size:10px;
    padding:12px;
    gap:10px
  }
  .evidence-trail {
    gap:19px;
    margin-top:29px
  }
  .evidence-trail b {
    font-size:11px
  }
  .evidence-trail small {
    font-size:9px;
    line-height:1.7
  }
  .intelligence-board>footer {
    padding:14px 19px;
    font-size:8px
  }
  .intelligence-bottom {
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
    padding-top:25px;
    margin-top:28px
  }
  .intelligence-bottom>span {
    font-size:10px
  }
  .intelligence-bottom p {
    font-size:10px
  }
  .intelligence-bottom i {
    margin-inline:13px
  }
  .outcomes {
    grid-template-columns:1fr;
    gap:33px;
    padding:73px 0 66px
  }
  .outcomes h2,.trust-copy h2 {
    font-size:34px
  }
  .outcome-list h3 {
    font-size:15px
  }
  .outcome-list p {
    font-size:11px
  }
  .trust-section {
    grid-template-columns:1fr;
    gap:29px;
    padding-bottom:62px
  }
  .trust-copy>p {
    font-size:12px;
    margin-top:19px
  }
  .trust-principles article {
    padding:16px 0
  }
  .trust-principles h3 {
    font-size:14px
  }
  .trust-principles p {
    font-size:11px
  }
  .contact-section {
    padding:31px 25px;
    margin-bottom:55px;
    border-radius:18px;
    gap:28px
  }
  .contact-copy h2 {
    font-size:31px
  }
  .contact-copy>p {
    font-size:12px;
    margin-top:20px
  }
  .contact-topics {
    margin-top:20px;
    gap:7px
  }
  .contact-topics span {
    font-size:9px;
    padding:5px 10px
  }
  .contact-channel {
    padding-top:26px;
    gap:20px
  }
  .contact-code {
    width:128px;
    padding:8px;
    border-radius:17px
  }
  .contact-channel-copy>span {
    font-size:6px
  }
  .contact-channel-copy h3 {
    font-size:13px;
    margin-top:9px
  }
  .contact-channel-copy p {
    font-size:10px
  }
  .contact-channel-copy>small {
    font-size:8px;
    gap:5px;
    line-height:1.7;
    margin-top:12px
  }
  .closing {
    min-height:0;
    padding:37px 27px;
    margin-bottom:10px;
    border-radius:18px
  }
  .closing h2 {
    font-size:33px;
    line-height:1.3
  }
  .closing>p:not(.eyebrow) {
    font-size:11px
  }
  .closing .primary-link {
    font-size:10px;
    min-height:40px
  }
  .closing-glow {
    width:390px;
    height:390px;
    right:-200px;
    top:-100px
  }
  .site-footer {
    padding-block:22px;
    min-height:100px;
    gap:20px
  }
  .site-footer>p {
    display:none
  }
  .footer-meta {
    display:grid;
    justify-items:end;
    gap:7px;
    font-size:8px
  }
  .footer-brand .brand-type small {
    font-size:6px
  }
  .footer-brand .brand-type b {
    font-size:12px
  }
  .footer-brand {
    gap:7px
  }
  .footer-brand .brand-mark {
    width:24px;
    height:24px
  }
  .pointer-surface:before {
    display:none
  }
}
@media (max-width:390px) {
  .section-shell,.site-nav,.site-footer,.signal-bar {
    width:calc(100% - 30px)
  }
  .brand-type small {
    display:none
  }
  .nav-cta>span {
    display:none
  }
  .hero-actions {
    gap:15px
  }
  .hero-actions .primary-link {
    font-size:11px;
    padding-inline:14px
  }
  .hero-actions .text-link {
    font-size:10px
  }
  .hero-notes {
    gap:13px;
    font-size:8px
  }
  .hero-orbit {
    column-gap:17px
  }
  .orbit-node {
    padding:11px 10px
  }
  .orbit-node b {
    font-size:12px
  }
  .orbit-node small {
    font-size:9px
  }
  .orbit-node span {
    font-size:6px
  }
  .network-top {
    font-size:6px
  }
  .network-top small {
    font-size:8px
  }
  .network-footer {
    font-size:7px
  }
  .value-card {
    padding:24px 21px 0
  }
  .value-card h3 {
    font-size:27px
  }
  .quote-demo {
    gap:12px;
    grid-template-columns:65px 1fr
  }
  .document-stack {
    width:60px;
    height:81px
  }
  .document-stack i {
    width:27px
  }
  .document-stack span {
    font-size:8px
  }
  .mini-route {
    font-size:8px;
    gap:8px
  }
  .value-card footer {
    font-size:9px
  }
  .scene {
    padding:23px 20px;
    min-height:427px
  }
  .scene h3 {
    font-size:27px
  }
  .scene-document>div,.scene-rule-list>div {
    padding:10px
  }
  .scenario-steps button b {
    font-size:9px
  }
  .contact-channel {
    gap:16px
  }
  .contact-code {
    width:110px
  }
  .contact-channel-copy h3 {
    font-size:12px
  }
  .contact-channel-copy>span {
    display:none
  }
  .contact-channel-copy p {
    font-size:9px
  }
  .contact-copy h2 {
    font-size:29px
  }
  .closing h2 {
    font-size:29px
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important;
    scroll-behavior:auto!important
  }
  .js [data-reveal] {
    opacity:1;
    transform:none
  }
  .signal-path {
    stroke-dasharray:none;
    opacity:.35
  }
  .pointer-surface:before {
    display:none
  }
}
[data-motion][data-motion-held=true] :is(.signal-path,.halo-two,.policy-connector i,.finance-bars i) {
  animation-play-state:paused!important
}
