/* ===========================================================
   OGRE — ACQUIRE pillar (bespoke redesign)
   Theme: Strategic Procurement & Asset Onboarding.
   Feeling: control, governance, procurement intelligence.
   Inherits tokens + nav/btn/footer/cta from styles.css.
   Self-contained section system — does NOT reuse the generic
   .pmod card grid, so this page reads distinctly from the
   other pillars.
   =========================================================== */

:root {
  --acq-dark: #0B0C10;
  --acq-dark-2: #12141A;
  --acq-line-dark: rgba(255, 255, 255, 0.10);
  --acq-ink: var(--text-dark-primary);
  --acq-slate: var(--text-dark-secondary);
  --acq-muted: var(--text-muted-metadata);
  --acq-ok: #15803D;
  --acq-ok-bg: #E6F4EA;
  --acq-warn: #B45309;
  --acq-warn-bg: #FCEFDC;
}

.acq-wrap {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 48px;
}
@media (max-width: 920px) { .acq-wrap { padding: 0 26px; } }

/* ---- Reveal: content is always visible (overrides the unconditional
   `.reveal{opacity:0}` in styles.css). Entrance motion is intentionally
   omitted here so rendering is stable; the page's motion comes from the
   live pulse, hover lifts, and the auto-cycling lifecycle diagram. ---- */
.reveal { opacity: 1 !important; transform: none !important; }

.acq-kicker {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.acq-kicker::before {
  content: '';
  width: 22px;
  height: 1.5px;
  background: var(--orange);
  display: inline-block;
}

.acq-section-head { max-width: 660px; }
.acq-eyebrow {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--acq-muted);
  display: block;
  margin-bottom: 18px;
}
.acq-h2 {
  font-family: 'Satoshi', sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--acq-ink);
  text-wrap: balance;
  margin: 0;
}
.acq-lead {
  font-size: 17px;
  line-height: 1.62;
  color: var(--acq-slate);
  max-width: 52ch;
  margin: 20px 0 0;
  text-wrap: pretty;
}

/* ===========================================================
   1. HERO — Procurement Command Center
   =========================================================== */
.acq-hero {
  position: relative;
  background: var(--bg-light);
  border-bottom: 1px solid var(--border-muted-light);
  padding: clamp(150px, 17vh, 200px) 0 clamp(64px, 8vh, 96px);
  overflow: hidden;
  isolation: isolate;
}
.acq-hero-grid-bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(var(--grid-line) 1.4px, transparent 1.4px);
  background-size: 32px 32px;
  -webkit-mask-image: radial-gradient(ellipse 100% 70% at 70% 4%, #000 0%, transparent 72%);
  mask-image: radial-gradient(ellipse 100% 70% at 70% 4%, #000 0%, transparent 72%);
  opacity: 0.9;
  z-index: 0;
}
.acq-hero-glow {
  position: absolute;
  top: -180px; right: -120px;
  width: 620px; height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--orange-tint) 0%, rgba(233,78,27,0) 64%);
  z-index: 0;
  pointer-events: none;
}
.acq-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(40px, 5vw, 76px);
  align-items: center;
}

.acq-crumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 26px;
}
.acq-crumb a { color: var(--acq-slate); text-decoration: none; transition: color .2s; }
.acq-crumb a:hover { color: var(--orange); }
.acq-crumb .sep { color: var(--acq-muted); }
.acq-crumb .here { color: var(--acq-ink); }

.acq-hero h1 {
  font-family: 'Satoshi', sans-serif;
  font-weight: 900;
  font-size: clamp(2.5rem, 4.4vw, 3.9rem);
  line-height: 1.14;
  letter-spacing: -0.035em;
  color: var(--acq-ink);
  margin: 14px 0 0;
  max-width: 16ch;
  text-wrap: balance;
}
.acq-hero .acq-lead { font-size: 18px; max-width: 50ch; margin-top: 40px; }
.acq-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.acq-hero-meta {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid var(--border-muted-light);
}
.acq-hero-meta-item { display: flex; flex-direction: column; gap: 3px; }
.acq-hero-meta-num {
  font-family: 'Satoshi', sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--acq-ink);
}
.acq-hero-meta-num small { color: var(--orange); font-size: 19px; }
.acq-hero-meta-label {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.04em;
  color: var(--acq-muted);
}
.acq-hero-meta-div { width: 1px; height: 34px; background: var(--border-muted-light); }

