/* ═══════════════════════════════════════════════════
   VECTOR — Section rebuilds (Qualification Engine,
   Process, Why-We're-Different table, Core Offer)
═══════════════════════════════════════════════════ */

/* ─────────────────────────────────────────────
   QUALIFICATION ENGINE — radial v2
   Central verdict hub + 6 satellite dimensions
   connected by curved SVG paths with pulses.
   ───────────────────────────────────────────── */

#intelligence {
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(79,70,229,.04) 0%, transparent 60%),
    var(--white);
  padding: 96px 0 !important;
}
#intelligence .intel-canvas,
#intelligence .ic-core,
#intelligence .ic-node,
#intelligence .ic-svg { display: none !important; }
#intelligence .intel-head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
#intelligence .intel-head .lead { margin-left: auto; margin-right: auto; }

.qe2 {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}

.qe2-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 580px;
  min-height: 460px;
  background:
    radial-gradient(ellipse 70% 60% at 50% 50%, rgba(79,70,229,.04) 0%, transparent 60%),
    linear-gradient(180deg, #fbfcfe 0%, #f5f7fb 100%);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.6),
    0 1px 2px rgba(10,37,64,.04),
    0 24px 64px -28px rgba(10,37,64,.14);
}

/* faint structural grid */
.qe2-stage::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(10,37,64,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10,37,64,.025) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 90%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 90%);
  pointer-events: none;
}
.qe2-stage::after {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 50% 50%, transparent 0, transparent 38%, rgba(79,70,229,.04) 50%, transparent 70%);
  pointer-events: none;
}

.qe2-svg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 1;
}
.qe2-pulse {
  opacity: 1;
  filter: drop-shadow(0 0 6px rgba(99,102,241,.55));
}

@keyframes qe2-ripple {
  from { r: 50; opacity: .7;  stroke-width: 2; }
  to   { r: 340; opacity: 0;  stroke-width: .2; }
}
.qe2-ripple {
  animation: qe2-ripple 1.3s cubic-bezier(.16,1,.3,1) forwards;
  filter: drop-shadow(0 0 8px currentColor);
}

/* ── Hub ──────────────────────────────────────── */
.qe2-hub {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 280px;
}
.qe2-hub-frame {
  position: relative;
  padding: 18px 20px 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(247,248,250,.96) 100%);
  border: 1px solid rgba(79,70,229,.18);
  border-radius: 16px;
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 24px 48px -16px rgba(79,70,229,.22),
    0 2px 6px rgba(10,37,64,.06);
  transition: border-color .35s ease, box-shadow .35s ease;
}
.qe2-hub-frame.pass {
  border-color: rgba(5,150,105,.32);
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 24px 56px -16px rgba(5,150,105,.32),
    0 2px 6px rgba(10,37,64,.06);
}
.qe2-hub-frame.fail {
  border-color: rgba(225,29,72,.28);
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 24px 56px -16px rgba(225,29,72,.28),
    0 2px 6px rgba(10,37,64,.06);
}
.qe2-hub-status {
  display: flex; align-items: center; gap: 7px;
  font-family: var(--sans);
  font-size: 9.5px; font-weight: 600;
  letter-spacing: .14em;
  color: var(--indigo);
  margin-bottom: 9px;
}
.qe2-pip {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(5,150,105,.18);
  animation: qe2-pip 1.6s ease-in-out infinite;
}
@keyframes qe2-pip {
  0%, 100% { transform: scale(1);   box-shadow: 0 0 0 3px rgba(5,150,105,.18); }
  50%      { transform: scale(.85); box-shadow: 0 0 0 6px rgba(5,150,105,.02); }
}
.qe2-hub-co {
  font-family: var(--sans);
  font-size: 18px; font-weight: 700;
  letter-spacing: -.035em;
  color: var(--ink);
  line-height: 1.15;
}
.qe2-hub-meta {
  margin-top: 4px;
  font-size: 11.5px;
  color: var(--muted);
  display: flex; align-items: center; gap: 7px;
  line-height: 1.4;
}
.qe2-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--faint); opacity: .6; }

