/* ==========================================================================
   WESTON CLICK — system.css
   Page-specific styles for client-enrollment-system.html (Services) only.

   Layout DNA — no two sections share a shape:
     1  Hero ............... dark framed panel, centred copy in an orbit
     1b Why not separately . 3 failing cards converging into one verdict
     2  Phase 1 Foundation . dark band, offset split, tilted browser mock
     3  Phase 2 Automation . light, centred stack, thread flanked by metrics
     4  Phase 3 Growth ..... tinted band, funnel-led split
     5  Why the system ..... dark, 3 vendor cards + one accountability bar
     6  Final CTA .......... glowing framed card on light
   ========================================================================== */

/* ==========================================================================
   HERO — dark "command centre" panel (.shero)
   Framed inside the page rather than full-bleed, dark where every other
   hero is light, and centred where the home hero is split.
     · the promise sits dead centre, "Three Services" struck through
     · Website / Automation / Ads ride a tilted elliptical orbit around it,
       placed with CSS trigonometry — cos()/sin() of one animated angle —
       and scaled, faded and blurred by sin() so the back of the ring
       recedes in depth
     · dashboard widgets in the top corners: a CSS-only counter with a
       self-drawing sparkline, and a live feed cycling one event at a time
     · the three phases run along the bottom edge; hovering one lights its
       node and holds the orbit, via :has()
   ========================================================================== */
@property --sa    { syntax: "<angle>";   inherits: true;  initial-value: 0deg; }
@property --sb    { syntax: "<angle>";   inherits: true;  initial-value: 0deg; }
@property --sring { syntax: "<angle>";   inherits: false; initial-value: 0deg; }
@property --scount{ syntax: "<integer>"; inherits: false; initial-value: 0; }

.shero {
  padding-top: var(--header-space);
  padding-bottom: clamp(20px, 2.4vw, 32px);
  background: var(--white);
}

.shero__panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(calc(100% - 2 * clamp(8px, 1.4vw, 20px)), 1400px);
  margin-inline: auto;
  border-radius: clamp(24px, 3vw, 40px);
  background:
    radial-gradient(120% 90% at 50% -10%, #12392B 0%, #0D1F18 45%, var(--surface-ink) 75%);
  color: rgba(255, 255, 255, .66);
  box-shadow: 0 40px 90px -40px rgba(11, 20, 16, .75), inset 0 1px 0 rgba(255, 255, 255, .06);
}

/* --------------------------------------------------------------------------
   Background layers
   -------------------------------------------------------------------------- */
.shero__bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; }

.shero__glow {
  position: absolute;
  left: 50%; top: 42%;
  width: min(900px, 90%);
  aspect-ratio: 2 / 1;
  translate: -50% -50%;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(52, 216, 156, .22), rgba(20, 184, 124, .06) 60%, transparent);
  filter: blur(30px);
  animation: sglow 7s var(--ease-soft) infinite alternate;
}
@keyframes sglow { to { scale: 1.12; opacity: .75; } }

/* Twinkling points of light, two layers drifting at different speeds. */
.shero__stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1.2px 1.2px at 12% 22%, rgba(255, 255, 255, .7), transparent),
    radial-gradient(1px 1px at 28% 68%, rgba(255, 255, 255, .5), transparent),
    radial-gradient(1.4px 1.4px at 46% 14%, rgba(146, 228, 200, .8), transparent),
    radial-gradient(1px 1px at 64% 78%, rgba(255, 255, 255, .45), transparent),
    radial-gradient(1.2px 1.2px at 78% 30%, rgba(255, 255, 255, .6), transparent),
    radial-gradient(1px 1px at 90% 62%, rgba(146, 228, 200, .6), transparent),
    radial-gradient(1.3px 1.3px at 6% 84%, rgba(255, 255, 255, .5), transparent),
    radial-gradient(1px 1px at 56% 44%, rgba(255, 255, 255, .4), transparent);
  background-size: 420px 300px;
  animation: stwinkle 5s ease-in-out infinite alternate;
}
@keyframes stwinkle {
  from { opacity: .45; background-position: 0 0; }
  to   { opacity: 1;   background-position: 30px -20px; }
}

/* Neon grid floor, tipped back into the horizon. */
.shero__floor {
  position: absolute;
  left: -30%; right: -30%;
  bottom: 0;
  height: 55%;
  background-image:
    linear-gradient(rgba(52, 216, 156, .16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(52, 216, 156, .16) 1px, transparent 1px);
  background-size: 64px 64px;
  transform: perspective(480px) rotateX(64deg);
  transform-origin: 50% 100%;
  -webkit-mask-image: linear-gradient(to top, #000 0%, transparent 80%);
  mask-image: linear-gradient(to top, #000 0%, transparent 80%);
  animation: sfloor 4s linear infinite;
}
@keyframes sfloor { to { background-position: 0 64px, 0 0; } }

.shero__grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: .09;
  mix-blend-mode: overlay;
}

/* --------------------------------------------------------------------------
   Stage: orbit + widgets + centred copy
   -------------------------------------------------------------------------- */
.shero__stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(470px, 68svh, 640px);
  padding: clamp(48px, 6vw, 84px) var(--gutter) clamp(92px, 9vw, 128px);
}

.shero__center {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 820px;
  text-align: center;
}

/* Glass pill ringed by a turning conic gradient. */
.shero__badge {
  position: relative;
  padding: 9px 20px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, .06);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent-on-dark);
}
.shero__badge::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: inherit;
  background: conic-gradient(from var(--sring), rgba(52, 216, 156, .15), var(--accent-on-dark), rgba(52, 216, 156, .15) 40%, rgba(255, 255, 255, .5) 70%, rgba(52, 216, 156, .15));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box exclude, linear-gradient(#000 0 0);
  animation: sring 4s linear infinite;
}
@keyframes sring { to { --sring: 360deg; } }

