/*
  DIDC home page design — generated from DIDC_WEB/css/home3.css.
  Every rule is scoped under .home3 so it cannot restyle the shared
  header.php / footer.php markup, which reuses .nav, .btn, .container
  and .display for the legacy Avada layout.
*/

/*
  DIDC — HOME 3 · "The Intelligence Layer"
  Standalone design system. Does not depend on styles.css.
  Type: Sora (display) · Manrope (UI) · JetBrains Mono (telemetry)
*/



/* ═══════════ TOKENS ═══════════ */
.home3 {
  /* dark ground */
  --ink:        #06070C;
  --ink-2:      #0A0C14;
  --surface:    #0F121C;
  --surface-2:  #141826;
  --line:       rgba(255,255,255,.09);
  --line-2:     rgba(255,255,255,.16);

  /* light ground */
  --porcelain:  #F4F3EF;
  --paper:      #FFFFFF;
  --l-line:     #E4E3DE;

  /* brand */
  --navy:       #161A3C;
  --red:        #ED1440;
  --red-hot:    #FF3D63;
  --red-deep:   #9F1A24;
  --signal:     #ED1440;
  --amber:      #FFB020;
  --green:      #23D18B;

  /* text */
  --tx:         #FFFFFF;
  --tx-2:       rgba(255,255,255,.70);
  --tx-3:       rgba(255,255,255,.46);
  --l-tx:       #12152E;
  --l-tx-2:     #5A6072;

  --font-d: 'Sora', system-ui, sans-serif;
  --font-b: 'Manrope', system-ui, sans-serif;
  --font-m: 'JetBrains Mono', ui-monospace, monospace;

  --r-sm: 10px; --r: 16px; --r-lg: 24px; --r-xl: 32px;
  --pad: clamp(1.25rem, 4vw, 2.5rem);
  --shadow: 0 30px 70px -30px rgba(0,0,0,.75);
  --shadow-l: 0 24px 60px -28px rgba(22,26,60,.35);
  --ease: cubic-bezier(.22,.85,.3,1);
}

.home3, .home3 *, .home3 *::before, .home3 *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 110px; }

.home3 { position: relative; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.home3 {
  background: var(--ink);
  color: var(--tx);
  font-family: var(--font-b);
  font-size: 1.0625rem;
  line-height: 1.62;
  overflow-x: hidden;
}

.home3 img, .home3 svg { display: block; max-width: 100%; }
.home3 a { color: inherit; text-decoration: none; }
.home3 button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
.home3 ::selection { background: var(--red); color: #fff; }

.home3 :focus-visible { outline: 2px solid var(--signal); outline-offset: 3px; border-radius: 4px; }

.home3 .container { width: min(1240px, 100% - clamp(2rem, 6vw, 6rem)); margin-inline: auto; }
.home3 .mono { font-family: var(--font-m); }

/* film grain */
.home3 .grain {
  position: absolute; inset: 0; z-index: 5; pointer-events: none; opacity: .22; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
}

/* ═══════════ TYPE SYSTEM ═══════════ */
.home3 .display {
  font-family: var(--font-d);
  font-size: clamp(3rem, 6.4vw, 6rem);
  line-height: .98;
  font-weight: 800;
  letter-spacing: -.045em;
}
.home3 .display__accent { position: relative; color: var(--red-hot); display: inline-block; white-space: nowrap; }
.home3 .underline {
  position: absolute; left: 0; bottom: -.06em; width: 100%; height: .22em;
  color: var(--red); opacity: .55;
}
.home3 .underline path { stroke-dasharray: 400; stroke-dashoffset: 400; animation: draw 1.3s .55s var(--ease) forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }

.home3 .h2 {
  font-family: var(--font-d);
  font-size: clamp(2.1rem, 3.8vw, 3.5rem);
  line-height: 1.04; font-weight: 800; letter-spacing: -.038em;
}
.home3 .section--light .h2, .home3 .section--porcelain .h2 { color: var(--l-tx); }

.home3 h3 { font-family: var(--font-d); font-weight: 800; letter-spacing: -.03em; }

.home3 .lede { color: var(--tx-2); font-size: clamp(1.02rem, 1.35vw, 1.2rem); max-width: 62ch; margin-top: 1.1rem; }
.home3 .lede--dark { color: var(--l-tx-2); }
.home3 .lede--center { margin-inline: auto; text-align: center; }

.home3 .eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-m); font-size: .75rem; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--red-hot); margin-bottom: 1.1rem;
}
.home3 .eyebrow--dark { color: var(--red); }
.home3 .eyebrow--live { color: var(--tx-2); }

.home3 .pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 0 var(--red); animation: pulse 2.4s infinite; }
.home3 .pulse-dot--cyan { background: var(--signal); box-shadow: 0 0 0 0 var(--signal); }
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(237,20,64,.55); }
  70%  { box-shadow: 0 0 0 9px rgba(237,20,64,0); }
  100% { box-shadow: 0 0 0 0 rgba(237,20,64,0); }
}

.home3 .sec-head { max-width: 860px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.home3 .sec-head--center { text-align: center; margin-inline: auto; }
.home3 .sec-head--center .eyebrow { justify-content: center; }
.home3 .sec-head--split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2.5rem; align-items: end; max-width: none; }
.home3 .sec-head--split .lede { margin-top: 0; }

