/* Elva page template — scoped marketing styles (solutions). Fonts inherit the theme system stack (Gilroy retired v3.5.0). */
.elva-pg{
  --ai-1:#FFB7A8; --ai-2:#FFA9C9; --ai-g1:#C9B6FF; --ai-g2:#AFC8FF;
  --dur-fast:0.12s; --dur-med:0.4s;
  --gold-tint:rgba(192,137,46,0.14); --info-tint:rgba(91,141,239,0.12);
  --success-tint:rgba(47,138,91,0.12); --terracotta-tint:rgba(199,90,63,0.14);
  --grad-ink:linear-gradient(160deg,var(--sage-1),var(--sage-0));
  --sh-4:0 40px 90px -40px rgba(20,20,30,0.42),0 4px 12px rgba(20,20,30,0.07);
  --star:#E8A93C;
}
.elva-pg,.elva-pg *{box-sizing:border-box;}

/* neutralizers — cancel blog global generic-class leaks inside page templates */
.elva-pg .section-head{display:block;margin-bottom:0;}
.elva-pg .cta{max-width:none;margin:0;}

/* ===== base utilities ===== */
.elva-pg *{ box-sizing: border-box; -webkit-font-smoothing: antialiased; }
.elva-pg{ scroll-behavior: smooth; }
.elva-pg,.elva-pg{ margin: 0; padding: 0; }
.elva-pg{
  background: var(--cream-0); color: var(--ink-1);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}