.shero__title {
  margin-top: clamp(18px, 2vw, 26px);
  max-width: 19ch;
  font-size: clamp(2.1rem, 1.1rem + 2.8vw, 3.6rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.045em;
  color: #fff;
  text-wrap: balance;
}
/* "Three Services" gets crossed out a beat after the title lands. */
.shero__strike {
  position: relative;
  text-decoration: none;
  color: rgba(255, 255, 255, .5);
  white-space: nowrap;
}
.shero__strike::after {
  content: "";
  position: absolute;
  left: -3%; right: -3%;
  top: 54%;
  height: .085em;
  border-radius: 99px;
  background: linear-gradient(90deg, #FF8A7A, #F25C5C);
  box-shadow: 0 0 14px rgba(242, 92, 92, .55);
  rotate: -3deg;
  scale: 0 1;
  transform-origin: left center;
  transition: scale .7s .75s var(--ease-out);
}
.shero__title.is-revealed .shero__strike::after,
.shero__title:not([data-reveal]) .shero__strike::after { scale: 1 1; }

/* Neon gradient line with a soft bloom. */
.shero__accent {
  display: block;
  margin-top: .1em;
  background: linear-gradient(90deg, #34D89C, #C6F0E0 25%, #14B87C 50%, #92E4C8 75%, #34D89C);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 18px rgba(52, 216, 156, .2));
  animation: saccent 10s linear infinite;
}
@keyframes saccent { to { background-position: 300% 0; } }

.shero__sub {
  margin-top: clamp(16px, 1.8vw, 22px);
  max-width: 56ch;
  font-size: clamp(1rem, .96rem + .3vw, 1.12rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, .62);
}

.shero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: clamp(24px, 2.8vw, 34px);
}
/* Neon primary for the dark panel. */
.shero .btn--primary {
  background: linear-gradient(135deg, #5AD5AC, #14B87C);
  color: var(--ink-900);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 0 0 1px rgba(52, 216, 156, .4), 0 18px 44px -14px rgba(52, 216, 156, .75);
}
.shero .btn--primary:hover {
  background: linear-gradient(135deg, #7BE3BF, #2AC692);
  color: var(--ink-900);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 0 0 4px rgba(52, 216, 156, .2), 0 22px 50px -14px rgba(52, 216, 156, .9);
}

/* --------------------------------------------------------------------------
   The orbit — a size container, so cqw / cqh are the ellipse radii
   -------------------------------------------------------------------------- */
.sorbit {
  position: absolute;
  inset: clamp(14px, 2vw, 24px);
  z-index: 1;
  container-type: size;
  pointer-events: none;
  rotate: -4deg;
  animation: sorbit 44s linear infinite, sorbit-b 11s linear infinite;
}
@keyframes sorbit   { to { --sa: 360deg; } }
@keyframes sorbit-b { to { --sb: 360deg; } }
.shero:has(.sphase:hover, .sphase:focus-visible) .sorbit { animation-play-state: paused; }

.sorbit__ring,
.sorbit__comet {
  position: absolute;
  left: 50%; top: 50%;
  width: 88cqw;
  height: 88cqh;
  translate: -50% -50%;
  border-radius: 50%;
}
.sorbit__ring { border: 1.5px dashed rgba(52, 216, 156, .22); }
.sorbit__ring--tilt {
  width: 70cqw;
  height: 104cqh;
  border: 1px solid rgba(255, 255, 255, .06);
  rotate: 72deg;
}
/* A comet tail chasing round the main ring on the same angle. */
.sorbit__comet {
  background: conic-gradient(from calc(var(--sa) + 90deg - 130deg),
              rgba(52, 216, 156, 0) 0deg, rgba(52, 216, 156, .95) 128deg, transparent 130deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
}

/* Nodes and sparks share the position maths:  x = cos(t)·rx, y = sin(t)·ry.
   The front of the ring (sin → 1) is full size and sharp; the back
   (sin → −1) shrinks, dims and blurs. */
.snode,
.sorbit__spark {
  position: absolute;
  left: 50%; top: 50%;
  display: none;                       /* shown only where trig is supported */
}
@supports (width: calc(1px * cos(0deg))) {
  .snode,
  .sorbit__spark { display: flex; }

  .snode {
    --t: calc(var(--sa) + var(--o));
    translate: calc(-50% + cos(var(--t)) * 44cqw) calc(-50% + sin(var(--t)) * 44cqh);
    scale: calc(.8 + .2 * sin(var(--t)));
    opacity: calc(.72 + .28 * sin(var(--t)));
    filter: blur(calc((1 - sin(var(--t))) * .5px));
    rotate: 4deg;                      /* undo the orbit's tilt */
  }
  .sorbit__spark {
    --t: calc(var(--sb) + var(--o));
    width: 7px; height: 7px;
    border-radius: 50%;
    background: #C6F0E0;
    box-shadow: 0 0 10px 3px rgba(52, 216, 156, .7);
    translate: calc(-50% + cos(var(--t)) * 44cqw) calc(-50% + sin(var(--t)) * 44cqh);
    opacity: calc(.35 + .65 * sin(var(--t)));
  }
}

.snode {
  align-items: center;
  gap: 11px;
  padding: 8px 16px 8px 8px;
  border-radius: var(--r-pill);
  background: rgba(16, 38, 30, .72);
  border: 1px solid rgba(52, 216, 156, .25);
  -webkit-backdrop-filter: blur(12px) saturate(1.4);
  backdrop-filter: blur(12px) saturate(1.4);
  box-shadow: 0 18px 40px -16px rgba(0, 0, 0, .7), inset 0 1px 0 rgba(255, 255, 255, .06);
  white-space: nowrap;
  transition: background var(--dur-base), border-color var(--dur-base), box-shadow var(--dur-base);
}
.snode__icon {
  width: 38px; height: 38px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink-900);
  background: linear-gradient(145deg, #7BE3BF, #14B87C);
  box-shadow: 0 0 18px rgba(52, 216, 156, .45);
}
.snode__icon svg { width: 19px; height: 19px; }
.snode__text {
  display: flex;
  flex-direction: column;
  font-size: 11.5px;
  line-height: 1.3;
  color: rgba(255, 255, 255, .5);
}
.snode__text strong { font-size: 14px; color: #fff; }

/* Lit node — its phase in the bottom strip is hovered or focused. */
.shero:has(.sphase--web:is(:hover, :focus-visible))  .snode--web,
.shero:has(.sphase--auto:is(:hover, :focus-visible)) .snode--auto,
.shero:has(.sphase--ads:is(:hover, :focus-visible))  .snode--ads {
  scale: 1.15;
  opacity: 1;
  filter: none;
  z-index: 4;
  background: rgba(20, 184, 124, .3);
  border-color: var(--accent-on-dark);
  box-shadow: 0 0 0 6px rgba(52, 216, 156, .14), 0 0 40px rgba(52, 216, 156, .45);
}

/* --------------------------------------------------------------------------
   Corner widgets
   -------------------------------------------------------------------------- */
.swidget,
.sfeed {
  position: absolute;
  top: clamp(18px, 2.4vw, 30px);
  z-index: 2;
}

.swidget {
  left: clamp(18px, 2.4vw, 30px);
  display: grid;
  gap: 6px;
  width: 188px;
  padding: 14px 16px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .09);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  rotate: -3deg;
}
.swidget__label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
}
.swidget__ping {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--accent-on-dark);
  animation: sping 1.6s var(--ease-soft) infinite;
}
@keyframes sping {
  0%   { box-shadow: 0 0 0 0 rgba(52, 216, 156, .7); }
  100% { box-shadow: 0 0 0 8px rgba(52, 216, 156, 0); }
}
.swidget__value {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 11.5px;
  color: rgba(255, 255, 255, .45);
}
/* An animated <integer> fed into a CSS counter — no JavaScript. */
.swidget__count {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
  font-variant-numeric: tabular-nums;
  counter-reset: scount var(--scount);
  animation: scount 2.6s .9s var(--ease-out) forwards;
}
.swidget__count::before { content: counter(scount); }
@keyframes scount { to { --scount: 27; } }
.swidget__value small { font-size: inherit; }
/* Sparkline that draws itself (pathLength="1" keeps the dash maths simple). */
.swidget__spark { width: 100%; height: 30px; overflow: visible; }
.swidget__spark polyline {
  stroke: var(--accent-on-dark);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  filter: drop-shadow(0 0 6px rgba(52, 216, 156, .6));
  animation: sdraw 2.4s 1s var(--ease-out) forwards;
}
@keyframes sdraw { to { stroke-dashoffset: 0; } }

/* Live feed: stacked in one slot, each takes a turn. */
.sfeed {
  right: clamp(18px, 2.4vw, 30px);
  width: 252px;
  height: 64px;
  list-style: none;
  rotate: 3deg;
}
.sfeed__item {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px 0 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  opacity: 0;
  animation: sfeed 9s var(--ease-out) infinite;
  animation-delay: calc(var(--i) * 3s);
}
@keyframes sfeed {
  0%        { opacity: 0; translate: 0 40%;  filter: blur(4px); }
  5%, 29%   { opacity: 1; translate: 0 0;    filter: blur(0); }
  33%, 100% { opacity: 0; translate: 0 -40%; filter: blur(4px); }
}
.sfeed__icon {
  width: 38px; height: 38px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--accent-on-dark);
  background: rgba(52, 216, 156, .14);
}
.sfeed__icon svg { width: 19px; height: 19px; }
.sfeed__text { display: flex; flex-direction: column; font-size: 12px; line-height: 1.35; color: rgba(255, 255, 255, .5); }
.sfeed__text strong { font-size: 14px; color: #fff; }

/* --------------------------------------------------------------------------
   Phases along the bottom edge
   -------------------------------------------------------------------------- */
.sphases {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: rgba(5, 14, 10, .35);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  list-style: none;
}
.sphases > li { display: grid; }
.sphases > li + li { border-left: 1px solid rgba(255, 255, 255, .08); }

.sphase {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: clamp(16px, 1.8vw, 22px) clamp(18px, 2.2vw, 30px);
  color: #fff;
  transition: background var(--dur-base) var(--ease-soft);
}
/* Neon edge that grows along the top of the hovered phase. */
.sphase::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: -1px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent-on-dark), transparent);
  box-shadow: 0 0 16px rgba(52, 216, 156, .8);
  scale: 0 1;
  transition: scale .45s var(--ease-out);
}
.sphase:hover,
.sphase:focus-visible { background: radial-gradient(120% 140% at 50% 0%, rgba(52, 216, 156, .14), transparent 70%); }
.sphase:is(:hover, :focus-visible)::before { scale: 1 1; }