/* ---- Command console ---- */
.console {
  position: relative;
  background: var(--bg-pure-white);
  border: 1px solid var(--border-muted-light);
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 2px 4px rgba(27,36,48,0.04),
    0 40px 80px -34px rgba(27,36,48,0.30),
    0 16px 34px -24px rgba(27,36,48,0.20);
}
.console-bar {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--border-muted-light);
  background: var(--bg-light);
}
.console-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--border-muted-light); }
.console-dot.is-live { background: rgba(233,78,27,0.6); }
.console-title {
  margin-left: 8px;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--acq-muted);
}
.console-tag {
  margin-left: auto;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--acq-ok);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.console-tag .pulse {
  width: 6px; height: 6px; border-radius: 50%; background: var(--acq-ok);
  box-shadow: 0 0 0 0 rgba(21,128,61,0.5);
  animation: acqPulse 2.2s infinite;
}
@keyframes acqPulse {
  0% { box-shadow: 0 0 0 0 rgba(21,128,61,0.45); }
  70% { box-shadow: 0 0 0 7px rgba(21,128,61,0); }
  100% { box-shadow: 0 0 0 0 rgba(21,128,61,0); }
}
.console-body { padding: 22px; display: flex; flex-direction: column; gap: 16px; }

/* in-flight PO card */
.po-flight {
  border: 1px solid var(--border-muted-light);
  border-radius: 13px;
  padding: 18px 18px 20px;
  background: var(--bg-light);
}
.po-flight-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.po-flight-id {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--acq-ink);
  letter-spacing: 0.02em;
}
.po-flight-val { font-family: 'Satoshi', sans-serif; font-weight: 900; font-size: 19px; letter-spacing: -0.02em; color: var(--acq-ink); }
.po-flight-sub { font-size: 13px; color: var(--acq-slate); margin-bottom: 18px; }

/* mini stage progress (Request → Register) */
.po-stages { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; position: relative; }
.po-stages::before {
  content: '';
  position: absolute;
  top: 9px; left: 10%; right: 10%;
  height: 2px;
  background: var(--border-muted-light);
}
.po-stage { position: relative; display: flex; flex-direction: column; align-items: center; gap: 9px; z-index: 1; }
.po-stage .node {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--bg-pure-white);
  border: 2px solid var(--border-muted-light);
  display: grid; place-items: center;
}
.po-stage .node::after { content: ''; width: 6px; height: 6px; border-radius: 50%; background: transparent; }
.po-stage.done .node { border-color: var(--orange); background: var(--orange); }
.po-stage.done .node::after { background: #fff; }
.po-stage.active .node { border-color: var(--orange); box-shadow: 0 0 0 4px var(--orange-tint); }
.po-stage.active .node::after { background: var(--orange); }
.po-stage .lbl {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--acq-muted);
  text-align: center;
  line-height: 1.2;
}
.po-stage.active .lbl, .po-stage.done .lbl { color: var(--acq-ink); }

/* KPI tiles */
.console-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.kpi {
  border: 1px solid var(--border-muted-light);
  border-radius: 11px;
  padding: 14px 14px 13px;
  background: var(--bg-pure-white);
}
.kpi-label {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--acq-muted);
}
.kpi-val { font-family: 'Satoshi', sans-serif; font-weight: 900; font-size: 24px; line-height: 1.1; letter-spacing: -0.03em; color: var(--acq-ink); margin-top: 6px; }
.kpi-val small { font-size: 13px; color: var(--orange); margin-left: 1px; }