.qe2-hub-progress { margin: 14px 0 12px; }
.qe2-hub-progress-bar {
  height: 3px;
  background: rgba(10,37,64,.06);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.qe2-hub-progress-bar::after {
  content: '';
  position: absolute; inset: 0;
  width: var(--progress, 0%);
  background: linear-gradient(90deg, #818cf8, #4f46e5);
  border-radius: 2px;
  transition: width .5s cubic-bezier(.34,1.2,.55,1);
}
/* Use inline-style instead — class sets via element.style.width */
.qe2-hub-progress-bar { background: rgba(10,37,64,.06); height: 3px; border-radius: 2px; }
.qe2-hub-progress-bar > * { display: none; }
#qe2Prog { background: linear-gradient(90deg, #818cf8, #4f46e5); height: 100%; border-radius: 2px; width: 0%; transition: width .5s cubic-bezier(.34,1.2,.55,1); }
.qe2-hub-progress-lbl {
  display: flex; justify-content: space-between;
  margin-top: 6px;
  font-family: var(--sans);
  font-size: 10px;
  color: var(--faint);
  letter-spacing: .02em;
  font-variant-numeric: tabular-nums;
}

.qe2-hub-verdict {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(10,37,64,.04);
  border: 1px solid rgba(10,37,64,.06);
  transition: all .35s cubic-bezier(.34,1.2,.55,1);
}
.qe2-hub-verdict.pass { background: rgba(5,150,105,.07);  border-color: rgba(5,150,105,.22); }
.qe2-hub-verdict.fail { background: rgba(225,29,72,.05);  border-color: rgba(225,29,72,.18); }

.qe2-verdict-mark {
  width: 22px; height: 22px;
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(10,37,64,.08);
  color: var(--faint);
}
.qe2-verdict-mark svg { width: 13px; height: 13px; }
.qe2-hub-verdict.pass .qe2-verdict-mark { background: var(--green); color: white; }
.qe2-hub-verdict.fail .qe2-verdict-mark { background: var(--rose);  color: white; }

.qe2-verdict-text {
  font-family: var(--sans);
  font-size: 12.5px; font-weight: 600;
  letter-spacing: -.01em;
  color: var(--ink);
  grid-column: 2;
}
.qe2-verdict-note {
  font-size: 11px;
  color: var(--muted);
  grid-column: 2;
  margin-top: 1px;
  line-height: 1.4;
}

/* ── Satellite nodes ──────────────────────────── */
.qe2-nodes {
  position: absolute; inset: 0;
  z-index: 3;
  pointer-events: none;
}
.qe2-node {
  --r-x: 340px;
  --r-y: 190px;
  position: absolute;
  left: 50%; top: 50%;
  transform:
    translate(-50%, -50%)
    translate(
      calc(cos(var(--a)) * var(--r-x)),
      calc(sin(var(--a)) * var(--r-y) * -1)
    );
  width: 168px;
  pointer-events: auto;
}
.qe2-node-frame {
  position: relative;
  background: rgba(255,255,255,.96);
  border: 1px solid var(--border);
  border-radius: 11px;
  padding: 11px 12px 9px;
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 6px 18px -10px rgba(10,37,64,.16),
    0 1px 2px rgba(10,37,64,.04);
  transition: all .35s cubic-bezier(.34,1.2,.55,1);
}
.qe2-node.scoring .qe2-node-frame {
  transform: scale(1.03);
  border-color: rgba(79,70,229,.34);
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 16px 36px -10px rgba(79,70,229,.34),
    0 0 0 4px rgba(79,70,229,.06);
}
.qe2-node.pass .qe2-node-frame {
  border-color: rgba(5,150,105,.22);
}
.qe2-node.fail .qe2-node-frame {
  border-color: rgba(225,29,72,.18);
  opacity: .85;
}
.qe2-node-head {
  display: flex; align-items: baseline; gap: 6px;
}
.qe2-node-n {
  font-family: var(--sans);
  font-size: 9px; font-weight: 600;
  letter-spacing: .12em;
  color: var(--faint);
}
.qe2-node-label {
  font-family: var(--sans);
  font-size: 12.5px; font-weight: 600;
  letter-spacing: -.01em;
  color: var(--ink);
}
.qe2-node-hint {
  font-size: 10.5px;
  color: var(--muted);
  margin-top: 2px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.qe2-node-foot {
  display: flex; align-items: center; gap: 8px;
  margin-top: 8px;
}
.qe2-node-bar {
  flex: 1;
  height: 3px;
  background: rgba(10,37,64,.06);
  border-radius: 2px;
  overflow: hidden;
}
.qe2-node-bar-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #818cf8, #4f46e5);
  border-radius: 2px;
  transition: width .65s cubic-bezier(.34,1.2,.55,1);
}
.qe2-node.fail .qe2-node-bar-fill {
  background: linear-gradient(90deg, rgba(225,29,72,.55), rgba(225,29,72,.9));
}
.qe2-node-score {
  font-family: var(--sans);
  font-size: 13px; font-weight: 700;
  letter-spacing: -.02em;
  color: var(--ink);
  min-width: 22px;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.qe2-node.fail .qe2-node-score { color: var(--rose); }

/* ── Bottom ticker ─────────────────────────────── */
.qe2-ticker {
  margin-top: 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px 18px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--e0);
}
.qe2-counters {
  display: flex; gap: 18px;
  padding-right: 18px;
  border-right: 1px solid var(--border);
}
.qe2-counter-val {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.03em;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.qe2-counter-val.good { color: var(--green); }
.qe2-counter-val.bad  { color: var(--rose);  }
.qe2-counter-lbl {
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--faint);
  margin-top: 4px;
}
.qe2-feed {
  display: flex; gap: 14px;
  overflow: hidden;
  mask-image: linear-gradient(90deg, black 0%, black 88%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, black 0%, black 88%, transparent 100%);
}
.qe2-feed-li {
  display: flex; align-items: center; gap: 7px;
  font-size: 12px;
  white-space: nowrap;
  flex-shrink: 0;
  animation: qe2-feed-in .45s cubic-bezier(.16,1,.3,1);
}
@keyframes qe2-feed-in {
  from { opacity: 0; transform: translateX(-12px); }
  to   { opacity: 1; transform: none; }
}
.qe2-feed-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--faint);
}
.qe2-feed-pass .qe2-feed-dot { background: var(--green); }
.qe2-feed-fail .qe2-feed-dot { background: var(--rose); opacity: .7; }
.qe2-feed-scoring .qe2-feed-dot {
  background: var(--indigo);
  box-shadow: 0 0 0 3px rgba(79,70,229,.16);
  animation: qe2-pip 1.4s ease-in-out infinite;
}
.qe2-feed-co {
  font-family: var(--sans);
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -.01em;
}
.qe2-feed-state {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(10,37,64,.04);
}
.qe2-feed-pass    .qe2-feed-state { color: var(--green); background: rgba(5,150,105,.08);  }
.qe2-feed-fail    .qe2-feed-state { color: var(--rose);  background: rgba(225,29,72,.06);  }
.qe2-feed-scoring .qe2-feed-state { color: var(--indigo);background: var(--indigo-l);      }