.sphase__num {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, .3);
  transition: color var(--dur-fast);
}
.sphase__icon {
  width: 42px; height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--accent-on-dark);
  background: rgba(52, 216, 156, .1);
  border: 1px solid rgba(52, 216, 156, .2);
  transition: background var(--dur-base), color var(--dur-base), rotate var(--dur-base) var(--ease-spring);
}
.sphase__icon svg { width: 20px; height: 20px; }
.sphase__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  font-size: var(--fs-xs);
  line-height: 1.4;
  color: rgba(255, 255, 255, .5);
}
.sphase__body strong { font-family: var(--font-display); font-size: 1.02rem; color: #fff; }
.sphase__go {
  width: 32px; height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .5);
  transition: background var(--dur-fast), color var(--dur-fast), border-color var(--dur-fast), translate var(--dur-base) var(--ease-spring);
}
.sphase__go svg { width: 14px; height: 14px; }
.sphase:is(:hover, :focus-visible) .sphase__num { color: var(--accent-on-dark); }
.sphase:is(:hover, :focus-visible) .sphase__icon {
  background: linear-gradient(145deg, #7BE3BF, #14B87C);
  color: var(--ink-900);
  rotate: -8deg;
}
.sphase:is(:hover, :focus-visible) .sphase__go {
  background: var(--accent-on-dark);
  border-color: var(--accent-on-dark);
  color: var(--ink-900);
  translate: 0 3px;
}

/* Scroll-linked: the panel's contents sink and fade a little as it leaves. */
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .shero__center {
      animation: scenter-out linear both;
      animation-timeline: view();
      animation-range: exit 0% exit 90%;
    }
  }
}
@keyframes scenter-out { to { translate: 0 60px; opacity: .2; scale: .96; } }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
/* Short laptop screens: tighten so the CTA and the phase strip stay close
   to the first view. */
