/* ════════════════════════════════════════════════════════════════════════
   ORDUMO · SITE  (ordumo-site.css)  - fresh dark brand homepage
   Brand: aqua→sky-blue gradient (from the logo). Modern, techy, alive.
   ════════════════════════════════════════════════════════════════════════ */
:root {
  --ink: #090D12; --ink-2: #0C1218; --surface: #111A22; --surface-2: #0E151C; --surface-3: #16212B;
  --line: rgba(255,255,255,.09); --line-2: rgba(255,255,255,.16); --line-3: rgba(255,255,255,.26);
  --tx: #EAF1F6; --tx-2: rgba(234,241,246,.70); --tx-3: rgba(234,241,246,.46); --tx-4: rgba(234,241,246,.3);
  --aqua: #00FFFF; --cyan: #19E3E0; --blue: #41BAFF; --grad: linear-gradient(100deg, #00FFFF, #41BAFF);
  --grad-soft: linear-gradient(100deg, rgba(0,255,255,.16), rgba(65,186,255,.16));
  --pos: #21CB86; --warn: #F0A92B; --crit: #FF5A6A; --violet: #9B8CFF;
  --r-sm: 8px; --r: 12px; --r-lg: 18px; --r-xl: 26px; --pill: 999px;
  --sans: 'Geist', ui-sans-serif, -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: 'Geist Mono', ui-monospace, 'SF Mono', Menlo, monospace;
  --ease: cubic-bezier(.2,.7,.3,1);
  --shadow: 0 16px 50px rgba(0,0,0,.5); --shadow-sm: 0 2px 10px rgba(0,0,0,.35);
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--ink); color: var(--tx); scroll-behavior: smooth; }
body { font-family: var(--sans); -webkit-font-smoothing: antialiased; font-feature-settings: 'ss01','cv11'; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.tnum { font-variant-numeric: tabular-nums; font-family: var(--mono); }
.gtext { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.narrow { max-width: 1040px; margin: 0 auto; padding: 0 28px; }

/* reveal */
.rv { opacity: 0; transform: translateY(22px); filter: blur(6px); transition: opacity .8s var(--ease), transform .8s var(--ease), filter .8s var(--ease); }
.rv.in { opacity: 1; transform: none; filter: blur(0); }
.rv[data-d="1"]{ transition-delay: .08s; } .rv[data-d="2"]{ transition-delay: .16s; } .rv[data-d="3"]{ transition-delay: .24s; } .rv[data-d="4"]{ transition-delay: .32s; }
@media (prefers-reduced-motion: reduce){ .rv { opacity: 1 !important; transform: none !important; filter: none !important; } }

/* buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; padding: 12px 20px; border-radius: var(--pill); border: 1px solid transparent; cursor: pointer; transition: transform .14s var(--ease), box-shadow .2s, background .2s, border-color .2s; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn--grad { background: var(--grad); color: #04222B; }
.btn--grad:hover { box-shadow: 0 10px 30px rgba(0,229,229,.35); }
.btn--ghost { color: var(--tx); border-color: var(--line-2); background: rgba(255,255,255,.04); }
.btn--ghost:hover { background: rgba(255,255,255,.09); border-color: var(--line-3); }
.btn--lg { padding: 15px 26px; font-size: 15px; }
.btn .arr { transition: transform .2s var(--ease); }
.btn:hover .arr { transform: translateX(3px); }

/* section scaffold */
.sec { padding: 120px 0; position: relative; }
.sec--tight { padding: 84px 0; }
.ey { display: inline-flex; align-items: center; gap: 9px; font-family: var(--mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--cyan); }
.ey .pip { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(25,227,224,.16); animation: pip 2.4s ease-in-out infinite; }
@keyframes pip { 0%,100%{ box-shadow: 0 0 0 4px rgba(25,227,224,.16);} 50%{ box-shadow: 0 0 0 8px transparent;} }
.h2 { font-size: clamp(30px, 4.4vw, 46px); font-weight: 600; letter-spacing: -.03em; line-height: 1.05; margin: 16px 0 18px; text-wrap: balance; }
.lede { font-size: 17.5px; line-height: 1.55; color: var(--tx-2); max-width: 62ch; margin: 0; text-wrap: pretty; }
.center { text-align: center; } .center .lede { margin: 0 auto; }

/* ─── NAV ─── */
.nav { position: sticky; top: 0; z-index: 70; backdrop-filter: blur(14px) saturate(1.3); background: color-mix(in srgb, var(--ink) 72%, transparent); border-bottom: 1px solid transparent; transition: border-color .3s, background .3s; }
.nav.scrolled { border-bottom-color: var(--line); background: color-mix(in srgb, var(--ink) 90%, transparent); }
.nav__in { display: flex; align-items: center; gap: 30px; height: 70px; }
.nav__logo { height: 26px; width: auto; display: block; }
.nav__links { display: flex; gap: 28px; margin-left: 8px; }
.nav__links a { font-size: 13.5px; color: var(--tx-2); transition: color .15s; }
.nav__links a:hover { color: var(--tx); }
.nav__sp { flex: 1; }
@media (max-width: 860px){ .nav__links { display: none; } }

/* ─── HERO ─── */
.hero { position: relative; padding: 88px 0 0; overflow: hidden; text-align: center; }
.hero__glow { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero__glow::before { content: ''; position: absolute; width: 900px; height: 620px; left: 50%; top: -6%; transform: translate(calc(-50% + var(--px,0px)), var(--py,0px)); transition: transform .6s var(--ease); background: radial-gradient(closest-side, rgba(0,229,229,.22), transparent 70%); filter: blur(20px); animation: glowa 9s ease-in-out infinite; }
.hero__glow::after { content: ''; position: absolute; width: 700px; height: 520px; left: 60%; top: 18%; transform: translate(var(--px2,0px), var(--py2,0px)); transition: transform .8s var(--ease); background: radial-gradient(closest-side, rgba(65,186,255,.18), transparent 70%); filter: blur(26px); animation: glowb 11s ease-in-out infinite; }
@keyframes glowa { 0%,100%{ opacity: .6; } 50%{ opacity: 1; } }
@keyframes glowb { 0%,100%{ opacity: .4; } 50%{ opacity: .8; } }
.hero__grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 58px 58px; mask-image: radial-gradient(ellipse 75% 55% at 50% 28%, #000, transparent 78%); -webkit-mask-image: radial-gradient(ellipse 75% 55% at 50% 28%, #000, transparent 78%); animation: griddrift 28s linear infinite; }
@keyframes griddrift { to { background-position: 58px 58px; } }
.hero__in { position: relative; }
.hero__badge { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--tx-2); border: 1px solid var(--line-2); background: rgba(255,255,255,.03); padding: 7px 14px; border-radius: var(--pill); }
.hero__badge .pip { width: 7px; height: 7px; border-radius: 50%; background: var(--pos); box-shadow: 0 0 0 3px rgba(33,203,134,.2); }
.hero h1 { font-size: clamp(42px, 6.6vw, 80px); font-weight: 600; letter-spacing: -.04em; line-height: .98; margin: 22px auto 22px; max-width: 15ch; text-wrap: balance; }
.hero h1 .gtext { background-size: 200% auto; animation: sweep 7s linear infinite; }
@keyframes sweep { to { background-position: 200% center; } }
.hero__sub { font-size: 19px; line-height: 1.55; color: var(--tx-2); max-width: 58ch; margin: 0 auto 30px; text-wrap: pretty; }
.hero__cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.hero__note { margin-top: 20px; font-size: 12.5px; color: var(--tx-3); }

/* signal stream */
.stream { max-width: 960px; margin: 54px auto 0; animation: float 7s ease-in-out infinite; }
.stream svg { width: 100%; height: auto; display: block; overflow: visible; }
@keyframes float { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-7px);} }
.core-ring { animation: corepulse 2.6s ease-in-out infinite; transform-origin: center; transform-box: fill-box; }
@keyframes corepulse { 0%,100%{ opacity: .4;} 50%{ opacity: 0;} }
.particle { animation: pfade 2.2s linear infinite; }
@keyframes pfade { 0%{opacity:0;} 14%{opacity:1;} 78%{opacity:1;} 100%{opacity:0;} }
@media (prefers-reduced-motion: reduce){ .stream,.particle,.core-ring,.hero__grid,.hero__glow::before,.hero__glow::after { animation: none; } }

/* source ticker */
.ticker { margin-top: 8px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; background: var(--surface-2); }
.ticker__track { display: flex; width: max-content; animation: tick 42s linear infinite; }
.ticker__row { display: flex; }
.tickitem { display: inline-flex; align-items: center; gap: 10px; padding: 15px 26px; font-size: 13px; color: var(--tx-2); white-space: nowrap; border-right: 1px solid var(--line); }
.tickitem b { color: var(--tx); font-weight: 600; }
.tickitem .d { width: 7px; height: 7px; border-radius: 2px; }
@keyframes tick { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce){ .ticker__track { animation: none; } }

/* ─── FORCES ─── */
.forces { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 48px; }
.force { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; background: var(--surface); position: relative; overflow: hidden; transition: transform .2s var(--ease), border-color .2s; }
.force:hover { transform: translateY(-3px); border-color: var(--line-2); }
.force__bar { position: absolute; top: 0; left: 0; right: 0; height: 2px; }
.force__ic { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 18px; background: rgba(255,255,255,.04); }
.force__k { font-family: var(--mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--tx-3); }
.force__v { font-size: 34px; font-weight: 600; letter-spacing: -.02em; margin: 8px 0 4px; display: flex; align-items: center; gap: 8px; }
.force__d { font-size: 13.5px; color: var(--tx-2); line-height: 1.55; }
@media (max-width: 760px){ .forces { grid-template-columns: 1fr; } }

/* ─── METHOD ─── */
.sci { display: grid; grid-template-columns: repeat(5,1fr); margin-top: 50px; position: relative; }
.sci__rail { position: absolute; left: 10%; right: 10%; top: 28px; height: 2px; background: repeating-linear-gradient(90deg, var(--line-2) 0 6px, transparent 6px 12px); }
.scin { text-align: center; padding: 0 12px; }
.scin__ic { width: 56px; height: 56px; border-radius: 16px; background: var(--surface); border: 1px solid var(--line-2); display: grid; place-items: center; margin: 0 auto 16px; position: relative; z-index: 2; color: var(--cyan); }
.scin__n { font-family: var(--mono); font-size: 11px; color: var(--tx-3); letter-spacing: .1em; }
.scin__t { font-size: 14.5px; font-weight: 600; margin: 4px 0 6px; }
.scin__d { font-size: 12.5px; color: var(--tx-2); line-height: 1.5; }
@media (max-width: 820px){ .sci { grid-template-columns: 1fr 1fr; gap: 28px 8px; } .sci__rail { display: none; } }
@media (max-width: 460px){ .sci { grid-template-columns: 1fr; } }

.pillars { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 48px; }
.pillar { border-top: 2px solid; border-image: var(--grad) 1; padding-top: 20px; }
.pillar__k { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--cyan); }
.pillar__t { font-size: 19px; font-weight: 600; letter-spacing: -.02em; margin: 8px 0; }
.pillar__d { font-size: 13.5px; color: var(--tx-2); line-height: 1.55; }
@media (max-width: 820px){ .pillars { grid-template-columns: 1fr 1fr; gap: 28px 16px; } }
@media (max-width: 460px){ .pillars { grid-template-columns: 1fr; } }