/* ── Responsive ───────────────────────────────── */
@media (max-width: 980px) {
  .qe2-node { --r-x: 280px; --r-y: 170px; width: 148px; }
  .qe2-hub  { width: 240px; }
}
@media (max-width: 760px) {
  .qe2-stage { aspect-ratio: auto; min-height: auto; padding: 24px; }
  .qe2-svg, .qe2-hub, .qe2-nodes { display: none; }
  .qe2-stage::after { display: block; padding: 24px; content: 'Open on a larger screen to see the live qualification engine.'; color: var(--muted); font-size: 14px; text-align: center; background: none; position: static; }
  .qe2-ticker { grid-template-columns: 1fr; }
  .qe2-counters { border-right: none; border-bottom: 1px solid var(--border); padding: 0 0 12px; }
}

/* ─────────────────────────────────────────────
   PROCESS — Interactive scrolling stepper
   ───────────────────────────────────────────── */

#process .split { display: block !important; margin-top: 36px !important; }

.proc-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 28px;
  align-items: start;
}

.proc-rail {
  position: relative;
  padding-left: 38px;
}
.proc-rail::before {
  content: '';
  position: absolute;
  left: 14px; top: 14px; bottom: 14px;
  width: 1px;
  background: linear-gradient(180deg,
    transparent 0%, var(--border) 8%, var(--border) 92%, transparent 100%);
}
.proc-rail::after {
  content: '';
  position: absolute;
  left: 14px; top: 14px;
  width: 1px;
  height: var(--proc-progress, 0%);
  background: linear-gradient(180deg, #4f46e5, #818cf8);
  transition: height .4s cubic-bezier(.16,1,.3,1);
  box-shadow: 0 0 8px rgba(79,70,229,.4);
}

.proc-step {
  position: relative;
  padding: 18px 18px 18px 20px;
  margin: 0 0 6px -8px;
  border-radius: 12px;
  cursor: pointer;
  transition: background .25s ease;
}
.proc-step:hover { background: rgba(79,70,229,.03); }
.proc-step.active { background: rgba(79,70,229,.05); }
.proc-step::before {
  content: '';
  position: absolute;
  left: -32px; top: 22px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--border);
  transition: all .35s cubic-bezier(.34,1.4,.55,1);
}
.proc-step.active::before {
  background: var(--indigo);
  border-color: var(--indigo);
  box-shadow: 0 0 0 5px rgba(79,70,229,.14), 0 0 16px rgba(79,70,229,.5);
}
.proc-step.done::before {
  background: var(--indigo);
  border-color: var(--indigo);
}
.proc-step-n {
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: .12em;
  color: var(--faint);
  text-transform: uppercase;
  margin-bottom: 4px;
}
.proc-step.active .proc-step-n { color: var(--indigo); }
.proc-step h3 {
  font-family: var(--sans);
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: -.025em;
  color: var(--ink);
  margin: 0 0 4px;
  line-height: 1.25;
}
.proc-step p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
  max-width: 460px;
}
.proc-step-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 9px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .4s ease, opacity .3s ease, margin-top .3s ease;
}
.proc-step.active .proc-step-meta {
  max-height: 50px;
  opacity: 1;
}
.proc-tag {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  color: var(--indigo);
  background: var(--indigo-l);
  padding: 3px 8px;
  border-radius: 4px;
}