@media (min-width: 961px) and (max-height: 820px) {
  .shero__stage { min-height: 0; padding-top: 40px; padding-bottom: 120px; }
  .shero__title { font-size: clamp(2rem, 1rem + 2.3vw, 3rem); margin-top: 16px; }
  .shero__sub { margin-top: 14px; }
  .shero__actions { margin-top: 22px; }
  .swidget { scale: .9; transform-origin: left top; }
  .sfeed { scale: .9; transform-origin: right top; }
}

@media (max-width: 1180px) {
  .snode__text { display: none; }
  .snode { padding: 6px; }
}
@media (max-width: 960px) {
  /* Widgets leave the corners and stack under the copy. */
  .shero__stage { padding-bottom: clamp(48px, 8vw, 72px); }
  .shero__center { order: -1; }
  .swidget, .sfeed { position: relative; top: auto; left: auto; right: auto; rotate: none; }
  .swidget { margin-top: 36px; width: min(100%, 252px); }
  .sfeed { margin-top: 12px; width: min(100%, 252px); }
  .sorbit { opacity: .5; }
  .sphases { grid-template-columns: minmax(0, 1fr); }
  .sphases > li + li { border-left: 0; border-top: 1px solid rgba(255, 255, 255, .08); }
}
@media (max-width: 560px) {
  .sphase { grid-template-columns: auto minmax(0, 1fr) auto; gap: 12px; }
  .sphase__num { display: none; }
  .shero__actions .btn--lg { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .shero__glow, .shero__stars, .shero__floor, .shero__badge::before, .shero__accent,
  .sorbit, .swidget__ping { animation: none; }
  .swidget__count { animation: none; --scount: 27; }
  .swidget__spark polyline { animation: none; stroke-dashoffset: 0; }
  .sfeed__item { animation: none; }
  .sfeed__item:last-child { opacity: 1; }
  .shero__strike::after { transition: none; }
}


/* --------------------------------------------------------------------------
   SHARED: the card treatment used across this page
   -------------------------------------------------------------------------- */
.scard {
  position: relative;
  border-radius: var(--r-xl);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  transition: transform var(--dur-base) var(--ease-out),
              box-shadow var(--dur-base) var(--ease-out),
              border-color var(--dur-base) var(--ease-soft);
}
.scard:hover {
  transform: translateY(-6px);
  border-color: var(--brand-200);
  box-shadow: var(--shadow-xl);
}
/* Light sweep across the card on hover */
.scard::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, .5) 50%, transparent 65%);
  transform: translateX(-130%);
  transition: transform .9s var(--ease-out);
}
.scard:hover::after { transform: translateX(130%); }