/* approval queue rows */
.console-queue { display: flex; flex-direction: column; gap: 8px; }
.queue-head {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 9.5px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--acq-muted);
  display: flex; justify-content: space-between;
}
.queue-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid var(--border-muted-light);
  border-radius: 9px;
  background: var(--bg-light);
}
.queue-row .qid { font-family: 'Hanken Grotesk', sans-serif; font-size: 11px; font-weight: 600; color: var(--acq-ink); }
.queue-row .qname { font-size: 12.5px; color: var(--acq-slate); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.chip {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 9.5px; font-weight: 600; letter-spacing: 0.04em;
  padding: 4px 9px; border-radius: 5px; white-space: nowrap;
}
.chip-ok { background: var(--acq-ok-bg); color: var(--acq-ok); }
.chip-warn { background: var(--acq-warn-bg); color: var(--acq-warn); }
.chip-orange { background: var(--orange-tint); color: var(--orange); }

@media (max-width: 980px) {
  .acq-hero-inner { grid-template-columns: 1fr; gap: 44px; }
  .acq-hero h1 { max-width: 20ch; }
}

/* ===========================================================
   2. SECTION 1 — Procurement workflow + capability ledger
   =========================================================== */
.acq-flow { padding: clamp(72px, 9vw, 124px) 0; background: var(--bg-pure-white); }
.acq-flow-head { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end; margin-bottom: clamp(48px, 6vw, 76px); }
@media (max-width: 820px) { .acq-flow-head { grid-template-columns: 1fr; gap: 18px; } }
.acq-flow-note {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 11px; letter-spacing: 0.06em; color: var(--acq-muted);
  max-width: 24ch; text-align: right;
}
@media (max-width: 820px) { .acq-flow-note { text-align: left; } }

/* the horizontal lifecycle rail */
.flow-rail {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  position: relative;
  margin-bottom: clamp(54px, 6vw, 80px);
}
.flow-rail::before {
  content: '';
  position: absolute;
  top: 34px; left: 0; right: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
  z-index: 0;
}
.flow-node {
  position: relative;
  z-index: 1;
  background: var(--bg-pure-white);
  border: 1px solid var(--border-muted-light);
  border-radius: 14px;
  padding: 22px 20px 24px;
  transition: box-shadow .2s ease;
}
/* Hover = only two signals: orange outlined badge + 2px orange top border (inset, no reflow) */
.flow-node:hover { box-shadow: inset 0 2px 0 0 var(--orange); }
.flow-num {
  width: 26px; height: 26px; border-radius: 50%;
  background: transparent;
  border: 2px solid var(--acq-ink);
  color: var(--acq-ink);
  display: grid; place-items: center;
  font-family: 'Hanken Grotesk', sans-serif; font-size: 11px; font-weight: 700;
  margin-bottom: 18px;
  box-shadow: 0 0 0 5px var(--bg-pure-white);
  transition: border-color .2s ease, color .2s ease;
}
.flow-node:hover .flow-num { border-color: var(--orange); color: var(--orange); }
.flow-stage-lbl {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--orange); display: block; margin-bottom: 8px;
}
.flow-title {
  font-family: 'Satoshi', sans-serif; font-weight: 700; font-size: 17px;
  letter-spacing: -0.015em; color: var(--acq-ink); margin: 0 0 9px; line-height: 1.25;
}
.flow-text { font-size: 13px; line-height: 1.5; color: var(--acq-slate); margin: 0; }
@media (max-width: 900px) {
  .flow-rail { grid-template-columns: 1fr 1fr; gap: 14px; }
  .flow-rail::before { display: none; }
}
@media (max-width: 520px) { .flow-rail { grid-template-columns: 1fr; } }

/* capability ledger — distinct from generic cards */
.acq-ledger-label {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--acq-muted);
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 26px;
}
.acq-ledger-label .ll-dash { color: var(--orange); margin-right: -6px; letter-spacing: 0; }
.acq-ledger-label::after { content: ''; flex: 1; height: 1px; background: var(--border-muted-light); }
.acq-ledger {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--border-muted-light);
  border-radius: 16px;
  overflow: hidden;
  background: var(--bg-pure-white);
}
.ledger-cell {
  position: relative;
  padding: 30px 26px 32px;
  border-right: 1px solid var(--border-muted-light);
  transition: background .4s ease;
}
.ledger-cell:last-child { border-right: none; }
.ledger-cell::before {
  content: '';
  position: absolute;
  top: 0; left: 0; height: 2px; width: 0;
  background: var(--orange);
  transition: width .5s cubic-bezier(0.16,1,0.3,1);
}
.ledger-cell:hover { background: var(--bg-light); }
.ledger-cell:hover::before { width: 100%; }
.ledger-idx {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 11px; font-weight: 600; color: var(--acq-muted);
  display: block; margin-bottom: 20px;
}
.ledger-cell:hover .ledger-idx { color: var(--orange); }
.ledger-title { font-family: 'Satoshi', sans-serif; font-weight: 700; font-size: 16px; letter-spacing: -0.01em; color: var(--acq-ink); margin: 0 0 11px; line-height: 1.3; }
.ledger-text { font-size: 13.5px; line-height: 1.55; color: var(--acq-slate); margin: 0; text-wrap: pretty; }
@media (max-width: 1040px) { .acq-ledger { grid-template-columns: 1fr 1fr; }
  .ledger-cell:nth-child(2) { border-right: none; }
  .ledger-cell:nth-child(1), .ledger-cell:nth-child(2) { border-bottom: 1px solid var(--border-muted-light); }
}
@media (max-width: 520px) { .acq-ledger { grid-template-columns: 1fr; }
  .ledger-cell { border-right: none; border-bottom: 1px solid var(--border-muted-light); }
  .ledger-cell:last-child { border-bottom: none; }
}