/* right: live system panel that responds to active step */
.proc-stage {
  position: sticky;
  top: 76px;
  background:
    radial-gradient(ellipse 90% 60% at 50% 0%, rgba(79,70,229,.04) 0%, transparent 70%),
    var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--e1);
  min-height: 460px;
}
.proc-stage-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  background: var(--off);
}
.proc-stage-title {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -.01em;
}
.proc-stage-title small {
  font-weight: 400;
  color: var(--faint);
  margin-left: 4px;
  letter-spacing: 0;
}
.proc-stage-state {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  color: var(--green);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
}
.proc-stage-state .qe-pip { width: 6px; height: 6px; }

.proc-stage-body {
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.proc-metric {
  background: var(--off);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 14px 14px 12px;
  transition: all .35s cubic-bezier(.16,1,.3,1);
}
.proc-metric.full { grid-column: 1 / -1; }
.proc-metric-lbl {
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: .08em;
  color: var(--faint);
  text-transform: uppercase;
  margin-bottom: 6px;
}
.proc-metric-val {
  font-family: var(--sans);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.04em;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.proc-metric-val em {
  color: var(--indigo);
  font-style: normal;
}
.proc-metric-sub {
  font-size: 11px;
  color: var(--muted);
  margin-top: 6px;
  line-height: 1.4;
}

.proc-feed {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-height: 120px;
  overflow: hidden;
}
.proc-feed-li {
  display: grid;
  grid-template-columns: 8px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 7px 10px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 7px;
  animation: qe-li-in .35s var(--ease-out-expo, ease-out);
}
.proc-feed-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--indigo);
}
.proc-feed-dot.good { background: var(--green); }
.proc-feed-body {
  font-size: 11.5px;
  color: var(--ink);
}
.proc-feed-meta {
  font-family: var(--sans);
  font-size: 9.5px;
  color: var(--faint);
  text-transform: uppercase;
  letter-spacing: .06em;
}

@media (max-width: 860px) {
  .proc-wrap { grid-template-columns: 1fr; }
  .proc-stage { position: relative; top: 0; }
}

/* ─────────────────────────────────────────────
   DIFF — Cinematic row-by-row reveal
   ───────────────────────────────────────────── */