.scard--ink {
  background: rgba(255, 255, 255, .045);
  border-color: rgba(255, 255, 255, .09);
  box-shadow: 0 20px 50px -24px rgba(0, 0, 0, .8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.scard--ink:hover {
  background: rgba(255, 255, 255, .075);
  border-color: rgba(var(--accent-rgb), .6);
}
.scard--ink::after { background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, .1) 50%, transparent 65%); }

.scard--brand {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  box-shadow: 0 26px 60px -26px rgba(var(--accent-rgb), .95);
}
.scard--brand:hover { border-color: var(--accent-hover); }
.scard--brand::after { background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, .16) 50%, transparent 65%); }

/* Dark section shell */
.ink-section {
  position: relative;
  overflow: hidden;
  background: var(--surface-ink);
  color: rgba(255, 255, 255, .62);
  padding-block: var(--section-y);
}
.ink-section h2, .ink-section h3 { color: #fff; }
.ink-section .lead { color: rgba(255, 255, 255, .6); }
.ink-section .eyebrow { color: var(--accent-on-dark); }
.ink-section .eyebrow::before { background: var(--accent-on-dark); }
.ink-section > .container { position: relative; z-index: 1; }

/* Outcome pair, inverted for dark bands */
.outcomes--ink .outcomes__block {
  background: rgba(255, 255, 255, .04);
  border-color: rgba(255, 255, 255, .09);
}
.outcomes--ink .outcomes__title { color: var(--accent-on-dark); }
.outcomes--ink .outcomes__list > li { color: rgba(255, 255, 255, .66); }
.outcomes--ink .outcomes__list > li::before { background: var(--accent-on-dark); }

/* --------------------------------------------------------------------------
   SECTION 1b — WHY NOT SEPARATELY
   Three isolated pieces fail, three streams converge, one verdict lands.
   -------------------------------------------------------------------------- */
.alone { padding-block: var(--section-y) 0; }

.alone__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
}
.alone__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: clamp(22px, 2.6vw, 30px);
  background: var(--surface-alt);
  box-shadow: var(--shadow-sm);
}
.alone__card:hover { box-shadow: var(--shadow-lg); }

.alone__badge {
  align-self: flex-start;
  padding: 4px 11px;
  border-radius: var(--r-pill);
  background: var(--ink-100);
  color: var(--ink-400);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.alone__icon {
  display: grid;
  place-items: center;
  width: 50px; height: 50px;
  border-radius: 15px;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--ink-300);
  transition: color var(--dur-base) var(--ease-soft), border-color var(--dur-base) var(--ease-soft);
}
.alone__icon svg { width: 23px; height: 23px; }
.alone__card:hover .alone__icon { color: var(--accent); border-color: var(--brand-200); }

.alone__name {
  font-size: var(--fs-h4);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--ink-700);
}
.alone__text { font-size: var(--fs-sm); line-height: 1.65; color: var(--ink-500); }

/* Flatlined signal — the piece is running but nothing is moving */
.alone__flat {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  padding-top: var(--sp-5);
}
.alone__flat i {
  height: 3px;
  flex: 1;
  border-radius: 2px;
  background: var(--ink-200);
}
.alone__card:hover .alone__flat i { background: var(--brand-200); }

/* Converging streams */
.converge {
  position: relative;
  height: clamp(56px, 6vw, 84px);
  margin-inline: auto;
  width: min(100%, 720px);
}
.converge__line {
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, var(--brand-200), var(--accent));
  transform-origin: top;
}
.converge__line--l { left: 16%;  transform: rotate(9deg); }
.converge__line--c { left: 50%; margin-left: -1px; }
.converge__line--r { right: 16%; transform: rotate(-9deg); }
.converge__dot {
  position: absolute;
  bottom: -5px; left: 50%;
  width: 12px; height: 12px;
  margin-left: -6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(var(--accent-rgb), .14);
  animation: converge-pulse 2.4s var(--ease-soft) infinite;
}
@keyframes converge-pulse {
  0%, 100% { box-shadow: 0 0 0 5px rgba(var(--accent-rgb), .16); }
  50%      { box-shadow: 0 0 0 11px rgba(var(--accent-rgb), 0); }
}

.alone__verdict { padding: clamp(24px, 3vw, 38px) clamp(24px, 4vw, 52px); text-align: center; }
.alone__verdict-text {
  max-width: 62ch;
  margin-inline: auto;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, .98rem + .55vw, 1.35rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.025em;
  color: rgba(255, 255, 255, .88);
}
.alone__verdict-text strong { color: #fff; }

.sys-intro__diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-6);
  margin-top: clamp(36px, 4.5vw, 56px);
}
.sys-intro__diagram .sysflow { width: 100%; }
.sys-intro__marker { margin: 0; }
.alone .outcomes { margin-top: clamp(32px, 4vw, 48px); }

@media (max-width: 860px) {
  .alone__grid { grid-template-columns: minmax(0, 1fr); }
  .converge { height: 48px; }
  .converge__line--l, .converge__line--r { display: none; }
}