.elva-pg button,.elva-pg input,.elva-pg textarea,.elva-pg select{ font-family: inherit; }
.elva-pg a{ color: inherit; text-decoration: none; }
.elva-pg ::selection{ background: var(--ai-tint); }
.elva-pg :focus-visible{ outline: 2px solid var(--ai-4); outline-offset: 2px; }
.elva-pg .elva-spectrum{
  background: var(--grad-spectrum);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.elva-pg .elva-live{ position: relative; display: inline-flex; width: 8px; height: 8px; flex: none; }
.elva-pg .elva-live::before{ content: ''; position: absolute; inset: 0; border-radius: 999px; background: var(--ai-3); box-shadow: 0 0 8px var(--ai-3); }
.elva-pg .elva-live::after{ content: ''; position: absolute; inset: -2px; border-radius: 999px; border: 1.5px solid var(--ai-3); animation: elva-pulse 2.4s cubic-bezier(0.4,0,0.2,1) infinite; }
@keyframes elva-pulse{ 0% { opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scale(2.8); } }
.elva-pg{ overflow-x: hidden; }
.elva-pg .wrap-wide{ max-width: 1320px; margin: 0 auto; padding: 0 32px; }
.elva-pg h1,.elva-pg h2,.elva-pg h3,.elva-pg h4{ font-family: var(--font-display); letter-spacing: var(--tracking-tight); color: var(--ink-0); margin: 0; line-height: 1.06; font-weight: 600; }
.elva-pg p{ margin: 0; }
.elva-pg .eyebrow{
  font-family: var(--font-mono); font-size:12.5px; font-weight: 500;
  letter-spacing: var(--tracking-eyebrow); text-transform: uppercase; color: var(--ink-3);
  display: inline-flex; align-items: center; gap: 12px;
}
.elva-pg .btn{
  display: inline-flex; align-items: center; gap: 9px; cursor: pointer;
  font-family: var(--font-body); font-weight: 550; font-size:16px; letter-spacing: -0.01em;
  padding: 13px 22px; border-radius: var(--r-pill); border: 1px solid transparent;
  transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-med) var(--ease-out), background var(--dur-fast);
  white-space: nowrap;
}
.elva-pg .btn .ico{ width: 17px; height: 17px; }
.elva-pg .btn-primary{ background: var(--sage-0); color: #fff; box-shadow: var(--sh-btn); }
.elva-pg .btn-primary:hover{ transform: translateY(-1px); box-shadow: 0 16px 30px -14px rgba(20,20,30,.7); }
.elva-pg .btn-ghost{ background: transparent; color: var(--ink-0); border-color: var(--cream-shadow); }
.elva-pg .btn-ghost:hover{ background: rgba(0,0,0,.04); }
.elva-pg .btn-light{ background: #fff; color: var(--ink-0); }
.elva-pg .btn-light:hover{ transform: translateY(-1px); }
.elva-pg .ico{ width: 20px; height: 20px; flex: none; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.elva-pg .brand{ display: flex; align-items: center; gap: 9px; font-family: var(--font-display); font-weight: 600; font-size: 20px; letter-spacing: -0.04em; color: var(--ink-0); }
.elva-pg .brand-mark{ width: 26px; height: 26px; border-radius: 7px; background: var(--grad-spectrum); display: grid; place-items: center; box-shadow: 0 4px 12px -4px rgba(155,92,255,.5); }
.elva-pg .brand-mark::after{ content:''; width: 10px; height: 10px; border-radius: 3px; background: rgba(255,255,255,.92); }
.elva-pg .sec{ padding: 124px 0 0; position: relative; }
.elva-pg .sec-head{ max-width: 760px; }
.elva-pg .sec-head.center{ margin: 0 auto; text-align: center; }
.elva-pg .sec-head.center .eyebrow{ justify-content: center; }
.elva-pg .sec-head h2{ font-size: clamp(28px, 3.3vw, 44px); margin-top: 18px; }
.elva-pg .sec-head .sub{ font-size: 16.5px; line-height: 1.58; color: var(--ink-2); margin-top: 16px; text-wrap: pretty; }
.elva-pg .dso-hero{ position: relative; padding: 70px 0 0; overflow: hidden; }
.elva-pg .dso-hero-glow{ position: absolute; top: -320px; right: -160px; width: 880px; height: 700px; border-radius: 50%; pointer-events: none;
  background: conic-gradient(from 160deg at 50% 50%, var(--ai-4), var(--ai-3), var(--ai-g1), var(--ai-5), var(--ai-4));
  filter: blur(160px); opacity: .17; }
.elva-pg .dso-hero-grid{ position: relative; display: grid; grid-template-columns: 0.96fr 1.04fr; gap: 56px; align-items: center; }
.elva-pg .dso-hero-copy{ max-width: 580px; }
.elva-pg .dso-hero h1{ font-size: clamp(40px, 4.8vw, 64px); margin: 20px 0 0; line-height: 1.02; }
.elva-pg .dso-hero-lead{ font-size: 17.5px; line-height: 1.6; color: var(--ink-2); margin: 24px 0 0; max-width: 54ch; text-wrap: pretty; }
.elva-pg .dso-hero-actions{ display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.elva-pg .dso-hero-meta{ display: flex; align-items: center; gap: 16px; margin-top: 28px; flex-wrap: wrap; }
.elva-pg .dso-hero-meta .m{ display: inline-flex; align-items: center; gap: 8px; font-size:14.5px; color: var(--ink-2); }
.elva-pg .dso-hero-meta .m svg{ width: 15px; height: 15px; stroke: var(--success); fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.elva-pg .dso-hero-meta .sep{ width: 1px; height: 14px; background: var(--cream-shadow); }
.elva-pg .dso-layer{ position: relative; background: #fff; border: 1px solid var(--cream-2); border-radius: var(--r-2xl); box-shadow: var(--sh-4); padding: 26px 26px 30px; overflow: hidden; }
.elva-pg .dso-layer-head{ display: flex; align-items: center; gap: 9px; margin-bottom: 22px; }
.elva-pg .dso-layer-head .t{ font-family: var(--font-mono); font-size:12px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }
.elva-pg .dso-layer-head .live{ margin-left: auto; display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }
.elva-pg .dso-locs{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; position: relative; z-index: 2; }
.elva-pg .dso-loc{ background: var(--cream-0); border: 1px solid var(--cream-2); border-radius: var(--r-md); padding: 11px 12px; opacity: 0; transform: translateY(-12px); }
.elva-pg .dso-layer.in .dso-loc{ animation: dso-loc-in .5s var(--ease-out) forwards; }
.elva-pg .dso-layer.in .dso-loc:nth-child(1){ animation-delay: .05s; }
.elva-pg .dso-layer.in .dso-loc:nth-child(2){ animation-delay: .13s; }
.elva-pg .dso-layer.in .dso-loc:nth-child(3){ animation-delay: .21s; }
.elva-pg .dso-layer.in .dso-loc:nth-child(4){ animation-delay: .29s; }
@keyframes dso-loc-in{ to { opacity: 1; transform: none; } }
.elva-pg .dso-loc .ln{ font-size:13.5px; font-weight: 600; color: var(--ink-0); letter-spacing: -0.01em; }
.elva-pg .dso-loc .pms{ font-family: var(--font-mono); font-size: 8.5px; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-3); margin-top: 5px; display: inline-flex; align-items: center; gap: 5px; }
.elva-pg .dso-loc .pms::before{ content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--dot, var(--ai-4)); }
.elva-pg .dso-wires{ position: relative; height: 56px; z-index: 1; margin: -2px 0 -2px; }
.elva-pg .dso-wires svg{ position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.elva-pg .dso-wires path{ fill: none; }
.elva-pg .dso-wires path:not(.dso-flow){ stroke: url(#dsoWire); stroke-width: 1.5; stroke-dasharray: 240; stroke-dashoffset: 240; }
.elva-pg .dso-layer.in .dso-wires path:nth-of-type(1){ animation: dso-wire-draw .7s var(--ease-out) .30s forwards; }
.elva-pg .dso-layer.in .dso-wires path:nth-of-type(2){ animation: dso-wire-draw .7s var(--ease-out) .38s forwards; }
.elva-pg .dso-layer.in .dso-wires path:nth-of-type(3){ animation: dso-wire-draw .7s var(--ease-out) .46s forwards; }
.elva-pg .dso-layer.in .dso-wires path:nth-of-type(4){ animation: dso-wire-draw .7s var(--ease-out) .54s forwards; }
@keyframes dso-wire-draw{ to { stroke-dashoffset: 0; } }
.elva-pg .dso-wires path.dso-flow{ stroke: url(#dsoFlow); stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: 7 280; stroke-dashoffset: 287; opacity: 0; filter: drop-shadow(0 0 4px rgba(124,92,255,.65)); }
.elva-pg .dso-layer.in .dso-wires path.dso-flow{ animation: dso-flow-run 2.8s cubic-bezier(.5,0,.5,1) infinite; }
@keyframes dso-flow-run{
  0% { stroke-dashoffset: 287; opacity: 0; }
  12% { opacity: 1; }
  88% { opacity: 1; }
  100% { stroke-dashoffset: 7; opacity: 0; }
}
.elva-pg .dso-brain-bar{ position: relative; z-index: 2; border-radius: var(--r-xl); padding: 20px 22px; color: #fff; overflow: hidden;
  background: linear-gradient(120deg, #2a2350, #1b2b4d 52%, #173b3e);
  opacity: 0; transform: translateY(14px); }
.elva-pg .dso-layer.in .dso-brain-bar{ animation: dso-loc-in .6s var(--ease-out) .3s forwards; }
@media (prefers-reduced-motion: no-preference){
.elva-pg .dso-layer.in .dso-brain-bar{ animation: dso-loc-in .6s var(--ease-out) .3s forwards, dso-brain-glow 3.8s ease-in-out 1.1s infinite; }
}
@keyframes dso-brain-glow{
  0%,100% { box-shadow: 0 14px 36px -22px rgba(124,92,255,.55); }
  50% { box-shadow: 0 18px 54px -20px rgba(63,184,168,.6); }
}
.elva-pg .dso-brain-bar::before{ content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(60% 120% at 18% 0%, rgba(155,92,255,.4), transparent 60%), radial-gradient(60% 120% at 88% 100%, rgba(63,184,168,.34), transparent 60%); }
.elva-pg .dso-brain-bar .bb-top{ position: relative; display: flex; align-items: center; gap: 11px; }
.elva-pg .dso-brain-bar .bb-mark{ width: 30px; height: 30px; border-radius: 9px; background: var(--grad-spectrum); display: grid; place-items: center; flex: none; box-shadow: 0 4px 12px -4px rgba(155,92,255,.6); }
.elva-pg .dso-brain-bar .bb-mark::after{ content: ''; width: 11px; height: 11px; border-radius: 3px; background: rgba(255,255,255,.95); }
.elva-pg .dso-brain-bar .bb-name{ font-family: var(--font-display); font-weight: 600; font-size: 16px; letter-spacing: -0.02em; }
.elva-pg .dso-brain-bar .bb-sub{ font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-left: auto; }
.elva-pg .dso-brain-bar .bb-caps{ position: relative; display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.elva-pg .dso-brain-bar .bb-cap{ font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .05em; text-transform: uppercase; padding: 6px 11px; border-radius: var(--r-pill); background: rgba(255,255,255,.08); color: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.12); display: inline-flex; align-items: center; gap: 7px; }
.elva-pg .dso-brain-bar .bb-cap::before{ content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--c, var(--ai-5)); box-shadow: 0 0 7px var(--c, var(--ai-5)); }
.elva-pg .dso-layer-cap{ font-family: var(--font-mono); font-size:12px; letter-spacing: .04em; color: var(--ink-3); text-align: center; margin-top: 18px; }
.elva-pg .dso-layer-cap b{ color: var(--ink-1); font-weight: 500; }
.elva-pg .dso-strip{ margin-top: 60px; border-top: 1px solid var(--cream-2); border-bottom: 1px solid var(--cream-2); }
.elva-pg .dso-strip-inner{ display: flex; align-items: center; gap: 26px; padding: 22px 0; flex-wrap: wrap; justify-content: space-between; }
.elva-pg .dso-strip .lbl{ font-family: var(--font-mono); font-size:12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-4); }
.elva-pg .dso-strip .items{ display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.elva-pg .dso-strip .it{ display: inline-flex; align-items: center; gap: 9px; font-size:15px; color: var(--ink-1); font-weight: 500; }
.elva-pg .dso-strip .it svg{ width: 16px; height: 16px; stroke: var(--success); fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.elva-pg .dso-pillars{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.elva-pg .dso-pillar{ position: relative; background: #fff; border: 1px solid var(--cream-2); border-radius: var(--r-xl); padding: 26px 24px 22px; box-shadow: var(--sh-1); display: flex; flex-direction: column; overflow: hidden;
  transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-med) var(--ease-out), border-color var(--dur-fast); }
.elva-pg .dso-pillar::before{ content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--acc); transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease-out); }
.elva-pg .dso-pillar:hover{ transform: translateY(-4px); box-shadow: var(--sh-3); border-color: color-mix(in oklab, var(--acc) 36%, var(--cream-2)); }
.elva-pg .dso-pillar:hover::before{ transform: scaleX(1); }
.elva-pg .dso-pillar .pl-ic{ width: 44px; height: 44px; border-radius: 13px; background: var(--acc-tint); color: var(--acc); display: grid; place-items: center; margin-bottom: 18px; transition: transform var(--dur-med) var(--ease-out); }
.elva-pg .dso-pillar:hover .pl-ic{ transform: scale(1.06) rotate(-3deg); }
.elva-pg .dso-pillar .pl-ic svg{ width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.elva-pg .dso-pillar h3{ font-size: 17.5px; line-height: 1.22; }
.elva-pg .dso-pillar p{ font-size:15px; color: var(--ink-2); line-height: 1.55; margin-top: 11px; flex: 1; text-wrap: pretty; }
.elva-pg .dso-pillar .pl-go{ display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; font-size:13.5px; font-weight: 600; color: var(--acc); }
.elva-pg .dso-pillar .pl-go svg{ width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; transition: transform var(--dur-fast); }
.elva-pg .dso-pillar:hover .pl-go svg{ transform: translateX(3px); }
.elva-pg .dso-pillar.p-brain{ --acc: #8A4BE8; --acc-tint: rgba(155,92,255,.13); }
.elva-pg .dso-pillar.p-auto{ --acc: #3D6FD6; --acc-tint: rgba(91,141,239,.13); }
.elva-pg .dso-pillar.p-board{ --acc: #2E7D54; --acc-tint: rgba(47,138,91,.13); }
.elva-pg .dso-pillar.p-curve{ --acc: #C0892E; --acc-tint: rgba(192,137,46,.15); }
.elva-pg .dso-prob-head{ display: grid; grid-template-columns: 1fr 0.86fr; gap: 48px; align-items: end; }
.elva-pg .dso-prob-head h2{ font-size: clamp(30px, 3.6vw, 46px); margin-top: 16px; }
.elva-pg .dso-prob-head .body{ font-size: 16px; line-height: 1.62; color: var(--ink-2); text-wrap: pretty; }
.elva-pg .dso-prob-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 48px; }
.elva-pg .dso-prob{ position: relative; background: #fff; border: 1px solid var(--cream-2); border-radius: var(--r-xl); padding: 22px 22px 24px; box-shadow: var(--sh-1); display: flex; flex-direction: column; min-height: 220px;
  transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-med) var(--ease-out); }
.elva-pg .dso-prob:hover{ transform: translateY(-3px); box-shadow: var(--sh-2); }
.elva-pg .dso-prob .pn{ font-family: var(--font-mono); font-size:13px; font-weight: 500; color: var(--terracotta); }
.elva-pg .dso-prob h3{ font-size: 16.5px; line-height: 1.25; margin-top: 16px; }
.elva-pg .dso-prob p{ font-size:14.5px; color: var(--ink-2); line-height: 1.55; margin-top: 10px; }
.elva-pg .dso-prob .cost{ font-family: var(--font-mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; color: var(--terracotta); margin-top: auto; padding-top: 16px; display: inline-flex; align-items: center; gap: 7px; }
.elva-pg .dso-prob .cost::before{ content: ''; width: 14px; height: 2px; border-radius: 2px; background: var(--terracotta); opacity: .5; }
.elva-pg .dso-prob.seventh{ background: linear-gradient(160deg, #fff 50%, var(--terracotta-tint)); border-color: rgba(199,90,63,.25); }
.elva-pg .dso-prob-turn{ margin-top: 40px; background: var(--sage-0); border-radius: var(--r-2xl); padding: 44px 48px; display: flex; align-items: center; gap: 30px; position: relative; overflow: hidden; }
.elva-pg .dso-prob-turn::before{ content: ''; position: absolute; top: -120px; right: -80px; width: 420px; height: 420px; border-radius: 50%;
  background: conic-gradient(from 200deg at 50% 50%, var(--ai-3), var(--ai-4), var(--ai-5), var(--ai-3)); filter: blur(120px); opacity: .26; }
.elva-pg .dso-prob-turn .qmark{ position: relative; font-family: var(--font-display); font-size: 80px; line-height: .7; color: var(--ai-g1); flex: none; opacity: .5; }
.elva-pg .dso-prob-turn p{ position: relative; font-size: clamp(17px, 1.9vw, 21px); line-height: 1.5; color: rgba(255,255,255,.86); text-wrap: pretty; font-family: var(--font-display); letter-spacing: -0.01em; }
.elva-pg .dso-prob-turn p b{ color: #fff; font-weight: 600; }
.elva-pg .dso-prob-turn .lnk{ display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-size:15px; color: var(--ai-g1); font-weight: 500; }
.elva-pg .dso-prob-turn .lnk svg{ width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.elva-pg .dso-answer-grid{ display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 56px; align-items: center; }
.elva-pg .dso-answer-copy h2{ font-size: clamp(28px, 3.3vw, 44px); margin-top: 18px; }
.elva-pg .dso-answer-copy .body{ font-size: 16px; line-height: 1.62; color: var(--ink-2); margin-top: 20px; text-wrap: pretty; }
.elva-pg .dso-answer-copy .body b{ color: var(--ink-0); font-weight: 600; }
.elva-pg .dso-answer-cta{ margin-top: 26px; }
.elva-pg .dso-hub{ position: relative; aspect-ratio: 1.08 / 1; display: grid; place-items: center; --core: 130px; }
.elva-pg .dso-hub-core{ position: relative; z-index: 4; width: var(--core); height: var(--core); border-radius: 50%; display: grid; place-items: center; text-align: center;
  background: radial-gradient(circle at 36% 28%, rgba(255,255,255,.6), transparent 50%), linear-gradient(150deg, #2a2350, #173b3e);
  box-shadow: 0 0 0 1px rgba(255,255,255,.12), 0 30px 70px -30px rgba(20,20,40,.6), inset 0 1px 0 rgba(255,255,255,.2); }
@media (prefers-reduced-motion: no-preference){
.elva-pg .dso-hub-core{ animation: dso-core-breathe 4.2s ease-in-out infinite; }
}
@keyframes dso-core-breathe{
  0%,100% { transform: scale(1); box-shadow: 0 0 0 1px rgba(255,255,255,.12), 0 30px 70px -30px rgba(20,20,40,.6), 0 0 30px -6px rgba(124,92,255,.45), inset 0 1px 0 rgba(255,255,255,.2); }
  50% { transform: scale(1.045); box-shadow: 0 0 0 1px rgba(255,255,255,.16), 0 34px 80px -28px rgba(20,20,40,.65), 0 0 46px -2px rgba(63,184,168,.55), inset 0 1px 0 rgba(255,255,255,.22); }
}
.elva-pg .dso-hub-core .hc-mark{ width: 38px; height: 38px; border-radius: 12px; background: var(--grad-spectrum); display: grid; place-items: center; box-shadow: 0 6px 16px -6px rgba(155,92,255,.8); }
.elva-pg .dso-hub-core .hc-mark::after{ content: ''; width: 15px; height: 15px; border-radius: 4px; background: rgba(255,255,255,.96); }
.elva-pg .dso-hub-cap{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, calc(var(--core) / 2 + 16px)); z-index: 4;
  font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); white-space: nowrap; }
.elva-pg .dso-hub-wave{ position: absolute; left: 50%; top: 50%; width: var(--core); height: var(--core); border-radius: 50%; border: 1.5px solid var(--wc, #5B8DEF); transform: translate(-50%,-50%) scale(1); opacity: 0; pointer-events: none; z-index: 2; }
@media (prefers-reduced-motion: no-preference){
.elva-pg .dso-hub-wave{ animation: dso-hub-wave 3.4s cubic-bezier(.3,.5,.5,1) infinite; }
}
.elva-pg .dso-hub-wave.w2{ animation-delay: 1.13s; --wc: #9B5CFF; }
.elva-pg .dso-hub-wave.w3{ animation-delay: 2.26s; --wc: #3FB8A8; }
@keyframes dso-hub-wave{ 0% { transform: translate(-50%,-50%) scale(.86); opacity: .5; } 70% { opacity: .12; } 100% { transform: translate(-50%,-50%) scale(2.8); opacity: 0; } }
.elva-pg .dso-hub-ring{ position: absolute; border-radius: 50%; border: 1px dashed var(--cream-shadow); z-index: 1; }
.elva-pg .dso-hub-ring.r1{ inset: 24%; }
.elva-pg .dso-hub-ring.r2{ inset: 4%; }
@media (prefers-reduced-motion: no-preference){
.elva-pg .dso-hub-ring.r2{ animation: dso-spin 44s linear infinite; }
.elva-pg .dso-hub-ring.r1{ animation: dso-spin 32s linear infinite reverse; }
}
@keyframes dso-spin{ to { transform: rotate(360deg); } }
.elva-pg .dso-hub-node{ position: absolute; z-index: 3; background: #fff; border: 1px solid var(--cream-2); border-radius: var(--r-lg); padding: 11px 14px; box-shadow: var(--sh-2); display: flex; align-items: center; gap: 9px; }
.elva-pg .dso-hub-node .ni{ width: 28px; height: 28px; border-radius: 8px; display: grid; place-items: center; flex: none; }
.elva-pg .dso-hub-node .ni svg{ width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.elva-pg .dso-hub-node .nt{ font-size:13.5px; font-weight: 600; color: var(--ink-0); letter-spacing: -0.01em; }
.elva-pg .dso-hub-node.n1{ top: 1%; left: 50%; transform: translateX(-50%); }
.elva-pg .dso-hub-node.n2{ top: 50%; right: 0; transform: translateY(-50%); }
.elva-pg .dso-hub-node.n3{ bottom: 1%; left: 50%; transform: translateX(-50%); }
.elva-pg .dso-hub-node.n4{ top: 50%; left: 0; transform: translateY(-50%); }
.elva-pg .dso-hub-node.n1 .ni{ background: var(--ai-tint); color: var(--ai-3); }
.elva-pg .dso-hub-node.n2 .ni{ background: var(--info-tint); color: var(--info); }
.elva-pg .dso-hub-node.n3 .ni{ background: var(--success-tint); color: var(--success); }
.elva-pg .dso-hub-node.n4 .ni{ background: var(--gold-tint); color: var(--gold); }
.elva-pg .dso-hub svg.spokes{ position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; overflow: visible; }
.elva-pg .dso-hub svg.spokes line.base{ stroke: var(--cream-shadow); stroke-width: 1.4; }
.elva-pg .dso-hub svg.spokes line.flow{ stroke: url(#hubFlow); stroke-width: 2.4; stroke-linecap: round; stroke-dasharray: 5 70; }
@media (prefers-reduced-motion: no-preference){
.elva-pg .dso-hub svg.spokes line.flow{ animation: dso-hub-spoke 2.2s linear infinite; }
.elva-pg .dso-hub.inward svg.spokes line.flow{ animation-direction: reverse; }
}
@keyframes dso-hub-spoke{ from { stroke-dashoffset: 75; } to { stroke-dashoffset: 0; } }
.elva-pg .dso-minds{ margin-top: 124px; background: var(--sage-0); padding: 112px 0; position: relative; overflow: clip; }
.elva-pg .dso-minds-glow{ position: absolute; top: -180px; right: -140px; width: 680px; height: 680px; border-radius: 50%;
  background: conic-gradient(from 180deg at 50% 50%, var(--ai-3), var(--ai-4), var(--ai-5), var(--ai-3)); filter: blur(150px); opacity: .3; pointer-events: none; }
.elva-pg .dso-minds .eyebrow{ color: rgba(255,255,255,.55); }
.elva-pg .dso-minds-head{ position: relative; max-width: 760px; }
.elva-pg .dso-minds-head h2{ color: #fff; font-size: clamp(28px, 3.4vw, 46px); margin-top: 18px; }
.elva-pg .dso-minds-head .body{ color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.62; margin-top: 20px; text-wrap: pretty; }
.elva-pg .dso-minds-head .body em{ color: #fff; font-style: italic; }
.elva-pg .dso-minds-main{ position: relative; display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 48px; align-items: start; margin-top: 56px; }
.elva-pg .dso-mind-cards{ display: flex; flex-direction: column; gap: 12px; }
.elva-pg .dso-mind-card{ background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-xl); padding: 20px 22px; transition: border-color .4s var(--ease-out), background .4s; }
.elva-pg .dso-mind-card .mc-top{ display: flex; align-items: center; gap: 11px; }
.elva-pg .dso-mind-card .mc-dot{ width: 11px; height: 11px; border-radius: 50%; background: var(--mc); box-shadow: 0 0 10px var(--mc); flex: none; }
.elva-pg .dso-mind-card .mc-name{ font-family: var(--font-display); font-size: 17px; font-weight: 600; color: #fff; letter-spacing: -0.02em; }
.elva-pg .dso-mind-card .mc-tag{ margin-left: auto; font-family: var(--font-mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.45); }
.elva-pg .dso-mind-card .mc-hold{ font-size:14.5px; color: rgba(255,255,255,.62); line-height: 1.5; margin-top: 11px; }
.elva-pg .dso-mind-card.lit{ background: rgba(255,255,255,.09); border-color: color-mix(in oklab, var(--mc) 55%, transparent); box-shadow: 0 0 0 1px color-mix(in oklab, var(--mc) 30%, transparent), 0 18px 40px -24px var(--mc); }
.elva-pg .dso-mind-card.c-corp{ --mc: #6FA8FF; }
.elva-pg .dso-mind-card.c-local{ --mc: #5FD8B0; }
.elva-pg .dso-mind-card.c-univ{ --mc: #C9B6FF; }
.elva-pg .dso-prec{ background: linear-gradient(165deg, rgba(255,255,255,.08), rgba(255,255,255,.03)); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-2xl); padding: 22px 24px 24px; box-shadow: 0 40px 90px -40px rgba(0,0,0,.7); }
.elva-pg .dso-prec-head{ display: flex; align-items: center; gap: 10px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.1); }
.elva-pg .dso-prec-head .pi{ width: 30px; height: 30px; border-radius: 8px; background: rgba(155,92,255,.2); color: #C9B6FF; display: grid; place-items: center; flex: none; }
.elva-pg .dso-prec-head .pi svg{ width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.elva-pg .dso-prec-head .pt{ font-family: var(--font-mono); font-size:12.5px; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.62); }
.elva-pg .dso-prec-head .live{ margin-left: auto; display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.5); }
.elva-pg .dso-prec-rows{ display: flex; flex-direction: column; gap: 9px; margin-top: 18px; }
.elva-pg .dso-prec-row{ display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 14px; padding: 14px 16px; border-radius: var(--r-lg); background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); transition: border-color .4s, background .4s; }
.elva-pg .dso-prec-row{ box-shadow: inset 0 0 0 0 transparent; transition: border-color .4s, background .4s, box-shadow .5s var(--ease-out); }
.elva-pg .dso-prec-row.active{ background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); box-shadow: inset 3px 0 0 var(--rowacc, #6FA8FF), 0 16px 36px -26px var(--rowacc, #6FA8FF); }
.elva-pg .dso-prec-row .dk{ font-size:15px; color: #fff; font-weight: 550; letter-spacing: -0.01em; }
.elva-pg .dso-prec-row .dsub{ font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .04em; text-transform: uppercase; color: rgba(255,255,255,.42); margin-top: 4px; }
.elva-pg .dso-seg{ position: relative; display: inline-flex; background: rgba(0,0,0,.32); border-radius: var(--r-pill); padding: 3px; border: 1px solid rgba(255,255,255,.08); flex: none; }
.elva-pg .dso-seg .opt{ position: relative; z-index: 2; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .06em; text-transform: uppercase; padding: 7px 13px; border-radius: var(--r-pill); color: rgba(255,255,255,.5); transition: color .35s var(--ease-out); white-space: nowrap; }
.elva-pg .dso-seg .opt.on{ color: #0c1320; font-weight: 600; }
.elva-pg .dso-seg .knob{ position: absolute; top: 3px; bottom: 3px; border-radius: var(--r-pill); transition: left .5s var(--ease-out), width .5s var(--ease-out), background .5s, box-shadow .5s; z-index: 1; box-shadow: 0 4px 12px -4px rgba(0,0,0,.5); }
.elva-pg .dso-prec-row.active .dso-seg .knob{ box-shadow: 0 0 0 3px color-mix(in oklab, var(--rowacc, #6FA8FF) 26%, transparent), 0 6px 16px -4px rgba(0,0,0,.55); }
@media (prefers-reduced-motion: no-preference){
.elva-pg .dso-mind-card.lit{ animation: dso-mind-pulse 2.4s ease-in-out infinite; }
}
@keyframes dso-mind-pulse{
  0%,100% { box-shadow: 0 0 0 1px color-mix(in oklab, var(--mc) 30%, transparent), 0 18px 40px -26px var(--mc); }
  50% { box-shadow: 0 0 0 1px color-mix(in oklab, var(--mc) 50%, transparent), 0 24px 52px -22px var(--mc); }
}
.elva-pg .dso-prec-foot{ display: flex; align-items: center; gap: 10px; margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); font-size:13.5px; color: rgba(255,255,255,.6); line-height:1.5; }
.elva-pg .dso-prec-foot svg{ width: 15px; height: 15px; stroke: #5FD8B0; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.elva-pg .dso-minds-payoff{ position: relative; margin-top: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.elva-pg .dso-payoff-card{ background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-xl); padding: 22px 24px; }
.elva-pg .dso-payoff-card .who{ font-family: var(--font-mono); font-size:12px; letter-spacing: .08em; text-transform: uppercase; color: var(--ai-g1); }
.elva-pg .dso-payoff-card p{ color: rgba(255,255,255,.78); font-size:15.5px; line-height: 1.55; margin-top: 12px; text-wrap: pretty; }
.elva-pg .dso-payoff-card p b{ color: #fff; font-weight: 600; }
.elva-pg .dso-split{ display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 56px; align-items: center; }
.elva-pg .dso-split.rev{ grid-template-columns: 1.08fr 0.92fr; }
.elva-pg .dso-split-copy h2{ font-size: clamp(27px, 3.1vw, 40px); margin-top: 18px; }
.elva-pg .dso-split-copy .body{ font-size: 16px; line-height: 1.62; color: var(--ink-2); margin-top: 18px; text-wrap: pretty; }
.elva-pg .dso-split-copy .reframe{ font-size:15.5px; color: var(--ink-2); line-height: 1.55; margin-top: 18px; padding-left: 16px; border-left: 2px solid var(--ai-3); text-wrap: pretty; }
.elva-pg .dso-split-copy .reframe b{ color: var(--ink-0); font-weight: 600; }
.elva-pg .dso-split-cta{ margin-top: 26px; }
.elva-pg .dso-frame{ position: relative; background: #fff; border: 1px solid var(--cream-2); border-radius: var(--r-2xl); box-shadow: var(--sh-4); overflow: hidden;
  transition: transform var(--dur-med) var(--ease-out), box-shadow var(--dur-med) var(--ease-out); }
.elva-pg a.dso-frame:hover{ transform: translateY(-4px); box-shadow: 0 50px 100px -42px rgba(20,20,40,.5), 0 4px 12px rgba(20,20,30,.07); }
.elva-pg .dso-frame-bar{ display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-bottom: 1px solid var(--cream-2); background: var(--cream-0); }
.elva-pg .dso-frame-bar .tl{ display: flex; gap: 6px; }
.elva-pg .dso-frame-bar .tl i{ width: 10px; height: 10px; border-radius: 50%; background: var(--cream-shadow); }
.elva-pg .dso-frame-bar .ttl{ font-family: var(--font-mono); font-size:12.5px; letter-spacing: .04em; color: var(--ink-3); margin-left: 6px; }
.elva-pg .dso-frame-bar .live{ margin-left: auto; display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-mono); font-size:12px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }
.elva-pg .dso-frame img{ display: block; width: 100%; height: auto; }
.elva-pg .dso-frame .go-cue{ position: absolute; right: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 7px; font-size:13.5px; font-weight: 600; color: #fff; background: var(--sage-0); padding: 9px 15px; border-radius: var(--r-pill); box-shadow: var(--sh-3); opacity: 0; transform: translateY(8px); transition: opacity var(--dur-med) var(--ease-out), transform var(--dur-med) var(--ease-out); }
.elva-pg .dso-frame .go-cue svg{ width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.elva-pg a.dso-frame:hover .go-cue{ opacity: 1; transform: none; }
.elva-pg figure.dso-figure{ margin: 0; }
.elva-pg figure.dso-figure figcaption{ font-size:14.5px; line-height: 1.5; color: var(--ink-2); margin-top: 14px; text-wrap: pretty; }
.elva-pg figure.dso-figure figcaption a{ color: var(--ai-4); font-weight: 600; }
.elva-pg .dso-vis-head{ max-width: 760px; }
.elva-pg .dso-vis-head h2{ font-size: clamp(28px, 3.3vw, 44px); margin-top: 18px; }
.elva-pg .dso-vis-head .sub{ font-size: 16.5px; line-height: 1.58; color: var(--ink-2); margin-top: 16px; text-wrap: pretty; }
.elva-pg .dso-vis-grid{ display: grid; grid-template-columns: 0.62fr 1.38fr; gap: 24px; margin-top: 44px; align-items: stretch; }
.elva-pg .dso-vis-rail{ display: flex; flex-direction: column; gap: 12px; }
.elva-pg .dso-vis-loc{ background: #fff; border: 1px solid var(--cream-2); border-radius: var(--r-lg); padding: 16px 18px; box-shadow: var(--sh-1); }
.elva-pg .dso-vis-loc .vl-top{ display: flex; align-items: center; justify-content: space-between; }
.elva-pg .dso-vis-loc .vl-name{ font-size:15px; font-weight: 600; color: var(--ink-0); }
.elva-pg .dso-vis-loc .vl-state{ font-family: var(--font-mono); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; padding: 4px 9px; border-radius: var(--r-pill); }
.elva-pg .dso-vis-loc .vl-state.ok{ background: var(--success-tint); color: var(--success); }
.elva-pg .dso-vis-loc .vl-state.drift{ background: var(--terracotta-tint); color: var(--terracotta); }
.elva-pg .dso-vis-loc .vl-bars{ display: flex; gap: 16px; margin-top: 14px; }
.elva-pg .dso-vis-loc .vl-metric .ml{ font-family: var(--font-mono); font-size: 9px; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-3); }
.elva-pg .dso-vis-loc .vl-metric .mv{ font-family: var(--font-display); font-size: 17px; font-weight: 600; color: var(--ink-0); letter-spacing: -0.02em; margin-top: 3px; font-variant-numeric: tabular-nums; }
.elva-pg .dso-vis-loc.is-drift{ border-color: rgba(199,90,63,.3); }
.elva-pg .dso-vis-loc.is-drift .vl-metric.bad .mv{ color: var(--terracotta); }
.elva-pg .dso-vis-shot{ align-self: stretch; }
.elva-pg .dso-board{ margin-top: 124px; padding: 108px 0; background: linear-gradient(180deg, rgba(91,141,239,.05), rgba(155,92,255,.04)); border-top: 1px solid var(--cream-2); border-bottom: 1px solid var(--cream-2); }
.elva-pg .dso-board-grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 44px; }
.elva-pg .dso-qa{ background: #fff; border: 1px solid var(--cream-2); border-radius: var(--r-xl); padding: 26px 26px 24px; box-shadow: var(--sh-1); position: relative; overflow: hidden;
  transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-med) var(--ease-out); }
.elva-pg .dso-qa:hover{ transform: translateY(-3px); box-shadow: var(--sh-2); }
.elva-pg .dso-qa .qa-q{ display: flex; align-items: flex-start; gap: 13px; }
.elva-pg .dso-qa .qa-mark{ width: 30px; height: 30px; border-radius: 8px; background: var(--info-tint); color: var(--info); display: grid; place-items: center; flex: none; font-family: var(--font-display); font-weight: 700; font-size: 16px; }
.elva-pg .dso-qa .qa-qt{ font-size: 17px; font-weight: 600; color: var(--ink-0); letter-spacing: -0.01em; line-height: 1.3; padding-top: 3px; }
.elva-pg .dso-qa .qa-a{ font-size:15px; line-height: 1.6; color: var(--ink-2); margin-top: 15px; padding-top: 15px; border-top: 1px solid var(--cream-2); text-wrap: pretty; }
.elva-pg .dso-qa .qa-a b{ color: var(--ink-0); font-weight: 600; }
.elva-pg .dso-qa .qa-key{ display: inline-flex; align-items: center; gap: 7px; margin-top: 13px; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--success); }
.elva-pg .dso-qa .qa-key svg{ width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.elva-pg .dso-ring{ margin-top: 36px; display: flex; align-items: center; gap: 16px; padding: 22px 26px; border-radius: var(--r-xl); background: var(--sage-0); }
.elva-pg .dso-ring svg.ri{ width: 24px; height: 24px; stroke: #7FD8CB; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.elva-pg .dso-ring p{ font-size:15.5px; line-height: 1.55; color: rgba(255,255,255,.82); text-wrap: pretty; }
.elva-pg .dso-ring p b{ color: #fff; font-weight: 600; }
.elva-pg .dso-ring a{ color: #7FD8CB; font-weight: 600; white-space: nowrap; }
.elva-pg .dso-curve-grid{ display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
.elva-pg .dso-curve-copy .eyebrow{ color: var(--success); }
.elva-pg .dso-curve-copy h2{ font-size: clamp(28px, 3.3vw, 44px); margin-top: 18px; }
.elva-pg .dso-curve-copy .body{ font-size: 16px; line-height: 1.62; color: var(--ink-2); margin-top: 20px; text-wrap: pretty; }
.elva-pg .dso-curve-copy .body b{ color: var(--ink-0); font-weight: 600; }
.elva-pg .dso-curve-legend{ display: flex; flex-direction: column; gap: 12px; margin-top: 26px; }
.elva-pg .dso-curve-legend .lg{ display: flex; align-items: center; gap: 12px; font-size:15px; color: var(--ink-1); }
.elva-pg .dso-curve-legend .lg .sw{ width: 26px; height: 3px; border-radius: 3px; flex: none; }
.elva-pg .dso-curve-legend .lg.trad .sw{ background: var(--terracotta); }
.elva-pg .dso-curve-legend .lg.elva .sw{ background: var(--success); }
.elva-pg .dso-curve-legend .lg b{ font-weight: 600; color: var(--ink-0); }
.elva-pg .dso-curve-panel{ background: #fff; border: 1px solid var(--cream-2); border-radius: var(--r-2xl); box-shadow: var(--sh-3); padding: 26px 28px 22px; }
.elva-pg .dso-curve-panel .cp-head{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.elva-pg .dso-curve-panel .cp-t{ font-family: var(--font-mono); font-size:12px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); }
.elva-pg .dso-curve-panel .cp-tag{ font-family: var(--font-mono); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; color: var(--success); background: var(--success-tint); padding: 4px 9px; border-radius: var(--r-pill); }
.elva-pg .dso-curve-svg{ width: 100%; height: auto; display: block; }
.elva-pg .dso-curve-svg .axis{ stroke: var(--cream-2); stroke-width: 1.5; }
.elva-pg .dso-curve-svg .axlabel{ font-family: var(--font-mono); font-size:12px; fill: var(--ink-4); letter-spacing: .04em; text-transform: uppercase; }
.elva-pg .dso-curve-svg .cl{ fill: none; stroke-width: 3; stroke-linecap: round; stroke-dasharray: 620; stroke-dashoffset: 620; }
.elva-pg .dso-curve-svg .cl.trad{ stroke: var(--terracotta); }
.elva-pg .dso-curve-svg .cl.elva{ stroke: url(#dsoCurveStroke); filter: drop-shadow(0 5px 10px rgba(47,138,91,.35)); }
.elva-pg .dso-curve-svg .curve-end{ opacity: 0; }
.elva-pg .dso-curve.in .curve-end{ animation: dso-fadein .4s ease 1.9s forwards; }
@media (prefers-reduced-motion: no-preference){
.elva-pg .dso-curve.in .curve-end.elva{ animation: dso-fadein .4s ease 1.9s forwards, dso-end-pulse 2.2s ease-in-out 2.2s infinite; }
}
@keyframes dso-end-pulse{ 0%,100% { r: 4.5; opacity: 1; } 50% { r: 7; opacity: .85; } }
.elva-pg .dso-curve-svg .gap-fill{ fill: rgba(47,138,91,.1); opacity: 0; }
.elva-pg .dso-curve-svg .endlabel{ font-family: var(--font-display); font-size:14.5px; font-weight: 600; opacity: 0; }
.elva-pg .dso-curve.in .cl.trad{ animation: dso-draw 1.1s var(--ease-out) .1s forwards; }
.elva-pg .dso-curve.in .cl.elva{ animation: dso-draw 1.2s var(--ease-out) .7s forwards; }
.elva-pg .dso-curve.in .gap-fill{ animation: dso-fadein .8s ease 1.6s forwards; }
.elva-pg .dso-curve.in .endlabel{ animation: dso-fadein .6s ease forwards; }
.elva-pg .dso-curve.in .endlabel.trad{ animation-delay: 1.1s; }
.elva-pg .dso-curve.in .endlabel.elva{ animation-delay: 1.8s; }
@keyframes dso-draw{ to { stroke-dashoffset: 0; } }
@keyframes dso-fadein{ to { opacity: 1; } }
.elva-pg .dso-feat-tabs{ display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; }
.elva-pg .dso-feat-tab{ font-family: var(--font-body); font-size:15px; font-weight: 550; color: var(--ink-2); background: #fff; border: 1px solid var(--cream-2); border-radius: var(--r-pill); padding: 10px 18px; cursor: pointer; transition: all var(--dur-fast) var(--ease-out); display: inline-flex; align-items: center; gap: 9px; }
.elva-pg .dso-feat-tab .cnt{ font-family: var(--font-mono); font-size:12px; color: var(--ink-4); }
.elva-pg .dso-feat-tab:hover{ border-color: var(--cream-shadow); color: var(--ink-0); }
.elva-pg .dso-feat-tab.active{ background: var(--sage-0); color: #fff; border-color: var(--sage-0); }
.elva-pg .dso-feat-tab.active .cnt{ color: rgba(255,255,255,.6); }
.elva-pg .dso-feat-panel{ margin-top: 24px; }
.elva-pg .dso-feat-panel[hidden]{ display: none; }
.elva-pg .dso-feat-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.elva-pg .dso-feat-card{ position: relative; background: #fff; border: 1px solid var(--cream-2); border-radius: var(--r-xl); padding: 22px 22px 20px; display: flex; flex-direction: column; gap: 11px; box-shadow: var(--sh-1); cursor: pointer;
  transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-med) var(--ease-out), border-color var(--dur-fast); }
.elva-pg a.dso-feat-card:hover{ transform: translateY(-3px); box-shadow: var(--sh-2); border-color: color-mix(in oklab, var(--acc) 40%, var(--cream-2)); }
.elva-pg .dso-feat-card .fi{ width: 38px; height: 38px; border-radius: 11px; background: var(--acc-tint); color: var(--acc); display: grid; place-items: center; }
.elva-pg .dso-feat-card .fi svg{ width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.elva-pg .dso-feat-card h4{ font-size:16px; display: inline-flex; align-items: center; gap: 7px; line-height:1.5; }
.elva-pg .dso-feat-card h4 .larr{ width: 13px; height: 13px; stroke: var(--acc); fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; opacity: .5; transform: rotate(-45deg); transition: opacity var(--dur-fast), transform var(--dur-fast); flex: none; }
.elva-pg a.dso-feat-card:hover h4 .larr{ opacity: 1; transform: rotate(-45deg) translateX(2px); }
.elva-pg .dso-feat-card p{ font-size:14.5px; color: var(--ink-2); line-height: 1.55; flex: 1; }
.elva-pg .dso-feat-card.no-link{ cursor: default; }
.elva-pg .fa-1{ --acc: #3D6FD6; --acc-tint: rgba(91,141,239,.13); }
.elva-pg .fa-2{ --acc: #1F8A7C; --acc-tint: rgba(63,184,168,.15); }
.elva-pg .fa-3{ --acc: #8A4BE8; --acc-tint: rgba(155,92,255,.13); }
.elva-pg .fa-4{ --acc: #2E7D54; --acc-tint: rgba(47,138,91,.13); }
.elva-pg .fa-5{ --acc: #C75A3F; --acc-tint: rgba(199,90,63,.13); }
.elva-pg .fa-6{ --acc: #C0892E; --acc-tint: rgba(192,137,46,.15); }
.elva-pg .dso-guard-grid{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.elva-pg .dso-guard{ display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--cream-2); border-radius: var(--r-lg); padding: 18px 20px; box-shadow: var(--sh-1); }
.elva-pg .dso-guard .gk{ width: 28px; height: 28px; border-radius: 8px; background: var(--success-tint); color: var(--success); display: grid; place-items: center; flex: none; }
.elva-pg .dso-guard .gk svg{ width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.elva-pg .dso-guard h4{ font-size:15.5px; }
.elva-pg .dso-guard p{ font-size:13.5px; color: var(--ink-2); line-height: 1.5; margin-top: 5px; }
.elva-pg .dso-feat-shots{ display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 44px; }
.elva-pg .dso-trust-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 44px; }
.elva-pg .dso-trust-card{ background: #fff; border: 1px solid var(--cream-2); border-radius: var(--r-xl); padding: 26px 24px; box-shadow: var(--sh-1); display: flex; flex-direction: column; gap: 12px; }
.elva-pg .dso-trust-card .ti{ width: 40px; height: 40px; border-radius: 12px; background: var(--info-tint); color: var(--info); display: grid; place-items: center; }
.elva-pg .dso-trust-card:nth-child(2) .ti{ background: var(--success-tint); color: var(--success); }
.elva-pg .dso-trust-card:nth-child(3) .ti{ background: var(--ai-tint); color: var(--ai-3); }
.elva-pg .dso-trust-card .ti svg{ width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.elva-pg .dso-trust-card h3{ font-size: 16.5px; line-height: 1.25; }
.elva-pg .dso-trust-card p{ font-size:15px; color: var(--ink-2); line-height: 1.55; }
.elva-pg .dso-trust-foot{ display: flex; align-items: center; justify-content: center; gap: 26px; margin-top: 28px; flex-wrap: wrap; }
.elva-pg .dso-trust-foot .cred{ display: inline-flex; align-items: center; gap: 9px; font-size:14.5px; color: var(--ink-2); }
.elva-pg .dso-trust-foot .cred svg{ width: 16px; height: 16px; stroke: var(--success); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.elva-pg .dso-trust-foot .sep{ width: 1px; height: 15px; background: var(--cream-shadow); }
.elva-pg .dso-results{ max-width: 820px; margin: 64px auto 0; }
.elva-pg .dso-results-inner{ border: 1.5px dashed var(--cream-shadow); border-radius: var(--r-2xl); padding: 44px 40px; text-align: center;
  background: repeating-linear-gradient(-45deg, rgba(0,0,0,.012) 0 12px, transparent 12px 24px); }
.elva-pg .dso-results-inner .mark{ font-family: var(--font-display); font-size: 44px; color: var(--ink-4); line-height: 1; }
.elva-pg .dso-results-inner .note{ font-family: var(--font-mono); font-size:13px; letter-spacing: .03em; color: var(--ink-3); margin-top: 10px; line-height: 1.7; }
.elva-pg .cta{ padding: 124px 0 130px; text-align: center; position: relative; overflow: clip; }
.elva-pg .cta::before{ content: ''; position: absolute; bottom: -300px; left: 50%; transform: translateX(-50%); width: 720px; height: 520px; border-radius: 50%; pointer-events: none;
  background: conic-gradient(from 200deg at 50% 50%, var(--ai-1), var(--ai-2), var(--ai-g1), var(--ai-g2), var(--ai-5), var(--ai-1));
  filter: blur(120px); opacity: .2; }
.elva-pg .cta .eyebrow{ justify-content: center; }
.elva-pg .cta h2{ font-size: clamp(32px, 4vw, 52px); margin: 18px auto 0; max-width: 18ch; }
.elva-pg .cta p{ font-size: 17px; color: var(--ink-2); margin: 18px auto 0; max-width: 56ch; line-height: 1.55; text-wrap: pretty; }
.elva-pg .cta-actions{ display: flex; gap: 12px; justify-content: center; margin-top: 34px; position: relative; }
.elva-pg .foot-brand{ max-width: 240px; }
.elva-pg .foot-brand p{ font-size:15px; color: var(--ink-2); line-height: 1.5; margin-top: 16px; }
.elva-pg .foot-contact{ font-size:13.5px; color: var(--ink-3); margin-top: 18px; line-height: 1.7; font-family: var(--font-mono); }
.elva-pg .foot-col h4{ font-family: var(--font-mono); font-size:12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); font-weight: 500; margin: 0 0 16px; }
.elva-pg .foot-col ul{ list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.elva-pg .foot-col a{ font-size:15px; color: var(--ink-1); transition: color var(--dur-fast); }
.elva-pg .foot-col a:hover{ color: var(--ai-4); }
.elva-pg [data-reveal]{ opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
.elva-pg [data-reveal].in{ opacity: 1; transform: none; }
.elva-pg [data-reveal][data-delay="1"]{ transition-delay: .08s; }
.elva-pg [data-reveal][data-delay="2"]{ transition-delay: .16s; }
.elva-pg [data-reveal][data-delay="3"]{ transition-delay: .24s; }
.elva-pg [data-reveal][data-delay="4"]{ transition-delay: .32s; }
.elva-pg [data-reveal][data-delay="5"]{ transition-delay: .40s; }
.elva-pg [data-reveal][data-delay="6"]{ transition-delay: .48s; }
@media (prefers-reduced-motion: reduce){
.elva-pg [data-reveal]{ opacity: 1; transform: none; transition: none; }
.elva-pg .dso-layer .dso-loc,.elva-pg .dso-layer .dso-brain-bar{ opacity: 1; transform: none; animation: none; }
.elva-pg .dso-layer .dso-wires path:not(.dso-flow){ stroke-dashoffset: 0; animation: none; }
.elva-pg .dso-layer .dso-wires path.dso-flow{ display: none; }
.elva-pg .dso-mind-card.lit,.elva-pg .dso-curve-svg .curve-end{ animation: none; }
.elva-pg .dso-curve .cl{ stroke-dashoffset: 0; animation: none; }
.elva-pg .dso-curve .gap-fill,.elva-pg .dso-curve .endlabel,.elva-pg .dso-curve .curve-end{ opacity: 1; animation: none; }
}
@media (max-width: 1080px){
.elva-pg .dso-hero-grid,.elva-pg .dso-answer-grid,.elva-pg .dso-minds-main,.elva-pg .dso-split,.elva-pg .dso-split.rev,.elva-pg .dso-curve-grid,.elva-pg .dso-prob-head{ grid-template-columns: 1fr; gap: 44px; }
.elva-pg .dso-hero-copy,.elva-pg .sec-head,.elva-pg .dso-vis-head,.elva-pg .dso-minds-head{ max-width: none; }
.elva-pg .dso-prob-grid{ grid-template-columns: 1fr 1fr; }
.elva-pg .dso-feat-grid{ grid-template-columns: 1fr 1fr; }
.elva-pg .dso-board-grid,.elva-pg .dso-minds-payoff,.elva-pg .dso-trust-grid{ grid-template-columns: 1fr 1fr; }
.elva-pg .dso-pillars{ grid-template-columns: 1fr 1fr; }
.elva-pg .dso-vis-grid{ grid-template-columns: 1fr; }
.elva-pg .dso-feat-shots,.elva-pg .dso-feat-tab-shots{ grid-template-columns: 1fr; }
}
@media (max-width: 980px){
.elva-pg .foot-brand{ grid-column: 1 / -1; }
}
@media (max-width: 700px){
.elva-pg .dso-prob-turn{ flex-direction: column; align-items: flex-start; gap: 14px; padding: 32px 28px; }
}
@media (max-width: 640px){
.elva-pg .wrap-wide{ padding: 0 20px; }
.elva-pg .dso-prob-grid,.elva-pg .dso-feat-grid,.elva-pg .dso-trust-grid,.elva-pg .dso-board-grid,.elva-pg .dso-minds-payoff,.elva-pg .dso-guard-grid{ grid-template-columns: 1fr; }
.elva-pg .dso-pillars{ grid-template-columns: 1fr; }
.elva-pg .cta-actions,.elva-pg .dso-hero-actions{ flex-direction: column; align-items: stretch; }
.elva-pg .dso-locs{ grid-template-columns: 1fr 1fr; }
.elva-pg .dso-strip-inner{ flex-direction: column; align-items: flex-start; gap: 16px; }
.elva-pg .dso-prec-row{ grid-template-columns: 1fr; }
.elva-pg .dso-seg{ justify-self: start; }
}
.elva-pg .cortex{ position: relative; aspect-ratio: 1.02 / 1; display: grid; place-items: center; --core: 172px; isolation: isolate; }
.elva-pg .cortex .cx-glow{ position: absolute; width: 64%; height: 64%; border-radius: 50%; z-index: 0;
  background: radial-gradient(circle, rgba(155,92,255,.18), rgba(91,141,239,.12) 44%, transparent 70%); filter: blur(10px); }
@media (prefers-reduced-motion: no-preference){
.elva-pg .cortex .cx-glow{ animation: cx-glow 5s ease-in-out infinite; }
}
@keyframes cx-glow{ 0%,100% { opacity: .8; transform: scale(1); } 50% { opacity: 1; transform: scale(1.08); } }
.elva-pg .cortex .cx-ring{ position: absolute; border-radius: 50%; z-index: 1; }
.elva-pg .cortex .cx-ring.r1{ inset: 6%; border: 1px dashed var(--cream-shadow); }
.elva-pg .cortex .cx-ring.r2{ inset: 25%; border: 1px solid rgba(155,92,255,.16); }
@media (prefers-reduced-motion: no-preference){
.elva-pg .cortex .cx-ring.r1{ animation: dso-spin 64s linear infinite; }
.elva-pg .cortex .cx-ring.r2{ animation: dso-spin 42s linear infinite reverse; }
}
.elva-pg .cortex .cx-conduits{ position: absolute; inset: 0; width: 100%; height: 100%; z-index: 2; overflow: visible; }
.elva-pg .cortex .cx-conduits .base{ stroke: var(--cream-shadow); stroke-width: 1.3; fill: none; }
.elva-pg .cortex .cx-conduits .flow{ stroke: url(#cxFlow); stroke-width: 2.6; stroke-linecap: round; fill: none; stroke-dasharray: 5 64; opacity: .9; filter: drop-shadow(0 0 3px rgba(124,92,255,.5)); }
@media (prefers-reduced-motion: no-preference){
.elva-pg .cortex .cx-conduits .flow{ animation: cx-flow 2.2s linear infinite; }
}
@keyframes cx-flow{ from { stroke-dashoffset: 69; } to { stroke-dashoffset: 0; } }
.elva-pg .cortex .cx-core{ position: relative; z-index: 3; width: var(--core); height: var(--core); border-radius: 50%; display: grid; place-items: center;
  box-shadow: 0 32px 72px -28px rgba(18,16,42,.72), 0 0 30px -8px rgba(124,92,255,.5); }
.elva-pg .cortex .cx-rim{ position: absolute; inset: -2px; border-radius: 50%; z-index: 0;
  background: conic-gradient(from 0deg, var(--ai-3), var(--ai-4), var(--ai-5), var(--ai-2), var(--ai-3)); }
.elva-pg .cortex .cx-face{ position: absolute; inset: 0; border-radius: 50%; z-index: 1;
  background: radial-gradient(circle at 38% 30%, #322b60, #1a1730 58%, #110f24);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), inset 0 0 30px rgba(124,92,255,.12); }
@media (prefers-reduced-motion: no-preference){
.elva-pg .cortex .cx-rim{ animation: dso-spin 16s linear infinite; }
.elva-pg .cortex .cx-core{ animation: cx-breathe 4.6s ease-in-out infinite; }
}
@keyframes cx-breathe{
  0%,100% { box-shadow: 0 32px 72px -28px rgba(18,16,42,.72), 0 0 28px -10px rgba(124,92,255,.5); }
  50% { box-shadow: 0 36px 82px -26px rgba(18,16,42,.78), 0 0 50px -4px rgba(63,184,168,.55); }
}
.elva-pg .cortex .cx-synapse{ position: absolute; width: 86%; height: 86%; overflow: visible; z-index: 2; }
.elva-pg .cortex .cx-synapse .syn{ stroke: rgba(199,182,255,.55); stroke-width: .9; fill: none; stroke-dasharray: 3 38; }
@media (prefers-reduced-motion: no-preference){
.elva-pg .cortex .cx-synapse .syn{ animation: cx-fire 2.8s linear infinite; }
}
.elva-pg .cortex .cx-synapse .syn:nth-child(2n){ animation-delay: -.9s; }
.elva-pg .cortex .cx-synapse .syn:nth-child(3n){ animation-delay: -1.7s; }
.elva-pg .cortex .cx-synapse .syn:nth-child(5n){ animation-delay: -2.3s; }
@keyframes cx-fire{ from { stroke-dashoffset: 41; } to { stroke-dashoffset: 0; } }
.elva-pg .cortex .cx-synapse .nd{ fill: #EDE7FF; }
@media (prefers-reduced-motion: no-preference){
.elva-pg .cortex .cx-synapse .nd{ animation: cx-node 2.8s ease-in-out infinite; }
}
.elva-pg .cortex .cx-synapse .nd:nth-child(2n){ animation-delay: -.8s; }
.elva-pg .cortex .cx-synapse .nd:nth-child(3n){ animation-delay: -1.6s; }
@keyframes cx-node{ 0%,100% { opacity: .4; r: 1.5; } 50% { opacity: 1; r: 2.5; } }
.elva-pg .cortex .cx-spark{ position: absolute; width: 28%; height: 28%; max-width: 44px; max-height: 44px; border-radius: 38%; z-index: 3;
  background: var(--grad-spectrum); box-shadow: 0 0 26px -2px rgba(155,92,255,.85), inset 0 1px 1px rgba(255,255,255,.6); }
@media (prefers-reduced-motion: no-preference){
.elva-pg .cortex .cx-spark{ animation: cx-spark 3.1s ease-in-out infinite; }
}
@keyframes cx-spark{ 0%,100% { transform: scale(1); filter: brightness(1); } 50% { transform: scale(1.14); filter: brightness(1.12); } }
.elva-pg .cortex .cx-chip{ position: absolute; left: 50%; top: 50%; z-index: 5; transform: translate(-50%, calc(var(--core) / 2 + 8px));
  display: inline-flex; align-items: center; gap: 7px; padding: 5px 11px; border-radius: var(--r-pill);
  background: #fff; border: 1px solid var(--cream-2); box-shadow: var(--sh-2);
  font-family: var(--font-mono); font-size: 9px; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-2); white-space: nowrap; }
.elva-pg .cortex .cx-chip i{ width: 6px; height: 6px; border-radius: 50%; background: var(--ai-3); box-shadow: 0 0 8px var(--ai-3); }
@media (prefers-reduced-motion: no-preference){
.elva-pg .cortex .cx-chip i{ animation: cx-blink 1.7s ease-in-out infinite; }
}
@keyframes cx-blink{ 0%,100% { opacity: 1; } 50% { opacity: .25; } }
.elva-pg .cortex .cx-cap{ position: absolute; left: 50%; top: 50%; z-index: 4; transform: translate(-50%, calc(var(--core) / 2 + 36px));
  font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); white-space: nowrap; }
.elva-pg .cortex .cx-node{ position: absolute; z-index: 4; background: #fff; border: 1px solid var(--cream-2); border-radius: var(--r-lg); padding: 11px 14px; box-shadow: var(--sh-2); display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.elva-pg .cortex .cx-node .ni{ width: 28px; height: 28px; border-radius: 8px; display: grid; place-items: center; flex: none; }
.elva-pg .cortex .cx-node .ni svg{ width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.elva-pg .cortex .cx-node .nt{ font-size:13.5px; font-weight: 600; color: var(--ink-0); letter-spacing: -0.01em; }
.elva-pg .cortex .cx-node.n1{ top: 0; left: 50%; transform: translateX(-50%); }
.elva-pg .cortex .cx-node.n2{ top: 50%; right: 0; transform: translateY(-50%); }
.elva-pg .cortex .cx-node.n3{ bottom: 0; left: 50%; transform: translateX(-50%); }
.elva-pg .cortex .cx-node.n4{ top: 50%; left: 0; transform: translateY(-50%); }
.elva-pg .cortex .cx-node.n1 .ni{ background: var(--ai-tint); color: var(--ai-3); }
.elva-pg .cortex .cx-node.n2 .ni{ background: var(--info-tint); color: var(--info); }
.elva-pg .cortex .cx-node.n3 .ni{ background: var(--success-tint); color: var(--success); }
.elva-pg .cortex .cx-node.n4 .ni{ background: var(--gold-tint); color: var(--gold); }
.elva-pg .oplayer{ position: relative; border-radius: var(--r-2xl); padding: 22px 22px 18px; overflow: hidden; color: #fff;
  background: linear-gradient(150deg, #221d44, #171a35 52%, #11252b); box-shadow: var(--sh-4); border: 1px solid rgba(255,255,255,.06); }
.elva-pg .oplayer::before{ content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(70% 90% at 12% 0%, rgba(155,92,255,.32), transparent 60%), radial-gradient(70% 110% at 92% 100%, rgba(63,184,168,.24), transparent 60%); }
.elva-pg .op-head{ position: relative; display: flex; align-items: center; gap: 11px; }
.elva-pg .op-mark{ width: 30px; height: 30px; border-radius: 9px; background: var(--grad-spectrum); display: grid; place-items: center; flex: none; box-shadow: 0 4px 12px -4px rgba(155,92,255,.7); }
.elva-pg .op-mark::after{ content: ''; width: 11px; height: 11px; border-radius: 3px; background: rgba(255,255,255,.95); }
.elva-pg .op-name{ font-family: var(--font-display); font-weight: 600; font-size: 16px; letter-spacing: -0.02em; }
.elva-pg .op-sub{ font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.5); }
.elva-pg .op-live{ margin-left: auto; display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.72); }
.elva-pg .op-live .elva-live::before{ background: #5FD8B0; box-shadow: 0 0 8px #5FD8B0; }
.elva-pg .op-live .elva-live::after{ border-color: #5FD8B0; }
.elva-pg .op-pulse{ position: relative; height: 32px; margin: 16px 0 14px; }
.elva-pg .op-pulse svg{ position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.elva-pg .op-pulse-base{ fill: none; stroke: rgba(255,255,255,.12); stroke-width: 1.5; }
.elva-pg .op-pulse-line{ fill: none; stroke: url(#opPulse); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 4px rgba(124,92,255,.55)); }
.elva-pg .op-stream{ position: relative; height: 204px; overflow: hidden; }
.elva-pg .op-row{ position: relative; display: flex; align-items: center; gap: 10px; padding: 11px 13px; margin-bottom: 9px; border-radius: var(--r-md);
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); max-height: 64px; overflow: hidden;
  transition: max-height .5s var(--ease-out), opacity .45s var(--ease-out), transform .5s var(--ease-out), margin .5s var(--ease-out), padding .5s var(--ease-out); }
.elva-pg .op-row.enter{ max-height: 0; opacity: 0; transform: translateY(-8px); padding-top: 0; padding-bottom: 0; margin-bottom: 0; }
.elva-pg .op-row.leave{ max-height: 0; opacity: 0; transform: translateY(8px); padding-top: 0; padding-bottom: 0; margin-bottom: 0; }
.elva-pg .op-loc{ position: relative; padding-left: 15px; font-size:13px; font-weight: 600; color: #fff; letter-spacing: -0.01em; flex: none; }
.elva-pg .op-loc::before{ content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 7px; height: 7px; border-radius: 50%; background: var(--c, #5B8DEF); box-shadow: 0 0 8px var(--c, #5B8DEF); }
.elva-pg .op-act{ font-size:13.5px; color: rgba(255,255,255,.74); letter-spacing: -0.01em; flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.elva-pg .op-st{ font-family: var(--font-mono); font-size: 8.5px; letter-spacing: .06em; text-transform: uppercase; padding: 5px 9px; border-radius: var(--r-pill); flex: none; }
.elva-pg .op-st.ok{ background: rgba(95,216,176,.16); color: #7FE6C0; }
.elva-pg .op-st.hold{ background: rgba(232,169,60,.18); color: #F1C27A; }
.elva-pg .op-st.info{ background: rgba(111,168,255,.16); color: #A9C8FF; }
.elva-pg .op-foot{ position: relative; display: flex; align-items: center; gap: 11px; margin-top: 12px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.08);
  font-family: var(--font-mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.5); }
.elva-pg .op-foot i{ width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,.3); flex: none; }
@media (max-width: 640px){
.elva-pg .cortex{ --core: 132px; }
.elva-pg .cortex .cx-node{ padding: 9px 11px; }
.elva-pg .cortex .cx-node .nt{ font-size:12.5px; }
}
.elva-pg .path-solo{ --acc: #C0892E; --acc-tint: rgba(192,137,46,.14); --acc-soft: rgba(192,137,46,.07); }
.elva-pg .path-multi{ --acc: #2E7D54; --acc-tint: rgba(47,138,91,.13);  --acc-soft: rgba(47,138,91,.06); }
.elva-pg .path-dso{ --acc: #3D6FD6; --acc-tint: rgba(91,141,239,.13); --acc-soft: rgba(61,111,214,.06); }
.elva-pg .hub-hero{ position: relative; padding: 64px 0 0; overflow: hidden; }
.elva-pg .hub-hero-glow{ position: absolute; top: -340px; left: 50%; transform: translateX(-50%); width: 1100px; height: 760px; border-radius: 50%; pointer-events: none;
  background: conic-gradient(from 150deg at 50% 50%, #C0892E, #2E7D54 38%, #3D6FD6 70%, #9B5CFF 100%);
  filter: blur(190px); opacity: .12; }
.elva-pg .hub-hero-grid{ position: relative; display: grid; grid-template-columns: 1fr 1.04fr; gap: 56px; align-items: center; }
.elva-pg .hub-hero-copy{ max-width: 560px; }
.elva-pg .hub-hero h1{ font-size: clamp(40px, 4.8vw, 64px); margin: 20px 0 0; line-height: 1.02; }
.elva-pg .hub-hero-lead{ font-size: 17.5px; line-height: 1.6; color: var(--ink-2); margin: 24px 0 0; max-width: 54ch; text-wrap: pretty; }
.elva-pg .hub-hero-lead b{ color: var(--ink-0); font-weight: 600; }
.elva-pg .hub-hero-actions{ display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.elva-pg .hub-branch{ position: relative; background: #fff; border: 1px solid var(--cream-2); border-radius: var(--r-2xl); box-shadow: var(--sh-4); padding: 26px 26px 22px; overflow: hidden; }
.elva-pg .hub-branch-head{ display: flex; align-items: center; gap: 9px; margin-bottom: 18px; }
.elva-pg .hub-branch-head .t{ font-family: var(--font-mono); font-size:12px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }
.elva-pg .hub-branch-head .live{ margin-left: auto; display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }
.elva-pg .hub-core{ position: relative; z-index: 3; display: flex; align-items: center; gap: 12px; justify-self: center; width: max-content; margin: 0 auto; padding: 14px 20px; border-radius: var(--r-xl); color: #fff; overflow: hidden;
  background: linear-gradient(120deg, #2a2350, #1b2b4d 52%, #173b3e); box-shadow: 0 18px 40px -22px rgba(20,20,40,.7); }
.elva-pg .hub-core::before{ content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(60% 120% at 16% 0%, rgba(155,92,255,.4), transparent 60%), radial-gradient(60% 120% at 90% 100%, rgba(63,184,168,.32), transparent 60%); }
.elva-pg .hub-core .cmk{ position: relative; width: 30px; height: 30px; border-radius: 9px; background: var(--grad-spectrum); display: grid; place-items: center; flex: none; box-shadow: 0 4px 12px -4px rgba(155,92,255,.6); }
.elva-pg .hub-core .cmk::after{ content: ''; width: 11px; height: 11px; border-radius: 3px; background: rgba(255,255,255,.95); }
.elva-pg .hub-core .cnm{ position: relative; font-family: var(--font-display); font-weight: 600; font-size:16px; letter-spacing: -0.02em; }
.elva-pg .hub-core .csub{ position: relative; font-family: var(--font-mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.58); margin-top: 2px; }
.elva-pg .hub-wires{ position: relative; height: 60px; margin: -2px 0 -2px; z-index: 1; }
.elva-pg .hub-wires svg{ position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.elva-pg .hub-wires path{ fill: none; }
.elva-pg .hub-wires path.base{ stroke-width: 1.6; stroke-dasharray: 200; stroke-dashoffset: 200; }
.elva-pg .hub-wires path.s-solo{ stroke: #C0892E; }
.elva-pg .hub-wires path.s-multi{ stroke: #2E7D54; }
.elva-pg .hub-wires path.s-dso{ stroke: #3D6FD6; }
.elva-pg .hub-branch.in .hub-wires path.s-solo{ animation: hub-wire-draw .8s var(--ease-out) .15s forwards; }
.elva-pg .hub-branch.in .hub-wires path.s-multi{ animation: hub-wire-draw .8s var(--ease-out) .27s forwards; }
.elva-pg .hub-branch.in .hub-wires path.s-dso{ animation: hub-wire-draw .8s var(--ease-out) .39s forwards; }
@keyframes hub-wire-draw{ to { stroke-dashoffset: 0; } }
.elva-pg .hub-wires path.flow{ stroke-width: 2.6; stroke-linecap: round; stroke-dasharray: 6 210; stroke-dashoffset: 216; opacity: 0; }
.elva-pg .hub-wires path.flow.s-solo{ filter: drop-shadow(0 0 4px rgba(192,137,46,.6)); }
.elva-pg .hub-wires path.flow.s-multi{ filter: drop-shadow(0 0 4px rgba(47,138,91,.6)); }
.elva-pg .hub-wires path.flow.s-dso{ filter: drop-shadow(0 0 4px rgba(61,111,214,.6)); }
.elva-pg .hub-branch.in .hub-wires path.flow.s-solo{ animation: hub-flow 3s cubic-bezier(.5,0,.5,1) .6s infinite; }
.elva-pg .hub-branch.in .hub-wires path.flow.s-multi{ animation: hub-flow 3s cubic-bezier(.5,0,.5,1) .9s infinite; }
.elva-pg .hub-branch.in .hub-wires path.flow.s-dso{ animation: hub-flow 3s cubic-bezier(.5,0,.5,1) 1.2s infinite; }
@keyframes hub-flow{ 0% { stroke-dashoffset: 216; opacity: 0; } 14% { opacity: 1; } 86% { opacity: 1; } 100% { stroke-dashoffset: 6; opacity: 0; } }
.elva-pg .hub-dests{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; position: relative; z-index: 2; }
.elva-pg .hub-dest{ display: flex; flex-direction: column; gap: 10px; background: var(--cream-0); border: 1px solid var(--cream-2); border-radius: var(--r-lg); padding: 14px 14px 13px; opacity: 0; transform: translateY(12px);
  transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-med) var(--ease-out), border-color var(--dur-fast), background var(--dur-fast); }
.elva-pg .hub-branch.in .hub-dest{ animation: hub-dest-in .55s var(--ease-out) forwards; }
.elva-pg .hub-branch.in .hub-dest:nth-child(1){ animation-delay: .5s; }
.elva-pg .hub-branch.in .hub-dest:nth-child(2){ animation-delay: .62s; }
.elva-pg .hub-branch.in .hub-dest:nth-child(3){ animation-delay: .74s; }
@keyframes hub-dest-in{ to { opacity: 1; transform: none; } }
.elva-pg a.hub-dest:hover{ transform: translateY(-3px); background: #fff; border-color: color-mix(in oklab, var(--acc) 42%, var(--cream-2)); box-shadow: var(--sh-2); }
.elva-pg .hub-dest .dglyph{ width: 34px; height: 34px; border-radius: 10px; background: var(--acc-tint); color: var(--acc); display: grid; place-items: center; }
.elva-pg .hub-dest .dglyph svg{ width: 19px; height: 19px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.elva-pg .hub-dest .dnm{ font-size:14.5px; font-weight: 650; color: var(--ink-0); letter-spacing: -0.01em; line-height:1.5; }
.elva-pg .hub-dest .dct{ font-family: var(--font-mono); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; color: var(--acc); margin-top: 5px; display: inline-flex; align-items: center; gap: 6px; }
.elva-pg .hub-dest .dct::before{ content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--acc); box-shadow: 0 0 7px var(--acc); }
.elva-pg .hub-branch-cap{ font-family: var(--font-mono); font-size:12px; letter-spacing: .04em; color: var(--ink-3); text-align: center; margin-top: 18px; }
.elva-pg .hub-branch-cap b{ color: var(--ink-1); font-weight: 500; }
.elva-pg .hub-choose-head{ max-width: 720px; margin: 0 auto; text-align: center; }
.elva-pg .hub-choose-head .eyebrow{ justify-content: center; }
.elva-pg .hub-choose-head h2{ font-size: clamp(30px, 3.6vw, 48px); margin-top: 18px; }
.elva-pg .hub-choose-head .sub{ font-size: 16.5px; line-height: 1.58; color: var(--ink-2); margin-top: 16px; text-wrap: pretty; }
.elva-pg .hub-cards{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 52px; align-items: stretch; }
.elva-pg .hub-card{ position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--cream-2); border-radius: var(--r-2xl); padding: 30px 28px 28px; box-shadow: var(--sh-1); overflow: hidden;
  transition: transform var(--dur-med) var(--ease-out), box-shadow var(--dur-med) var(--ease-out), border-color var(--dur-fast); }
.elva-pg .hub-card::before{ content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--acc); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease-out); }
.elva-pg .hub-card::after{ content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity var(--dur-med) var(--ease-out);
  background: radial-gradient(120% 80% at 50% -10%, var(--acc-soft), transparent 60%); }
.elva-pg .hub-card:hover{ transform: translateY(-6px); box-shadow: var(--sh-3); border-color: color-mix(in oklab, var(--acc) 34%, var(--cream-2)); }
.elva-pg .hub-card:hover::before{ transform: scaleX(1); }
.elva-pg .hub-card:hover::after{ opacity: 1; }
.elva-pg .hub-card-top{ position: relative; display: flex; align-items: center; gap: 14px; }
.elva-pg .hub-card-glyph{ width: 52px; height: 52px; border-radius: 14px; background: var(--acc-tint); color: var(--acc); display: grid; place-items: center; flex: none; transition: transform var(--dur-med) var(--ease-out); }
.elva-pg .hub-card:hover .hub-card-glyph{ transform: scale(1.06) rotate(-2deg); }
.elva-pg .hub-card-glyph svg{ width: 26px; height: 26px; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.elva-pg .hub-card-tag{ font-family: var(--font-mono); font-size:12px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--acc); }
.elva-pg .hub-card-tag .rng{ display: block; font-size:16px; font-weight: 600; letter-spacing: -0.01em; text-transform: none; color: var(--ink-0); margin-top: 4px; font-family: var(--font-display); }
.elva-pg .hub-isyou{ position: relative; margin-top: 22px; padding: 14px 16px; border-radius: var(--r-md); background: var(--cream-0); border: 1px solid var(--cream-2); font-size:15px; line-height: 1.5; color: var(--ink-1); text-wrap: pretty;
  transition: background var(--dur-fast), border-color var(--dur-fast); }
.elva-pg .hub-isyou .lbl{ display: block; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--acc); margin-bottom: 7px; }
.elva-pg .hub-isyou b{ color: var(--ink-0); font-weight: 650; }
.elva-pg .hub-card:hover .hub-isyou{ background: var(--acc-soft); border-color: color-mix(in oklab, var(--acc) 26%, var(--cream-2)); }
.elva-pg .hub-card h3{ position: relative; font-size: 21px; line-height: 1.18; margin-top: 22px; }
.elva-pg .hub-card .hub-promise{ position: relative; font-size:15px; line-height: 1.6; color: var(--ink-2); margin-top: 14px; text-wrap: pretty; }
.elva-pg .hub-wins{ position: relative; list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-direction: column; gap: 11px; }
.elva-pg .hub-wins li{ display: flex; align-items: flex-start; gap: 10px; font-size:15px; line-height:1.5; color: var(--ink-1); font-weight: 500; }
.elva-pg .hub-wins .wk{ width: 19px; height: 19px; border-radius: 6px; background: var(--acc-tint); color: var(--acc); display: grid; place-items: center; flex: none; margin-top: 1px; }
.elva-pg .hub-wins .wk svg{ width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.elva-pg .hub-card-cta{ position: relative; margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--cream-2); }
.elva-pg .hub-card-btn{ display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; padding: 14px 20px; border-radius: var(--r-pill); background: var(--acc); color: #fff; font-family: var(--font-body); font-weight: 600; font-size:15.5px; letter-spacing: -0.01em; box-shadow: 0 10px 22px -12px var(--acc);
  transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-med) var(--ease-out), filter var(--dur-fast); }
.elva-pg .hub-card-btn svg{ width: 17px; height: 17px; stroke: currentColor; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; flex: none; transition: transform var(--dur-fast); }
.elva-pg .hub-card:hover .hub-card-btn{ filter: brightness(1.06); box-shadow: 0 16px 30px -14px var(--acc); }
.elva-pg .hub-card:hover .hub-card-btn svg{ transform: translateX(4px); }
.elva-pg .hub-ladder{ margin-top: 28px; display: grid; grid-template-columns: minmax(300px, 1.15fr) 1fr; gap: 40px; align-items: center; background: #fff; border: 1px solid var(--cream-2); border-radius: var(--r-2xl); padding: 28px 34px; box-shadow: var(--sh-1); }
.elva-pg .hub-ladder-track{ position: relative; }
.elva-pg .hub-ladder-track .lad-wedge-svg{ width: 100%; height: 24px; overflow: visible; display: block; }
.elva-pg .lad-wedge{ fill: url(#ladGrad); opacity: 0; transform: scaleX(0); transform-origin: left center; }
.elva-pg .hub-ladder.in .lad-wedge{ animation: hub-wedge .9s var(--ease-out) .1s forwards; }
@keyframes hub-wedge{ to { opacity: .92; transform: scaleX(1); } }
.elva-pg .lad-labels{ display: flex; justify-content: space-between; margin-top: 12px; }
.elva-pg .lad-lab{ font-family: var(--font-display); font-size:15px; font-weight: 600; letter-spacing: -0.01em; color: var(--ink-0); display: flex; flex-direction: column; gap: 3px; opacity: 0; }
.elva-pg .lad-lab:nth-child(2){ text-align: center; }
.elva-pg .lad-lab:nth-child(3){ text-align: right; }
.elva-pg .lad-lab i{ font-family: var(--font-mono); font-size: 9.5px; font-style: normal; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); }
.elva-pg .hub-ladder.in .lad-lab{ animation: hub-fade .5s ease forwards; }
.elva-pg .hub-ladder.in .lad-lab.n1{ animation-delay: .35s; }
.elva-pg .hub-ladder.in .lad-lab.n2{ animation-delay: .58s; }
.elva-pg .hub-ladder.in .lad-lab.n3{ animation-delay: .8s; }
@keyframes hub-fade{ to { opacity: 1; } }
.elva-pg .hub-ladder-copy{ font-size:15.5px; line-height: 1.55; color: var(--ink-2); text-wrap: pretty; }
.elva-pg .hub-ladder-copy b{ color: var(--ink-0); font-weight: 600; }
.elva-pg .hub-pillars{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.elva-pg .hub-pillars .dso-pillar{ cursor: pointer; }
.elva-pg .hub-plat-grid{ display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 56px; align-items: center; }
.elva-pg .hub-plat-copy h2{ font-size: clamp(28px, 3.3vw, 44px); margin-top: 18px; }
.elva-pg .hub-plat-copy .body{ font-size: 16px; line-height: 1.62; color: var(--ink-2); margin-top: 20px; text-wrap: pretty; }
.elva-pg .hub-plat-copy .body b{ color: var(--ink-0); font-weight: 600; }
.elva-pg .pill-a{ --acc: #8A4BE8; --acc-tint: rgba(155,92,255,.13); }
.elva-pg .pill-b{ --acc: #3D6FD6; --acc-tint: rgba(91,141,239,.13); }
.elva-pg .pill-c{ --acc: #2E7D54; --acc-tint: rgba(47,138,91,.13); }
.elva-pg .pill-d{ --acc: #1F8A7C; --acc-tint: rgba(63,184,168,.15); }
.elva-pg .pill-e{ --acc: #C0892E; --acc-tint: rgba(192,137,46,.15); }
.elva-pg .pill-f{ --acc: #C75A3F; --acc-tint: rgba(199,90,63,.13); }
.elva-pg .pill-g{ --acc: #5B8DEF; --acc-tint: rgba(91,141,239,.12); }
@media (max-width: 1080px){
.elva-pg .hub-hero-grid{ grid-template-columns: 1fr; gap: 44px; }
.elva-pg .hub-hero-copy{ max-width: none; }
.elva-pg .hub-cards{ grid-template-columns: 1fr; }
.elva-pg .hub-pillars{ grid-template-columns: 1fr 1fr; }
.elva-pg .hub-plat-grid{ grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 760px){
.elva-pg .hub-ladder{ grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 640px){
.elva-pg .hub-pillars{ grid-template-columns: 1fr; }
.elva-pg .hub-hero-actions{ flex-direction: column; align-items: stretch; }
.elva-pg .hub-dests{ grid-template-columns: 1fr; }
.elva-pg .hub-wires{ display: none; }
}
@media (prefers-reduced-motion: reduce){
.elva-pg .hub-branch .hub-dest{ opacity: 1; transform: none; animation: none; }
.elva-pg .hub-branch .hub-wires path.base{ stroke-dashoffset: 0; animation: none; }
.elva-pg .hub-branch .hub-wires path.flow{ display: none; }
.elva-pg .hub-ladder .lad-wedge{ opacity: .92; transform: none; animation: none; }
.elva-pg .hub-ladder .lad-lab{ opacity: 1; animation: none; }
}

/* ===== components ===== */
.elva-pg .hub-card-cta{ margin-top: auto; }
/* sticky-safe horizontal clipping (overrides scoped body overflow-x:hidden) */
.elva-pg{ overflow-x: clip; }
/* image-slot override: when a real image is assigned in WP admin, it fills the slot */
.elva-pg .img-slot{ position:relative; }
.elva-pg .img-slot.has-img{ background:none; border-style:solid; }
.elva-pg .img-slot-img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; border-radius:inherit; display:block; }

/* ===== readability pass: secondary text one contrast step darker ===== */
.elva-pg{ --ink-2:#5A5A5F; --ink-3:#6E6E73; --ink-4:#98989E; }