/* ═══════════ BUTTONS ═══════════ */
.home3 .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--font-b); font-weight: 700; font-size: .95rem; letter-spacing: -.01em;
  padding: .85rem 1.35rem; border-radius: 100px; border: 1px solid transparent;
  color: #fff;
  transition: transform .35s var(--ease), background .25s, border-color .25s, box-shadow .35s, color .25s;
  will-change: transform;
}
.home3 .btn:hover { color: #fff; }
.home3 .btn--sm { padding: .62rem 1.05rem; font-size: .875rem; }
.home3 .btn--lg { padding: 1.05rem 1.85rem; font-size: 1rem; }

.home3 .btn--primary {
  background: linear-gradient(135deg, var(--red-hot), var(--red) 55%, var(--red-deep));
  color: #fff; box-shadow: 0 14px 34px -14px rgba(237,20,64,.8), inset 0 1px 0 rgba(255,255,255,.25);
}
.home3 .btn--primary:hover { color: #fff; box-shadow: 0 20px 46px -14px rgba(237,20,64,.95), inset 0 1px 0 rgba(255,255,255,.35); }

.home3 .btn--wire { border-color: var(--line-2); color: #fff; background: rgba(255,255,255,.03); backdrop-filter: blur(8px); }
.home3 .btn--wire:hover { color: #fff; border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.08); }

.home3 .btn--ghost { color: #fff; }
.home3 .btn--ghost:hover { color: #fff; }

.home3 .btn--dark { background: var(--navy); color: #fff; }
.home3 .btn--dark:hover { color: #fff; background: #23285C; }

.home3 .btn--link { color: #fff; border-bottom: 1px solid transparent; border-radius: 0; padding-inline: .2rem; }
.home3 .btn--link:hover { color: #fff; border-bottom-color: rgba(255,255,255,.4); }

/* Global override: force white text on hover for ALL button-like elements
   (handles inline-styled buttons that would otherwise override hover color) */
.home3 a:hover,
.home3 button:hover,
.home3 .btn:hover,
.home3 [class*="btn"]:hover,
.home3 [class*="cta"]:hover { color: #fff !important; }

.home3 .play-glyph {
  width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--line-2);
  display: grid; place-items: center; position: relative;
}
.home3 .play-glyph::after { content: ''; border-left: 6px solid currentColor; border-block: 4px solid transparent; margin-left: 2px; }

/* ═══════════ HERO ═══════════ */
.home3 .hero {
  position: relative; min-height: calc(100svh - 120px); display: flex; align-items: center;
  padding: clamp(3rem, 7vh, 5.5rem) 0 clamp(4rem, 8vh, 7rem); overflow: hidden;
  background:
    radial-gradient(120% 90% at 78% 8%, rgba(22,26,60,.85), transparent 60%),
    radial-gradient(80% 70% at 12% 92%, rgba(237,20,64,.14), transparent 62%),
    var(--ink);
}
.home3 .hero__canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .85; }
.home3 .hero__aura {
  position: absolute; width: 70vw; height: 70vw; right: -18vw; top: -22vw; pointer-events: none;
  background: radial-gradient(circle, rgba(237,20,64,.22), rgba(212,146,28,.04) 42%, transparent 68%);
  filter: blur(30px);
}
.home3 .hero__rules {
  position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 25% 100%;
  mask-image: linear-gradient(180deg, transparent, #000 25%, #000 70%, transparent);
}

.home3 .hero__grid { position: relative; display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }

.home3 .hero__lede { color: var(--tx-2); font-size: clamp(1.05rem, 1.45vw, 1.28rem); max-width: 56ch; margin-top: 1.75rem; }

.home3 .rotator { display: inline-grid; vertical-align: bottom; }
.home3 .rotator__word {
  grid-area: 1/1; color: var(--tx); font-weight: 700;
  border-bottom: 2px solid rgba(237,20,64,.6);
  opacity: 0; transform: translateY(.5em); transition: opacity .5s var(--ease), transform .5s var(--ease);
}
.home3 .rotator__word.is-active { opacity: 1; transform: none; }

.home3 .hero__cta { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2.25rem; }

.home3 .hero__trust {
  display: flex; flex-wrap: wrap; gap: 1.5rem; list-style: none; margin-top: 2.75rem;
  padding-top: 1.5rem; border-top: 1px solid var(--line);
  font-family: var(--font-m); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--tx-3);
}
.home3 .hero__trust li { position: relative; padding-left: 1rem; }
.home3 .hero__trust li::before { content: ''; position: absolute; left: 0; top: .55em; width: 5px; height: 5px; border-radius: 50%; background: var(--green); }

.home3 .hero__scroll {
  position: absolute; left: 50%; bottom: 2rem; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: .6rem;
  font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--tx-3);
}
.home3 .hero__scrollline { width: 1px; height: 46px; background: linear-gradient(var(--line-2), transparent); position: relative; overflow: hidden; }
.home3 .hero__scrollline::after { content: ''; position: absolute; inset-inline: 0; height: 14px; background: var(--red); animation: scrolldot 2.2s infinite var(--ease); }
@keyframes scrolldot { 0% { top: -14px; } 100% { top: 46px; } }

/* telemetry card */
.home3 .tele {
  background: linear-gradient(165deg, rgba(20,24,38,.94), rgba(10,12,20,.94));
  border: 1px solid var(--line-2); border-radius: var(--r-xl);
  box-shadow: var(--shadow); backdrop-filter: blur(14px);
  overflow: hidden; position: relative;
}
.home3 .tele::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; pointer-events: none;
  background: linear-gradient(150deg, rgba(237,20,64,.55), transparent 38%, transparent 62%, rgba(237,20,64,.25));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.home3 .tele__bar { display: flex; align-items: center; gap: .75rem; padding: .9rem 1.15rem; border-bottom: 1px solid var(--line); }
.home3 .tele__dots { display: flex; gap: .35rem; }
.home3 .tele__dots i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.16); }
.home3 .tele__dots i:first-child { background: rgba(237,20,64,.75); }
.home3 .tele__title { font-size: .72rem; color: var(--tx-3); }
.home3 .tele__badge { margin-left: auto; display: inline-flex; align-items: center; gap: .4rem; font-family: var(--font-m); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: var(--signal); }

.home3 .tele__hero { display: flex; gap: 1.5rem; padding: 1.5rem 1.35rem; align-items: center; }
.home3 .tele__ring { position: relative; width: 124px; flex-shrink: 0; }
.home3 .tele__ring svg { width: 124px; height: 124px; transform: rotate(-90deg); }
.home3 .ring-track { fill: none; stroke: rgba(255,255,255,.08); stroke-width: 8; }
.home3 .ring-fill {
  fill: none; stroke: var(--red); stroke-width: 8; stroke-linecap: round;
  stroke-dasharray: 327; stroke-dashoffset: 327; filter: drop-shadow(0 0 8px rgba(237,20,64,.6));
  transition: stroke-dashoffset 2s var(--ease);
}
.home3 .tele__ring.is-on .ring-fill { stroke-dashoffset: 4; }
.home3 .tele__ringtext { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; }
.home3 .tele__ringtext strong { font-family: var(--font-d); font-size: 1.6rem; font-weight: 800; letter-spacing: -.04em; }
.home3 .tele__ringtext span { font-family: var(--font-m); font-size: .6rem; color: var(--tx-3); letter-spacing: .08em; }

.home3 .tele__facts { display: grid; gap: .85rem; flex: 1; }
.home3 .fact strong { display: block; font-family: var(--font-d); font-size: 1.5rem; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.home3 .fact span { font-size: .72rem; color: var(--tx-3); }

.home3 .tele__feed { border-top: 1px solid var(--line); padding: 1rem 1.35rem; display: grid; gap: .5rem; }
.home3 .feedline { font-size: .78rem; color: var(--tx-2); display: flex; gap: .5rem; align-items: baseline; animation: slidein .5s var(--ease) backwards; }
.home3 .feedline .t { color: var(--tx-3); font-size: .68rem; }
.home3 .feedline .ok { color: var(--green); }
.home3 .feedline .warn { color: var(--amber); }
@keyframes slidein { from { opacity: 0; transform: translateY(6px); } }

.home3 .tele__foot { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 1.35rem; border-top: 1px solid var(--line); font-size: .66rem; color: var(--tx-3); }
.home3 .tele__foot-ok { color: var(--green); }

/* ═══════════ MARQUEE ═══════════ */
.home3 .marquee { border-block: 1px solid var(--line); background: var(--ink-2); padding: 1.1rem 0; overflow: hidden; }
.home3 .marquee__track { display: flex; width: max-content; animation: slide 42s linear infinite; }
.home3 .marquee:hover .marquee__track { animation-play-state: paused; }
.home3 .marquee__set { display: flex; align-items: center; gap: 2rem; padding-right: 2rem; }
.home3 .marquee__set span { font-family: var(--font-d); font-size: 1.05rem; font-weight: 600; color: var(--tx-3); letter-spacing: -.01em; white-space: nowrap; }
.home3 .marquee__set i { color: var(--red); font-size: .5rem; font-style: normal; }
@keyframes slide { to { transform: translateX(-50%); } }

/* ═══════════ SECTIONS ═══════════ */
.home3 .section { padding: clamp(4.5rem, 10vh, 8.5rem) 0; position: relative; }
.home3 .section--dark { background: var(--ink); }
.home3 .section--light { background: var(--paper); color: var(--l-tx); }
.home3 .section--porcelain { background: var(--porcelain); color: var(--l-tx); }

/* ═══════════ BENTO ═══════════ */
.home3 .bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.home3 .tile {
  position: relative; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: var(--pad); overflow: hidden;
  display: flex; flex-direction: column; gap: .85rem;
  transition: transform .5s var(--ease), border-color .4s, background .4s;
}
.home3 .tile::after {
  content: ''; position: absolute; inset: 0; opacity: 0; transition: opacity .5s; pointer-events: none;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 0%), rgba(237,20,64,.12), transparent 65%);
}
.home3 .tile:hover { transform: translateY(-4px); border-color: var(--line-2); background: var(--surface-2); }
.home3 .tile:hover::after { opacity: 1; }
.home3 .tile--wide { grid-column: span 2; }
.home3 .tile--feature { background: linear-gradient(150deg, rgba(31,20,44,.9), var(--surface)); }
.home3 .tile--accent { border-color: rgba(237,20,64,.32); background: linear-gradient(160deg, rgba(237,20,64,.11), var(--surface) 55%); }

.home3 .tile__head { display: flex; align-items: baseline; gap: .85rem; }
.home3 .tile__idx { font-size: .7rem; color: var(--red-hot); letter-spacing: .12em; }
.home3 .tile h3 { font-size: clamp(1.15rem, 1.7vw, 1.45rem); }
.home3 .tile p { color: var(--tx-2); font-size: .93rem; }

.home3 .ticks { list-style: none; display: grid; gap: .45rem; margin-top: auto; padding-top: .5rem; }
.home3 .ticks li { position: relative; padding-left: 1.4rem; font-size: .85rem; color: var(--tx-2); }
.home3 .ticks li::before {
  content: ''; position: absolute; left: 0; top: .48em; width: 8px; height: 5px;
  border-left: 1.8px solid var(--red-hot); border-bottom: 1.8px solid var(--red-hot); transform: rotate(-45deg);
}
.home3 .ticks--dark li { color: var(--l-tx-2); }
.home3 .ticks--dark li::before { border-color: var(--red); }

.home3 .spark { position: relative; margin-top: auto; }
.home3 .spark svg { width: 100%; height: 110px; }
.home3 .spark__line { stroke-dasharray: 900; stroke-dashoffset: 900; }
.home3 .is-visible .spark__line { animation: draw 1.8s .2s var(--ease) forwards; }
.home3 .spark__tag { font-size: .66rem; color: var(--tx-3); letter-spacing: .08em; }

.home3 .docviz { display: flex; align-items: center; gap: .85rem; margin-top: auto; }
.home3 .docviz__page { flex: 0 0 62px; height: 82px; border: 1px solid var(--line-2); border-radius: 6px; padding: .5rem; display: grid; gap: .3rem; align-content: start; background: rgba(255,255,255,.03); }
.home3 .docviz__page span { height: 4px; border-radius: 2px; background: rgba(255,255,255,.2); }
.home3 .docviz__page .w60 { width: 60%; } .home3 .docviz__page .w80 { width: 80%; } .home3 .docviz__page .w40 { width: 40%; }
.home3 .docviz__arrow { color: var(--red-hot); font-size: 1rem; }
.home3 .docviz__json { font-size: .68rem; color: var(--tx-2); display: grid; gap: .2rem; }
.home3 .docviz__json b { color: var(--signal); font-weight: 500; }
.home3 .docviz__json .flag b, .home3 .docviz__json .flag { color: var(--amber); }

.home3 .cvviz { position: relative; margin-top: auto; height: 96px; border-radius: 12px; border: 1px solid var(--line); overflow: hidden;
  background: linear-gradient(120deg, rgba(237,20,64,.04), rgba(237,20,64,.06)), var(--ink-2); }
.home3 .cvbox { position: absolute; font-family: var(--font-m); font-size: .58rem; padding: .2rem .35rem; border-radius: 4px; letter-spacing: .06em; }
.home3 .cvbox--ok { top: 16px; left: 18px; border: 1.5px solid var(--green); color: var(--green); }
.home3 .cvbox--bad { bottom: 16px; right: 22px; border: 1.5px solid var(--red-hot); color: var(--red-hot); }
.home3 .cvscan { position: absolute; inset-inline: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--signal), transparent); animation: scan 3.4s var(--ease) infinite; }
@keyframes scan { 0%,100% { top: 4%; } 50% { top: 94%; } }

.home3 .chips { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: auto; }
.home3 .chips span { font-family: var(--font-m); font-size: .68rem; padding: .3rem .6rem; border: 1px solid var(--line); border-radius: 100px; color: var(--tx-2); }

.home3 .gauge-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: auto; }
.home3 .gauge { display: grid; gap: .45rem; }
.home3 .gauge__bar { display: block; height: 5px; border-radius: 100px; background: rgba(255,255,255,.08); position: relative; overflow: hidden; }
.home3 .gauge__bar::after { content: ''; position: absolute; inset: 0; width: 0; background: var(--red); border-radius: inherit; transition: width 1.4s var(--ease); }
.home3 .is-visible .gauge__bar::after { width: var(--v); }
.home3 .gauge__bar--cyan::after { background: var(--signal); }
.home3 .gauge__bar--amber::after { background: var(--amber); }
.home3 .gauge em { font-size: .64rem; color: var(--tx-3); font-style: normal; letter-spacing: .06em; }

/* ═══════════ PIPELINE ═══════════ */
.home3 .pipe { display: grid; gap: 1.25rem; }
.home3 .pipe__rail { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding-bottom: 1.5rem; }
.home3 .pipe__rail::before { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--l-line); }
.home3 .pipe__progress { position: absolute; bottom: 0; left: 0; height: 2px; width: 25%; background: var(--red); transition: transform .5s var(--ease); }

.home3 .pipe__node { text-align: left; display: grid; gap: .2rem; padding: 1rem 1.1rem; border-radius: var(--r); border: 1px solid transparent; transition: background .3s, border-color .3s, transform .3s var(--ease); }
.home3 .pipe__node span { font-size: .7rem; color: var(--l-tx-2); letter-spacing: .12em; }
.home3 .pipe__node b { font-family: var(--font-d); font-size: 1.25rem; font-weight: 800; letter-spacing: -.03em; color: var(--l-tx); }
.home3 .pipe__node em { font-style: normal; font-size: .82rem; color: var(--l-tx-2); }
.home3 .pipe__node:hover { background: var(--porcelain); }
.home3 .pipe__node.is-active { background: var(--porcelain); border-color: var(--l-line); }
.home3 .pipe__node.is-active span { color: var(--red); }

.home3 .pipe__panel {
  display: grid; grid-template-columns: 1.5fr .8fr; gap: clamp(1.5rem, 4vw, 3.5rem);
  background: var(--navy); color: #fff; border-radius: var(--r-xl); padding: clamp(1.75rem, 4vw, 3rem);
  box-shadow: var(--shadow-l); position: relative; overflow: hidden;
}
.home3 .pipe__panel::after {
  content: ''; position: absolute; right: -10%; top: -40%; width: 46%; aspect-ratio: 1;
  background: radial-gradient(circle, rgba(237,20,64,.35), transparent 65%); pointer-events: none;
}
.home3 .pipe__panel h3 { font-size: clamp(1.5rem, 2.6vw, 2.25rem); margin-bottom: .85rem; color: #fff; }
.home3 .pipe__panel p { color: rgba(255,255,255,.74); font-size: .98rem; }
.home3 .pipe__panel .eyebrow { color: var(--red-hot); }
.home3 .pipe__panel .ticks--dark li { color: rgba(255,255,255,.7); }
.home3 .pipe__panel .ticks--dark li::before { border-color: var(--red-hot); }
.home3 .pipe__panel-main .ticks { margin-top: 1.5rem; }
.home3 .pipe__panel-side { display: grid; gap: 1rem; align-content: start; position: relative; }
.home3 .statlet { border: 1px solid rgba(255,255,255,.14); border-radius: var(--r); padding: 1.1rem 1.25rem; background: rgba(255,255,255,.04); }
.home3 .statlet strong { display: block; font-family: var(--font-d); font-size: 1.85rem; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.home3 .statlet span { font-size: .75rem; color: rgba(255,255,255,.6); }
.home3 .pipe__stack { display: flex; flex-wrap: wrap; gap: .35rem; }
.home3 .pipe__stack span { font-size: .66rem; padding: .3rem .55rem; border-radius: 100px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.75); }

/* fade-swap for panel text */
.home3 .is-swapping { animation: swap .45s var(--ease); }
@keyframes swap { 0% { opacity: 0; transform: translateY(8px); } 100% { opacity: 1; transform: none; } }

/* ═══════════ PRODUCTS ═══════════ */
.home3 .prod { display: grid; gap: 1.25rem; }
.home3 .prod__tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: .6rem; }
.home3 .prod__tab {
  text-align: left; padding: 1rem 1.15rem; border-radius: var(--r); border: 1px solid var(--l-line);
  background: var(--paper); display: grid; gap: .15rem;
  transition: border-color .3s, transform .3s var(--ease), box-shadow .3s;
}
.home3 .prod__tab b { font-family: var(--font-d); font-size: 1.08rem; font-weight: 800; letter-spacing: -.03em; color: var(--l-tx); }
.home3 .prod__tab em { font-style: normal; font-family: var(--font-m); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: var(--l-tx-2); }
.home3 .prod__tab:hover { transform: translateY(-2px); box-shadow: var(--shadow-l); }
.home3 .prod__tab.is-active { border-color: var(--red); box-shadow: 0 0 0 1px var(--red); }
.home3 .prod__tab.is-active em { color: var(--red); }

.home3 .prod__stage {
  display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center;
  background: var(--paper); border: 1px solid var(--l-line); border-radius: var(--r-xl);
  padding: clamp(1.75rem, 4vw, 3rem);
}
.home3 .prod__kicker { font-size: .7rem; letter-spacing: .14em; color: var(--red); margin-bottom: .6rem; }
.home3 .prod__body h3 { font-size: clamp(1.85rem, 3.2vw, 2.75rem); color: var(--l-tx); margin-bottom: .8rem; }
.home3 .prod__body p { color: var(--l-tx-2); }
.home3 .prod__body .ticks { margin: 1.35rem 0 0; }
.home3 .prod__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 1.75rem; }