/* --------------------------------------------------------------------------
   SHARED PHASE SCAFFOLDING
   -------------------------------------------------------------------------- */
.phase { scroll-margin-top: calc(var(--header-space) + 16px); }

.phase__split {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: clamp(36px, 4.5vw, 68px);
  align-items: center;
}
.phase__split--visual-first > :first-child { order: 1; }
.phase__split--visual-first > :last-child  { order: 2; }

.phase__copy h2 { margin-top: var(--sp-4); }
.phase__copy .lead { margin-top: var(--sp-5); }
.phase__copy .body-copy { margin-top: var(--sp-5); }

.phase__tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-400);
}
.phase__tag span {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: var(--r-pill);
  background: var(--accent);
  color: #fff;
  letter-spacing: .08em;
}
.phase__tag--center { justify-content: center; }
.ink-section .phase__tag { color: rgba(255, 255, 255, .5); }

.phase__caption {
  margin-top: var(--sp-5);
  text-align: center;
  font-size: var(--fs-xs);
  color: var(--ink-400);
}
.ink-section .phase__caption { color: rgba(255, 255, 255, .4); }

.phase__cta {
  margin-top: clamp(26px, 3vw, 38px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--sp-4);
}
.phase__cta-note {
  font-size: var(--fs-sm);
  color: var(--ink-400);
  max-width: 46ch;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .phase__split { grid-template-columns: minmax(0, 1fr); }
  /* Copy always leads on mobile, whichever side it sits on at desktop */
  .phase__split--visual-first > :first-child { order: 2; }
  .phase__split--visual-first > :last-child  { order: 1; }
}

/* --------------------------------------------------------------------------
   SECTION 2 — PHASE 1: FOUNDATION  (tilted browser mock)
   -------------------------------------------------------------------------- */
.mock {
  margin: 0;
  perspective: 1200px;
}
.mock__frame {
  border-radius: var(--r-lg);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .85);
  overflow: hidden;
  transform: rotateY(-9deg) rotateX(3deg);
  transform-style: preserve-3d;
  transition: transform .5s var(--ease-out);
}
.mock__chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  background: var(--surface-alt);
}
.mock__chrome > span { width: 9px; height: 9px; border-radius: 50%; background: var(--ink-200); }
.mock__url {
  flex: 1;
  height: 20px;
  margin-left: 10px;
  border-radius: var(--r-pill);
  background: var(--white);
  border: 1px solid var(--line);
}
.mock__body {
  display: grid;
  justify-items: start;
  gap: 12px;
  padding: clamp(20px, 3vw, 30px);
}
.mock__line { height: 10px; border-radius: 5px; background: var(--ink-100); }
.mock__line--xl { width: 78%; height: 15px; background: var(--accent); }
.mock__line--lg { width: 62%; }
.mock__line--md { width: 50%; }
.mock__line--sm { width: 36%; }
.mock__cta {
  display: inline-flex;
  align-items: center;
  margin-block: 4px;
  padding: 9px 18px;
  border-radius: var(--r-pill);
  background: var(--accent);
  color: #fff;
  font-size: var(--fs-xs);
  font-weight: 700;
  box-shadow: var(--shadow-accent);
}
.mock__tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; width: 100%; margin-block: 4px; }
.mock__tile {
  height: 54px;
  border-radius: var(--r-sm);
  border: 1px solid var(--line);
  background: var(--surface-alt);
}
.mock__tile--on { border-color: var(--brand-200); background: var(--accent-tint); }

/* The qualification path, revealed step by step */
.mock__steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: var(--sp-6);
}
.mock__step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px 8px 8px;
  border-radius: var(--r-pill);
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .05);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  font-size: var(--fs-xs);
  font-weight: 600;
  color: rgba(255, 255, 255, .74);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .5s var(--ease-out), transform .5s var(--ease-out);
  transition-delay: var(--step-delay, 0ms);
}
.mock.is-revealed .mock__step { opacity: 1; transform: none; }
.mock__step > span {
  display: grid;
  place-items: center;
  width: 22px; height: 22px;
  flex: none;
  border-radius: 50%;
  background: rgba(var(--accent-bright-rgb), .3);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}
.mock__step--end {
  border-color: rgba(var(--accent-bright-rgb), .55);
  background: rgba(var(--accent-rgb), .35);
  color: #fff;
}
.mock__step--end > span { background: var(--accent-on-dark); color: var(--brand-950); }

@media (max-width: 960px) {
  .mock__frame { transform: none; }
}

/* --------------------------------------------------------------------------
   SECTION 3 — PHASE 2: AUTOMATION  (centred stack + flanking metrics)
   -------------------------------------------------------------------------- */
.phase--automation { background: var(--surface-alt); }
.phase__head { margin-bottom: clamp(32px, 4vw, 48px); }