/* ===========================================================
   3. SECTION 2 — Dark PO dashboard showcase + callouts
   =========================================================== */
.acq-showcase {
  position: relative;
  background: var(--acq-dark);
  color: #fff;
  padding: clamp(80px, 10vw, 140px) 0;
  overflow: hidden;
  isolation: isolate;
}
.acq-showcase::before {
  content: '';
  position: absolute;
  top: -10%; right: -6%;
  width: 680px; height: 680px; border-radius: 50%;
  background: radial-gradient(circle, var(--orange-glow) 0%, rgba(233,78,27,0) 62%);
  z-index: 0; pointer-events: none;
}
.acq-showcase-grid-bg {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1.2px, transparent 1.2px);
  background-size: 34px 34px;
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000, transparent 78%);
  mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000, transparent 78%);
  z-index: 0;
}
.acq-showcase > .acq-wrap { position: relative; z-index: 1; }
.acq-showcase .acq-eyebrow { color: rgba(255,255,255,0.55); }
.acq-showcase .acq-h2 { color: #fff; }
.acq-showcase .acq-lead { color: rgba(255,255,255,0.74); }
.acq-showcase-head { max-width: 620px; margin-bottom: clamp(44px, 5vw, 64px); }

.showcase-stage { position: relative; }

/* full PO management console (light UI on dark) */
.po-console {
  position: relative;
  background: var(--bg-pure-white);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 60px 120px -40px rgba(0,0,0,0.7), 0 30px 60px -40px rgba(233,78,27,0.2);
}
.po-console-bar {
  display: flex; align-items: center; gap: 9px;
  padding: 13px 18px; border-bottom: 1px solid var(--border-muted-light); background: var(--bg-light);
}
.po-console-bar .console-dot { width: 9px; height: 9px; }
.po-console-search {
  margin-left: 10px;
  flex: 0 1 280px;
  display: flex; align-items: center; gap: 8px;
  padding: 7px 12px; border: 1px solid var(--border-muted-light); border-radius: 7px;
  background: var(--bg-pure-white);
  font-family: 'Hanken Grotesk', sans-serif; font-size: 11px; color: var(--acq-muted);
}
.po-console-search svg { width: 13px; height: 13px; color: var(--acq-muted); }
.po-console-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.po-console-btn {
  font-family: 'Hanken Grotesk', sans-serif; font-weight: 600; font-size: 12px;
  padding: 8px 14px; border-radius: 7px; background: var(--orange); color: #fff;
  display: inline-flex; align-items: center; gap: 6px;
}
.po-console-avatar { width: 28px; height: 28px; border-radius: 50%; background: var(--orange-tint); color: var(--orange);
  display: grid; place-items: center; font-family: 'Satoshi', sans-serif; font-weight: 700; font-size: 11px; }

.po-console-body { display: grid; grid-template-columns: 200px 1fr; min-height: 460px; }
.po-side {
  border-right: 1px solid var(--border-muted-light);
  padding: 20px 14px;
  display: flex; flex-direction: column; gap: 4px;
  background: var(--bg-light);
}
.po-side-grp { font-family: 'Hanken Grotesk', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--acq-muted); padding: 14px 12px 8px; }
.po-side-item {
  display: flex; align-items: center; gap: 11px;
  padding: 9px 12px; border-radius: 8px;
  font-size: 13px; color: var(--acq-slate); cursor: default;
}
.po-side-item svg { width: 16px; height: 16px; color: var(--acq-muted); flex-shrink: 0; }
.po-side-item.active { background: var(--orange-tint); color: var(--orange); font-weight: 600; }
.po-side-item.active svg { color: var(--orange); }