/* ─── SYSTEM MAP ─── */
.sysT { display: inline-flex; gap: 4px; padding: 5px; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--pill); margin: 28px auto 32px; }
.sysT button { border: 0; background: none; padding: 9px 20px; border-radius: var(--pill); font-size: 13.5px; font-weight: 600; color: var(--tx-3); cursor: pointer; transition: all .18s var(--ease); display: inline-flex; align-items: center; gap: 8px; }
.sysT button .d { width: 8px; height: 8px; border-radius: 50%; }
.sysT button.on { background: var(--surface-3); color: var(--tx); }
.map { display: grid; grid-template-columns: 1fr 140px 1fr; align-items: stretch; }
.mapcol { display: flex; flex-direction: column; gap: 12px; }
.mapcol__h { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--tx-3); text-align: center; margin-bottom: 4px; }
.layerc { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 16px 18px; background: var(--surface); transition: border-color .2s, transform .2s; }
.layerc:hover { border-color: var(--line-2); transform: translateY(-2px); }
.layerc__t { font-size: 13.5px; font-weight: 600; display: flex; align-items: center; gap: 9px; margin-bottom: 9px; }
.layerc__dot { width: 9px; height: 9px; border-radius: 3px; }
.layerc__chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chiplet { font-size: 11.5px; color: var(--tx-2); background: rgba(255,255,255,.05); border-radius: var(--r-sm); padding: 4px 9px; transition: opacity .35s var(--ease), transform .35s var(--ease); }
.mapcore { position: relative; display: grid; place-items: center; }
.coreO { width: 92px; height: 92px; border-radius: 26px; background: var(--grad); display: grid; place-items: center; box-shadow: 0 0 50px rgba(0,229,229,.35); position: relative; z-index: 2; }
.coreO span { font-weight: 700; font-size: 30px; color: #04222B; }
.coreO__lbl { position: absolute; bottom: -26px; left: 50%; transform: translateX(-50%); font-family: var(--mono); font-size: 11px; color: var(--tx-3); white-space: nowrap; }
.flow { position: absolute; top: 50%; height: 2px; width: 58px; transform: translateY(-1px); border-radius: 2px; overflow: hidden; background: var(--line-2); }
.flow--l { left: -62px; }
.flow--r { right: -62px; }
.flow::after { content: ''; position: absolute; top: 0; bottom: 0; width: 42%; border-radius: 2px; background: linear-gradient(90deg, transparent, #D9542B, transparent); animation: comet 1.7s linear infinite; }
.flow--r::after { animation-delay: .85s; }
@keyframes comet { 0% { transform: translateX(-120%); } 100% { transform: translateX(260%); } }
@media (prefers-reduced-motion: reduce){ .flow::after { animation: none; opacity: .6; } }
/* keep connector comets inside the gap, never over card text */
.map { column-gap: 30px; }
.flow--l { left: -30px; width: 54px; }
.flow--r { right: -30px; width: 54px; }
/* equal-size cards for signals in & clarity out */
.mapcol { display: grid; grid-template-rows: auto 1fr 1fr 1fr; gap: 12px; }
.layerc, .outc { display: flex; flex-direction: column; justify-content: center; }

/* benchmark bars - "where you rank vs peers" (clarity-out viz) */
.bench { padding: 4px 2px 2px; display: flex; flex-direction: column; gap: 13px; }
.benchrow__top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 5px; }
.benchrow__lbl { font-size: 12px; font-weight: 600; }
.benchrow__pct { font-family: var(--mono); font-size: 11px; color: var(--tx-2); }
.benchrow__pct b { color: var(--crit); }
.benchtrack { position: relative; height: 12px; background: var(--surface-3); border-radius: 999px; }
.benchband { position: absolute; top: 2px; height: 8px; background: rgba(20,17,14,.07); border-radius: 3px; }
.benchyou { position: absolute; left: 0; top: 3px; height: 6px; border-radius: 999px; background: var(--grad); width: var(--w); transform-origin: left; animation: benchgrow 1.1s var(--ease); }
@keyframes benchgrow { from { transform: scaleX(0); } }
.benchmed { position: absolute; top: -2px; width: 2px; height: 16px; background: var(--tx-3); border-radius: 2px; }
.benchmed::after { content: 'peer median'; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); font-family: var(--mono); font-size: 7.5px; color: var(--tx-3); white-space: nowrap; }
.benchbest { position: absolute; top: -3px; width: 3px; height: 18px; background: var(--tx); border-radius: 2px; }
.benchgap { position: absolute; top: 4px; height: 4px; border-top: 1px dashed var(--crit); opacity: .5; }
.benchlegend { display: flex; gap: 14px; flex-wrap: wrap; font-size: 11px; color: var(--tx-3); margin-top: 12px; }
.benchlegend span { display: inline-flex; align-items: center; gap: 5px; }
.benchlegend i { width: 12px; height: 4px; border-radius: 2px; }
.benchlegend i.tick { width: 2px; height: 11px; border-radius: 1px; }
@media (prefers-reduced-motion: reduce){ .benchyou { animation: none; } }
.benchstat { font-family: var(--mono); font-size: 10px; font-weight: 600; padding: 2px 9px; border-radius: 999px; }
.benchstat--behind { background: rgba(180,118,27,.16); color: #7A4F0B; }
.benchstat--ahead { background: rgba(26,122,75,.16); color: #0E5230; }
.benchstat--par { background: rgba(20,17,14,.07); color: var(--tx-2); }
/* abstract reasoning graph (clarity-out concept) */
.reason .edge { stroke: rgba(20,17,14,.18); stroke-width: 1.3; fill: none; stroke-dasharray: 3 6; animation: flowdash 1.5s linear infinite; }
@keyframes flowdash { to { stroke-dashoffset: -18; } }
.reason .innode { animation: nodepulse 2.6s ease-in-out infinite; }
@keyframes nodepulse { 0%,100% { opacity: .55; } 50% { opacity: 1; } }
.reason .outring { fill: none; stroke: #D9542B; stroke-width: 1.5; animation: pingRing2 2.1s ease-out infinite; }
@keyframes pingRing2 { 0% { r: 20; opacity: .5; } 100% { r: 33; opacity: 0; } }
.reason .glyph { font-family: var(--mono); font-size: 13px; fill: var(--tx-2); animation: nodepulse 3s ease-in-out infinite; }
.reason text.glyph:nth-of-type(2) { animation-delay: .5s; } .reason text.glyph:nth-of-type(3) { animation-delay: 1s; }
.reason .rlabel { font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; fill: var(--tx-3); }
.reason .slabel { font-family: var(--mono); font-size: 10px; fill: var(--tx-2); dominant-baseline: middle; letter-spacing: .01em; transition: opacity .4s var(--ease); }
@media (prefers-reduced-motion: reduce){ .reason .edge, .reason .innode, .reason .outring { animation: none; } }
.outc { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 16px 18px; background: var(--surface); transition: border-color .2s, transform .2s; }
.outc:hover { border-color: var(--line-2); transform: translateY(-2px); }
.outc--grad { border-color: transparent; background: var(--grad-soft); }
.outc__k { font-family: var(--mono); font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--tx-3); margin-bottom: 5px; }
.outc__v { font-size: 13.5px; font-weight: 500; line-height: 1.45; }
.outc__chan { display: inline-flex; align-items: center; gap: 6px; margin-top: 8px; font-size: 11.5px; font-weight: 600; color: var(--cyan); }
.fswap { animation: fswap .4s var(--ease); }
@keyframes fswap { from { opacity: 0; transform: translateY(6px);} to { opacity: 1; transform: none; } }
@media (max-width: 880px){ .map { grid-template-columns: 1fr; gap: 16px; } .mapcore { padding: 8px 0; } .flow { display: none; } .coreO__lbl { position: static; transform: none; margin-top: 8px; } }

/* ─── ASK / CHAT ─── */
.ask { display: grid; grid-template-columns: 1fr 380px; gap: 56px; align-items: center; }
.chans { display: flex; gap: 10px; flex-wrap: wrap; margin: 22px 0 26px; }
.chan { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; padding: 9px 14px; border-radius: var(--pill); border: 1px solid var(--line-2); background: var(--surface); }
.chan svg { width: 17px; height: 17px; }
.askf { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; }
.askf__i { width: 30px; height: 30px; border-radius: 9px; flex: 0 0 30px; display: grid; place-items: center; background: var(--grad-soft); color: var(--cyan); }
.askf__t { font-size: 14.5px; font-weight: 600; }
.askf__d { font-size: 13px; color: var(--tx-2); line-height: 1.5; }
.phone { width: 320px; margin: 0 auto; background: #04080C; border: 1px solid var(--line-2); border-radius: 40px; padding: 12px; box-shadow: var(--shadow); }
.phone__scr { background: var(--surface-2); border-radius: 30px; overflow: hidden; height: 560px; display: flex; flex-direction: column; }
.phone__bar { background: var(--surface); padding: 16px 18px 14px; display: flex; align-items: center; gap: 11px; border-bottom: 1px solid var(--line); }
.phone__av { width: 38px; height: 38px; border-radius: 11px; background: var(--grad); display: grid; place-items: center; font-weight: 700; color: #04222B; font-size: 17px; }
.phone__nm { font-size: 14px; font-weight: 600; }
.phone__st { font-size: 11px; color: var(--pos); display: flex; align-items: center; gap: 5px; }
.phone__st .d { width: 6px; height: 6px; border-radius: 50%; background: var(--pos); }
.phone__chan { margin-left: auto; font-size: 10px; font-family: var(--mono); color: var(--tx-3); border: 1px solid var(--line); border-radius: var(--pill); padding: 3px 9px; }
.phone__body { flex: 1; padding: 18px 16px; display: flex; flex-direction: column; gap: 12px; overflow: hidden; }
.msg { max-width: 84%; font-size: 13px; line-height: 1.45; padding: 10px 13px; border-radius: 16px; opacity: 0; transform: translateY(10px); }
.msg.show { opacity: 1; transform: none; transition: opacity .4s var(--ease), transform .4s var(--ease); }
.msg--me { align-self: flex-end; background: var(--grad); color: #04222B; border-bottom-right-radius: 5px; font-weight: 500; }
.msg--bot { align-self: flex-start; background: var(--surface-3); border: 1px solid var(--line); color: var(--tx); border-bottom-left-radius: 5px; }
.msg--bot b { font-weight: 600; color: #fff; }
.msg__chart { display: flex; gap: 4px; align-items: flex-end; height: 38px; margin-top: 8px; }
.msg__chart i { flex: 1; border-radius: 2px 2px 0 0; background: var(--cyan); }
.msg__k { font-family: var(--mono); font-size: 11px; color: var(--tx-3); margin-top: 6px; }
.typing { align-self: flex-start; display: flex; gap: 4px; padding: 12px 14px; background: var(--surface-3); border: 1px solid var(--line); border-radius: 16px; border-bottom-left-radius: 5px; }
.typing i { width: 6px; height: 6px; border-radius: 50%; background: var(--tx-3); animation: typ 1.2s ease-in-out infinite; }
.typing i:nth-child(2){ animation-delay: .2s;} .typing i:nth-child(3){ animation-delay: .4s; }
@keyframes typ { 0%,60%,100%{ opacity: .3; transform: translateY(0);} 30%{ opacity: 1; transform: translateY(-3px);} }
@media (max-width: 860px){ .ask { grid-template-columns: 1fr; gap: 36px; } .phone { order: -1; } }
/* per-platform phone chrome */
.phone__scr { transition: background .3s; }
.phone[data-app="WhatsApp"] .phone__bar { background: #075E54; border-color: transparent; }
.phone[data-app="WhatsApp"] .phone__nm { color: #fff; }
.phone[data-app="WhatsApp"] .phone__st { color: #B9F5D0; }
.phone[data-app="WhatsApp"] .phone__chan { color: #fff; border-color: rgba(255,255,255,.4); }
.phone[data-app="WhatsApp"] .phone__scr { background: #ECE5DD; }
.phone[data-app="WhatsApp"] .msg--me { background: #DCF8C6; color: #0b2e13; }
.phone[data-app="WhatsApp"] .msg--bot { background: #fff; color: #111; border-color: #ececec; }
.phone[data-app="Telegram"] .phone__bar { background: #5288C1; border-color: transparent; }
.phone[data-app="Telegram"] .phone__nm { color: #fff; }
.phone[data-app="Telegram"] .phone__st { color: #dbeeff; }
.phone[data-app="Telegram"] .phone__chan { color: #fff; border-color: rgba(255,255,255,.4); }
.phone[data-app="Telegram"] .phone__scr { background: #E7EEF4; }
.phone[data-app="Telegram"] .msg--me { background: #EEFFDE; color: #13351f; }
.phone[data-app="Telegram"] .msg--bot { background: #fff; color: #111; border-color: #e6e6e6; }
.phone[data-app="Messenger"] .phone__bar { background: #fff; border-bottom: 1px solid var(--line); }
.phone[data-app="Messenger"] .phone__nm { color: #111; }
.phone[data-app="Messenger"] .phone__st { color: #0084FF; }
.phone[data-app="Messenger"] .phone__chan { color: #0084FF; border-color: rgba(0,132,255,.35); }
.phone[data-app="Messenger"] .phone__scr { background: #fff; }
.phone[data-app="Messenger"] .msg--me { background: #0084FF; color: #fff; }
.phone[data-app="Messenger"] .msg--bot { background: #F0F0F0; color: #111; border-color: #ececec; }
/* iPhone frame */
.phone { width: 300px !important; background: linear-gradient(150deg, #50545b, #23262b) !important; border: 0 !important; border-radius: 52px !important; padding: 11px !important; box-shadow: 0 30px 70px rgba(20,17,14,.3), inset 0 0 0 1.5px rgba(255,255,255,.1) !important; position: relative; }
.phone::before { content: ''; position: absolute; right: -2px; top: 132px; width: 3px; height: 62px; border-radius: 2px; background: #2a2d31; }
.phone::after { content: ''; position: absolute; left: -2px; top: 104px; width: 3px; height: 30px; border-radius: 2px; background: #2a2d31; box-shadow: 0 44px 0 #2a2d31, 0 88px 0 #2a2d31; }
.phone__scr { border-radius: 42px !important; height: 582px !important; position: relative; }
.phone__scr::before { content: ''; position: absolute; top: 11px; left: 50%; transform: translateX(-50%); width: 92px; height: 25px; background: #000; border-radius: 14px; z-index: 40; }
.phone__status { display: flex; align-items: center; justify-content: space-between; padding: 13px 22px 6px; font-size: 12.5px; font-weight: 600; position: relative; z-index: 30; background: var(--surface); color: var(--tx); font-variant-numeric: tabular-nums; }
.phone__icons { display: flex; align-items: center; gap: 6px; }
.phone__bat { width: 22px; height: 11px; border: 1.4px solid currentColor; border-radius: 3px; position: relative; opacity: .9; }
.phone__bat::before { content: ''; position: absolute; left: 1.5px; top: 1.5px; bottom: 1.5px; right: 6px; background: currentColor; border-radius: 1px; }
.phone__bat::after { content: ''; position: absolute; right: -3px; top: 3px; width: 2px; height: 5px; background: currentColor; border-radius: 0 1px 1px 0; }
.phone__home { position: absolute; bottom: 7px; left: 50%; transform: translateX(-50%); width: 118px; height: 5px; border-radius: 3px; background: rgba(0,0,0,.3); z-index: 30; }
.phone__av { border-radius: 50% !important; }
.phone[data-app="WhatsApp"] .phone__status { background: #075E54; color: #fff; }
.phone[data-app="Telegram"] .phone__status { background: #5288C1; color: #fff; }
.phone[data-app="Messenger"] .phone__status { background: #fff; color: #111; }

/* ─── AGENTS ─── */
.agents { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 48px; }
.acard { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; background: var(--surface); transition: transform .2s var(--ease), border-color .2s; }
.acard:hover { transform: translateY(-3px); border-color: var(--line-2); }
.acard__m { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 17px; margin-bottom: 14px; }
.acard__nm { font-size: 16px; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.acard__role { font-size: 12px; color: var(--tx-3); margin-top: 2px; }
.acard__d { font-size: 13px; color: var(--tx-2); line-height: 1.5; margin-top: 12px; }
.st { font-family: var(--mono); font-size: 9.5px; font-weight: 600; padding: 2px 7px; border-radius: var(--pill); letter-spacing: .03em; }
.st--live { background: rgba(33,203,134,.16); color: var(--pos); }
.st--beta { background: rgba(65,186,255,.16); color: var(--blue); }
.st--soon { background: rgba(255,255,255,.07); color: var(--tx-3); }
@media (max-width: 900px){ .agents { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px){ .agents { grid-template-columns: 1fr; } }

/* ─── CTA + FOOTER ─── */
.cta { text-align: center; position: relative; border-radius: var(--r-xl); overflow: hidden; padding: 80px 40px; border: 1px solid var(--line); background: radial-gradient(ellipse 60% 100% at 50% 0%, rgba(0,229,229,.14), transparent 70%), var(--surface-2); }
.cta h2 { font-size: clamp(30px, 4.6vw, 48px); font-weight: 600; letter-spacing: -.035em; margin: 0 0 16px; text-wrap: balance; }
.cta .lede { margin: 0 auto 28px; }
.foot { border-top: 1px solid var(--line); padding: 40px 0; color: var(--tx-3); font-size: 13px; margin-top: 100px; }
.foot__in { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.foot__logo { height: 22px; }
.foot__links { display: flex; gap: 20px; margin-left: auto; }
.foot__links a:hover { color: var(--tx); }

/* ════ EDITORIAL UPGRADE - serif display + product panel ════ */
:root { --serif: 'Newsreader', Georgia, 'Times New Roman', serif; }
.hero h1, .h2, .cta h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.015em; }
.hero h1 { font-size: clamp(46px, 6.2vw, 82px); line-height: 1; margin: 22px 0 22px; max-width: 14ch; }
.h2 { font-size: clamp(32px, 4.6vw, 48px); }
.ital { font-style: italic; }
.hero { text-align: left; padding: 76px 0 0; }
.hero__in { display: grid; grid-template-columns: 1.02fr .98fr; gap: 54px; align-items: center; }
.hero__sub { margin: 0 0 28px; }
.hero__cta { justify-content: flex-start; }
@media (max-width: 920px){ .hero__in { grid-template-columns: 1fr; gap: 40px; } .hero { text-align: center; } .hero h1 { margin-inline: auto; } .hero__sub { margin-inline: auto; } .hero__cta { justify-content: center; } }

/* live product panel */
.panel { background: linear-gradient(180deg, #0F161D, #0A0F14); border: 1px solid var(--line-2); border-radius: var(--r-lg); padding: 18px; box-shadow: var(--shadow); }
.panel__bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.panel__bar b { font-size: 13px; font-weight: 600; font-family: var(--mono); }
.panel__bar .mut { color: var(--tx-3); font-weight: 400; }
.panel__rec { font-family: var(--mono); font-size: 10px; letter-spacing: .08em; color: var(--pos); display: inline-flex; align-items: center; gap: 6px; }
.panel__rec .d { width: 6px; height: 6px; border-radius: 50%; background: var(--pos); animation: pip 2s ease-in-out infinite; }
.panel__chartwrap { position: relative; border-radius: var(--r); overflow: hidden; background: rgba(0,0,0,.18); }
.panel__tag { position: absolute; font-family: var(--mono); font-size: 9.5px; letter-spacing: .05em; text-transform: uppercase; background: rgba(20,28,36,.82); border: 1px solid var(--line-2); border-radius: 8px; padding: 6px 9px; color: var(--tx-2); backdrop-filter: blur(4px); }
.panel__tag b { color: var(--cyan); }
.oc-line { stroke-dasharray: 1400; stroke-dashoffset: 1400; animation: draw 1.8s var(--ease) .3s forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.panel__legend { display: flex; gap: 16px; font-size: 11.5px; color: var(--tx-3); margin-top: 12px; }
.panel__legend i { display: inline-block; width: 14px; height: 2px; vertical-align: middle; margin-right: 6px; border-radius: 2px; }
.panel__badges { display: flex; gap: 8px; margin-top: 14px; flex-wrap: wrap; }
.pbadge { font-family: var(--mono); font-size: 10px; color: var(--tx-2); border: 1px solid var(--line-2); border-radius: var(--pill); padding: 5px 11px; }
.pbadge b { color: var(--cyan); }
@media (prefers-reduced-motion: reduce){ .oc-line { animation: none; stroke-dashoffset: 0; } }

/* ════ WARM-CLAY THEME - matches the Ordumo product (ordumo-tokens.css) ════ */
:root {
  --ink: #F6F4EE; --ink-2: #F2EFE6; --surface: #FFFFFF; --surface-2: #FAF9F5; --surface-3: #F2EFE6;
  --line: rgba(20,17,14,.10); --line-2: rgba(20,17,14,.16); --line-3: rgba(20,17,14,.28);
  --tx: #14110E; --tx-2: rgba(20,17,14,.72); --tx-3: rgba(20,17,14,.52); --tx-4: rgba(20,17,14,.36);
  --aqua: #D9542B; --cyan: #D9542B; --blue: #3A53D9;
  --grad: linear-gradient(100deg, #D9542B, #C2410C);
  --grad-soft: linear-gradient(100deg, rgba(217,84,43,.12), rgba(194,65,12,.12));
  --pos: #1A7A4B; --warn: #B4761B; --crit: #B23A2A; --violet: #6B5DB8;
  --shadow: 0 18px 50px rgba(20,17,14,.12); --shadow-sm: 0 2px 12px rgba(20,17,14,.07);
}
body { background: var(--ink); color: var(--tx); }
.nav__logo, .foot__logo { filter: none; }
.hero__grid { background-image: linear-gradient(rgba(20,17,14,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(20,17,14,.05) 1px, transparent 1px); }
.hero__glow::before { background: radial-gradient(closest-side, rgba(217,84,43,.16), transparent 70%); }
.hero__glow::after { background: radial-gradient(closest-side, rgba(180,118,27,.14), transparent 70%); }
.btn--grad { color: #fff; }
.btn--ghost { background: #fff; }
.btn--ghost:hover { background: var(--surface-3); }
.force__ic { background: rgba(20,17,14,.05); }
.coreO span { color: #fff; }
.coreO { box-shadow: 0 0 40px rgba(217,84,43,.22); }
.panel { background: linear-gradient(180deg, #FFFFFF, #FAF9F5); }
.panel__chartwrap { background: rgba(20,17,14,.02); }
.panel__tag { background: rgba(255,255,255,.92); color: var(--tx-2); }
.phone { background: #EDE8DE; }
.phone__av { color: #fff; }
.msg--me { color: #fff; }
.msg--bot b { color: var(--tx); }
.cta { background: radial-gradient(ellipse 60% 100% at 50% 0%, rgba(217,84,43,.1), transparent 70%), var(--surface-2); }
.st--live { background: rgba(26,122,75,.16); color: #0E5230; }
.st--beta { background: rgba(58,83,217,.16); color: #3A53D9; }
.st--soon { background: rgba(20,17,14,.07); color: var(--tx-3); }

/* live console: signals in → Ordumo AI → clarity/action out */
.panel__io { font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: var(--tx-3); margin: 4px 0 6px; }
.panel__sources { display: grid; grid-template-columns: repeat(5,1fr); gap: 6px; margin-bottom: 8px; }
.src { border: 1px solid var(--line); border-radius: 8px; padding: 6px 7px; background: var(--surface-2); }
.src__k { font-family: var(--mono); font-size: 8.5px; letter-spacing: .01em; color: var(--tx-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.src__bars { display: flex; gap: 1.5px; align-items: flex-end; height: 13px; margin-top: 4px; }
.src__bars i { flex: 1; min-height: 2px; border-radius: 1px; animation: livebar 1.4s ease-in-out infinite alternate; }
@keyframes livebar { from { height: 25%; } to { height: 100%; } }
.aibar { display: flex; align-items: center; gap: 9px; background: var(--grad-soft); border: 1px solid var(--line); border-radius: 9px; padding: 8px 11px; position: relative; overflow: hidden; }
.aibar__d { width: 22px; height: 22px; border-radius: 7px; background: var(--grad); display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 12px; flex: 0 0 22px; }
.aibar b { font-size: 12.5px; font-weight: 600; }
.aibar em { font-style: normal; font-size: 11px; color: var(--tx-2); margin-left: auto; font-family: var(--mono); }
.aibar::after { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, transparent, rgba(217,84,43,.16), transparent); transform: translateX(-100%); animation: scan 2.8s ease-in-out infinite; }
@keyframes scan { 0% { transform: translateX(-100%); } 55%,100% { transform: translateX(100%); } }
.ping { animation: pingRing 1.8s ease-out infinite; }
@keyframes pingRing { 0% { r: 4; opacity: .65; } 100% { r: 17; opacity: 0; } }
.actionchip { display: flex; align-items: center; gap: 9px; margin-top: 10px; background: var(--surface-3); border: 1px solid var(--line); border-radius: 9px; padding: 9px 11px; font-size: 12px; }
.actionchip__d { width: 7px; height: 7px; border-radius: 50%; background: var(--pos); flex: 0 0 7px; animation: pip 1.8s ease-in-out infinite; }
.actionchip b { font-weight: 600; }
.actionchip .go { margin-left: auto; font-family: var(--mono); font-size: 10px; font-weight: 600; color: var(--crit); }
@media (prefers-reduced-motion: reduce){ .src__bars i, .aibar::after, .ping, .actionchip__d { animation: none; } }

/* signals section */
.sigwrap { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 760px){ .sigwrap { grid-template-columns: 1fr; } }
.sigcol { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; }
.sigcol h3 { font-family: var(--serif); font-weight: 500; font-size: 21px; margin: 0 0 4px; letter-spacing: -.01em; }
.sigcol p { font-size: 13px; color: var(--tx-2); margin: 0 0 16px; line-height: 1.5; }
.sigchips { display: flex; flex-wrap: wrap; gap: 7px; }
.sigchip { font-size: 12px; color: var(--tx-2); background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--pill); padding: 5px 12px; }
.sigchip i { display: inline-block; width: 6px; height: 6px; border-radius: 2px; margin-right: 7px; vertical-align: middle; }

/* faq */
.faq { max-width: 820px; margin: 40px auto 0; }
.fq { border-bottom: 1px solid var(--line); }
.fq__q { width: 100%; text-align: left; background: none; border: 0; padding: 20px 2px; font-size: 17px; font-weight: 600; color: var(--tx); cursor: pointer; display: flex; align-items: center; gap: 14px; font-family: inherit; }
.fq__q .pl { margin-left: auto; transition: transform .25s var(--ease); color: var(--tx-3); font-size: 20px; line-height: 1; }
.fq.open .fq__q .pl { transform: rotate(45deg); }
.fq__a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.fq__a p { font-size: 14.5px; line-height: 1.6; color: var(--tx-2); margin: 0 2px 22px; max-width: 74ch; }

/* footer */
.foot2 { border-top: 1px solid var(--line); background: var(--surface-2); padding: 56px 0 30px; margin-top: 100px; }
.foot2__grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 32px; }
@media (max-width: 760px){ .foot2__grid { grid-template-columns: 1fr 1fr; gap: 28px; } }
.foot2__brand img { height: 24px; margin-bottom: 14px; }
.foot2__brand p { font-size: 13px; color: var(--tx-2); line-height: 1.55; max-width: 38ch; margin: 0; }
.foot2__col h4 { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--tx-3); margin: 0 0 12px; }
.foot2__col a { display: block; font-size: 13.5px; color: var(--tx-2); padding: 5px 0; }
.foot2__col a:hover { color: var(--tx); }
.foot2__bot { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--tx-3); }
.foot2__bot .sp { flex: 1; }
/* tech / orchestration section */
.techgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 44px; }
.techc { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px 22px; background: var(--surface); position: relative; transition: transform .2s var(--ease), border-color .2s; }
.techc:hover { transform: translateY(-3px); border-color: var(--line-2); }
.techc__n { font-family: var(--mono); font-size: 12px; font-weight: 700; color: var(--c, #D9542B); background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.techc__t { font-size: 16px; font-weight: 600; letter-spacing: -.01em; margin: 12px 0 8px; }
.techc__d { font-size: 13px; color: var(--tx-2); line-height: 1.55; }
.technote { text-align: center; font-size: 13px; color: var(--tx-3); margin: 26px auto 0; }
@media (max-width: 860px){ .techgrid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px){ .techgrid { grid-template-columns: 1fr; } }
/* data-transformation heatmap */
.techviz { display: flex; align-items: center; gap: 16px; margin-top: 44px; padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--surface); box-shadow: var(--shadow-sm); }
.techviz__lbl { font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--tx-3); white-space: nowrap; }
.techviz__grid { flex: 1; display: grid; grid-template-columns: repeat(24, 1fr); grid-template-rows: repeat(5, 1fr); gap: 3px; height: 84px; }
.tvcell { border-radius: 2px; animation: tvwave 2.6s ease-in-out infinite; }
@keyframes tvwave { 0%,100% { opacity: .2; transform: scaleY(.85); } 50% { opacity: .95; transform: scaleY(1); } }
@media (prefers-reduced-motion: reduce){ .tvcell { animation: none; opacity: .7; } }
@media (max-width: 600px){ .techviz__lbl { display: none; } }
/* visual tech pipeline */
.techflow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: start; gap: 0; margin-top: 48px; }
.techstep { text-align: center; padding: 0 12px; }
.techicon { width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 18px; display: grid; place-items: center; color: #fff; background: var(--grad); box-shadow: 0 10px 26px rgba(217,84,43,.28); position: relative; }
.techicon::after { content: ''; position: absolute; inset: -6px; border-radius: 22px; border: 1.5px solid var(--crit); opacity: 0; animation: techpulse 3s ease-out infinite; }
.techstep:nth-child(3) .techicon::after { animation-delay: .6s; } .techstep:nth-child(5) .techicon::after { animation-delay: 1.2s; } .techstep:nth-child(7) .techicon::after { animation-delay: 1.8s; }
@keyframes techpulse { 0% { transform: scale(.9); opacity: .5; } 100% { transform: scale(1.12); opacity: 0; } }
.techstep__t { font-size: 14.5px; font-weight: 600; letter-spacing: -.01em; margin-bottom: 6px; }
.techstep__d { font-size: 12.5px; color: var(--tx-2); line-height: 1.5; }
.techconn { align-self: start; margin-top: 31px; width: 100%; min-width: 24px; height: 2px; border-radius: 2px; background: var(--line-2); position: relative; overflow: hidden; }
.techconn span { position: absolute; top: 0; bottom: 0; width: 45%; background: linear-gradient(90deg, transparent, var(--crit), transparent); animation: techcomet 1.8s linear infinite; }
.techconn:nth-of-type(4) span { animation-delay: .6s; } .techconn:nth-of-type(6) span { animation-delay: 1.2s; }
@keyframes techcomet { 0% { transform: translateX(-120%); } 100% { transform: translateX(260%); } }
@media (prefers-reduced-motion: reduce){ .techicon::after, .techconn span { animation: none; } }
@media (max-width: 760px){ .techflow { grid-template-columns: 1fr; gap: 18px; } .techconn { display: none; } }

/* slow the hero ticker + softer fade edges */
.ticker { --m: 72s; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }

/* the signal · news section */
.news__hd { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.news__live { font-family: var(--mono); font-size: 11px; color: var(--pos); display: inline-flex; align-items: center; gap: 6px; margin-left: auto; }
.news__live .d { width: 6px; height: 6px; border-radius: 50%; background: var(--pos); animation: pip 2s ease-in-out infinite; }
.news { margin-top: 40px; display: grid; grid-template-columns: 1.35fr 1fr; gap: 16px; }
@media (max-width: 820px){ .news { grid-template-columns: 1fr; } }
.ncard { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 16px 18px; transition: border-color .2s var(--ease), transform .2s var(--ease), box-shadow .2s; }
.ncard:hover { border-color: var(--line-2); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.ncard--feat { padding: 26px; display: flex; flex-direction: column; }
.news__list { display: flex; flex-direction: column; gap: 12px; }
.ntag { display: inline-flex; align-items: center; gap: 7px; font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: var(--tx-3); }
.ntag .d { width: 6px; height: 6px; border-radius: 50%; }
.ntime { margin-left: auto; font-family: var(--mono); font-size: 10px; color: var(--tx-4); }
.ncard__h { font-size: 15px; font-weight: 600; margin: 9px 0 6px; letter-spacing: -.01em; line-height: 1.3; }
.ncard--feat .ncard__h { font-family: var(--serif); font-weight: 500; font-size: 27px; line-height: 1.08; margin: 14px 0 10px; }
.ncard__w { font-size: 12.5px; color: var(--tx-2); line-height: 1.5; }
.ncard__w b { color: var(--tx); font-weight: 600; }
.ncard--feat .ncard__spark { margin-top: auto; padding-top: 18px; }
.ncard--feat .ncard__spark svg { width: 100%; height: 56px; display: block; }

/* flow & motion: method pipeline draws in, icons float */
.sci__rail { transform: scaleX(0); transform-origin: left; transition: transform 1.1s var(--ease) .2s; }
.sci.in .sci__rail { transform: scaleX(1); }
.scin__ic { animation: floaty 4.5s ease-in-out infinite; }
.scin:nth-child(3) .scin__ic { animation-delay: .4s; } .scin:nth-child(4) .scin__ic { animation-delay: .8s; }
.scin:nth-child(5) .scin__ic { animation-delay: 1.2s; } .scin:nth-child(6) .scin__ic { animation-delay: 1.6s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
.force:hover .force__ic { animation: wiggle .5s var(--ease); }
@keyframes wiggle { 0%,100% { transform: rotate(0); } 30% { transform: rotate(-7deg); } 65% { transform: rotate(5deg); } }
@media (prefers-reduced-motion: reduce){ .scin__ic, .force:hover .force__ic { animation: none; } }

/* compact business-AI news list */
.bnews { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--surface); margin-top: 36px; }
.bnews__row { display: grid; grid-template-columns: 92px 1fr auto; gap: 16px; align-items: center; padding: 15px 20px; border-top: 1px solid var(--line); transition: background .15s; }
.bnews__row:first-child { border-top: 0; }
.bnews__row:hover { background: var(--surface-2); }
.bnews__tag { font-family: var(--mono); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; color: var(--c); display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.bnews__tag::before { content: ''; width: 7px; height: 7px; border-radius: 2px; background: var(--c); flex: 0 0 7px; }
.bnews__main h4 { font-size: 14.5px; font-weight: 600; margin: 0 0 3px; letter-spacing: -.01em; }
.bnews__main p { font-size: 12.5px; color: var(--tx-2); margin: 0; line-height: 1.45; }
.bnews__time { font-family: var(--mono); font-size: 11px; color: var(--tx-4); }
@media (max-width: 640px){ .bnews__row { grid-template-columns: 1fr auto; } .bnews__tag { display: none; } }