.speedwrap {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.4fr) minmax(0, .8fr);
  gap: clamp(14px, 2vw, 26px);
  align-items: center;
}
.speed { display: grid; gap: clamp(12px, 1.6vw, 18px); }
.speed__card { padding: clamp(18px, 2.2vw, 24px); }
.speed__icon {
  display: grid;
  place-items: center;
  width: 42px; height: 42px;
  border-radius: 13px;
  background: var(--accent-tint);
  border: 1px solid var(--brand-100);
  color: var(--accent);
  margin-bottom: var(--sp-4);
}
.speed__icon svg { width: 20px; height: 20px; }
.speed__label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-300);
}
.speed__value {
  margin-top: 4px;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 1.1rem + .9vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.1;
}
.speed__value--slow { color: var(--ink-300); text-decoration: line-through; text-decoration-thickness: 2px; }
.speed__value--fast { color: var(--accent); }
.speed__note { margin-top: 8px; font-size: var(--fs-xs); line-height: 1.55; color: var(--ink-500); }

/* --- Message thread --- */
.thread { margin: 0; }
.thread__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  background: var(--surface-alt);
}
.thread__avatar {
  display: grid;
  place-items: center;
  width: 38px; height: 38px;
  flex: none;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--ink-300);
}
.thread__avatar svg { width: 20px; height: 20px; }
.thread__meta { display: flex; flex-direction: column; min-width: 0; }
.thread__meta strong { font-size: var(--fs-sm); font-weight: 700; color: var(--ink-800); }
.thread__meta em { font-style: normal; font-size: var(--fs-xs); color: var(--ink-400); }
.thread__badge {
  margin-left: auto;
  flex: none;
  padding: 5px 11px;
  border-radius: var(--r-pill);
  background: rgba(20, 184, 124, .12);
  color: var(--mint-500);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.thread__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: clamp(18px, 2.5vw, 26px);
  background:
    radial-gradient(120% 90% at 50% 0%, var(--accent-tint), transparent 62%),
    var(--white);
}
.msg { max-width: 84%; display: flex; flex-direction: column; gap: 4px; }
.msg p { padding: 12px 15px; border-radius: 16px; font-size: var(--fs-sm); line-height: 1.55; }
.msg time { font-size: 10px; color: var(--ink-300); }
.msg--in { align-self: flex-start; align-items: flex-start; }
.msg--in p {
  border-bottom-left-radius: 5px;
  background: var(--ink-50);
  border: 1px solid var(--line);
  color: var(--ink-700);
}
.msg--out { align-self: flex-end; align-items: flex-end; }
.msg--out p {
  border-bottom-right-radius: 5px;
  background: var(--accent);
  color: #fff;
  box-shadow: var(--shadow-accent);
}
.msg--system {
  align-self: center;
  max-width: none;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  padding: 8px 14px;
  border-radius: var(--r-pill);
  border: 1px solid rgba(20, 184, 124, .3);
  background: rgba(20, 184, 124, .08);
  color: var(--mint-500);
  font-size: var(--fs-xs);
  font-weight: 700;
}
.msg__check {
  display: grid;
  place-items: center;
  width: 18px; height: 18px;
  flex: none;
  border-radius: 50%;
  background: var(--mint-500);
  color: #fff;
}
.msg__check svg { width: 11px; height: 11px; }

/* Staggered entrance, driven by system.js */
.thread__list.is-animated .msg {
  opacity: 0;
  transform: translateY(10px);
  animation: msg-in .5s var(--ease-out) forwards;
  animation-delay: var(--msg-delay, 0ms);
}
@keyframes msg-in { to { opacity: 1; transform: none; } }

.phase__caption--inset {
  margin: 0;
  padding: 14px 18px;
  border-top: 1px solid var(--line);
  background: var(--surface-alt);
}

.phase--automation .phase__body { margin-top: clamp(32px, 4vw, 48px); }
.phase--automation .outcomes { margin-top: clamp(24px, 3vw, 34px); }

@media (max-width: 1000px) {
  .speedwrap { grid-template-columns: minmax(0, 1fr); }
  .speed { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .speed--left  { order: 2; }
  .speed--right { order: 3; }
  .speedwrap > .thread { order: 1; }
}
@media (max-width: 560px) { .speed { grid-template-columns: minmax(0, 1fr); } }

/* --------------------------------------------------------------------------
   SECTION 4 — PHASE 3: GROWTH  (funnel-led split)
   -------------------------------------------------------------------------- */
.phase--growth {
  background: linear-gradient(180deg, var(--accent-tint), var(--white));
}

.funnel { margin: 0; padding: clamp(24px, 3vw, 36px); }
.funnel__title {
  font-family: var(--font-display);
  font-size: var(--fs-sm);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink-500);
  text-align: center;
  margin-bottom: var(--sp-6);
}
.funnel__stages { display: grid; gap: 12px; justify-items: center; }
.funnel__stage { width: 100%; display: flex; justify-content: center; }
.funnel__bar {
  display: grid;
  place-items: center;
  width: var(--w, 100%);
  min-height: 52px;
  padding: 10px 16px;
  border-radius: var(--r-md);
  background: var(--accent);
  opacity: .3;
  transition: width .9s var(--ease-out), opacity .9s var(--ease-out);
  transition-delay: var(--funnel-delay, 0ms);
}
.funnel__bar em {
  font-style: normal;
  font-size: var(--fs-xs);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  color: #fff;
}
.funnel__stage:nth-child(2) .funnel__bar { --funnel-delay: 130ms; opacity: .5; }
.funnel__stage:nth-child(3) .funnel__bar { --funnel-delay: 260ms; opacity: .72; }
.funnel__stage--end .funnel__bar {
  --funnel-delay: 390ms;
  opacity: 1;
  box-shadow: 0 16px 34px -14px rgba(var(--accent-rgb), .9);
}
/* Collapsed until the figure scrolls into view */
.funnel:not(.is-revealed) .funnel__bar { width: 0; padding-inline: 0; }
.funnel:not(.is-revealed) .funnel__bar em { opacity: 0; }
.funnel__bar em { transition: opacity .5s var(--ease-soft) .4s; }