.home3 .mock { background: var(--navy); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-l); }
.home3 .mock__bar { display: flex; align-items: center; gap: .4rem; padding: .75rem 1rem; background: rgba(0,0,0,.25); }
.home3 .mock__bar i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.18); }
.home3 .mock__bar span { margin-left: .6rem; font-size: .68rem; color: rgba(255,255,255,.5); }
.home3 .mock__body { padding: 1.35rem; display: grid; gap: 1.25rem; }
.home3 .mock__kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; }
.home3 .mock__kpis div { background: rgba(255,255,255,.06); border-radius: 12px; padding: .85rem; }
.home3 .mock__kpis strong { display: block; font-family: var(--font-d); font-size: 1.4rem; font-weight: 800; color: #fff; letter-spacing: -.03em; }
.home3 .mock__kpis span { font-size: .66rem; color: rgba(255,255,255,.55); }
.home3 .mock__chart { display: flex; align-items: flex-end; gap: .45rem; height: 92px; }
.home3 .mock__chart span { flex: 1; height: var(--h); border-radius: 4px 4px 2px 2px; background: linear-gradient(180deg, var(--red-hot), rgba(237,20,64,.25)); animation: grow .8s var(--ease) backwards; }
.home3 .mock__chart span:nth-child(even) { background: linear-gradient(180deg, rgba(237,20,64,.85), rgba(237,20,64,.15)); }
@keyframes grow { from { height: 4px; opacity: .4; } }
.home3 .mock__rows { display: grid; gap: .45rem; }
.home3 .mock__rows div { display: flex; align-items: center; gap: .55rem; font-size: .78rem; color: rgba(255,255,255,.72); background: rgba(255,255,255,.04); border-radius: 8px; padding: .5rem .7rem; }
.home3 .dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.home3 .dot--ok { background: var(--green); }
.home3 .dot--idle { background: rgba(255,255,255,.3); }

/* ═══════════ AGENT CONSOLE ═══════════ */
.home3 .section--console { overflow: hidden; }
.home3 .console__glow { position: absolute; left: 50%; top: 12%; translate: -50% 0; width: 900px; height: 500px; pointer-events: none;
  background: radial-gradient(circle, rgba(237,20,64,.16), transparent 62%); filter: blur(20px); }
.home3 .console { display: grid; grid-template-columns: .8fr 1.6fr; gap: 1.25rem; position: relative; }
.home3 .console__picker { display: grid; gap: .6rem; align-content: start; }
.home3 .agent {
  display: flex; align-items: center; gap: .85rem; text-align: left; width: 100%;
  padding: 1rem 1.1rem; border-radius: var(--r); border: 1px solid var(--line); background: var(--surface);
  transition: border-color .3s, background .3s, transform .3s var(--ease);
}
.home3 .agent:hover { transform: translateX(3px); border-color: var(--line-2); }
.home3 .agent.is-active { border-color: rgba(237,20,64,.55); background: linear-gradient(120deg, rgba(237,20,64,.14), var(--surface) 60%); }
.home3 .agent__icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.06); color: var(--tx-2); flex-shrink: 0; }
.home3 .agent.is-active .agent__icon { background: rgba(237,20,64,.2); color: var(--red-hot); }
.home3 .agent__meta { display: grid; gap: .1rem; min-width: 0; }
.home3 .agent__meta b { font-family: var(--font-d); font-size: 1rem; font-weight: 700; }
.home3 .agent__meta em { font-style: normal; font-size: .66rem; color: var(--tx-3); }