.po-main { padding: 22px 24px; display: flex; flex-direction: column; gap: 18px; }
.po-main-head { display: flex; align-items: center; justify-content: space-between; }
.po-main-title { font-family: 'Satoshi', sans-serif; font-weight: 900; font-size: 19px; letter-spacing: -0.02em; color: var(--acq-ink); }
.po-main-sub { font-family: 'Hanken Grotesk', sans-serif; font-size: 10.5px; color: var(--acq-muted); margin-top: 2px; }
.po-main-stat-row { display: flex; gap: 10px; }
.po-stat {
  border: 1px solid var(--border-muted-light); border-radius: 9px; padding: 8px 14px; min-width: 92px;
}
.po-stat .l { font-family: 'Hanken Grotesk', sans-serif; font-size: 8.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--acq-muted); }
.po-stat .v { font-family: 'Satoshi', sans-serif; font-weight: 900; font-size: 18px; letter-spacing: -0.02em; color: var(--acq-ink); margin-top: 2px; }
.po-stat .v small { color: var(--orange); font-size: 11px; }

/* data table */
.po-table { border: 1px solid var(--border-muted-light); border-radius: 11px; overflow: hidden; }
.po-tr {
  display: grid;
  grid-template-columns: 96px 1.4fr 0.7fr 90px 96px;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border-muted-light);
  font-size: 12.5px;
}
.po-tr:last-child { border-bottom: none; }
.po-tr.head {
  background: var(--bg-light);
  font-family: 'Hanken Grotesk', sans-serif; font-size: 9px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--acq-muted);
}
.po-tr:not(.head):hover { background: var(--bg-light); }
.po-cell-id { font-family: 'Hanken Grotesk', sans-serif; font-weight: 600; color: var(--acq-ink); }
.po-cell-name { color: var(--acq-ink); font-weight: 500; }
.po-cell-name span { display: block; font-family: 'Hanken Grotesk', sans-serif; font-size: 10px; color: var(--acq-muted); font-weight: 400; margin-top: 2px; }
.po-cell-val { font-family: 'Satoshi', sans-serif; font-weight: 700; color: var(--acq-ink); }
.po-cell-tier { font-family: 'Hanken Grotesk', sans-serif; font-size: 10.5px; color: var(--acq-slate); }

@media (max-width: 860px) {
  .po-console-body { grid-template-columns: 1fr; }
  .po-side { display: none; }
  .po-console-search { display: none; }
  .po-tr { grid-template-columns: 70px 1fr 84px; }
  .po-col-hide { display: none; }
}

/* floating callouts */
.showcase-callouts { position: absolute; inset: 0; pointer-events: none; z-index: 3; }
.callout {
  position: absolute;
  pointer-events: auto;
  background: rgba(11,12,16,0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 11px;
  padding: 12px 15px;
  max-width: 210px;
  box-shadow: 0 18px 40px -14px rgba(0,0,0,0.6);
}
.callout .c-tag {
  font-family: 'Hanken Grotesk', sans-serif; font-size: 9px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; color: #FF8A5C; display: block; margin-bottom: 5px;
}
.callout .c-text { font-size: 12.5px; line-height: 1.4; color: rgba(255,255,255,0.92); }
.callout::after {
  content: '';
  position: absolute;
  width: 9px; height: 9px;
  background: inherit;
  border: inherit;
  transform: rotate(45deg);
}
.callout.c-tl { top: 8%; left: -3%; }
.callout.c-tl::after { right: -5px; bottom: 22px; border-left: none; border-top: none; }
.callout.c-tr { top: 20%; right: -3%; }
.callout.c-tr::after { left: -5px; top: 22px; border-right: none; border-bottom: none; }
.callout.c-bl { bottom: 14%; left: -2%; }
.callout.c-bl::after { right: -5px; top: 22px; border-left: none; border-top: none; }
.callout.c-br { bottom: 9%; right: -2%; }
.callout.c-br::after { left: -5px; bottom: 22px; border-right: none; border-bottom: none; }

@media (max-width: 1180px) {
  /* tuck callouts inward so they stay on-canvas */
  .callout.c-tl { left: 2%; } .callout.c-tr { right: 2%; }
  .callout.c-bl { left: 2%; } .callout.c-br { right: 2%; }
}
@media (max-width: 920px) {
  .showcase-callouts { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; }
  .callout { position: static; max-width: none; background: rgba(255,255,255,0.05); }
  .callout::after { display: none; }
}
@media (max-width: 560px) { .showcase-callouts { grid-template-columns: 1fr; } }

/* ===========================================================
   4. SECTION 3 — Sticky split-screen onboarding
   =========================================================== */
.acq-onboard { padding: clamp(72px, 9vw, 124px) 0; background: var(--bg-light); }
.acq-onboard-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: start;
}
@media (max-width: 940px) { .acq-onboard-grid { grid-template-columns: 1fr; gap: 44px; } }