.funnel__note {
  margin-top: var(--sp-5);
  padding-top: var(--sp-5);
  border-top: 1px solid var(--line);
  text-align: center;
  font-size: var(--fs-xs);
  color: var(--ink-400);
}

/* --------------------------------------------------------------------------
   SECTION 5 — WHY THE SYSTEM, NOT THE PIECES
   -------------------------------------------------------------------------- */
/* Deep-linked from the homepage and the FAQ, so it needs the header offset */
.why-system { scroll-margin-top: calc(var(--header-space) + 16px); }
.why-system__head { margin-bottom: clamp(30px, 3.6vw, 46px); }

.vendors {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
}
.vendor { padding: clamp(22px, 2.6vw, 30px); display: flex; flex-direction: column; }
.vendor__icon {
  display: grid;
  place-items: center;
  width: 48px; height: 48px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .55);
  margin-bottom: var(--sp-5);
  transition: color var(--dur-base) var(--ease-soft);
}
.vendor__icon svg { width: 22px; height: 22px; }
.vendor:hover .vendor__icon { color: var(--accent-on-dark); }
.vendor__name { font-size: var(--fs-h4); letter-spacing: -0.025em; }
.vendor__wants {
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--accent-on-dark);
}
.vendor__metric {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: auto;
  padding-top: var(--sp-6);
  font-family: var(--font-display);
  font-size: var(--fs-sm);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, .75);
}
.vendor__metric span {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .32);
}

.gap-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 74ch;
  margin: clamp(26px, 3vw, 38px) auto 0;
  padding: clamp(18px, 2.2vw, 24px) clamp(20px, 2.4vw, 28px);
  border-radius: var(--r-lg);
  border: 1px dashed rgba(255, 255, 255, .18);
  font-size: var(--fs-sm);
  line-height: 1.7;
  color: rgba(255, 255, 255, .66);
}
.gap-note__icon {
  display: grid;
  place-items: center;
  width: 30px; height: 30px;
  flex: none;
  border-radius: 9px;
  background: rgba(var(--accent-bright-rgb), .22);
  color: var(--accent-on-dark);
}
.gap-note__icon svg { width: 17px; height: 17px; }

.onebar {
  margin-top: clamp(20px, 2.4vw, 30px);
  padding: clamp(24px, 3vw, 34px) clamp(24px, 4vw, 44px);
  text-align: center;
}
.onebar__label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
  margin-bottom: var(--sp-5);
}
.onebar__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px clamp(20px, 3vw, 40px);
}
.onebar__items > li {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  font-family: var(--font-display);
  font-size: clamp(.98rem, .94rem + .3vw, 1.1rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, .88);
}
.onebar__num {
  font-size: clamp(1.7rem, 1.4rem + 1.3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

.why-system__outcomes { margin-top: clamp(26px, 3vw, 40px); }
.why-system__cta { margin-top: clamp(30px, 3.6vw, 44px); }

@media (max-width: 900px) { .vendors { grid-template-columns: minmax(0, 1fr); } }

/* --------------------------------------------------------------------------
   SECTION 6 — FINAL CTA  (glowing framed card)
   -------------------------------------------------------------------------- */
.sys-cta { padding-block: var(--section-y); }
.sys-cta__card {
  position: relative;
  max-width: 900px;
  margin-inline: auto;
  padding: 2px;
  border-radius: var(--r-2xl);
  background: linear-gradient(140deg, var(--accent), var(--brand-400), var(--accent));
  box-shadow: 0 40px 90px -40px rgba(var(--accent-rgb), .75);
  overflow: hidden;
}
.sys-cta__glow {
  position: absolute;
  top: -60%; left: 50%;
  width: 130%; height: 200%;
  margin-left: -65%;
  background: conic-gradient(from 0deg, transparent 0deg, rgba(255, 255, 255, .55) 40deg, transparent 90deg);
  animation: cta-sweep 7s linear infinite;
  pointer-events: none;
}
@keyframes cta-sweep { to { transform: rotate(360deg); } }

.sys-cta__inner {
  position: relative;
  z-index: 1;
  padding: clamp(34px, 5vw, 62px) clamp(24px, 4vw, 56px);
  border-radius: calc(var(--r-2xl) - 2px);
  background:
    radial-gradient(120% 130% at 50% 0%, var(--accent-tint), var(--white) 62%);
  text-align: center;
}
.sys-cta__inner .eyebrow { justify-content: center; }
.sys-cta__inner h2 { font-size: clamp(1.7rem, 1.3rem + 1.9vw, 2.6rem); }
.sys-cta__inner .lead { margin-top: var(--sp-5); margin-inline: auto; max-width: 50ch; }
.sys-cta__inner .btn-row { margin-top: var(--sp-7); }
.sys-cta__inner .cta-note { margin-top: var(--sp-5); }