.home3 .console__screen { background: #04050A; border: 1px solid var(--line-2); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); }
.home3 .console__bar { display: flex; align-items: center; gap: .75rem; padding: .85rem 1.1rem; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.02); }
.home3 .console__bar .mono { font-size: .7rem; color: var(--tx-3); }
.home3 .console__run { margin-left: auto; font-size: .7rem; color: var(--red-hot); border: 1px solid rgba(237,20,64,.35); padding: .3rem .7rem; border-radius: 100px; transition: background .25s, color .25s; }
.home3 .console__run:hover { background: rgba(237,20,64,.15); color: #fff; }

.home3 .console__prompt { display: flex; gap: .9rem; padding: 1.1rem; border-bottom: 1px solid var(--line); }
.home3 .console__label { font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: var(--signal); padding-top: .25rem; flex-shrink: 0; }
.home3 .console__prompt p { font-size: .9rem; color: var(--tx-2); }

.home3 .console__log { padding: 1.1rem; min-height: 268px; font-size: .8rem; line-height: 1.85; display: grid; align-content: start; gap: .1rem; }
.home3 .logline { display: flex; gap: .55rem; align-items: baseline; animation: slidein .35s var(--ease) backwards; }
.home3 .logline__t { color: var(--tx-3); font-size: .7rem; flex-shrink: 0; }
.home3 .logline__b { color: var(--tx-2); }
.home3 .logline--ok .logline__mark { color: var(--green); }
.home3 .logline--warn .logline__mark { color: var(--amber); }
.home3 .logline--warn .logline__b { color: #FFD79A; }
.home3 .logline--head .logline__b { color: var(--signal); }
.home3 .logline__cursor { display: inline-block; width: 8px; height: 14px; background: var(--red-hot); animation: blink 1s steps(2) infinite; vertical-align: middle; }
@keyframes blink { 50% { opacity: 0; } }

.home3 .console__foot { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.home3 .console__stat { padding: .85rem 1.1rem; border-right: 1px solid var(--line); display: grid; gap: .1rem; }
.home3 .console__stat:last-child { border-right: 0; }
.home3 .console__stat .mono { font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; color: var(--tx-3); }
.home3 .console__stat strong { font-family: var(--font-d); font-size: 1.05rem; font-weight: 700; }
.home3 .console__stat--ok strong { color: var(--green); }

/* ═══════════ IMPACT BAND ═══════════ */
.home3 .band { background: linear-gradient(120deg, var(--navy), #0C0F26 55%, var(--ink)); border-block: 1px solid var(--line); padding: clamp(2.5rem, 6vh, 4.5rem) 0; }
.home3 .band__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.home3 .band__item { padding-left: 1.25rem; border-left: 2px solid rgba(237,20,64,.5); }
.home3 .band__item strong { display: block; font-family: var(--font-d); font-size: clamp(2.25rem, 4.2vw, 3.5rem); font-weight: 900; letter-spacing: -.05em; line-height: 1; }
.home3 .band__item span { font-size: .82rem; color: var(--tx-3); }

/* ═══════════ INDUSTRIES ═══════════ */
.home3 .inds { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.home3 .ind { background: var(--porcelain); border: 1px solid var(--l-line); border-radius: var(--r-lg); padding: var(--pad); transition: transform .4s var(--ease), box-shadow .4s, border-color .3s; }
.home3 .ind:hover { transform: translateY(-4px); box-shadow: var(--shadow-l); border-color: rgba(237,20,64,.4); }
.home3 .ind h3 { font-size: 1.3rem; color: var(--l-tx); margin-bottom: .5rem; }
.home3 .ind p { font-size: .9rem; color: var(--l-tx-2); }
.home3 .ind .ticks { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--l-line); }

/* ═══════════ ROI ═══════════ */
.home3 .roi {
  margin-top: clamp(2.5rem, 5vw, 4rem); display: grid; grid-template-columns: 1.1fr .9fr;
  gap: clamp(1.5rem, 4vw, 3rem); background: var(--porcelain); border: 1px solid var(--l-line);
  border-radius: var(--r-xl); padding: clamp(1.75rem, 4vw, 3rem);
}
.home3 .roi__controls h3 { font-size: clamp(1.4rem, 2.4vw, 2rem); color: var(--l-tx); margin-bottom: 1.75rem; }
.home3 .slider { display: block; margin-bottom: 1.5rem; }
.home3 .slider__top { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-bottom: .6rem; }
.home3 .slider__top b { font-size: .9rem; color: var(--l-tx); }
.home3 .slider__top em { font-style: normal; font-family: var(--font-m); font-size: .9rem; font-weight: 600; color: var(--red); }
.home3 .slider input[type=range] { -webkit-appearance: none; appearance: none; width: 100%; height: 4px; border-radius: 100px; background: #DCDBD5; }
.home3 .slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; width: 22px; height: 22px; border-radius: 50%;
  background: var(--red); border: 3px solid #fff; box-shadow: 0 3px 10px rgba(237,20,64,.45); cursor: pointer;
}
.home3 .slider input[type=range]::-moz-range-thumb {
  width: 18px; height: 18px; border-radius: 50%; background: var(--red); border: 3px solid #fff;
  box-shadow: 0 3px 10px rgba(237,20,64,.45); cursor: pointer;
}
.home3 .roi__note { font-size: .78rem; color: var(--l-tx-2); border-left: 2px solid var(--l-line); padding-left: .85rem; }

.home3 .roi__result { background: var(--navy); color: #fff; border-radius: var(--r-lg); padding: clamp(1.5rem, 3vw, 2.25rem); text-align: center; display: grid; align-content: center; gap: .5rem; position: relative; overflow: hidden; }
.home3 .roi__result::after { content: ''; position: absolute; left: -20%; bottom: -40%; width: 70%; aspect-ratio: 1; background: radial-gradient(circle, rgba(237,20,64,.35), transparent 65%); }
.home3 .roi__label { font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.55); position: relative; }
.home3 .roi__big { font-family: var(--font-d); font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 900; letter-spacing: -.05em; line-height: 1; color: #fff; position: relative; }
.home3 .roi__sub { font-size: .9rem; color: rgba(255,255,255,.7); position: relative; }
.home3 .roi__sub strong { color: var(--signal); }
.home3 .roi__meter { height: 5px; border-radius: 100px; background: rgba(255,255,255,.12); margin: 1.1rem 0 1.35rem; overflow: hidden; position: relative; }
.home3 .roi__meter span { display: block; height: 100%; width: 40%; border-radius: inherit; background: linear-gradient(90deg, var(--red), var(--red-hot)); transition: width .4s var(--ease); }
.home3 .roi__result .btn { position: relative; }

/* ═══════════ PROOF / FAQ ═══════════ */
.home3 .proof { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.home3 .quote { position: relative; padding-left: 2.5rem; }
.home3 .quote::before { content: '“'; position: absolute; left: 0; top: -.35em; font-family: var(--font-d); font-size: 5rem; color: var(--red); line-height: 1; }
.home3 .quote p { font-family: var(--font-d); font-size: clamp(1.35rem, 2.3vw, 1.9rem); font-weight: 600; line-height: 1.32; letter-spacing: -.025em; }
.home3 .quote footer { margin-top: 1.5rem; display: grid; gap: .15rem; }
.home3 .quote__role { font-weight: 700; }
.home3 .quote__org { font-size: .8rem; color: var(--tx-3); }

.home3 .faq { display: grid; gap: .6rem; }
.home3 .faq__item { border: 1px solid var(--line); border-radius: var(--r); background: var(--surface); padding: 0 1.25rem; transition: border-color .3s, background .3s; }
.home3 .faq__item[open] { border-color: rgba(237,20,64,.35); background: var(--surface-2); }
.home3 .faq__item summary { list-style: none; cursor: pointer; padding: 1.1rem 0; font-family: var(--font-d); font-weight: 700; font-size: 1.05rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.home3 .faq__item summary::-webkit-details-marker { display: none; }
.home3 .faq__item summary::after { content: '+'; font-family: var(--font-m); color: var(--red-hot); font-size: 1.25rem; transition: transform .3s var(--ease); }
.home3 .faq__item[open] summary::after { transform: rotate(45deg); }
.home3 .faq__item p { padding-bottom: 1.15rem; color: var(--tx-2); font-size: .92rem; animation: swap .35s var(--ease); }

/* ═══════════ CTA ═══════════ */
.home3 .cta { position: relative; padding: clamp(5rem, 12vh, 9rem) 0; text-align: center; overflow: hidden;
  background: radial-gradient(90% 100% at 50% 110%, rgba(237,20,64,.24), transparent 62%), var(--ink); border-top: 1px solid var(--line); }
.home3 .cta__aura { position: absolute; left: 50%; bottom: -30%; translate: -50% 0; width: 780px; aspect-ratio: 1;
  background: conic-gradient(from 180deg, rgba(237,20,64,.28), rgba(237,20,64,.12), rgba(237,20,64,.28)); filter: blur(80px); opacity: .55; animation: spin 26s linear infinite; }
@keyframes spin { to { rotate: 360deg; } }
.home3 .cta__inner { position: relative; display: grid; justify-items: center; }
.home3 .display--cta { font-size: clamp(2.4rem, 5.4vw, 4.75rem); margin: .5rem 0 1.25rem; }
.home3 .cta__actions { display: flex; flex-wrap: wrap; gap: .85rem; justify-content: center; margin-top: 2rem; }
.home3 .cta__fine { margin-top: 2rem; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--tx-3); }

/* ═══════════ FOOTER ═══════════ */
.home3 .foot { background: var(--ink-2); border-top: 1px solid var(--line); padding: clamp(3rem, 7vh, 5rem) 0 2rem; }
.home3 .foot__grid { display: grid; grid-template-columns: 1.6fr repeat(3, .8fr); gap: clamp(1.5rem, 4vw, 3rem); }
.home3 .brand--foot .brand__text strong { font-size: 1.5rem; }
.home3 .foot__brand p { color: var(--tx-3); font-size: .88rem; margin: 1rem 0 1.25rem; max-width: 40ch; }
.home3 .foot__badges { display: flex; flex-wrap: wrap; gap: .4rem; }
.home3 .foot__badges span { font-family: var(--font-m); font-size: .64rem; letter-spacing: .06em; padding: .3rem .6rem; border: 1px solid var(--line); border-radius: 100px; color: var(--tx-3); }
.home3 .foot__col { display: grid; gap: .55rem; align-content: start; }
.home3 .foot__col h4 { font-family: var(--font-m); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--tx-3); font-weight: 500; margin-bottom: .35rem; }
.home3 .foot__col a { font-size: .9rem; color: var(--tx-2); transition: color .2s, translate .2s; }
.home3 .foot__col a:hover { color: var(--red-hot); translate: 3px 0; }

.home3 .foot__wordmark {
  font-family: var(--font-d); font-weight: 900; letter-spacing: -.05em; line-height: .8;
  font-size: clamp(5rem, 21vw, 17rem); text-align: center; margin: clamp(2rem, 5vw, 3.5rem) 0 1rem;
  background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,0));
  -webkit-background-clip: text; background-clip: text; color: transparent; user-select: none;
}
.home3 .foot__base { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding-top: 1.5rem; border-top: 1px solid var(--line); font-size: .78rem; color: var(--tx-3); }
.home3 .foot__links { display: flex; gap: 1.25rem; }
.home3 .foot__links a:hover { color: var(--tx); }

/* ═══════════ REVEAL ═══════════ */
.home3 [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.home3 [data-reveal].is-visible { opacity: 1; transform: none; }

/* ═══════════ RESPONSIVE ═══════════ */
@media (max-width: 1100px) {
  .home3 .nav__links { display: none; }
  .home3 .nav__burger { display: block; }
  .home3 .nav__actions .btn--ghost { display: none; }
  .home3 .hero__grid { grid-template-columns: 1fr; }
  .home3 .tele { max-width: 560px; }
  .home3 .console { grid-template-columns: 1fr; }
  .home3 .console__picker { grid-template-columns: repeat(3, 1fr); display: grid; }
  .home3 .agent { flex-direction: column; align-items: flex-start; }
  .home3 .proof { grid-template-columns: 1fr; }
  .home3 .sec-head--split { grid-template-columns: 1fr; align-items: start; }
  .home3 .foot__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .home3 .bento { grid-template-columns: repeat(2, 1fr); }
  .home3 .tile--wide { grid-column: span 2; }
  .home3 .inds { grid-template-columns: repeat(2, 1fr); }
  .home3 .prod__stage { grid-template-columns: 1fr; }
  .home3 .prod__tabs { grid-template-columns: repeat(2, 1fr); }
  .home3 .pipe__rail { grid-template-columns: repeat(2, 1fr); }
  .home3 .pipe__progress { display: none; }
  .home3 .pipe__panel { grid-template-columns: 1fr; }
  .home3 .roi { grid-template-columns: 1fr; }
  .home3 .band__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .home3 { font-size: 1rem; }
  .home3 .nav__actions .btn--primary { display: none; }
  .home3 .brand__text em { display: none; }
  .home3 .bento, .home3 .inds { grid-template-columns: 1fr; }
  .home3 .tile--wide { grid-column: span 1; }
  .home3 .gauge-row { grid-template-columns: 1fr; }
  .home3 .console__picker { grid-template-columns: 1fr; }
  .home3 .agent { flex-direction: row; align-items: center; }
  .home3 .console__foot { grid-template-columns: repeat(2, 1fr); }
  .home3 .console__stat:nth-child(2) { border-right: 0; }
  .home3 .console__stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .home3 .prod__tabs { grid-template-columns: 1fr; }
  .home3 .band__grid { grid-template-columns: 1fr; }
  .home3 .foot__grid { grid-template-columns: 1fr; }
  .home3 .tele__hero { flex-direction: column; align-items: flex-start; }
  .home3 .hero__trust { gap: .85rem 1.25rem; }
  .home3 .display__accent { white-space: normal; }
  .home3 .display__accent .underline { display: none; }
  .home3 .eyebrow { font-size: .66rem; letter-spacing: .1em; align-items: baseline; }
  .home3 .hero__scroll { display: none; }
  .home3 .quote { padding-left: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .home3, .home3 *, .home3 *::before, .home3 *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .home3 { scroll-behavior: auto; }
  .home3 [data-reveal] { opacity: 1; transform: none; }
  .home3 .underline path { stroke-dashoffset: 0; }
  .home3 .spark__line { stroke-dashoffset: 0; }
  .home3 .gauge__bar::after { width: var(--v); }
}


/* ═══════════════════════════════════════════════════════════════════
   UN-SCOPED HERO RULES — added for process.php compatibility
   These mirror the .home3 .<hero-class> rules above but work
   on any page that loads home3.css, even without .home3 wrapper.
   Process.php uses .hero / .tele--red / .hero--process directly.
   ═══════════════════════════════════════════════════════════════════ */

.btn { 
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--font-b); font-weight: 700; font-size: .95rem; letter-spacing: -.01em;
  padding: .85rem 1.35rem; border-radius: 100px; border: 1px solid transparent;
  color: #fff;
  transition: transform .35s var(--ease), background .25s, border-color .25s, box-shadow .35s, color .25s;
  will-change: transform;
 }
.btn:hover { color: #fff; }
.btn--dark {  background: var(--navy); color: #fff;  }
.btn--dark:hover {  color: #fff; background: #23285C;  }
.btn--ghost {  color: #fff;  }
.btn--ghost:hover {  color: #fff;  }
.btn--lg {  padding: 1.05rem 1.85rem; font-size: 1rem;  }
.btn--link {  color: #fff; border-bottom: 1px solid transparent; border-radius: 0; padding-inline: .2rem;  }
.btn--link:hover {  color: #fff; border-bottom-color: rgba(255,255,255,.4);  }
.btn--primary { 
  background: linear-gradient(135deg, var(--red-hot), var(--red) 55%, var(--red-deep));
  color: #fff; box-shadow: 0 14px 34px -14px rgba(237,20,64,.8), inset 0 1px 0 rgba(255,255,255,.25);
 }
.btn--primary:hover {  color: #fff; box-shadow: 0 20px 46px -14px rgba(237,20,64,.95), inset 0 1px 0 rgba(255,255,255,.35);  }
.btn--sm {  padding: .62rem 1.05rem; font-size: .875rem;  }
.btn--wire {  border-color: var(--line-2); color: #fff; background: rgba(255,255,255,.03); backdrop-filter: blur(8px);  }
.btn--wire:hover {  color: #fff; border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.08);  }
.chips {  display: flex; flex-wrap: wrap; gap: .4rem; margin-top: auto;  }
.chips span {  font-family: var(--font-m); font-size: .68rem; padding: .3rem .6rem; border: 1px solid var(--line); border-radius: 100px; color: var(--tx-2);  }
.display { 
  font-family: var(--font-d);
  font-size: clamp(3rem, 6.4vw, 6rem);
  line-height: .98;
  font-weight: 800;
  letter-spacing: -.045em;
 }
.display--cta {  font-size: clamp(2.4rem, 5.4vw, 4.75rem); margin: .5rem 0 1.25rem;  }
.display__accent {  position: relative; color: var(--red-hot); display: inline-block; white-space: nowrap;  }
.eyebrow { 
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-m); font-size: .75rem; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--red-hot); margin-bottom: 1.1rem;
 }
.eyebrow--dark {  color: var(--red);  }
.eyebrow--live {  color: var(--tx-2);  }
.fact span {  font-size: .72rem; color: var(--tx-3);  }
.fact strong {  display: block; font-family: var(--font-d); font-size: 1.5rem; font-weight: 800; letter-spacing: -.04em; line-height: 1;  }
.feedline {  font-size: .78rem; color: var(--tx-2); display: flex; gap: .5rem; align-items: baseline; animation: slidein .5s var(--ease) backwards;  }
.feedline .ok {  color: var(--green);  }
.feedline .t {  color: var(--tx-3); font-size: .68rem;  }
.feedline .warn {  color: var(--amber);  }
.h2 { 
  font-family: var(--font-d);
  font-size: clamp(2.1rem, 3.8vw, 3.5rem);
  line-height: 1.04; font-weight: 800; letter-spacing: -.038em;
 }
.hero { 
  position: relative; min-height: calc(100svh - 120px); display: flex; align-items: center;
  padding: clamp(3rem, 7vh, 5.5rem) 0 clamp(4rem, 8vh, 7rem); overflow: hidden;
  background:
    radial-gradient(120% 90% at 78% 8%, rgba(22,26,60,.85), transparent 60%),
    radial-gradient(80% 70% at 12% 92%, rgba(237,20,64,.14), transparent 62%),
    var(--ink);
 }
.hero__aura { 
  position: absolute; width: 70vw; height: 70vw; right: -18vw; top: -22vw; pointer-events: none;
  background: radial-gradient(circle, rgba(237,20,64,.22), rgba(212,146,28,.04) 42%, transparent 68%);
  filter: blur(30px);
 }
.hero__canvas {  position: absolute; inset: 0; width: 100%; height: 100%; opacity: .85;  }
.hero__cta {  display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2.25rem;  }
.hero__grid {  position: relative; display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(2rem, 5vw, 5rem); align-items: center;  }
.hero__lede {  color: var(--tx-2); font-size: clamp(1.05rem, 1.45vw, 1.28rem); max-width: 56ch; margin-top: 1.75rem;  }
.hero__rules { 
  position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 25% 100%;
  mask-image: linear-gradient(180deg, transparent, #000 25%, #000 70%, transparent);
 }
.hero__scroll { 
  position: absolute; left: 50%; bottom: 2rem; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: .6rem;
  font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--tx-3);
 }
.hero__scrollline {  width: 1px; height: 46px; background: linear-gradient(var(--line-2), transparent); position: relative; overflow: hidden;  }
.hero__scrollline::after {  content: ''; position: absolute; inset-inline: 0; height: 14px; background: var(--red); animation: scrolldot 2.2s infinite var(--ease);  }
.hero__trust { 
  display: flex; flex-wrap: wrap; gap: 1.5rem; list-style: none; margin-top: 2.75rem;
  padding-top: 1.5rem; border-top: 1px solid var(--line);
  font-family: var(--font-m); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--tx-3);
 }
.hero__trust li {  position: relative; padding-left: 1rem;  }
.hero__trust li::before {  content: ''; position: absolute; left: 0; top: .55em; width: 5px; height: 5px; border-radius: 50%; background: var(--green);  }
.lede {  color: var(--tx-2); font-size: clamp(1.02rem, 1.35vw, 1.2rem); max-width: 62ch; margin-top: 1.1rem;  }
.lede--center {  margin-inline: auto; text-align: center;  }
.lede--dark {  color: var(--l-tx-2);  }
.mono {  font-family: var(--font-m);  }
.pulse-dot {  width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 0 var(--red); animation: pulse 2.4s infinite;  }
.pulse-dot--cyan {  background: var(--signal); box-shadow: 0 0 0 0 var(--signal);  }
.ring-fill { 
  fill: none; stroke: var(--red); stroke-width: 8; stroke-linecap: round;
  stroke-dasharray: 327; stroke-dashoffset: 327; filter: drop-shadow(0 0 8px rgba(237,20,64,.6));
  transition: stroke-dashoffset 2s var(--ease);
 }
.ring-track {  fill: none; stroke: rgba(255,255,255,.08); stroke-width: 8;  }
.rotator {  display: inline-grid; vertical-align: bottom;  }
.rotator__word { 
  grid-area: 1/1; color: var(--tx); font-weight: 700;
  border-bottom: 2px solid rgba(237,20,64,.6);
  opacity: 0; transform: translateY(.5em); transition: opacity .5s var(--ease), transform .5s var(--ease);
 }
.rotator__word.is-active {  opacity: 1; transform: none;  }
.sec-head {  max-width: 860px; margin-bottom: clamp(2.5rem, 5vw, 4rem);  }
.sec-head--center {  text-align: center; margin-inline: auto;  }
.sec-head--center .eyebrow {  justify-content: center;  }
.sec-head--split {  display: grid; grid-template-columns: 1.1fr .9fr; gap: 2.5rem; align-items: end; max-width: none;  }
.sec-head--split .lede {  margin-top: 0;  }
.tele { 
  background: linear-gradient(165deg, rgba(20,24,38,.94), rgba(10,12,20,.94));
  border: 1px solid var(--line-2); border-radius: var(--r-xl);
  box-shadow: var(--shadow); backdrop-filter: blur(14px);
  overflow: hidden; position: relative;
 }
.tele::before { 
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; pointer-events: none;
  background: linear-gradient(150deg, rgba(237,20,64,.55), transparent 38%, transparent 62%, rgba(237,20,64,.25));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
 }
.tele__badge {  margin-left: auto; display: inline-flex; align-items: center; gap: .4rem; font-family: var(--font-m); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: var(--signal);  }
.tele__bar {  display: flex; align-items: center; gap: .75rem; padding: .9rem 1.15rem; border-bottom: 1px solid var(--line);  }
.tele__dots {  display: flex; gap: .35rem;  }
.tele__dots i {  width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.16);  }
.tele__dots i:first-child {  background: rgba(237,20,64,.75);  }
.tele__facts {  display: grid; gap: .85rem; flex: 1;  }
.tele__feed {  border-top: 1px solid var(--line); padding: 1rem 1.35rem; display: grid; gap: .5rem;  }
.tele__foot {  display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 1.35rem; border-top: 1px solid var(--line); font-size: .66rem; color: var(--tx-3);  }
.tele__foot-ok {  color: var(--green);  }
.tele__hero {  display: flex; gap: 1.5rem; padding: 1.5rem 1.35rem; align-items: center;  }
.tele__ring {  position: relative; width: 124px; flex-shrink: 0;  }
.tele__ring svg {  width: 124px; height: 124px; transform: rotate(-90deg);  }
.tele__ring.is-on .ring-fill {  stroke-dashoffset: 4;  }
.tele__ringtext {  position: absolute; inset: 0; display: grid; place-content: center; text-align: center;  }
.tele__ringtext span {  font-family: var(--font-m); font-size: .6rem; color: var(--tx-3); letter-spacing: .08em;  }
.tele__ringtext strong {  font-family: var(--font-d); font-size: 1.6rem; font-weight: 800; letter-spacing: -.04em;  }
.tele__title {  font-size: .72rem; color: var(--tx-3);  }
.underline { 
  position: absolute; left: 0; bottom: -.06em; width: 100%; height: .22em;
  color: var(--red); opacity: .55;
 }
.underline path {  stroke-dasharray: 400; stroke-dashoffset: 400; animation: draw 1.3s .55s var(--ease) forwards;  }

/* ═══════════════════════════════════════════════════════════════════
   :ROOT FALLBACK TOKENS — for pages without .home3 wrapper
   process.php and other pages that use .hero directly need these
   variables in the global :root scope to resolve var() references.
   ═══════════════════════════════════════════════════════════════════ */
:root {
  --ink:        #06070C;
  --ink-2:      #0A0C14;
  --surface:    #0F121C;
  --surface-2:  #141826;
  --line:       rgba(255,255,255,.09);
  --line-2:     rgba(255,255,255,.16);

  --porcelain:  #F4F3EF;
  --paper:      #FFFFFF;
  --l-line:     #E4E3DE;

  --navy:       #161A3C;
  --red:        #ED1440;
  --red-hot:    #FF3D63;
  --red-deep:   #9F1A24;
  --signal:     #ED1440;
  --amber:      #FFB020;
  --green:      #23D18B;

  --tx:         #FFFFFF;
  --tx-2:       rgba(255,255,255,.70);
  --tx-3:       rgba(255,255,255,.46);
  --l-tx:       #12152E;
  --l-tx-2:     #5A6072;

  --font-d: 'Sora', system-ui, sans-serif;
  --font-b: 'Manrope', system-ui, sans-serif;
  --font-m: 'JetBrains Mono', ui-monospace, monospace;

  --r-sm: 10px; --r: 16px; --r-lg: 24px; --r-xl: 32px;
  --pad: clamp(1.25rem, 4vw, 2.5rem);
  --shadow: 0 30px 70px -30px rgba(0,0,0,.75);
  --shadow-l: 0 24px 60px -28px rgba(22,26,60,.35);
  --ease: cubic-bezier(.22,.85,.3,1);
}

/* ═══════════════════════════════════════════════════════════════════════════
   .hero--process — LIGHT THEME HERO (white bg, dark text)
   Used by: index.php, process.php
   Overrides the dark-theme defaults from the un-scoped hero rules above.
   Copy column (eyebrow, H1, lede, CTAs, trust list): aligned LEFT, column 1.
   Telemetry card (didc://fleet — live): on the RIGHT, column 2.
   Matches the home3.html reference design.
   ═══════════════════════════════════════════════════════════════════════════ */
.hero--process {
  --ink:        #FFFFFF;            /* page background = white */
  --tx:         #0A1F44;            /* primary text = brand navy */
  --tx-2:       #5A6072;            /* secondary text = slate */
  --tx-3:       #94A3B8;            /* tertiary text = light slate */
  --line:       rgba(45, 27, 14, .08);
  --line-2:     rgba(45, 27, 14, .16);
  --green:      #4D8B31;            /* darker green for white bg contrast */
  --amber:      #D4921C;            /* gold instead of yellow on white */
  --signal:     #ED1440;            /* signal = brand red on white */
  --red-hot:    #ED1440;            /* eyebrow red */
  --red:        #ED1440;
  --shadow:     0 18px 50px -20px rgba(45, 27, 14, .12);
  --shadow-l:   0 8px 24px -8px rgba(22, 26, 60, .06);
}

/* Hero container: pure white background with subtle red glow on the right
   Sized up to match index.php hero (200px / 140px padding, 920px min) */
.hero--process {
  position: relative;
  min-height: clamp(760px, calc(100svh - 60px), 920px);
  display: flex;
  align-items: center;
  padding: 200px 0 140px;
  overflow: hidden;
  background:
    radial-gradient(60% 50% at 92% 8%, rgba(237, 20, 64, .10), transparent 70%),
    radial-gradient(50% 40% at 5% 95%, rgba(212, 146, 28, .07), transparent 70%),
    #FFFFFF;
  color: #0A1F44;
  border-bottom: 1px solid rgba(45, 27, 14, .06);
}

/* Aura: very subtle on white, moved to right side */
.hero--process .hero__aura {
  position: absolute;
  width: 60vw;
  height: 60vw;
  right: -15vw;
  top: -25vw;
  pointer-events: none;
  background: radial-gradient(circle, rgba(237, 20, 64, .10), rgba(212, 146, 28, .04) 50%, transparent 70%);
  filter: blur(40px);
}

/* Override the cyan --signal used by .pulse-dot--cyan / .tele__badge / etc.
   inside the hero scope so it becomes brand red. */
.hero--process {
  --signal: #ED1440;
}
.hero--process .pulse-dot--cyan {
  background: var(--signal) !important;
  box-shadow: 0 0 0 0 var(--signal) !important;
}

/* Rules: very faint vertical lines on white */
.hero--process .hero__rules {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.6;
  background-image: linear-gradient(90deg, rgba(45, 27, 14, .04) 1px, transparent 1px);
  background-size: 25% 100%;
  mask-image: linear-gradient(180deg, transparent, #000 25%, #000 70%, transparent);
}

/* Canvas: more subtle, lower opacity on white */
.hero--process .hero__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

/* 2-col grid: copy LEFT (1.1fr), telemetry RIGHT (1fr) — matches index.php */
.hero--process .hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  width: 100%;
}

/* Copy column: left-aligned text (column 1, on the LEFT side of the grid) */
.hero--process .hero__copy {
  text-align: left;
  justify-self: start;
  max-width: 740px;
  width: 100%;
}

/* Eyebrow on light: red brand color, sized up to match index.php hero */
.hero--process .eyebrow {
  color: #ED1440;
  font-family: var(--font-b);
  font-weight: 700;
  font-size: 0.95rem;        /* 15px — matches index.php */
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-bottom: 2.5rem;     /* 40px */
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.hero--process .eyebrow .pulse-dot {
  background: #ED1440;
  box-shadow: 0 0 0 0 #ED1440;
  width: 12px;
  height: 12px;
}

/* H1 on light: dark navy, HUGE (matches index.php — 7.5rem max) */
.hero--process .display {
  color: #0A1F44;
  font-family: var(--font-d);
  font-size: clamp(3.75rem, 8.6vw, 7.5rem);
  line-height: 0.92;
  font-weight: 800;
  letter-spacing: -0.05em;
  margin: 0 0 2.25rem 0;
}

.hero--process .display__accent {
  position: relative;
  color: #ED1440;
  display: inline-block;
  white-space: nowrap;
}

.hero--process .underline {
  position: absolute;
  left: 0;
  bottom: -0.04em;
  width: 100%;
  height: 0.22em;
  color: #ED1440;
  opacity: 0.7;
}

.hero--process .underline path {
  fill: none;
  stroke: currentColor;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 420;
  stroke-dashoffset: 420;
  animation: dh-draw 1.4s 0.4s cubic-bezier(.22,.85,.3,1) forwards;
}

/* Lede on light: dark slate, LEFT-aligned, large (matches index.php 1.65rem) */
.hero--process .hero__lede {
  color: #3A4452;
  font-size: clamp(1.35rem, 1.95vw, 1.65rem);
  line-height: 1.6;
  max-width: 60ch;
  margin: 0 0 3rem 0;
}

/* CTAs: left-aligned row, larger buttons */
.hero--process .hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 0;
  margin-bottom: 3.5rem;     /* 56px — matches index.php */
  justify-content: flex-start;
}

.hero--process .hero__cta .btn {
  font-size: 1.18rem;
  padding: 1.35rem 2.5rem;   /* 22px 40px */
  font-weight: 700;
}

/* Primary button (red gradient) — works on both themes */
.hero--process .btn--primary {
  background: linear-gradient(135deg, #ED1440 0%, #C00A2E 100%);
  border: 1px solid #ED1440;
  color: #FFFFFF;
  box-shadow: 0 12px 36px -8px rgba(237,20,64,.5), inset 0 1px 0 rgba(255,255,255,.2);
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  letter-spacing: 0.005em;
  text-decoration: none;
  transition: transform .25s cubic-bezier(.22,.85,.3,1), box-shadow .25s;
}

.hero--process .btn--primary:hover {
  box-shadow: 0 16px 40px -8px rgba(237,20,64,.55), inset 0 1px 0 rgba(255,255,255,.18);
  transform: translateY(-2px);
}

/* Wire (secondary) button: dark text on light bg, transparent bg */
.hero--process .btn--wire {
  border: 1.5px solid rgba(10, 31, 68, .18);
  color: #0A1F44;
  background: rgba(10, 31, 68, .02);
  backdrop-filter: blur(4px);
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  transition: all .25s cubic-bezier(.22,.85,.3,1);
}

.hero--process .btn--wire:hover {
  border-color: #0A1F44;
  background: rgba(10, 31, 68, .06);
}

/* Trust list: LEFT-aligned row at the bottom, larger chips */
.hero--process .hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.25rem;
  list-style: none;
  margin: 0;
  padding: 1.75rem 0 0 0;
  border-top: 1px solid rgba(45, 27, 14, .08);
  font-family: var(--font-m);
  font-size: 0.95rem;        /* 15.2px — matches index.php */
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3A4452;
  font-weight: 700;
  justify-content: flex-start;
  text-align: left;
}

.hero--process .hero__trust li {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 700;
}

.hero--process .hero__trust li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ED1440;
  box-shadow: 0 0 12px rgba(237, 20, 64, .6);
}

/* ═══════ Telemetry card on white background (sized up to match index.php) ═══════ */
.hero--process .tele {
  background: #FFFFFF;
  border: 1px solid rgba(237, 20, 64, .18);
  border-radius: 24px;
  box-shadow: 0 30px 80px -25px rgba(237,20,64,.25), 0 10px 30px -8px rgba(22,26,60,.10), inset 0 1px 0 rgba(255,255,255,.6);
  backdrop-filter: blur(20px);
  overflow: hidden;
  position: relative;
  color: #0A1F44;
  justify-self: stretch;
  max-width: 100%;
  width: 100%;
}

/* Card top bar: scaled up to match index.php */
.hero--process .tele__bar {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  padding: 1.5rem 1.75rem;   /* 24px 28px */
  border-bottom: 1px solid rgba(237, 20, 64, .12);
  background: linear-gradient(180deg, rgba(237,20,64,.05), rgba(237,20,64,.02));
}

.hero--process .tele__dots { display: flex; gap: 0.45rem; }
.hero--process .tele__dots i {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(45,27,14,0.15);
  box-shadow: inset 0 0 0 0.5px rgba(0,0,0,0.1);
}
.hero--process .tele__dots i:nth-child(1) { background: #FF5F57; }
.hero--process .tele__dots i:nth-child(2) { background: #FEBC2E; }
.hero--process .tele__dots i:nth-child(3) { background: #28C840; }

.hero--process .tele__title {
  font-family: var(--font-m);
  font-size: 1.18rem;        /* 18.9px */
  color: #0A1F44;
  font-weight: 700;
  letter-spacing: 0.005em;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.hero--process .tele__badge {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-m);
  font-size: 0.95rem;        /* 15.2px */
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #4D8B31;
  font-weight: 800;
}

.hero--process .pulse-dot {
  display: inline-block;
  border-radius: 50%;
  background: #4D8B31;
  box-shadow: 0 0 0 0 #4D8B31;
  animation: dh-pulse-green 2s ease-in-out infinite;
}

.hero--process .tele__title .pulse-dot,
.hero--process .tele__badge .pulse-dot {
  width: 10px;
  height: 10px;
}
.hero--process .tele__dots i:first-child { background: rgba(237, 20, 64, .8); }

.hero--process .tele__title {
  font-family: var(--font-m);
  font-size: 0.72rem;
  color: #5A6072;
  letter-spacing: 0.02em;
}

.hero--process .tele__badge {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-m);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4D8B31;
  font-weight: 700;
}

.hero--process .tele__badge .pulse-dot {
  background: #4D8B31;
  box-shadow: 0 0 0 0 #4D8B31;
  width: 6px;
  height: 6px;
}

/* Card body: 2-col ring + facts (sized up to match index.php) */
.hero--process .tele__hero {
  display: flex;
  gap: 1.5rem;
  padding: 2.25rem 1.75rem 1.65rem;   /* 36px 28px 26px */
  align-items: center;
}

.hero--process .tele__ring {
  position: relative;
  width: 180px;        /* 180px — was 124px */
  height: 180px;
  flex-shrink: 0;
}

.hero--process .tele__ring svg {
  width: 180px;
  height: 180px;
  transform: rotate(-90deg);
}

.hero--process .ring-track {
  fill: none;
  stroke: rgba(45, 27, 14, .08);
  stroke-width: 9;
}

.hero--process .ring-fill {
  fill: none;
  stroke: #ED1440;
  stroke-width: 9;
  stroke-linecap: round;
  stroke-dasharray: 327;
  stroke-dashoffset: 327;
  filter: drop-shadow(0 0 12px rgba(237, 20, 64, .6));
  transition: stroke-dashoffset 2s var(--ease, cubic-bezier(.22,.85,.3,1));
}

.hero--process .tele__ring.is-on .ring-fill { stroke-dashoffset: 4; }

.hero--process .tele__ringtext {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  text-align: center;
}

.hero--process .tele__ringtext strong {
  font-family: var(--font-d);
  font-size: 2.5rem;          /* was 1.6rem — matches index.php */
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #0A1F44;
  line-height: 1;
}

.hero--process .tele__ringtext strong em {
  font-style: normal;
  color: #ED1440;
}

.hero--process .tele__ringtext span {
  font-family: var(--font-m);
  font-size: 0.82rem;         /* was 0.6rem */
  color: #5A6072;
  letter-spacing: 0.18em;
  display: block;
  margin-top: 8px;
  text-transform: uppercase;
  font-weight: 600;
}

/* Facts grid: 3 small stats (sized up) */
.hero--process .tele__facts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  flex: 1;
  padding-left: 1.25rem;       /* was 0.5rem */
  border-left: 1px solid rgba(45, 27, 14, .08);
}

.hero--process .fact {
  padding: 0 0.75rem;          /* was 0 0.85rem */
  text-align: left;
}

.hero--process .fact:first-child { padding-left: 0.75rem; }

.hero--process .fact strong {
  display: block;
  font-family: var(--font-d);
  font-size: 2.2rem;           /* was 1.4rem — matches index.php */
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #0A1F44;
}

.hero--process .fact strong em {
  font-style: normal;
  color: #ED1440;
}

.hero--process .fact span {
  font-size: 0.88rem;          /* was 0.66rem */
  color: #64748B;
  margin-top: 12px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  font-family: var(--font-m);
}

/* Activity feed: dark text on white, sized up */
.hero--process .tele__feed {
  border-top: 1px solid rgba(45, 27, 14, .06);
  padding: 1.35rem 1.75rem 1.5rem;   /* was 0.85rem 1.35rem */
  display: grid;
  gap: 0.6rem;                       /* was 0.4rem */
  background: rgba(45, 27, 14, .015);
}

.hero--process .feedline {
  font-size: 1.05rem;                /* was 0.78rem */
  color: #1E242B;
  display: flex;
  gap: 0.85rem;                      /* was 0.5rem */
  align-items: baseline;
  line-height: 1.5;
}

.hero--process .feedline .ok {
  color: #4D8B31;
  font-weight: 700;
}

.hero--process .feedline .t {
  color: #94A3B8;
  font-size: 0.88rem;                /* was 0.66rem */
  font-family: var(--font-m);
  flex-shrink: 0;
  min-width: 66px;                   /* was 56px */
  font-weight: 600;
}

.hero--process .feedline .warn {
  color: #D4921C;
  font-weight: 700;
}

/* Card footer: mono, light text on subtle bg, sized up */
.hero--process .tele__foot {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.75rem;           /* was 0.7rem 1.35rem */
  border-top: 1px solid rgba(45, 27, 14, .06);
  font-size: 0.92rem;                /* was 0.66rem */
  color: #64748B;
  font-family: var(--font-m);
  letter-spacing: 0.04em;
  background: rgba(45, 27, 14, .025);
}

.hero--process .tele__foot-ok {
  color: #4D8B31;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.hero--process .tele__foot-ok::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4D8B31;
  box-shadow: 0 0 0 0 #4D8B31;
  animation: dh-pulse-green 2s ease-in-out infinite;
}

.hero--process .tele__foot-ok {
  color: #4D8B31;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ═══════ Responsive ═══════ */
@media (max-width: 1024px) {
  .hero--process .hero__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .hero--process .hero__copy {
    text-align: center;
    justify-self: center;
    max-width: 720px;
  }
  .hero--process .hero__lede {
    margin: 0 auto 2rem;
  }
  .hero--process .hero__cta {
    justify-content: center;
  }
  .hero--process .hero__trust {
    justify-content: center;
    text-align: center;
  }
  .hero--process .tele {
    justify-self: center;
    max-width: 600px;
  }
}

@media (max-width: 640px) {
  .hero--process .tele__hero {
    flex-direction: column;
    align-items: stretch;
  }
  .hero--process .tele__ring {
    margin: 0 auto;
  }
  .hero--process .tele__facts {
    grid-template-columns: 1fr;
    border-left: 0;
    border-top: 1px solid rgba(45, 27, 14, .08);
    padding-left: 0;
    padding-top: 0.85rem;
  }
  .hero--process .fact {
    text-align: center;
    padding: 0.5rem 0;
  }
}