.onboard-steps { display: flex; flex-direction: column; }
.onboard-head { margin-bottom: 38px; }
.onboard-step {
  position: relative;
  padding: 26px 0 26px 56px;
  border-top: 1px solid var(--border-muted-light);
}
.onboard-step:last-child { border-bottom: 1px solid var(--border-muted-light); }
.onb-num {
  position: absolute; left: 0; top: 26px;
  width: 34px; height: 34px; border-radius: 9px;
  background: transparent;
  border: 1px solid transparent;
  display: grid; place-items: center;
  font-family: 'Hanken Grotesk', sans-serif; font-size: 12px; font-weight: 700; color: var(--acq-muted);
  transition: background .4s ease, color .4s ease, border-color .4s ease;
}
.onboard-step::after {
  content: '';
  position: absolute; left: 16px; top: 60px; bottom: -1px;
  width: 1px; background: var(--border-muted-light);
}
.onboard-step:last-child::after { display: none; }
.onboard-step:hover .onb-num { background: transparent; color: var(--orange); border-color: var(--orange); }
.onboard-step h3 { font-family: 'Satoshi', sans-serif; font-weight: 700; font-size: 19px; letter-spacing: -0.015em; color: var(--acq-ink); margin: 0 0 9px; line-height: 1.25; }
.onboard-step p { font-size: 14.5px; line-height: 1.6; color: var(--acq-slate); margin: 0; text-wrap: pretty; }

/* sticky onboarding screen mock */
.onboard-screen-wrap { position: sticky; top: 110px; }
@media (max-width: 940px) { .onboard-screen-wrap { position: static; } }
.onboard-screen {
  background: var(--bg-pure-white);
  border: 1px solid var(--border-muted-light);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 40px 80px -38px rgba(27,36,48,0.3), 0 14px 30px -22px rgba(27,36,48,0.18);
}
.onboard-screen-bar { display: flex; align-items: center; gap: 9px; padding: 13px 18px; border-bottom: 1px solid var(--border-muted-light); background: var(--bg-light); }
.onboard-screen-title { font-family: 'Hanken Grotesk', sans-serif; font-size: 11px; color: var(--acq-muted); margin-left: 8px; }
.onboard-screen-body { padding: 24px; }
.onboard-screen-h {
  display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px;
}
.onboard-screen-h .t { font-family: 'Satoshi', sans-serif; font-weight: 900; font-size: 17px; letter-spacing: -0.02em; color: var(--acq-ink); }
.onboard-progress { display: flex; align-items: center; gap: 6px; }
.onboard-progress .pdot { width: 7px; height: 7px; border-radius: 50%; background: var(--border-muted-light); }
.onboard-progress .pdot.on { background: var(--orange); }