.diff-cols.reveal.in .dc-body.leg  .dc-item,
.diff-cols.reveal.in .dc-body.ours .dc-item {
  animation: vec-diff-in .7s cubic-bezier(.16,1,.3,1) both;
}
.diff-cols.reveal.in .dc-body .dc-item:nth-child(1) { animation-delay: .15s; }
.diff-cols.reveal.in .dc-body .dc-item:nth-child(2) { animation-delay: .27s; }
.diff-cols.reveal.in .dc-body .dc-item:nth-child(3) { animation-delay: .39s; }
.diff-cols.reveal.in .dc-body .dc-item:nth-child(4) { animation-delay: .51s; }
.diff-cols.reveal.in .dc-body .dc-item:nth-child(5) { animation-delay: .63s; }
.diff-cols.reveal.in .dc-body .dc-item:nth-child(6) { animation-delay: .75s; }
.diff-cols.reveal.in .dc-body.ours .dc-item:nth-child(1) { animation-delay: .25s; }
.diff-cols.reveal.in .dc-body.ours .dc-item:nth-child(2) { animation-delay: .37s; }
.diff-cols.reveal.in .dc-body.ours .dc-item:nth-child(3) { animation-delay: .49s; }
.diff-cols.reveal.in .dc-body.ours .dc-item:nth-child(4) { animation-delay: .61s; }
.diff-cols.reveal.in .dc-body.ours .dc-item:nth-child(5) { animation-delay: .73s; }
.diff-cols.reveal.in .dc-body.ours .dc-item:nth-child(6) { animation-delay: .85s; }

.dc-body .dc-item {
  opacity: 0;
  transform: translateX(-10px);
}
.dc-body.ours .dc-item {
  transform: translateX(10px);
}
@keyframes vec-diff-in {
  from { opacity: 0; transform: translateX(var(--dc-x, -10px)); }
  to   { opacity: 1; transform: none; }
}
.dc-body.ours .dc-item { --dc-x: 10px; }

/* Vector column — quiet ambient glow */
.dc-body.ours {
  position: relative;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.08) inset,
    0 14px 50px rgba(79,70,229,.30),
    0 4px 14px rgba(79,70,229,.18) !important;
}
.dc-body.ours::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.1), transparent 40%);
}

/* count-up badge on diff column */
.dc-head .dc-count {
  margin-left: auto;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 2px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  font-variant-numeric: tabular-nums;
}
.dc-head.leg  .dc-count { color: var(--rose);  background: var(--rose-bg);  }
.dc-head.ours .dc-count { color: white;        background: rgba(255,255,255,.15); }

/* ─────────────────────────────────────────────
   CORE OFFER — depth + hover reveal
   ───────────────────────────────────────────── */
.pillar {
  background:
    radial-gradient(ellipse 100% 80% at 0% 0%, rgba(79,70,229,.04) 0%, transparent 60%),
    var(--white) !important;
  padding: 26px 26px 28px !important;
}
.pillar-ico {
  width: 38px !important;
  height: 38px !important;
  border-radius: 9px !important;
}
.pillar h3 {
  font-size: 16px !important;
  letter-spacing: -.02em !important;
  margin-bottom: 10px !important;
}
.pillar .pcopy {
  font-size: 13.5px !important;
  line-height: 1.65 !important;
}
.pillar-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px dashed var(--border);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  color: var(--muted);
  width: 100%;
}
.pillar-live .qe-pip {
  width: 6px; height: 6px;
}
.pillar-live em {
  color: var(--ink);
  font-style: normal;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

/* ─────────────────────────────────────────────
   TIGHTEN SCROLL (smaller, denser sections)
   ───────────────────────────────────────────── */
.section-pad    { padding: 80px 0 !important; }
.section-pad-lg { padding: 92px 0 !important; }

@media (min-width: 1100px) {
  #problem    { padding: 76px 0 !important; }
  #offer      { padding: 84px 0 !important; }
  #process    { padding: 92px 0 !important; }
  #diff       { padding: 84px 0 !important; }
  #intelligence { padding: 80px 0 !important; }
  #pricing    { padding: 84px 0 !important; }
  #why        { padding: 80px 0 !important; }
  #not-fit    { padding: 76px 0 !important; }
  #ideal      { padding: 84px 0 !important; }
  #proof      { padding: 80px 0 !important; }
  #cta        { padding: 96px 0 !important; }
  #faq        { padding: 80px 0 !important; }
}
