.kicker {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink-mute); font-weight: 500;
}
.display { font-size: clamp(2.6rem, 5.8vw, 4.7rem); line-height: 0.98; letter-spacing: -0.035em; text-wrap: balance; }
.section-head.center { max-width: 760px; margin: 0 auto; text-align: center; }
.section-head.center .lede { margin: 16px auto 0; }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--line-strong); box-shadow: 0 1px 2px rgba(21,21,27,.05); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-lg { padding: 15px 26px; font-size: 16px; }
@keyframes vmFade { from { opacity: 0; } }
@keyframes vmRise { from { opacity: 0; transform: translateY(10px); } }
.hero-copy.center { max-width: 1080px; margin: 0 auto; text-align: center; }
.hero .display { font-size: clamp(2.6rem, 5.8vw, 4.7rem); }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.hero-actions.center { justify-content: center; align-items: center; }
@keyframes meshFloat {
  0% { transform: translate(0,0) scale(1); }
  50% { transform: translate(-22px,16px) scale(1.05); }
  100% { transform: translate(16px,-12px) scale(1.02); }
}
@keyframes blink { 50% { opacity: 0; } }
.hero-grid .display { font-size: clamp(2.5rem, 4.8vw, 4.2rem); }
.hero-grid .hero-actions { justify-content: flex-start; margin-top: 34px; }
@keyframes clRise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes clFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes clDash { to { stroke-dashoffset: -16; } }
.hero-viz {
  position: relative; z-index: 1; margin-top: clamp(40px, 5vw, 68px);
  padding: clamp(26px, 4vw, 60px); border: 1px solid var(--line); display: grid; place-items: center;
  background:
    radial-gradient(70% 95% at 12% 18%, rgba(59,111,246,.13), transparent 60%),
    radial-gradient(70% 95% at 88% 16%, rgba(139,92,246,.11), transparent 62%),
    radial-gradient(85% 105% at 84% 90%, rgba(241,90,34,.11), transparent 62%),
    radial-gradient(75% 95% at 14% 88%, rgba(22,194,176,.10), transparent 62%),
    var(--card);
}
.searchbar-section .section-head.center { margin-bottom: clamp(28px, 4vw, 44px); }
.block-tight { padding: clamp(48px, 6vw, 80px) 0; }
@keyframes flowDash { to { stroke-dashoffset: -16; } }
@keyframes scrollX { to { transform: translateX(-50%); } }
@keyframes kgflow { to { stroke-dashoffset: -16; } }
@keyframes kgpulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.14); } }
@keyframes platefloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
@keyframes lntrace { 0% { transform: translateY(0); opacity: 0; } 12% { opacity: 1; } 88% { opacity: 1; } 100% { transform: translateY(108px); opacity: 0; } }
@keyframes ccB { 0%, 100% { opacity: .35; transform: translateY(0); } 40% { opacity: 1; transform: translateY(-3px); } }
@keyframes ccCaret { 50% { opacity: 0; } }
@keyframes ccRing { from { transform: scale(.35); opacity: .85; } to { transform: scale(1.15); opacity: 0; } }
.hero-stdnote { margin-top: 26px; font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-mute); }
.thesis-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(30px, 4.5vw, 64px); align-items: center; margin-top: clamp(34px, 4vw, 52px); }
.thesis-copy p { font-size: clamp(1rem, 1.3vw, 1.1rem); line-height: 1.65; color: var(--ink-soft); margin: 0 0 18px; max-width: 56ch; }
.thesis-copy p:last-child { margin-bottom: 0; }
.thesis-copy strong { color: var(--ink); font-weight: 600; }
.thesis-vs { display: grid; grid-template-columns: 1fr auto 1fr; gap: clamp(10px, 1.4vw, 18px); align-items: center; }
.thesis-panel { border: 1px solid var(--line); background: var(--card); padding: clamp(16px, 1.8vw, 24px); text-align: center; }
.thesis-panel svg { width: 100%; height: auto; display: block; }
.thesis-panel-good { border-color: var(--accent); box-shadow: inset 0 0 0 1px var(--accent), 0 20px 50px -30px rgba(241,90,34,.45); }
.thesis-lab { display: block; margin-top: 12px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; color: var(--ink); }
.thesis-lab span { display: block; margin-top: 4px; color: var(--ink-mute); font-size: 10px; text-transform: none; letter-spacing: .02em; }
.thesis-panel-good .thesis-lab { color: var(--accent-ink); }
.thesis-sep { font-family: var(--font-mono); font-size: 12px; color: var(--ink-mute); }
@media (max-width: 900px) {
  .thesis-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .thesis-vs { grid-template-columns: 1fr; }
  .thesis-sep { text-align: center; }
}
.tqsteps { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(18px, 2.5vw, 34px); margin-top: clamp(38px, 4.5vw, 58px); padding-top: 30px; }
.tqsteps::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--line-strong) 0%, var(--line-strong) 32%, rgba(241,90,34,.45) 66%, var(--accent) 100%); }
.tqstep { position: relative; }
.tqstep::before { content: ""; position: absolute; top: -34px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--line-strong); }
.tqstep:nth-child(3)::before { background: #cf9273; }
.tqstep:nth-child(4)::before, .tqstep:nth-child(5)::before { background: var(--accent); }
.tqstep-n { display: block; font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 10px; }
.tqstep h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; letter-spacing: -.02em; }
.tqstep-k { font-weight: 600; color: var(--accent-ink); font-size: 14px; margin: 7px 0 10px; }
.tqstep p:not(.tqstep-k) { font-size: 14px; line-height: 1.6; color: var(--ink-soft); margin: 0; }
@media (max-width: 960px) {
  .tqsteps { grid-template-columns: 1fr; gap: 0; padding-top: 0; padding-left: 26px; }
  .tqsteps::before { top: 8px; bottom: 8px; left: 0; right: auto; width: 2px; height: auto; background: linear-gradient(180deg, var(--line-strong) 0%, var(--line-strong) 32%, rgba(241,90,34,.45) 66%, var(--accent) 100%); }
  .tqstep { padding: 18px 0; }
  .tqstep::before { top: 24px; left: -30px; }
}
.tqsteps.cols-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 960px) {
  .tqsteps.cols-3 { grid-template-columns: 1fr; }
}
.blog-head .display { font-size: clamp(2.1rem, 3.6vw, 3.1rem); line-height: 1.05; margin: 0; }
@keyframes gfxFlow { to { stroke-dashoffset: -18; } }
.cta2-text .hero-actions { margin-top: 32px; }
.cta-band .btn-ghost { background: transparent; box-shadow: none; color: #fff; border-color: rgba(255,255,255,.32); }
.cta-band .btn-ghost:hover { border-color: #fff; }
@keyframes gridTint {
  0%, 100% { --gl: rgba(241,90,34,.10); }
  25%      { --gl: rgba(59,111,246,.10); }
  50%      { --gl: rgba(139,92,246,.10); }
  75%      { --gl: rgba(22,170,160,.10); }
}
.cl2-src-word { justify-content: center; }
.cl2-src-word .n-lab { font-size: 13.5px; font-weight: 600; }
.cl2-srcrow-stack { flex-direction: column; }
.cl2-srcrow-stack .cl2-src-node { width: 100%; }
.cl2-src { align-items: flex-start; gap: clamp(8px, 1vw, 14px); }
.cl2-srcgroup { display: flex; flex-direction: column; gap: 11px; border: 1px solid var(--line); background: var(--bg-2); padding: 12px 10px 13px; }
.cl2-srclabel { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mute); text-align: center; }
.cl2-srcrow { display: flex; gap: 6px; justify-content: center; }
.cl2-srcgroup .cl2-src-node { min-width: 62px; padding: 10px 7px; }
.cl2-src-node .n-mono { width: 30px; height: 30px; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 19px; line-height: 1; color: var(--mc, #fff); transition: color .2s ease, opacity .2s ease; }
@media (max-width: 560px) {
  .display { font-size: clamp(2.3rem, 11vw, 3.1rem); }
}
.hl-em { font-style: normal; color: var(--accent); }
.logo-strip .kicker { display: block; margin-bottom: 26px; }
.webinar { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(28px, 5vw, 56px); align-items: center; background: var(--bg-2); border: 1px solid var(--line); padding: clamp(30px, 4vw, 56px); }
.webinar .kicker { display: block; margin-bottom: 16px; }
.webinar h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); letter-spacing: -0.025em; max-width: 18ch; }
.webinar .w-copy p { color: var(--ink-soft); font-size: 1.04rem; line-height: 1.55; margin: 16px 0 26px; max-width: 46ch; }
.w-fig { position: relative; overflow: hidden; display: grid; place-items: center; min-height: 240px; border: 1px solid var(--line); text-decoration: none; background:
  radial-gradient(80% 100% at 20% 0%, rgba(59,111,246,.16), transparent 60%),
  radial-gradient(90% 100% at 90% 100%, rgba(241,90,34,.16), transparent 60%),
  radial-gradient(80% 100% at 85% 10%, rgba(139,92,246,.12), transparent 62%),
  var(--card); }
.w-grid { position: absolute; inset: 0; background-image:
  linear-gradient(to right, rgba(21,21,27,.05) 1px, transparent 1px),
  linear-gradient(to bottom, rgba(21,21,27,.05) 1px, transparent 1px);
  background-size: 40px 40px;
  -webkit-mask-image: radial-gradient(70% 70% at 50% 50%, #000, transparent 80%);
  mask-image: radial-gradient(70% 70% at 50% 50%, #000, transparent 80%); }
.w-play { position: relative; z-index: 1; width: 64px; height: 64px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; transition: transform .2s ease, background .2s ease; }
.w-play i { width: 24px; height: 24px; margin-left: 3px; }
.w-fig:hover .w-play { transform: scale(1.07); background: var(--accent); }
.w-tag { position: absolute; z-index: 1; bottom: 14px; left: 14px; font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .06em; color: var(--ink-mute); }
@media (max-width: 1000px) {
  .webinar { grid-template-columns: 1fr; }
}
.hero-viz.hero-video { padding: clamp(14px, 2vw, 22px); }
.video-embed { position: relative; width: 100%; padding-top: 56.25%; overflow: hidden; background: #0E0E13; }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
.cl2 { position: relative; max-width: 1000px; margin: clamp(40px,5vw,60px) auto 0; display: flex; flex-direction: column; gap: clamp(34px, 5vw, 58px); }
.cl2-wires { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; overflow: visible; }
.cl2-wire { fill: none; stroke: var(--line-strong); stroke-width: 1.4; opacity: .7; transition: stroke .2s ease, stroke-width .2s ease, opacity .2s ease; }
.cl2-wire.on { stroke: var(--accent); stroke-width: 2.4; opacity: 1; }
.cl2-flow { fill: none; stroke: #fff; stroke-width: 2.8; stroke-linecap: round; stroke-dasharray: 7 200; opacity: 0; transition: opacity .2s ease; filter: drop-shadow(0 0 5px rgba(241,90,34,.95)); }
.cl2-flow.on { opacity: 1; }
.cl2-flow.on.flow-bottom { animation: cl2Whoosh 1.5s cubic-bezier(.5,0,.2,1) infinite; }
.cl2-flow.on.flow-top { animation: cl2Whoosh 1.5s cubic-bezier(.5,0,.2,1) infinite reverse; }
@keyframes cl2Whoosh {
  0%   { stroke-dashoffset: 0; }
  58%  { stroke-dashoffset: -110; }
  100% { stroke-dashoffset: -110; }
}
@media (prefers-reduced-motion: reduce) {
  .cl2-flow.on { animation: none !important; }
}
.cl2-tier { position: relative; z-index: 1; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.cl2-node { display: inline-flex; align-items: center; gap: 10px; background: var(--card); border: 1px solid var(--line); border-radius: 0; padding: 11px 15px; font-family: var(--font-body); font-size: 14px; font-weight: 500; color: var(--ink); cursor: pointer; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.cl2-node:hover, .cl2-node:focus-visible, .cl2-node.is-active { border-color: var(--accent); box-shadow: inset 0 0 0 1px var(--accent), 0 8px 22px -14px rgba(241,90,34,.5); outline: none; transform: translateY(-2px); }
.cl2-node .n-ic { width: 30px; height: 30px; display: grid; place-items: center; background: var(--ink); color: #fff; flex: none; }
.cl2-node .n-ic i { width: 17px; height: 17px; }
.cl2-src-node { flex-direction: column; gap: 8px; padding: 14px 16px; min-width: 98px; }
.cl2-src-node img { width: 30px; height: 30px; object-fit: contain; display: block; opacity: 1; transition: filter .2s ease, opacity .2s ease; }
.cl2-src-node:hover img, .cl2-src-node:focus-visible img, .cl2-src-node.is-active img { filter: none; opacity: 1; }
.cl2-src-node .n-lab { font-size: 12.5px; color: var(--ink-soft); }
.cl2-core { position: relative; z-index: 1; border: 1.5px solid var(--line-strong); background: var(--card);
  padding: clamp(18px,2.2vw,24px) clamp(18px,2.4vw,26px); display: flex; flex-direction: column; align-items: stretch; gap: 16px;
  box-shadow: 0 18px 50px -30px rgba(20,20,30,.4); }
.cl2-core-head { display: flex; align-items: center; gap: 12px; }
.cl2-core .cl2-logo { height: 22px; width: auto; display: block; }
.cl2-core-tag { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); font-weight: 600; }
.cl2-layers { display: grid; grid-template-columns: 1fr 1.35fr; gap: 12px; align-items: stretch; }
.cl2-layer { border: 1px solid var(--line); background: var(--bg-2); padding: 14px 16px; }
.cl2-layer-label { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .09em; text-transform: uppercase; color: var(--ink-mute); }
.cl2-layer-desc .cl2-layer-label { display: block; margin-bottom: 11px; }
.cl2-layer-desc .cl2-chip { color: var(--ink); background: var(--card); }
.cl2-layer-link { display: none; }
@media (max-width: 640px) {
  .cl2-layers { grid-template-columns: 1fr; }
}
.cl2-layer-auth { border-color: var(--accent); background: radial-gradient(120% 180% at 12% 0%, rgba(241,90,34,.11), transparent 60%), var(--card); box-shadow: 0 16px 46px -26px rgba(241,90,34,.55); }
.cl2-layer-head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.cl2-layer-auth .cl2-layer-label { color: var(--accent-ink); }
.cl2-us { margin-left: auto; font-family: var(--font-mono); font-size: 9px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: #fff; background: var(--accent); padding: 3px 7px; }
.cl2-chips { display: flex; flex-wrap: wrap; gap: 9px; }
.cl2-chip { display: inline-flex; align-items: center; gap: 7px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 0; padding: 9px 13px; font-family: var(--font-body); font-size: 13.5px; font-weight: 500; color: var(--ink); cursor: pointer; transition: border-color .18s, background .18s, color .18s; }
.cl2-chip i { width: 15px; height: 15px; }
.cl2-chip:hover, .cl2-chip:focus-visible, .cl2-chip.is-active { border-color: var(--accent); color: var(--accent); background: #fff; outline: none; }
.cl2-core[data-dynamic] .cl2-core-head { justify-content: center; }
.cl2-core[data-dynamic] .cl2-featbox { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; justify-content: stretch; }
.cl2-core[data-dynamic] .cl2-featbox .cl2-chip { justify-content: center; }
@media (max-width: 560px) {
  .cl2-core[data-dynamic] .cl2-featbox { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.cl2-featbox .cl2-chip { cursor: pointer; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease, opacity .18s ease, transform .18s ease; }
.cl2-core.is-focused .cl2-featbox .cl2-chip:not(.is-hit) { opacity: .72; }
.cl2-core.is-focused .cl2-featbox .cl2-chip.is-hit { color: var(--ink); border-color: var(--accent); background: #fff; box-shadow: inset 0 0 0 1px var(--accent), 0 8px 22px -14px rgba(241,90,34,.5); transform: translateY(-2px); }
.cl2-core.is-focused .cl2-featbox .cl2-chip.is-hit iconify-icon { color: var(--ink); }
.cl2-desc { max-width: 760px; margin: clamp(26px,4vw,38px) auto 0; text-align: center; min-height: 128px; }
@media (max-width: 760px) {
  .cl2-desc { min-height: 190px; }
}
.cl2-desc-tag { display: inline-block; font-family: var(--font-mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
.cl2-desc-text { font-size: clamp(1.05rem, 1.6vw, 1.26rem); line-height: 1.5; color: var(--ink-soft); margin: 0; }
@media (max-width: 720px) {
  .cl2-src-node { min-width: 0; padding: 12px; }
  .cl2-src-node:not(.cl2-src-word) .n-lab { display: none; }
  .cl2-core { flex-direction: column; align-items: flex-start; }
}
.hero-product { padding-top: clamp(48px, 7vw, 92px); }
.hero-product .container { position: relative; z-index: 1; }
.hero-wash { position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(20,20,27,.05) 0 1px, transparent 1px 54px),
    radial-gradient(58% 50% at 50% -8%, rgba(241,90,34,.06), transparent 70%),
    radial-gradient(50% 40% at 88% 4%, rgba(59,111,246,.05), transparent 72%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 42%, transparent 94%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 42%, transparent 94%); }
.hero-wash::after { content: ""; position: absolute; inset: 0; opacity: 0; transition: opacity .45s ease;
  background: radial-gradient(280px circle at var(--mx,50%) var(--my,50%), rgba(255,255,255,.62), transparent 64%); }
.hero-product:hover .hero-wash::after { opacity: 1; }
.hero-product { display: flex; align-items: center; padding-top: clamp(60px, 8vw, 112px); padding-bottom: clamp(52px, 7vw, 96px); }
.hero-interior { display: flex; flex-direction: column; align-items: center; text-align: center; width: 100%; }
.hero-icon { width: 78px; height: 78px; display: grid; place-items: center; border: 1px solid var(--line); box-shadow: 0 16px 36px -22px rgba(21,21,27,.3); margin-bottom: 26px; transition: box-shadow .35s ease;
  background: radial-gradient(120% 120% at 30% 0%, rgba(241,90,34,.10), transparent 62%), var(--card); }
.hero-icon:hover { box-shadow: 0 26px 54px -22px rgba(21,21,27,.42); }
.hi-svg { width: 46px; height: 46px; display: block; }
.hi-ln { fill: rgba(20,20,27,.03); stroke: #23232B; stroke-width: 1.4; }
.hi-acc { fill: rgba(241,90,34,.12); stroke: var(--accent); stroke-width: 1.7; }
.hi-dot { fill: #9A968B; }
.hi-adot { fill: var(--accent); }
.hi-c { stroke: #C9C5BA; stroke-width: 1.4; }
.hero-label { font-family: var(--font-mono); font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 22px; }
.hero-interior .display { max-width: 17ch; margin-left: auto; margin-right: auto; }
.cl2-frame { position: relative; border: 1px solid var(--line); background: var(--bg-2); padding: clamp(28px, 4vw, 52px) clamp(18px, 3vw, 44px); }
.cl2-frame .cl2 { margin-top: 0; }
.lite-yt { cursor: pointer; }
.lyt-poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.lyt-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 72px; height: 72px; border-radius: 50%; border: 0; background: var(--accent); color: #fff; display: grid; place-items: center; cursor: pointer; box-shadow: 0 16px 36px -14px rgba(241,90,34,.6); transition: transform .2s ease, background .2s ease; }
.lyt-play i { width: 26px; height: 26px; margin-left: 3px; }
.lite-yt:hover .lyt-play { transform: translate(-50%,-50%) scale(1.08); background: var(--accent-ink); }
.lite-yt iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@keyframes gmBreathe { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.26); } }
@keyframes gmPing { 0% { transform: scale(1); opacity: .5; } 100% { transform: scale(3); opacity: 0; } }
@keyframes gmPulse { 0% { stroke-dashoffset: 120; opacity: 0; } 14% { opacity: 1; } 84% { opacity: 1; } 100% { stroke-dashoffset: -16; opacity: 0; } }
@keyframes rbarAlign { 0% { transform: translateX(var(--off, 0px)); } 30% { transform: translateX(0); } 80% { transform: translateX(0); } 100% { transform: translateX(var(--off, 0px)); } }
@keyframes metaLight { 0% { fill: rgba(20,20,27,.20); transform: scale(1); } 6% { fill: var(--accent); transform: scale(1.4); } 26% { fill: var(--accent); transform: scale(1.4); } 52% { fill: rgba(20,20,27,.20); transform: scale(1); } 100% { fill: rgba(20,20,27,.20); } }
@keyframes metaSweep { 0% { transform: translateX(0); opacity: 0; } 6% { opacity: .16; } 66% { transform: translateX(262px); opacity: .16; } 74% { opacity: 0; } 100% { transform: translateX(262px); opacity: 0; } }
@keyframes lToken { 0% { offset-distance: 0%; opacity: 0; } 10% { opacity: 1; } 78% { offset-distance: 100%; opacity: 1; } 90% { opacity: 0; } 100% { offset-distance: 100%; opacity: 0; } }
@keyframes egTrace { 0%{stroke-dashoffset:var(--len,300);} 42%,80%{stroke-dashoffset:0;} 100%{stroke-dashoffset:calc(var(--len,300) * -1);} }
@keyframes egInfer { 0%,30%{opacity:.2;stroke:#2B2B31;} 56%,80%{opacity:1;stroke:var(--accent);} 100%{opacity:.2;stroke:#2B2B31;} }
@keyframes egPulse { 0%,100%{transform:scale(1);} 50%{transform:scale(1.13);} }
.cap-art { margin-bottom: clamp(26px, 3vw, 40px); padding: clamp(24px, 3.4vw, 46px) clamp(10px, 1.2vw, 18px); background-image: radial-gradient(rgba(20,20,27,.085) 1px, transparent 1px); background-size: 16px 16px; display: grid; place-items: center; min-height: clamp(210px, 20vw, 290px); }
.cap-art .uiw { width: 100%; height: auto; max-width: 400px; display: block; }
.uiw-panel { fill: #fff; stroke: var(--line-strong); stroke-width: 1; }
.uiw-line { stroke: rgba(20,20,27,.16); stroke-width: 1.3; fill: none; stroke-linecap: round; }
.uiw-fill { fill: rgba(20,20,27,.05); }
.uiw-fill2 { fill: rgba(20,20,27,.1); }
.uiw-dot { fill: var(--line-strong); }
.uiw-acc { fill: var(--accent); }
.uiw-accsoft { fill: rgba(241,90,34,.1); }
.trust2 { display: grid; grid-template-columns: repeat(3, 1fr) 1.55fr; grid-auto-rows: minmax(120px, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); margin-top: clamp(28px, 3.5vw, 44px); }
.trust2-cell { position: relative; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; padding: clamp(18px, 2vw, 26px); text-decoration: none; transition: background .18s ease; }
.trust2-cell:hover { background: var(--bg-2); }
.trust2-name { font-family: var(--font-display); font-weight: 600; font-size: .98rem; letter-spacing: -.01em; color: var(--ink); }
.trust2-ic { display: inline-flex; align-items: center; font-size: 20px; margin-right: 12px; flex: none; }
.trust2-logo { height: 34px; width: auto; max-width: min(150px, 100%); object-fit: contain; opacity: .8; transition: opacity .18s ease; }
.trust2-cell:hover .trust2-logo { opacity: 1; }
.trust2:not(.expandable) .trust2-cell { justify-content: center; }
.trust2-arr { position: absolute; top: 14px; right: 14px; font-size: 15px; color: var(--ink-mute); opacity: 0; transform: translate(-3px, 3px); transition: opacity .2s ease, transform .2s ease; }
.trust2-cell:hover .trust2-arr { opacity: 1; transform: translate(0, 0); }
.trust2-feat { grid-column: 4; grid-row: 1 / span 2; position: relative; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; gap: 22px; padding: clamp(24px, 2.4vw, 32px); text-decoration: none; color: #fff; background: linear-gradient(170deg, rgba(255,255,255,.08), transparent 42%, rgba(0,0,0,.16)), var(--brand, #16161b); overflow: hidden; }
.trust2-feat-logo { height: 22px; width: auto; max-width: 130px; object-fit: contain; object-position: left center; }
.trust2-photo { grid-column: 4; grid-row: 1 / span 2; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; background: var(--bg-2); }
.trust2-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.trust2-feat-arr { position: absolute; top: 18px; right: 18px; font-size: 18px; color: rgba(255,255,255,.85); transition: transform .2s ease, color .2s ease; }
.trust2-feat:hover .trust2-feat-arr { transform: translate(2px, -2px); color: #fff; }
.trust2-stat { font-family: var(--font-display); font-weight: 600; font-size: clamp(2.6rem, 4.5vw, 3.6rem); letter-spacing: -.03em; line-height: .95;  white-space: nowrap; font-size: clamp(30px, 3.4vw, 46px); }
.trust2-statlabel { color: rgba(255,255,255,.72); font-size: .92rem; line-height: 1.45; margin-top: 10px; max-width: 22ch; }
/* Two logos across all the way down, with the stat tile spanning both columns as
   the last row. A single column made the six wordmarks read as seven identical
   220px bands. minmax(0,...) because a bare 1fr floors at the widest logo's
   max-content size, which makes the columns unequal and overflows under ~360px. */
@media (max-width: 860px) {
  .trust2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust2-feat { grid-column: 1 / span 2; grid-row: auto; min-height: 220px; }
}
.trust2-wide { grid-template-columns: repeat(5, 1fr) 1.5fr; grid-auto-rows: minmax(104px, 1fr); }
.trust2-wide .trust2-feat { grid-column: 6; }
.trust2-read { position: absolute; top: 14px; right: 14px; display: inline-flex; align-items: center; gap: 6px; }
.trust2-read .trust2-arr { position: static; top: auto; right: auto; opacity: .5; transform: none; font-size: 15px; color: var(--ink-mute); transition: color .2s ease, opacity .2s ease; }
.trust2-cell:hover .trust2-read .trust2-arr { opacity: 1; color: var(--accent); }
.trust2-read-t { font-size: 12px; font-weight: 600; letter-spacing: -.01em; color: var(--accent); white-space: nowrap; max-width: 0; opacity: 0; overflow: hidden; transform: translateX(6px); transition: max-width .3s ease, opacity .2s ease, transform .3s ease; }
.trust2-cell:hover .trust2-read-t { max-width: 90px; opacity: 1; transform: none; }
@media (max-width: 900px) {
  .trust2-wide { grid-template-columns: 1fr 1fr; }
  .trust2-wide .trust2-feat { grid-column: 1 / -1; grid-row: auto; min-height: 200px; }
}
.trust2.expandable { grid-template-columns: 1fr 1fr 1fr 1.55fr; grid-template-rows: 1fr 1fr; height: clamp(340px, 34vw, 440px); transition: grid-template-columns .42s cubic-bezier(.4,0,.2,1), grid-template-rows .42s cubic-bezier(.4,0,.2,1); }
.trust2.expandable > * { min-height: 0; min-width: 0; }
.trust2.expandable .trust2-cell { flex-direction: column; align-items: flex-start; justify-content: center; gap: 0; overflow: hidden; cursor: pointer; transition: background .3s ease; }
.trust2.expandable .trust2-cell.is-expanded { background: var(--bg-2); }
.trust2-head { display: flex; align-items: center; }
.trust2-logos { display: flex; align-items: center; gap: 20px; margin-bottom: 18px; }
.trust2-cell:hover .tl .lm { opacity: 0; }
.trust2-cell:hover .tl .lc { opacity: 1; }
.trust2.expandable.has-expanded .trust2-cell:not(.is-expanded) .trust2-logos { opacity: 0; transition: opacity .2s ease; }
.trust2-exp { position: absolute; top: 14px; right: 14px; z-index: 2; background: none; border: 0; padding: 4px; line-height: 0; cursor: pointer; color: var(--ink-mute); font-size: 18px; transition: transform .5s cubic-bezier(.4,0,.2,1), color .2s ease; }
.trust2-cell:not(.is-expanded):hover .trust2-exp { transform: rotate(360deg); color: var(--accent); }
.trust2-cell.is-expanded .trust2-exp { transform: rotate(45deg); color: var(--accent); }
.trust2-more { display: none; margin-top: 14px; color: var(--ink-soft); font-size: 14px; line-height: 1.55; max-width: 44ch; }
.trust2-cell.is-expanded .trust2-more { display: block; }
.trust2.expandable.has-expanded .trust2-cell:not(.is-expanded) .trust2-name { opacity: .45; transition: opacity .25s ease; }
@media (max-width: 860px) {
  .trust2.expandable { grid-template-columns: 1fr 1fr !important; grid-template-rows: none !important; height: auto !important; min-height: 0 !important; }
  .trust2.expandable .trust2-cell { overflow: visible; }
  .trust2-more { display: block !important; }
  .trust2-exp { display: none; }
  .trust2.expandable.has-expanded .trust2-cell:not(.is-expanded) .trust2-name { opacity: 1; }
  .trust2-photo { grid-column: 1 / -1; grid-row: auto; min-height: 300px; }
}
@keyframes eqspin { to { transform:rotate(360deg); } }
@keyframes eqRowFill { from { opacity:.35; } to { opacity:1; } }
@keyframes cqRise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.co2-hero .display { max-width:880px; margin:0 auto; }
.co2-hero .hero-actions { margin-top:36px; justify-content:center; }
.page .trust2 { margin-left: calc(-1 * var(--pad)); margin-right: calc(-1 * var(--pad)); }
.story-foot { margin-top: auto; padding-top: clamp(26px,3vw,38px); display: flex; align-items: center; gap: 16px; }
.story-who { display: flex; flex-direction: column; gap: 2px; }
.story-name { font-weight: 600; font-size: .95rem; color: #fff; }
.story-role { font-size: .85rem; color: rgba(255,255,255,.82); }
.story-card.ink .story-name { color: var(--ink); }
.story-card.ink .story-role { color: rgba(20,20,27,.7); }
.story-feature { position: relative; display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(28px, 4vw, 60px); margin-top: clamp(30px, 3.6vw, 46px); background: var(--brand, #16161b); color: #fff; text-decoration: none; padding: clamp(34px, 4vw, 60px); overflow: hidden; transition: transform .25s cubic-bezier(.3,1,.4,1), box-shadow .25s ease; }
a.story-feature:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -28px rgba(20,20,27,.5); }
.story-feature-main { display: flex; flex-direction: column; }
.story-feature-eyebrow { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.75); }
.story-feature-q { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.5rem, 2.8vw, 2.4rem); line-height: 1.2; letter-spacing: -.02em; color: #fff; margin: clamp(16px, 1.8vw, 22px) 0 0; }
.story-feature-side { display: flex; flex-direction: column; justify-content: center; gap: clamp(18px, 2vw, 26px); border-left: 1px solid rgba(255,255,255,.22); padding-left: clamp(24px, 3vw, 44px); }
.story-feature-stat .sf-n { font-family: var(--font-display); font-weight: 600; font-size: clamp(2rem, 3.6vw, 2.8rem); letter-spacing: -.03em; line-height: 1; }
.story-feature-stat .sf-l { color: rgba(255,255,255,.8); font-size: .9rem; line-height: 1.4; margin-top: 8px; max-width: 22ch; }
.story-feature-cta { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .95rem; color: #fff; margin-top: 6px; }
.story-feature-cta .arr { transition: transform .18s ease; }
a.story-feature:hover .story-feature-cta .arr { transform: translateX(3px); }
@media (max-width: 760px) {
  .story-feature { grid-template-columns: 1fr; }
  .story-feature-side { border-left: 0; padding-left: 0; border-top: 1px solid rgba(255,255,255,.22); padding-top: clamp(22px, 4vw, 30px); flex-direction: row; flex-wrap: wrap; gap: 24px; align-items: flex-start; }
}
.trust2-logo.logomark { height: 34px; font-size: 17px; opacity: .8; }
.trust2-wide .trust2-logo.logomark { height: 30px; font-size: 15px; filter: none; opacity: .5; }
.trust2-wide .trust2-cell:hover .trust2-logo.logomark { opacity: 1; }
.hero-icon {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
  color: var(--ink);
}
.cl2-node .n-ic iconify-icon { font-size: 22px; color: var(--ink); }
.hero-icon iconify-icon { font-size: 42px; }
.w-play iconify-icon { font-size: 24px; }
.lyt-play iconify-icon { font-size: 26px; }
.cl2-chip iconify-icon { font-size: 16px; }
.int-hero .int-hero-copy .display { max-width: 15ch; margin: 16px 0 0; }
.int-hero .int-hero-copy .hero-actions { margin-top: 30px; justify-content: flex-start; }
@media (max-width: 940px) {
  .int-hero .int-hero-copy .display { max-width: 40ch; }
}
@keyframes ucxtoken { 0%{ opacity:0 } 12%{opacity:1} 88%{opacity:1} 100%{ opacity:0 } }
.demo-recta .hero-actions { margin-top: 26px; }
.story-feature-solo { grid-template-columns: 1fr; }
.story-feature .story-av { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex: none; }
.hero.hero-product:has(+ .onto-constellation) { padding-bottom: clamp(10px, 1.4vw, 20px); }
.cl2-pillars { display: flex; gap: 10px; align-items: stretch; min-height: clamp(250px, 23vw, 310px); }
.cl2-pillar { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 8px; text-align: left;
              padding: clamp(14px, 1.5vw, 20px); border: 1px solid var(--line); background: var(--bg);
              cursor: pointer; font: inherit; color: inherit;
              transition: flex-grow .38s cubic-bezier(.3,1,.4,1), border-color .2s ease, background .2s ease; }
.cl2-pillar:hover { border-color: var(--line-strong); background: var(--card); }
.cl2-pillar.is-open { flex-grow: 2.6; border-color: var(--accent); background: var(--card);
                      box-shadow: 0 18px 44px -28px rgba(241,90,34,.55); }
.cl2-pnum { font-family: var(--font-mono); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; color: var(--ink-mute); }
.cl2-phead { display: flex; align-items: center; gap: 9px; }
.cl2-pic { display: grid; place-items: center; width: 26px; height: 26px; flex: none; color: var(--ink-mute); font-size: 17px; }
.cl2-pillar.is-open .cl2-pic { color: var(--accent); }
.cl2-pname { font-family: var(--font-display); font-weight: 600; font-size: clamp(1rem, 1.2vw, 1.15rem); letter-spacing: -.015em; color: var(--ink); }
.cl2-pq { font-size: 13px; color: var(--ink-soft); font-weight: 500; }
.cl2-pbody { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .34s cubic-bezier(.3,1,.4,1), opacity .22s ease .06s; }
.cl2-pillar.is-open .cl2-pbody { grid-template-rows: 1fr; opacity: 1; }
.cl2-pbody > * { min-height: 0; overflow: hidden; }
.cl2-pdesc { display: block; margin-top: 4px; font-size: 13.5px; line-height: 1.55; color: var(--ink-soft); }
.cl2-ptags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.cl2-ptags span { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .04em; color: var(--ink-mute);
                  border: 1px solid var(--line); padding: 4px 8px; background: var(--bg); }
@media (max-width: 900px) {
  .cl2-pillars { flex-direction: column; }
  .cl2-pillar, .cl2-pillar.is-open { flex: 1 1 auto; }
}
.tqc { margin-top: clamp(28px, 3.4vw, 44px); border: 1px solid var(--line); }
.tqc-row { display: grid; grid-template-columns: 1fr 1fr; }
.tqc-cell { display: flex; flex-direction: column; gap: 30px; padding: clamp(28px, 3.4vw, 56px); min-width: 0; background: #fff; }
.tqc-on { border-left: 1px solid var(--line); }
.tqc-label { display: flex; align-items: center; gap: 10px; font-family: var(--font-mono); font-size: 10.5px;
             letter-spacing: .09em; text-transform: uppercase; color: var(--ink-mute); }
.tqc-label i { font-style: normal; color: var(--line-strong); }
.tqc-on .tqc-label { color: var(--accent); }
.tqc-on .tqc-label i { color: rgba(241,90,34,.45); }
.tqc-chat { display: flex; flex-direction: column; gap: 22px; padding: 0 clamp(0px, 2.4vw, 40px); font-size: 14px; line-height: 1.6; }
.tqc-off .tqc-chat { color: #7C8186; }
.tqc-on .tqc-chat { color: #24282B; }
.tqc-ask { align-self: flex-end; max-width: 88%; padding: 10px 15px; border-radius: 18px; background: var(--bg-2); color: var(--ink); }
.tqc-say { margin: 0; }
.tqc-tool { margin: 0; display: flex; align-items: center; gap: 8px; color: #A9AEB3; }
.tqc-toolic { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid var(--line);
              border-radius: 6px; font-size: 12px; color: #A9AEB3; flex: none; }
.tqc-tool b { font-weight: 500; color: #8A8F94; }
.tqc-on .tqc-tool b { color: var(--accent); }
.tqc-on .tqc-toolic { border-color: rgba(241,90,34,.4); color: var(--accent); }
.tqc-out { border: 1px solid var(--line); border-radius: 10px; padding: clamp(16px, 1.8vw, 24px);
           display: flex; flex-direction: column; gap: 16px; }
.tqc-outh { font-weight: 600; color: #5C6166; }
.tqc-on .tqc-outh { color: var(--accent-ink, #C7440F); }
.tqc-out table { width: 100%; border-collapse: collapse; }
.tqc-out th { text-align: left; font-weight: 500; color: #A9AEB3; padding: 0 12px 9px 0; border-bottom: 1px solid var(--line); }
.tqc-out td { padding: 10px 12px 10px 0; border-bottom: 1px solid #F4F2ED; color: inherit; }
.tqc-out tr:last-child td { border-bottom: 0; }
.tqc-note { color: #A9AEB3; }
.tqc-note code { font-family: var(--font-mono); font-size: 14px; background: var(--bg-2); color: #7C8186; padding: 1px 6px; border-radius: 4px; }
.tqc-on .tqc-note { color: #6B7075; }
.tqc-on .tqc-note code { background: var(--bg-2); color: #A83A0D; }
.tqc-take { margin-top: auto; padding-top: clamp(26px, 3vw, 44px); }
.tqc-take h3 { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.05rem, 1.35vw, 1.2rem);
               letter-spacing: -.015em; color: #5C6166; }
.tqc-on .tqc-take h3 { color: var(--ink); }
.tqc-take p { margin-top: 8px; font-size: 14.5px; line-height: 1.55; color: var(--ink-mute); max-width: 40ch; }
.tqc-on .tqc-take p { color: var(--ink-soft); }
.tqc-quote { margin: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
             padding: clamp(48px, 7vw, 110px) clamp(24px, 5vw, 80px); text-align: center;
             background-image: radial-gradient(rgba(14,26,46,.07) 1px, transparent 1px); background-size: 20px 20px; }
.tqc-quote blockquote { margin: 0 auto; max-width: 30ch; font-family: var(--font-display); font-weight: 500;
                        font-size: clamp(1.35rem, 2.5vw, 2rem); line-height: 1.35; letter-spacing: -.02em; color: var(--ink); }
.tqc-quote figcaption { margin-top: clamp(22px, 3vw, 40px); display: grid; gap: 3px; font-size: 14px; }
.tqc-quote figcaption b { font-weight: 600; color: var(--ink); }
.tqc-quote figcaption span { color: var(--ink-mute); }
@media (max-width: 820px) {
  .tqc-row { grid-template-columns: 1fr; }
  .tqc-on { border-left: 0; border-top: 1px solid var(--line); }
}
.kga-scroll { height: 240vh; }
.kga { position: sticky; top: var(--nav-h); min-height: calc(100vh - var(--nav-h));
       display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
       border-top: 1px solid var(--line); background: #fff; }
.kga-left { display: flex; flex-direction: column; justify-content: center;
            gap: clamp(30px, 4.5vh, 60px); padding: clamp(30px, 3.4vw, 54px); }
.kga-h { margin: 0; font-family: var(--font-display); font-weight: 600;
         font-size: clamp(1.35rem, 1.85vw, 1.7rem); line-height: 1.25; letter-spacing: -.022em; color: var(--ink); }
.kga-h span { display: block; margin-top: 8px; font-weight: 500; color: var(--ink-mute);
              letter-spacing: -.015em; max-width: 30ch; }
.kga-steps { display: flex; flex-direction: column; }
.kga-step { position: relative; display: block; width: 100%; text-align: left;
            padding: 0 0 17px; margin: 0; border: 0; background: none; cursor: pointer;
            font: inherit; color: inherit; -webkit-appearance: none; }
.kga-step + .kga-step { padding-top: 18px; }
.kga-sn { display: block; font-family: var(--font-mono); font-size: 10px; letter-spacing: .1em;
          color: var(--ink-mute); opacity: .55; transition: opacity .3s ease, color .3s ease; }
.kga-step b { display: block; margin-top: 5px; font-family: var(--font-display); font-weight: 600;
              font-size: 1.02rem; letter-spacing: -.015em; color: var(--ink-mute);
              transition: color .3s ease; }
.kga-step.is-active .kga-sn { opacity: 1; color: var(--accent-ink, #C7440F); }
.kga-step.is-active b { color: var(--ink); }
.kga-sp { display: grid; grid-template-rows: 0fr; opacity: 0;
          transition: grid-template-rows .42s cubic-bezier(.4,0,.2,1), opacity .32s ease; }
.kga-sp > span { overflow: hidden; display: block; font-size: 14px; line-height: 1.55;
                 color: var(--ink-mute); max-width: 46ch; }
.kga-step.is-active .kga-sp { grid-template-rows: 1fr; opacity: 1; }
.kga-arch { display: block; margin-top: 2px; font-family: var(--font-mono);
  font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-soft); opacity: .75; }
.kga-step.is-active .kga-arch { color: var(--accent-ink, #C7440F); opacity: 1; }
.kga-next { display: grid; grid-template-rows: 0fr; opacity: 0;
  transition: grid-template-rows .3s ease, opacity .3s ease; }
.kga-next > span { overflow: hidden; display: block; font-size: 12.5px; font-weight: 500;
  color: var(--accent-ink, #C7440F); }
.kga-next > span::before { content: "\2192\00a0"; }
.kga-step.is-active .kga-next { grid-template-rows: 1fr; opacity: 1; margin-top: 10px; }
.kga-step.is-active .kga-sp > span { padding-top: 8px; }
.kga-bar { position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
           border-radius: 2px; background: var(--line); overflow: hidden; }
.kga-bar i { display: block; height: 100%; background: var(--accent);
             transform: scaleX(0); transform-origin: left center; will-change: transform; }
.kga-step.is-active .kga-bar { background: var(--line-strong); opacity: .3; }
.kga-right { min-width: 0; border-left: 1px solid var(--line); background: #fff;
             background-image: radial-gradient(rgba(14,26,46,.07) 1px, transparent 1px);
             background-size: 20px 20px; background-position: 10px 10px;
             display: flex; align-items: center; padding: clamp(26px, 3vw, 46px); }
.kga-stage { width: 100%; min-width: 0; }
.kga-svg { width: 100%; height: auto; display: block; }
.kga-l { opacity: 0; transition: opacity .5s ease; }
.kga-l.is-on { opacity: 1; }
.kga-n rect { fill: #fff; stroke: var(--line-strong); stroke-width: 1; }
.kga-n text { fill: var(--ink); font-family: var(--font-body); font-size: 16px; font-weight: 500;
              text-anchor: middle; dominant-baseline: middle; }
.kga-n.kga-attr rect { fill: var(--bg); stroke: var(--line); }
.kga-n.kga-attr text { fill: var(--ink-mute); font-weight: 400; font-size: 15px; }
.kga-e { fill: none; stroke: var(--line-strong); stroke-width: 1; }
.kga-tip { fill: var(--line-strong); stroke: none; }
.kga-d { fill: none; stroke: var(--line-strong); stroke-width: 1; stroke-dasharray: 2 5; opacity: .8; }
.kga-lit .kga-e { stroke: var(--accent); }
.kga-lit .kga-tip { fill: var(--accent); }
.kga-d.is-lit { stroke: var(--accent); opacity: 1; }
.kga-d.kga-bus { opacity: 1; }
.kga-ans rect { fill: #fff; stroke: var(--accent); stroke-width: 1; }
.kga-ansh { fill: var(--accent-ink, #C7440F); font-family: var(--font-display); font-weight: 600; font-size: 22px; }
.kga-anss { fill: var(--ink-mute); font-family: var(--font-mono); font-size: 13px; }
@media (max-width: 900px) {
  .kga-scroll { height: auto; }
  .kga { position: static; min-height: 0; grid-template-columns: 1fr; }
  .kga-right { border-left: 0; border-top: 1px solid var(--line); }
  .kga-stage { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .kga-svg { min-width: 560px; }
}
@media (prefers-reduced-motion: reduce) {
  .kga-scroll { height: auto; }
  .kga { position: static; min-height: 0; }
  .kga-l { opacity: 1; }
}
.trust2-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px;
               font-size: 13.5px; font-weight: 600; color: var(--accent-ink, #C7440F);
               text-decoration: none; opacity: 0; transition: opacity .3s ease; }
.trust2-cell.is-expanded .trust2-link { opacity: 1; }
.trust2-link:hover { text-decoration: underline; }
.mk-base { stroke: var(--line); stroke-width: 1; fill: none; }
.mk-line { fill: none; stroke: var(--accent); stroke-width: 2; stroke-linecap: round; }
.mk-dot { fill: #fff; stroke: var(--accent); stroke-width: 2; }
.mk-dot.is-last { fill: var(--accent); }
.mk-n { fill: var(--ink-mute); font-family: var(--font-mono); font-size: 13px;
        font-weight: 600; text-anchor: middle; }
.mk-n.is-last { fill: var(--accent-ink, #C7440F); }
.mk-ax { fill: var(--ink-mute); font-family: var(--font-mono); font-size: 12px;
         letter-spacing: .08em; text-transform: uppercase; }
#kgMaturity .kga-l { opacity: 1; }
#kgMaturity .mk-line { stroke: var(--line-strong); transition: stroke .35s ease; }
#kgMaturity .mk-dot { fill: var(--line-strong); stroke: none; transition: fill .35s ease; }
#kgMaturity .mk-n { fill: var(--line-strong); transition: fill .35s ease; }
#kgMaturity .mk-lit { fill: none; stroke: var(--accent); stroke-width: 2.4; stroke-linecap: round;
  stroke-dasharray: 1; stroke-dashoffset: 1; }
#kgMaturity .mk-dot.is-on { fill: var(--accent); }
#kgMaturity .kga-l.is-on .mk-n { fill: var(--ink-mute); }
#kgMaturity .kga-l.is-on .mk-n.is-last { fill: var(--accent-ink, #C7440F); }
#kgMaturity .kga-left { justify-content: center;
  padding: clamp(20px, 2.2vw, 30px) 0 clamp(20px, 2.2vw, 30px) clamp(26px, 3vw, 46px); }
#kgMaturity .kga-right { padding: clamp(16px, 1.8vw, 26px) 0 clamp(16px, 1.8vw, 26px) clamp(20px, 2.4vw, 36px); }
#kgMaturity .kga { min-height: calc(100vh - var(--nav-h)); }
#kgMaturity .kga-scroll { height: 260vh; }
.trust2-logo[src*="assets/logos"] { height: var(--logo-h, 24px); width: auto; max-width: min(140px, 100%); }
.trust2-wide .trust2-logo[src*="assets/logos"] { height: calc(var(--logo-h, 24px) * .86); max-width: min(120px, 100%); }
.trust2-cell:hover img[src*="assets/logos"], .story-feature:hover img[src*="assets/logos"] { filter: none; opacity: 1; }
.trust2-feat-logo[src*="assets/logos"] { filter: none; opacity: 1; height: 20px; width: auto; max-width: 150px; }
.wb-upcoming .hero-actions { margin-top: 22px; }
/* ---- base hero rules (not in Webflow compiled CSS) ---- */
.hero { position: relative; padding: clamp(56px, 9vw, 110px) 0 0; overflow: hidden; }
.hero .lede { margin: 24px auto 0; max-width: 600px; }

/* ---- QA fixes (native rebuild) ---- */
.tqc-quote blockquote { border: 0; padding: 0; }
.story-feature blockquote { border: 0; padding: 0; }
#proof .story-feature { --brand: #0E253D; }

/* ---- trust2: greyscale logos until hover (CDN srcs don't match [src*=assets/logos]); blue feature card ---- */
.trust2-logo { filter: grayscale(1); opacity: .62; transition: filter .22s ease, opacity .22s ease; }
.trust2-cell:hover .trust2-logo { filter: none; opacity: 1; }
.trust2-feat-logo { filter: none; opacity: 1; }
.trust2-feat { --brand: #003894; }

/* ---- cl2 node icons: transparent (no navy box), navy glyph — matches source .n-ic reset ---- */
.cl2-node .n-ic { background: transparent; border: 0; box-shadow: none; width: auto; height: auto; }
.cl2-node .n-ic .iconify { font-size: 22px; color: var(--ink); }