.onboard-field { margin-bottom: 14px; }
.onboard-field .fl { font-family: 'Hanken Grotesk', sans-serif; font-size: 9.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--acq-muted); display: block; margin-bottom: 7px; }
.onboard-field .fv {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 14px; border: 1px solid var(--border-muted-light); border-radius: 9px;
  font-family: 'Hanken Grotesk', sans-serif; font-size: 13px; color: var(--acq-ink); background: var(--bg-light);
}
.onboard-field .fv.filled { border-color: rgba(233,78,27,0.3); background: var(--orange-tint); color: var(--orange); }
.onboard-field .fv .tick { color: var(--acq-ok); font-size: 12px; }
.onboard-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.onboard-status {
  margin-top: 18px;
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px; border-radius: 11px;
  background: var(--acq-ok-bg);
}
.onboard-status .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--acq-ok); }
.onboard-status .st { font-size: 13px; font-weight: 600; color: var(--acq-ok); }
.onboard-status .meta { margin-left: auto; font-family: 'Hanken Grotesk', sans-serif; font-size: 10.5px; color: var(--acq-ok); }

/* ===========================================================
   5. SECTION 4 — Interactive SLA/Warranty lifecycle diagram
   =========================================================== */
.acq-lifecycle { padding: clamp(72px, 9vw, 124px) 0 clamp(80px, 10vw, 130px); background: var(--bg-pure-white); }
.acq-lifecycle-head { text-align: center; max-width: 660px; margin: 0 auto clamp(48px, 5vw, 72px); }
.acq-lifecycle-head .acq-eyebrow { text-align: center; }
.acq-lifecycle-head .acq-lead { margin-left: auto; margin-right: auto; }

/* the lifecycle arc / timeline */
.lifecycle-arc {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 26px;
}
.lifecycle-arc::before {
  content: '';
  position: absolute;
  top: 26px; left: 8%; right: 8%;
  height: 2px;
  background: var(--border-muted-light);
  z-index: 0;
}
.lc-phase { position: relative; z-index: 1; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.lc-phase .lc-node {
  position: relative; z-index: 1;
  width: 52px; height: 52px; border-radius: 14px;
  /* solid white fill at all states masks the connector line cleanly behind every icon */
  background: #ffffff;
  border: 1.5px solid var(--border-muted-light);
  display: grid; place-items: center;
  color: var(--acq-muted);
  transition: border-color .2s ease, color .2s ease;
}
.lc-phase .lc-node svg { width: 22px; height: 22px; }
.lc-phase .lc-lbl { font-family: 'Hanken Grotesk', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--acq-muted); transition: color .2s ease; }
/* Active phase: only the active node carries orange (icon stroke, border + label). */
.lc-phase.is-active .lc-node { background: #ffffff; border-color: var(--orange); color: var(--orange); }
.lc-phase.is-active .lc-lbl { color: var(--orange); font-weight: 700; }
/* Tiny orange anchor dot under the active stage — a quiet visual thread down to the card below. */
.lc-phase.is-active::after {
  content: '';
  position: absolute;
  left: 50%; bottom: -16px;
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--orange);
  transform: translateX(-50%);
}

.lifecycle-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.lc-card {
  position: relative;
  background: var(--bg-pure-white);
  /* permanent 2px border prevents any reflow on hover/active */
  border: 2px solid var(--border-muted-light);
  border-radius: 16px;
  padding: 28px 24px 28px;
  cursor: default;
  transition: box-shadow .2s ease, border-color .2s ease;
}
/* Active/hover = 2px orange TOP border only (the OGRE pattern) + soft shadow lift, no movement */
.lc-card.is-active, .lc-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  border-top-color: var(--orange);
}
.lc-card-idx {
  font-family: 'Hanken Grotesk', sans-serif; font-size: 11px; font-weight: 600; color: var(--acq-muted);
  display: flex; align-items: center; gap: 8px; margin-bottom: 18px;
}
/* coloured corner dot removed — the number index already carries the marker */
.lc-card-idx .conn { display: none; }
.lc-card h3 { font-family: 'Satoshi', sans-serif; font-weight: 700; font-size: 17px; letter-spacing: -0.015em; color: var(--acq-ink); margin: 0 0 12px; line-height: 1.28; }
.lc-card p { font-size: 14px; line-height: 1.58; color: var(--acq-slate); margin: 0; text-wrap: pretty; }

@media (max-width: 1040px) {
  .lifecycle-arc { grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .lifecycle-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .lifecycle-arc { display: none; }
  .lifecycle-cards { grid-template-columns: 1fr; }
}
