/* ============================================================================
   WELL RUN · SIGNAL SYSTEM — APEX OS
   Page styles for /en/tech-hub/apex/  (namespace: .ax-)
   Built on Signal Core tokens in global.css.
   ============================================================================ */

/* Black page base for the Reveal Lift seam: every section paints its own
   opaque background, so the base colour only shows through the footer seam. */
.ax-page { background: var(--wr-black) !important; overflow-x: hidden; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
.ax-page a, .ax-page button, .ax-page summary { -webkit-tap-highlight-color: transparent; }
/* Long product/league names never force horizontal overflow on narrow screens. */
.ax-h1, .ax-h2, .ax-os__statement, .ax-proof__client, .ax-tier__name, .ax-mkt__cat { overflow-wrap: break-word; }

/* Section scaffolding ------------------------------------------------------ */
.ax-section { position: relative; z-index: 2; width: 100%; padding: clamp(104px, 15vh, 200px) var(--wr-pad-x); background: var(--wr-white); }
.ax-section--dark  { background: var(--wr-hero);  color: var(--wr-white); }
.ax-section--black { background: var(--wr-black); color: var(--wr-white); }
.ax-inner { position: relative; z-index: 4; max-width: var(--wr-max-width); margin: 0 auto; width: 100%; }
.ax-eyebrow { margin-bottom: 32px; }

.ax-h2 { font-size: clamp(30px, 4vw, 52px); font-weight: 800; line-height: 1.08; letter-spacing: -0.02em; color: var(--wr-black); max-width: 19ch; text-wrap: balance; }
.ax-section--dark .ax-h2, .ax-section--black .ax-h2 { color: var(--wr-white); }
.ax-lead { font-size: clamp(16px, 1.35vw, 19px); line-height: 1.65; color: var(--wr-black-40); max-width: 60ch; margin-top: 26px; }
.ax-section--dark .ax-lead, .ax-section--black .ax-lead { color: var(--wr-white-65); }
.ax-lead strong { color: inherit; font-weight: 700; }
.ax-section--dark .ax-lead strong { color: var(--wr-white); }
.ax-head--center { text-align: center; }
.ax-head--center .ax-h2, .ax-head--center .ax-lead { margin-left: auto; margin-right: auto; }

/* Buttons ------------------------------------------------------------------ */
.ax-btn { display: inline-flex; align-items: center; gap: 9px; height: 52px; padding: 0 28px; border-radius: var(--wr-radius-pill); font-size: 13px; font-weight: 800; letter-spacing: 0.04em; color: var(--wr-black); position: relative; isolation: isolate; background: var(--wr-grad); background-size: 200% auto; animation: gradientShimmerSlow 4s ease-in-out infinite alternate; transition: transform 0.25s var(--wr-ease-out), box-shadow 0.3s ease; box-shadow: 0 8px 30px -10px #F0492366; }
.ax-btn svg { width: 15px; height: 15px; stroke: var(--wr-black); stroke-width: 2.4; fill: none; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.25s var(--wr-ease-out); }
@media (hover: hover) and (pointer: fine) { .ax-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 38px -10px #F0492399; } .ax-btn:hover svg { transform: translateX(4px); } }
.ax-btn--ghost { background: transparent; animation: none; box-shadow: none; color: var(--wr-black); border: 1.5px solid var(--wr-black-15); }
.ax-section--dark .ax-btn--ghost, .ax-section--black .ax-btn--ghost, .ax-hero .ax-btn--ghost, .ax-cta .ax-btn--ghost { color: var(--wr-white); border-color: var(--wr-white-16); }
.ax-btn--ghost svg { stroke: var(--wr-orange); }
@media (hover: hover) and (pointer: fine) { .ax-btn--ghost:hover { transform: translateY(-2px); border-color: var(--wr-orange); } }

.ax-tlink { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; letter-spacing: 0.02em; color: var(--wr-black); }
.ax-section--dark .ax-tlink, .ax-section--black .ax-tlink { color: var(--wr-white); }
.ax-tlink svg { width: 14px; height: 14px; stroke: var(--wr-orange); stroke-width: 2.4; fill: none; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.22s var(--wr-ease-out); }
@media (hover: hover) and (pointer: fine) { .ax-tlink:hover svg { transform: translateX(4px); } }

/* Breadcrumb (Tech Hub product context) ------------------------------------ */
.ax-crumb { display: inline-flex; align-items: center; gap: 9px; align-self: center; font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wr-white-45); margin-bottom: 22px; }
.ax-crumb a { color: var(--wr-white-65); text-decoration: none; transition: color 0.2s ease; }
.ax-crumb a:hover { color: var(--wr-white); }
.ax-crumb span { color: var(--wr-white-16); }
.ax-crumb b { color: var(--wr-orange); font-weight: 700; }

/* Brand Plate — art-directed image surface (image-ready) ------------------- */
.ax-ph { position: relative; overflow: hidden; background-color: #0D0A07; background-image: repeating-linear-gradient(135deg, #F2F2F20A 0 2px, transparent 2px 11px); display: flex; align-items: flex-end; }
.ax-ph__tag { position: relative; z-index: 2; margin: 16px; font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wr-white-65); padding: 6px 11px; border: 1px solid var(--wr-white-16); border-radius: var(--wr-radius-pill); background: #0D0A07AA; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.ax-ph::after { content: ''; position: absolute; inset: 0; background: radial-gradient(80% 60% at 70% 20%, #F0492318, transparent 60%); pointer-events: none; }

/* ============================================================================
   HERO — shared shell + three Hero Modes (A Console · B Boot · C Editorial)
   ========================================================================== */
.ax-hero { position: relative; z-index: 2; min-height: 100vh; min-height: 100svh; width: 100%; background: var(--wr-hero); color: var(--wr-white); overflow: hidden; display: none; }
.ax-hero.is-active { display: block; }
.ax-hero::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 22vh; background: linear-gradient(to bottom, transparent, var(--wr-hero)); z-index: 1; pointer-events: none; }
.ax-hero__glow { position: absolute; inset: 0; pointer-events: none; z-index: 0; background: radial-gradient(56% 48% at 82% 14%, #F0492326 0%, transparent 62%), radial-gradient(44% 38% at 4% 70%, #FFD80016 0%, transparent 56%); }
.ax-hero__grid { position: absolute; inset: 0; z-index: 0; pointer-events: none; background-image: radial-gradient(circle, #F2F2F212 1px, transparent 1.4px); background-size: 34px 34px; -webkit-mask-image: radial-gradient(120% 90% at 78% 12%, #000 0%, transparent 64%); mask-image: radial-gradient(120% 90% at 78% 12%, #000 0%, transparent 64%); opacity: 0.7; }
.ax-hero__beam { position: absolute; top: 0; left: 0; right: 0; height: 1px; z-index: 1; pointer-events: none; background: linear-gradient(90deg, transparent, #F0492366 26%, #FFD80088 50%, #F0492366 74%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 30%, #000 70%, transparent); mask-image: linear-gradient(90deg, transparent, #000 30%, #000 70%, transparent); opacity: 0.5; }

.ax-hero__inner { position: relative; z-index: 2; max-width: var(--wr-max-width); margin: 0 auto; min-height: 100vh; min-height: 100svh; padding: calc(var(--wr-nav-height) + 40px) var(--wr-pad-x) 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: clamp(26px, 4vh, 48px); }
.ax-hero__copy { display: flex; flex-direction: column; align-items: center; width: 100%; }
.ax-h1 { font-size: clamp(34px, 5vw, 62px); font-weight: 800; line-height: 1.05; letter-spacing: -0.03em; color: var(--wr-white); max-width: 18ch; text-wrap: balance; }
.ax-hero__sub { font-size: clamp(15px, 1.35vw, 18px); line-height: 1.6; color: var(--wr-white-75); max-width: 60ch; margin-top: 20px; }
.ax-hero__sub strong { color: var(--wr-white); font-weight: 700; }
.ax-hero__ctas { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 28px; }

/* Status pill — monospace category tag with a pulsing dot */
.ax-status { display: inline-flex; align-items: center; gap: 10px; align-self: center; font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--wr-white-75); padding: 8px 16px 8px 13px; border-radius: var(--wr-radius-pill); background: var(--wr-glass-08); border: 1px solid var(--wr-white-10); margin-bottom: 24px; }
.ax-status__dot { position: relative; width: 7px; height: 7px; border-radius: 50%; background: var(--wr-orange); }
.ax-status__dot::after { content: ''; position: absolute; inset: 0; border-radius: 50%; background: var(--wr-orange); animation: axPulse 2s ease-out infinite; }
@keyframes axPulse { 0% { box-shadow: 0 0 0 0 #F0492366; } 70% { box-shadow: 0 0 0 8px #F0492300; } 100% { box-shadow: 0 0 0 0 #F0492300; } }

/* ── Signature motif: the touchscreen console (Hero A) ────────────────────── */
.ax-console { position: relative; width: 100%; max-width: 880px; margin: 0 auto; border-radius: 22px; padding: 14px; background: radial-gradient(140% 130% at 50% -10%, #1A1009, #0B0805 64%); box-shadow: 0 50px 120px -50px #000, 0 0 0 1px var(--wr-white-08); isolation: isolate; }
.ax-console::before { content: ''; position: absolute; inset: 0; border-radius: 22px; padding: 1.4px; background: linear-gradient(135deg, #F04923, #FFD80055 50%, #F0492300); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; opacity: 0.6; pointer-events: none; }
.ax-console__bar { display: flex; align-items: center; gap: 12px; padding: 4px 8px 14px; }
.ax-console__brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; font-size: 13px; letter-spacing: 0.04em; color: var(--wr-white); }
.ax-console__brand i { width: 9px; height: 9px; border-radius: 3px; background: var(--wr-grad); }
.ax-console__os { font-family: ui-monospace, Menlo, monospace; font-size: 9.5px; font-weight: 700; letter-spacing: 0.16em; color: var(--wr-white-45); }
.ax-console__rec { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; font-family: ui-monospace, Menlo, monospace; font-size: 10px; font-weight: 800; letter-spacing: 0.14em; color: #FF5B3D; }
.ax-console__rec b { width: 8px; height: 8px; border-radius: 50%; background: #FF5B3D; animation: axRecBlink 1.4s steps(1) infinite; }
@keyframes axRecBlink { 0%, 60% { opacity: 1; } 61%, 100% { opacity: 0.25; } }
.ax-console__tag { font-family: ui-monospace, Menlo, monospace; font-size: 9.5px; font-weight: 700; letter-spacing: 0.12em; color: var(--wr-yellow); padding: 4px 9px; border-radius: var(--wr-radius-pill); border: 1px solid #FFD80033; }

.ax-console__body { display: grid; grid-template-columns: 1.6fr 1fr; gap: 12px; height: clamp(244px, 33vh, 372px); }
/* Program (PGM) monitor */
.ax-pgm { position: relative; border-radius: 14px; overflow: hidden; height: 100%; background-color: #0E0A07; }
.ax-pgm__src { position: absolute; inset: 0; opacity: 0; transition: opacity 0.5s var(--wr-ease-out); background-image: repeating-linear-gradient(var(--a, 120deg), #F2F2F20D 0 2px, transparent 2px 9px); }
.ax-pgm__src::after { content: ''; position: absolute; inset: 0; background: radial-gradient(90% 80% at var(--x, 30%) var(--y, 30%), #F0492338, transparent 62%), linear-gradient(180deg, #ffffff08, #00000033); }
.ax-pgm__src.is-live { opacity: 1; }
.ax-pgm__scan { position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(0deg, #00000026 0 2px, transparent 2px 4px); mix-blend-mode: overlay; opacity: 0.5; }
.ax-pgm__hud { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: space-between; padding: 12px; pointer-events: none; }
.ax-pgm__top { display: flex; align-items: center; gap: 8px; }
.ax-pgm__live { display: inline-flex; align-items: center; gap: 6px; font-family: ui-monospace, Menlo, monospace; font-size: 10px; font-weight: 800; letter-spacing: 0.12em; color: var(--wr-white); padding: 4px 9px; border-radius: var(--wr-radius-pill); background: #0D0A0799; border: 1px solid var(--wr-white-16); }
.ax-pgm__live b { width: 7px; height: 7px; border-radius: 50%; background: #FFD800; box-shadow: 0 0 8px #FFD800; }
.ax-pgm__src-label { font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 800; letter-spacing: 0.1em; color: var(--wr-white); text-shadow: 0 2px 8px #000; }
.ax-pgm__clock { font-family: ui-monospace, Menlo, monospace; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; color: var(--wr-white-75); }

/* Camera tile strip */
.ax-cams { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 1fr); gap: 8px; height: 100%; }
.ax-cam { position: relative; border-radius: 9px; overflow: hidden; background-color: #0E0A07; cursor: pointer; border: 1px solid var(--wr-white-08); transition: transform 0.25s var(--wr-ease-out); }
.ax-cam__src { position: absolute; inset: 0; background-image: repeating-linear-gradient(var(--a, 120deg), #F2F2F20A 0 2px, transparent 2px 8px); }
.ax-cam__src::after { content: ''; position: absolute; inset: 0; background: radial-gradient(100% 90% at var(--x, 40%) var(--y, 35%), #F0492322, transparent 64%); }
.ax-cam__tag { position: absolute; left: 6px; bottom: 5px; z-index: 2; font-family: ui-monospace, Menlo, monospace; font-size: 8.5px; font-weight: 800; letter-spacing: 0.08em; color: var(--wr-white-75); }
.ax-cam__tally { position: absolute; right: 6px; top: 6px; z-index: 2; font-family: ui-monospace, Menlo, monospace; font-size: 7.5px; font-weight: 800; letter-spacing: 0.1em; color: var(--wr-black); padding: 2px 6px; border-radius: 30px; background: var(--wr-grad); opacity: 0; transform: scale(0.85); transition: opacity 0.25s ease, transform 0.25s var(--wr-ease-out); }
.ax-cam.is-live { border-color: transparent; }
.ax-cam.is-live::before { content: ''; position: absolute; inset: 0; z-index: 3; border-radius: 9px; padding: 1.6px; background: var(--wr-grad); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; box-shadow: 0 0 20px -2px #F04923AA; pointer-events: none; }
.ax-cam.is-live .ax-cam__tally { opacity: 1; transform: scale(1); }
.ax-cam.is-live .ax-cam__tag { color: var(--wr-white); }
@media (hover: hover) and (pointer: fine) { .ax-cam:hover { transform: translateY(-2px); } }

/* Replay matrix + touch hint footer */
.ax-console__foot { display: flex; align-items: center; gap: 14px; padding: 14px 8px 4px; }
.ax-replay { display: flex; align-items: center; gap: 7px; }
.ax-replay__lab { font-family: ui-monospace, Menlo, monospace; font-size: 9px; font-weight: 700; letter-spacing: 0.12em; color: var(--wr-white-45); margin-right: 2px; }
.ax-replay__btn { width: 26px; height: 26px; border-radius: 7px; border: 1px solid var(--wr-white-10); }
.ax-replay__btn--1 { background: #FFD80033; border-color: #FFD80055; }
.ax-replay__btn--2 { background: #F0492333; border-color: #F0492355; }
.ax-replay__btn--3 { background: #FFD80026; border-color: #FFD8004D; }
.ax-replay__btn--4 { background: #F2F2F21A; }
.ax-console__touch { margin-left: auto; font-family: ui-monospace, Menlo, monospace; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; color: var(--wr-white-45); display: inline-flex; align-items: center; gap: 7px; }
.ax-console__touch svg { width: 13px; height: 13px; stroke: var(--wr-orange); stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 640px) {
  .ax-console { padding: 10px; }
  .ax-console__body { grid-template-columns: 1fr; height: auto; }
  .ax-pgm { aspect-ratio: 16 / 9; }
  .ax-cams { grid-template-columns: repeat(3, 1fr); grid-template-rows: 1fr 1fr; height: auto; }
  .ax-cam { aspect-ratio: 16 / 10; }
  .ax-console__foot { flex-wrap: wrap; gap: 10px; }
  .ax-console__touch { margin-left: 0; }
}

/* ── Hero B · Boot (terminal SSD-boot readout) ────────────────────────────── */
.ax-boot { position: relative; width: 100%; max-width: 660px; margin: 0 auto; border-radius: 16px; padding: 22px 24px 24px; background: linear-gradient(180deg, #110B07, #0A0705); box-shadow: 0 40px 90px -50px #000, 0 0 0 1px var(--wr-white-08); text-align: left; font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; }
.ax-boot__bar { display: flex; align-items: center; gap: 7px; margin-bottom: 18px; }
.ax-boot__bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--wr-white-16); }
.ax-boot__bar i:first-child { background: #F0492366; }
.ax-boot__bar span { margin-left: 10px; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; color: var(--wr-white-45); }
.ax-boot__line { display: flex; align-items: baseline; gap: 10px; font-size: 13px; line-height: 2.05; color: var(--wr-white-75); opacity: 0; transform: translateY(4px); }
.ax-boot__line.is-on { opacity: 1; transform: none; transition: opacity 0.3s ease, transform 0.3s var(--wr-ease-out); }
.ax-boot__ok { color: #FFD800; font-weight: 700; }
.ax-boot__line b { color: var(--wr-white); font-weight: 700; }
.ax-boot__neg { color: var(--wr-white-45); }
.ax-boot__ready { color: var(--wr-yellow); font-weight: 800; }
.ax-boot__caret { display: inline-block; width: 9px; height: 16px; vertical-align: -3px; background: var(--wr-orange); margin-left: 4px; animation: axCaret 1s steps(1) infinite; }
@keyframes axCaret { 0%, 50% { opacity: 1; } 51%, 100% { opacity: 0; } }

/* ── Hero C · Editorial (split copy + framed device plate) ─────────────────── */
.ax-edi { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(28px, 4vw, 64px); align-items: center; width: 100%; text-align: left; }
.ax-edi__copy { display: flex; flex-direction: column; align-items: flex-start; }
.ax-edi .ax-h1 { text-align: left; max-width: 15ch; }
.ax-edi .ax-hero__sub { text-align: left; margin-left: 0; }
.ax-edi .ax-status { align-self: flex-start; }
.ax-edi .ax-hero__ctas { justify-content: flex-start; }
.ax-plate { position: relative; border-radius: 18px; overflow: hidden; aspect-ratio: 4 / 3; min-height: 320px; box-shadow: 0 50px 110px -50px #000; }
.ax-plate::before { content: ''; position: absolute; inset: 0; z-index: 3; border-radius: 18px; padding: 1.4px; background: linear-gradient(135deg, #F04923, #FFD80055 50%, #F0492300); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; opacity: 0.6; pointer-events: none; }
.ax-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.ax-chip { font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.04em; color: var(--wr-white-75); padding: 7px 13px; border-radius: var(--wr-radius-pill); background: var(--wr-glass-08); border: 1px solid var(--wr-white-10); }
@media (max-width: 880px) { .ax-edi { grid-template-columns: 1fr; } .ax-plate { min-height: 260px; } }

@media (max-width: 560px) { .ax-h1 { font-size: clamp(30px, 8.5vw, 40px); } }
@media (prefers-reduced-motion: reduce) {
  .ax-status__dot::after, .ax-console__rec b, .ax-boot__caret { animation: none; }
}

/* ── Hero Mode switcher (inline review control) ───────────────────────────── */
.ax-switch { position: fixed; left: 50%; bottom: 22px; transform: translateX(-50%); z-index: 90; display: inline-flex; align-items: center; gap: 4px; padding: 5px; border-radius: var(--wr-radius-pill); background: #0D0A07CC; border: 1px solid var(--wr-white-16); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: 0 14px 40px -16px #000; }
.ax-switch__lab { font-family: ui-monospace, Menlo, monospace; font-size: 9.5px; font-weight: 700; letter-spacing: 0.12em; color: var(--wr-white-45); padding: 0 10px 0 8px; }
.ax-switch__btn { appearance: none; border: none; cursor: pointer; height: 30px; padding: 0 14px; border-radius: var(--wr-radius-pill); background: transparent; color: var(--wr-white-75); font-family: inherit; font-size: 12px; font-weight: 700; letter-spacing: 0.02em; transition: background 0.2s ease, color 0.2s ease; }
.ax-switch__btn.is-active { background: var(--wr-grad); color: var(--wr-black); }
@media (max-width: 560px) { .ax-switch__lab { display: none; } }

/* ============================================================================
   METRICS — elevated proof band (black cells, warm gradient outline)
   ========================================================================== */
.ax-metrics { position: relative; z-index: 2; background: var(--wr-black); padding: clamp(28px, 5vh, 56px) var(--wr-pad-x) clamp(64px, 9vh, 104px); }
.ax-metrics__bar { position: relative; max-width: var(--wr-max-width); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); border-radius: var(--wr-radius-card); overflow: hidden; background: linear-gradient(180deg, #140D08, #0E0906); }
.ax-metrics__bar::after { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(120deg, #F04923, #FFD80055 55%, #F0492300); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; pointer-events: none; }
.ax-metric { position: relative; padding: clamp(20px, 2.2vw, 30px) clamp(20px, 2.2vw, 32px); overflow: hidden; }
.ax-metric + .ax-metric { border-left: 1px solid var(--wr-white-08); }
.ax-metric__tag { font-family: ui-monospace, Menlo, monospace; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--wr-orange); }
.ax-metric__num { font-size: clamp(24px, 2.4vw, 34px); font-weight: 800; letter-spacing: -0.03em; line-height: 1; margin-top: 10px; background: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.ax-metric__label { font-size: 12.5px; font-weight: 600; letter-spacing: 0.01em; color: var(--wr-white-45); margin-top: 10px; max-width: 22ch; line-height: 1.4; }
@media (max-width: 760px) { .ax-metrics__bar { grid-template-columns: 1fr 1fr; } .ax-metric:nth-child(odd) { border-left: none; } .ax-metric:nth-child(n+3) { border-top: 1px solid var(--wr-white-08); } }

/* ============================================================================
   WHAT APEX OS IS — the category statement + three facts (OS · Hardware · Origin)
   ========================================================================== */
.ax-os__statement { font-size: clamp(26px, 3.4vw, 44px); font-weight: 800; line-height: 1.12; letter-spacing: -0.025em; color: var(--wr-white); max-width: 24ch; text-wrap: balance; margin-top: 28px; }
.ax-os__statement em { font-style: normal; background: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.ax-os__body { font-size: clamp(15px, 1.3vw, 18px); line-height: 1.66; color: var(--wr-white-65); max-width: 58ch; margin-top: 24px; }
.ax-os__body strong { color: var(--wr-white); font-weight: 700; }

.ax-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 64px; }
.ax-fact { position: relative; padding: 30px 28px 30px; border-radius: var(--wr-radius-card); background: linear-gradient(180deg, #140D08, #0E0906); border: 1px solid #2A1A11; overflow: hidden; }
.ax-fact::before { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(135deg, #F0492366, #FFD80033 60%, transparent); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; opacity: 0.5; pointer-events: none; }
.ax-fact__ic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: linear-gradient(135deg, #FFD80022, #F0492322); border: 1px solid var(--wr-white-10); margin-bottom: 20px; }
.ax-fact__ic svg { width: 23px; height: 23px; stroke: var(--wr-orange); stroke-width: 1.9; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.ax-fact__k { font-family: ui-monospace, Menlo, monospace; font-size: 10.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wr-orange); }
.ax-fact__t { font-size: 19px; font-weight: 800; letter-spacing: -0.01em; color: var(--wr-white); margin: 9px 0 8px; }
.ax-fact__d { font-size: 14px; line-height: 1.6; color: var(--wr-white-65); }
.ax-neg { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.ax-neg__item { display: inline-flex; align-items: center; gap: 8px; font-family: ui-monospace, Menlo, monospace; font-size: 12px; font-weight: 700; letter-spacing: 0.04em; color: var(--wr-white-65); padding: 8px 14px; border-radius: var(--wr-radius-pill); border: 1px solid var(--wr-white-10); }
.ax-neg__item svg { width: 13px; height: 13px; stroke: #FF5B3D; stroke-width: 2.4; fill: none; stroke-linecap: round; }
@media (max-width: 820px) { .ax-facts { grid-template-columns: 1fr; } }

/* ============================================================================
   WHAT APEX OS DELIVERS — feature grid (Signal FX · tally) + concierge strip
   ========================================================================== */
.ax-cap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 64px; }
.ax-cap { position: relative; padding: 28px 26px 30px; border-radius: var(--wr-radius-card); background: var(--wr-white); border: 1px solid var(--wr-black-08); overflow: hidden; box-shadow: 0 1px 2px rgba(13,10,7,0.04), 0 18px 40px -34px rgba(13,10,7,0.5); transition: border-color 0.3s ease, transform 0.35s var(--wr-ease-out), box-shadow 0.4s ease; }
.ax-cap__n { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 11px; background: linear-gradient(135deg, #FFD80022, #F0492322); border: 1px solid var(--wr-black-08); margin-bottom: 18px; }
.ax-cap__n svg { width: 20px; height: 20px; stroke: var(--wr-orange); stroke-width: 1.9; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.ax-cap__t { font-size: 17.5px; font-weight: 800; letter-spacing: -0.01em; color: var(--wr-black); line-height: 1.2; }
.ax-cap__d { font-size: 14px; line-height: 1.58; color: var(--wr-black-40); margin-top: 10px; }
.ax-cap__d a { color: var(--wr-orange); font-weight: 700; text-decoration: none; }
.ax-cap__d a:hover { text-decoration: underline; }
@media (hover: hover) and (pointer: fine) { .ax-cap:hover { transform: translateY(-3px); border-color: var(--wr-black-15); box-shadow: 0 30px 60px -40px rgba(13,10,7,0.5); } }
@media (max-width: 880px) { .ax-cap-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .ax-cap-grid { grid-template-columns: 1fr; } }

/* Concierge — optional managed layer (light, gradient-ring standout) */
.ax-concierge { position: relative; margin-top: 18px; border-radius: var(--wr-radius-card); padding: 36px 34px; background: var(--wr-black); color: var(--wr-white); overflow: hidden; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.ax-concierge__glow { position: absolute; inset: 0; background: radial-gradient(60% 130% at 18% 50%, #F0492329, transparent 60%); pointer-events: none; }
.ax-concierge__main { position: relative; flex: 1; min-width: 280px; }
.ax-concierge__k { font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wr-orange); }
.ax-concierge__t { font-size: clamp(20px, 2.2vw, 28px); font-weight: 800; letter-spacing: -0.01em; color: var(--wr-white); max-width: 24ch; margin-top: 10px; }
.ax-concierge__t em { font-style: normal; background: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.ax-concierge__d { position: relative; font-size: 14.5px; line-height: 1.62; color: var(--wr-white-65); max-width: 42ch; flex: 1; min-width: 260px; }
.ax-concierge__d b { color: var(--wr-white); }

/* ============================================================================
   MARKET CONTEXT — three structural categories (never named products), dark
   ========================================================================== */
.ax-mkt { display: grid; gap: 16px; margin-top: 64px; }
.ax-mkt__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: stretch; }
.ax-mkt__cell { position: relative; padding: 28px 30px; border-radius: var(--wr-radius-card); overflow: hidden; }
.ax-mkt__cell--legacy { background: var(--wr-glass-08); border: 1px solid var(--wr-white-10); }
.ax-mkt__cell--apex { background: linear-gradient(180deg, #1A1009, #0E0906); border: 1px solid transparent; }
.ax-mkt__cell--apex::before { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1.4px; background: linear-gradient(135deg, #F04923, #FFD80066 55%, #F0492300); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; pointer-events: none; }
.ax-mkt__cat { font-size: 18px; font-weight: 800; letter-spacing: -0.01em; color: var(--wr-white); }
.ax-mkt__lim { font-size: 14.5px; line-height: 1.6; color: var(--wr-white-45); margin-top: 12px; }
.ax-mkt__k { display: inline-flex; align-items: center; gap: 8px; font-family: ui-monospace, Menlo, monospace; font-size: 10.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wr-orange); }
.ax-mkt__k::before { content: ''; width: 18px; height: 2px; background: var(--wr-grad); }
.ax-mkt__diff { font-size: 14.5px; line-height: 1.6; color: var(--wr-white-75); margin-top: 12px; }
.ax-mkt__diff b { color: var(--wr-white); font-weight: 700; }
.ax-mkt__close { margin-top: 36px; text-align: center; font-size: clamp(20px, 2.4vw, 30px); font-weight: 800; letter-spacing: -0.02em; color: var(--wr-white); max-width: 28ch; margin-left: auto; margin-right: auto; text-wrap: balance; }
.ax-mkt__close em { font-style: normal; background: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
@media (max-width: 760px) { .ax-mkt__row { grid-template-columns: 1fr; } }

/* ============================================================================
   TIERS & CONFIGURATIONS — pricing (light)
   ========================================================================== */
.ax-step { display: inline-flex; align-items: center; gap: 9px; font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wr-orange); margin: 56px 0 24px; }
.ax-step:first-of-type { margin-top: 56px; }
.ax-step b { color: var(--wr-black-40); font-weight: 700; }

.ax-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ax-tier { position: relative; display: flex; flex-direction: column; padding: 32px 30px 32px; border-radius: var(--wr-radius-card); background: var(--wr-white); border: 1px solid var(--wr-black-08); overflow: hidden; box-shadow: 0 1px 2px rgba(13,10,7,0.04), 0 18px 40px -34px rgba(13,10,7,0.5); }
.ax-tier--feature { background: linear-gradient(180deg, #15100B, #0D0A07); border-color: transparent; color: var(--wr-white); }
.ax-tier--feature::before { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1.4px; background: linear-gradient(135deg, #F04923, #FFD80066 55%, #F0492300); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; pointer-events: none; }
.ax-tier__badge { position: absolute; top: 18px; right: 18px; font-family: ui-monospace, Menlo, monospace; font-size: 9.5px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wr-black); padding: 4px 10px; border-radius: var(--wr-radius-pill); background: var(--wr-grad); }
.ax-tier__name { font-size: 21px; font-weight: 800; letter-spacing: -0.01em; color: var(--wr-black); }
.ax-tier--feature .ax-tier__name { color: var(--wr-white); }
.ax-tier__cams { display: inline-flex; align-self: flex-start; margin-top: 12px; font-family: ui-monospace, Menlo, monospace; font-size: 11.5px; font-weight: 700; letter-spacing: 0.04em; color: var(--wr-orange); padding: 5px 11px; border-radius: var(--wr-radius-pill); border: 1px solid #F0492333; }
.ax-tier__price { font-size: clamp(30px, 3vw, 38px); font-weight: 800; letter-spacing: -0.03em; line-height: 1; margin-top: 22px; color: var(--wr-black); }
.ax-tier--feature .ax-tier__price { background: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.ax-tier__from { font-family: ui-monospace, Menlo, monospace; font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--wr-black-40); margin-top: 8px; }
.ax-tier--feature .ax-tier__from { color: var(--wr-white-45); }
.ax-tier__for { font-size: 14px; line-height: 1.58; color: var(--wr-black-40); margin-top: 18px; }
.ax-tier--feature .ax-tier__for { color: var(--wr-white-65); }

/* Configurations — three buy paths */
.ax-configs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ax-cfg { position: relative; display: flex; flex-direction: column; padding: 30px 28px 30px; border-radius: var(--wr-radius-card); background: var(--wr-white); border: 1px solid var(--wr-black-08); overflow: hidden; box-shadow: 0 1px 2px rgba(13,10,7,0.04), 0 18px 40px -34px rgba(13,10,7,0.5); }
.ax-cfg__k { font-family: ui-monospace, Menlo, monospace; font-size: 10.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wr-orange); }
.ax-cfg__t { font-size: 19px; font-weight: 800; letter-spacing: -0.01em; color: var(--wr-black); margin: 11px 0 11px; }
.ax-cfg__d { font-size: 14px; line-height: 1.58; color: var(--wr-black-40); }
.ax-cfg__for { margin-top: auto; padding-top: 18px; font-size: 12.5px; line-height: 1.5; color: var(--wr-black); }
.ax-cfg__for b { color: var(--wr-orange); font-weight: 700; }

.ax-annual { margin-top: 16px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; padding: 22px 28px; border-radius: var(--wr-radius-card); background: var(--wr-black-04); border: 1px dashed var(--wr-black-15); }
.ax-annual__t { font-size: 15px; font-weight: 800; color: var(--wr-black); }
.ax-annual__t b { color: var(--wr-orange); }
.ax-annual__d { font-size: 13.5px; line-height: 1.55; color: var(--wr-black-40); flex: 1; min-width: 240px; }
.ax-disclaimer { font-size: 12.5px; line-height: 1.55; color: var(--wr-black-40); margin-top: 22px; max-width: 70ch; }
.ax-pricing-cta { margin-top: 34px; }
@media (max-width: 880px) { .ax-tiers, .ax-configs { grid-template-columns: 1fr; } }

/* ============================================================================
   EDUCATION & SCHOOLS — dedicated section (dark)
   ========================================================================== */
.ax-school { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(28px, 4vw, 60px); align-items: center; margin-top: 56px; }
.ax-school__copy .ax-lead { margin-top: 18px; color: var(--wr-white-65); max-width: none; }
.ax-school__kit { margin-top: 26px; position: relative; padding: 26px 28px; border-radius: var(--wr-radius-card); background: var(--wr-glass-08); border: 1px solid var(--wr-white-10); overflow: hidden; }
.ax-school__kit-k { font-family: ui-monospace, Menlo, monospace; font-size: 10.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wr-orange); }
.ax-school__kit-t { font-size: 17px; font-weight: 800; color: var(--wr-white); margin: 9px 0 8px; }
.ax-school__kit-d { font-size: 14px; line-height: 1.58; color: var(--wr-white-65); }
.ax-school__proof { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; font-size: 13px; font-weight: 700; color: var(--wr-white); }
.ax-school__proof::before { content: ''; width: 22px; height: 2px; background: var(--wr-grad); }
.ax-school__proof span { color: var(--wr-white-45); font-weight: 600; }
.ax-school__cta { margin-top: 28px; }
.ax-school__media { position: relative; border-radius: 18px; overflow: hidden; aspect-ratio: 4 / 3; min-height: 300px; box-shadow: 0 50px 110px -50px #000; }
.ax-school__media::before { content: ''; position: absolute; inset: 0; z-index: 3; border-radius: 18px; padding: 1.4px; background: linear-gradient(135deg, #F04923, #FFD80055 50%, #F0492300); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; opacity: 0.55; pointer-events: none; }
@media (max-width: 880px) { .ax-school { grid-template-columns: 1fr; } .ax-school__media { min-height: 240px; order: -1; } }

/* ============================================================================
   PROOF — named deployments (light)
   ========================================================================== */
.ax-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 60px; }
.ax-proof { position: relative; padding: 28px 28px 28px; border-radius: var(--wr-radius-card); background: var(--wr-white); border: 1px solid var(--wr-black-08); overflow: hidden; box-shadow: 0 1px 2px rgba(13,10,7,0.04), 0 18px 40px -34px rgba(13,10,7,0.5); transition: transform 0.35s var(--wr-ease-out), border-color 0.3s ease, box-shadow 0.4s ease; }
.ax-proof__league { font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; background: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.ax-proof__client { font-size: 18px; font-weight: 800; letter-spacing: -0.01em; color: var(--wr-black); margin: 12px 0 12px; line-height: 1.2; }
.ax-proof__proves { font-size: 13.5px; line-height: 1.58; color: var(--wr-black-40); }
@media (hover: hover) and (pointer: fine) { .ax-proof:hover { transform: translateY(-3px); border-color: var(--wr-black-15); box-shadow: 0 30px 60px -40px rgba(13,10,7,0.5); } }
.ax-proof-cta { margin-top: 34px; }
@media (max-width: 880px) { .ax-proof-grid { grid-template-columns: 1fr; } }

/* ============================================================================
   FAQ — visible Q&A (NOT an accordion; all answers rendered as page text), dark
   ========================================================================== */
.ax-qa { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 40px; margin-top: 60px; }
.ax-qa__item { padding-top: 26px; border-top: 1px solid var(--wr-white-10); }
.ax-qa__q { display: flex; gap: 12px; font-size: clamp(16px, 1.5vw, 19px); font-weight: 800; letter-spacing: -0.01em; color: var(--wr-white); line-height: 1.3; }
.ax-qa__q::before { content: ''; flex-shrink: 0; width: 9px; height: 9px; margin-top: 7px; border-radius: 3px; background: var(--wr-grad); }
.ax-qa__a { font-size: 14.5px; line-height: 1.62; color: var(--wr-white-65); margin-top: 12px; padding-left: 21px; }
.ax-qa__a a { color: var(--wr-yellow); font-weight: 700; text-decoration: none; }
.ax-qa__a a:hover { text-decoration: underline; }
@media (max-width: 760px) { .ax-qa { grid-template-columns: 1fr; } }

/* ============================================================================
   CTA — full-bleed black close
   ========================================================================== */
.ax-cta { position: relative; z-index: 2; background: var(--wr-black); overflow: hidden; padding: clamp(96px, 14vh, 168px) var(--wr-pad-x) clamp(110px, 16vh, 190px); text-align: center; color: var(--wr-white); }
.ax-cta__glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(60% 80% at 50% 0%, #F0492329, transparent 62%); }
.ax-cta__inner { position: relative; z-index: 2; max-width: var(--wr-max-width); margin: 0 auto; }
.ax-cta .ax-h2 { margin: 0 auto; max-width: 18ch; color: var(--wr-white); }
.ax-cta .ax-lead { margin: 26px auto 0; color: var(--wr-white-65); }
.ax-cta__ctas { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 40px; }

/* ============================================================================
   REVEAL LIFT — footer fixed beneath the page; body padding-bottom (set by
   Reveal Lift JS to footer height) is the scroll room that uncovers it.
   ========================================================================== */
.ax-foot-reveal #site-footer-mount { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1; width: 100%; }
.ax-foot-reveal { padding-bottom: 55vh; }
@media (prefers-reduced-motion: reduce) {
  .ax-foot-reveal #site-footer-mount { position: static; }
  .ax-foot-reveal { padding-bottom: 0; }
}

/* ============================================================================
   RESPONSIVE CASCADE — ultrawide framing + phone full-width CTAs.
   Layered over the per-section grid collapses above.
   ========================================================================== */

/* Ultrawide: grow the content frame and lift the type ceilings the vw-clamps cap. */
@media (min-width: 1700px) {
  .ax-page { --wr-max-width: 1480px; }
  .ax-h1 { font-size: clamp(48px, 4vw, 74px); }
  .ax-h2 { font-size: clamp(40px, 3.4vw, 62px); }
  .ax-os__statement { font-size: clamp(36px, 3.4vw, 52px); }
  .ax-hero__sub, .ax-lead { font-size: clamp(17px, 1.2vw, 21px); }
}

@media (min-width: 2200px) {
  .ax-page { --wr-max-width: 1680px; }
  .ax-console { max-width: 1040px; }
  .ax-boot { max-width: 760px; }
}

/* Phones: stack every CTA cluster full-width so nothing crowds or clips. */
@media (max-width: 560px) {
  .ax-hero__ctas,
  .ax-cta__ctas {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 12px;
  }

  .ax-hero__ctas .ax-btn,
  .ax-cta__ctas .ax-btn {
    width: 100%;
    justify-content: center;
  }

  .ax-pricing-cta .ax-btn,
  .ax-proof-cta .ax-btn,
  .ax-school__cta .ax-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Compact phones: trim section padding + numerals so nothing overflows. */
@media (max-width: 380px) {
  .ax-section,
  .ax-metrics {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ax-metric__num { font-size: clamp(22px, 8vw, 30px); }
  .ax-tier__price { font-size: clamp(26px, 9vw, 34px); }
  .ax-concierge { padding: 28px 24px; }
}

/* Touch devices: comfortable tap targets on text links + the hero switcher. */
@media (pointer: coarse) {
  .ax-tlink { min-height: 40px; }
  .ax-switch__btn { height: 34px; }
}

/* ── APEX cleanup: replay ch.3 gradient (was green), floating metrics ── */
.ax-replay__btn--3 { background: linear-gradient(135deg, #FFD80033, #F0492333); border-color: #FFD80055; }
.ax-metrics__bar { background: none; border-radius: 0; overflow: visible; }
.ax-metrics__bar::after { display: none; }

/* ── FAQ — dark foldable accordion (like Restream/Video Production) ── */
#faq .ax-head { text-align: center; }
.ax-faq__list { max-width: 880px; margin: 56px auto 0; }
.ax-fi { border-top: 1px solid var(--wr-white-08); }
.ax-fi:last-of-type { border-bottom: 1px solid var(--wr-white-08); }
.ax-fi summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; cursor: pointer; list-style: none; font-size: clamp(15px,1.4vw,18px); font-weight: 700; color: var(--wr-white); line-height: 1.4; letter-spacing: -0.01em; }
.ax-fi summary::-webkit-details-marker { display: none; }
.ax-fi__ico { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid var(--wr-white-16); display: flex; align-items: center; justify-content: center; transition: border-color .22s, background .22s; }
.ax-fi__ico svg { stroke: var(--wr-white-45); transition: transform .3s, stroke .22s; }
.ax-fi[open] .ax-fi__ico { background: var(--wr-grad); border-color: transparent; }
.ax-fi[open] .ax-fi__ico svg { transform: rotate(45deg); stroke: var(--wr-black); }
.ax-fi__a { font-size: 14px; line-height: 1.75; color: var(--wr-white-65); padding-bottom: 24px; padding-right: 48px; }
.ax-fi__a a { color: var(--wr-orange); font-weight: 700; text-decoration: none; } .ax-fi__a a:hover { text-decoration: underline; }

/* ============================================================================
   DARK UNIFICATION — Delivers · Tiers · Proof pulled onto the dark base with a
   warm Signal aurora glow; Proof rebuilt as a named-deployment image wall.
   (Signal System — APEX OS · built on Signal Core tokens.)
   ========================================================================== */
#delivers, #tiers, #proof { overflow: hidden; }
#delivers::before, #tiers::before, #proof::before {
  content: ''; position: absolute; z-index: 0; pointer-events: none;
  left: 50%; top: -12%; width: 132%; height: 78%; transform: translateX(-50%);
  background:
    radial-gradient(48% 55% at 28% 18%, #F0492318, transparent 62%),
    radial-gradient(44% 50% at 82% 10%, #FFD80012, transparent 60%);
}

/* ---- Delivers — dark glass feature cards, elevated (Signal Edge sweep) ---- */
#delivers .ax-cap {
  background: linear-gradient(180deg, var(--wr-glass-08), rgba(255,255,255,0.015));
  border-color: var(--wr-white-10);
  box-shadow: 0 1px 0 rgba(255,255,255,0.04) inset, 0 30px 60px -46px #000;
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
#delivers .ax-cap__n { background: linear-gradient(135deg, #FFD80026, #F0492326); border-color: var(--wr-white-16); }
#delivers .ax-cap__t { color: var(--wr-white); }
#delivers .ax-cap__d { color: var(--wr-white-65); }
#delivers .ax-cap::after {
  content: ''; position: absolute; left: 0; top: 0; height: 2px; width: 100%;
  background: var(--wr-grad); transform: scaleX(0); transform-origin: left;
  transition: transform 0.45s var(--wr-ease-out);
}
@media (hover: hover) and (pointer: fine) {
  #delivers .ax-cap:hover { transform: translateY(-3px); border-color: var(--wr-white-16);
    box-shadow: 0 44px 80px -50px #000, 0 0 0 1px #F0492333 inset; }
  #delivers .ax-cap:hover::after { transform: scaleX(1); }
}

/* ---- Tiers & configurations — dark cards (feature card keeps its ring) ---- */
#tiers .ax-tier:not(.ax-tier--feature), #tiers .ax-cfg {
  background: linear-gradient(180deg, var(--wr-glass-08), rgba(255,255,255,0.015));
  border-color: var(--wr-white-10);
  box-shadow: 0 30px 60px -46px #000;
}
#tiers .ax-tier:not(.ax-tier--feature) .ax-tier__name,
#tiers .ax-tier:not(.ax-tier--feature) .ax-tier__price { color: var(--wr-white); }
#tiers .ax-tier:not(.ax-tier--feature) .ax-tier__from { color: var(--wr-white-45); }
#tiers .ax-tier:not(.ax-tier--feature) .ax-tier__for  { color: var(--wr-white-65); }
#tiers .ax-cfg__t   { color: var(--wr-white); }
#tiers .ax-cfg__d   { color: var(--wr-white-65); }
#tiers .ax-cfg__for { color: var(--wr-white); }
#tiers .ax-step b   { color: var(--wr-white-45); }
#tiers .ax-annual   { background: var(--wr-glass-08); border-color: var(--wr-white-16); border-style: dashed; }
#tiers .ax-annual__t { color: var(--wr-white); }
#tiers .ax-annual__d { color: var(--wr-white-65); }
#tiers .ax-disclaimer { color: var(--wr-white-45); }

/* ---- Proof — named-deployment IMAGE WALL ---- */
#proof .ax-proof {
  min-height: 340px; padding: 26px; display: flex; flex-direction: column; justify-content: flex-end;
  border: 1px solid var(--wr-white-10); border-radius: 20px;
  background-color: #0D0A07; background-image: var(--proof-img); background-size: cover; background-position: center;
  box-shadow: 0 30px 60px -46px #000;
}
#proof .ax-proof::before {
  content: ''; position: absolute; inset: 0; z-index: 1; border-radius: inherit;
  background: linear-gradient(180deg, rgba(13,10,7,0.10) 0%, rgba(13,10,7,0.52) 46%, rgba(10,7,5,0.94) 100%);
  transition: background 0.4s ease;
}
#proof .ax-proof::after {
  content: ''; position: absolute; inset: 0; z-index: 2; border-radius: inherit; padding: 1.2px;
  background: linear-gradient(135deg, #F04923, #FFD80055 55%, #F0492300);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude; opacity: 0.45; pointer-events: none; transition: opacity 0.4s ease;
}
#proof .ax-proof > * { position: relative; z-index: 3; }
#proof .ax-proof__client { color: var(--wr-white); }
#proof .ax-proof__proves { color: var(--wr-white-75); }
@media (hover: hover) and (pointer: fine) {
  #proof .ax-proof:hover { transform: translateY(-4px); border-color: var(--wr-white-16); box-shadow: 0 46px 84px -50px #000; }
  #proof .ax-proof:hover::after { opacity: 0.85; }
  #proof .ax-proof:not(.ax-proof--cta):hover::before {
    background: linear-gradient(180deg, rgba(240,73,35,0.14) 0%, rgba(13,10,7,0.5) 46%, rgba(10,7,5,0.96) 100%);
  }
}
/* CTA tile — no photo, gradient-ring dark card */
#proof .ax-proof--cta {
  background: linear-gradient(180deg, #1A1009, #0E0906) !important;
  align-items: flex-start; text-align: left;
}
#proof .ax-proof--cta::before { display: none; }

/* ============================================================================
   APEX OS — EN POLISH PASS (2026-07-16)
   1 negative cards · 2 delivers ledger · 3 market editorial · 4 buy-path
   5 schools cleanup · 6 proof edge-to-edge · 7 FAQ centered
   ========================================================================== */

/* --- 1 · "What APEX OS is" negatives → big cards --- */
.ax-neg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
.ax-neg__item { flex-direction: column; align-items: flex-start; gap: 0; padding: 30px 28px 32px; border-radius: var(--wr-radius-card);
  background: linear-gradient(180deg, var(--wr-glass-08), rgba(255,255,255,0.015)); border: 1px solid var(--wr-white-10);
  font-family: inherit; font-size: inherit; font-weight: 400; letter-spacing: normal; text-transform: none; color: var(--wr-white);
  position: relative; overflow: hidden; transition: border-color .3s ease, transform .35s var(--wr-ease-out); }
.ax-neg__x { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; background: var(--wr-grad); margin-bottom: 20px; }
.ax-neg__x svg { width: 18px; height: 18px; stroke: var(--wr-black); stroke-width: 2.6; }
.ax-neg__lab { font-size: clamp(20px, 2.1vw, 26px); font-weight: 800; letter-spacing: -0.015em; color: var(--wr-white); line-height: 1.1; }
.ax-neg__sub { margin-top: 12px; font-size: 14px; line-height: 1.6; color: var(--wr-white-65); }
@media (hover:hover) and (pointer:fine){ .ax-neg__item:hover { transform: translateY(-3px); border-color: var(--wr-white-16); } }
@media (max-width: 760px){ .ax-neg { grid-template-columns: 1fr; } }

/* --- 2 · "What APEX OS delivers" → editorial two-column ledger (no cards) --- */
#delivers .ax-cap-grid { grid-template-columns: 1fr 1fr; gap: 0 clamp(40px, 5vw, 72px); margin-top: 52px; }
#delivers .ax-cap { background: none !important; border: none !important; border-top: 1px solid var(--wr-white-10) !important; border-radius: 0 !important;
  box-shadow: none !important; -webkit-backdrop-filter: none !important; backdrop-filter: none !important; padding: 26px 0 !important;
  display: grid; grid-template-columns: auto 1fr; column-gap: 20px; align-items: start; overflow: visible; }
#delivers .ax-cap::after { display: none !important; }
#delivers .ax-cap:hover { transform: none; box-shadow: none; }
#delivers .ax-cap__n { grid-row: 1 / 3; grid-column: 1; margin-bottom: 0; margin-top: 2px; transition: background .3s ease, border-color .3s ease; }
#delivers .ax-cap__t { grid-column: 2; align-self: start; }
#delivers .ax-cap__d { grid-column: 2; margin-top: 8px; }
@media (hover:hover) and (pointer:fine){
  #delivers .ax-cap:hover .ax-cap__n { background: var(--wr-grad); border-color: transparent; }
  #delivers .ax-cap:hover .ax-cap__n svg { stroke: var(--wr-black); }
}
@media (max-width: 880px){ #delivers .ax-cap-grid { grid-template-columns: 1fr; } }

/* --- 3 · "Market context" → editorial comparison (no background cards) --- */
#market .ax-mkt { gap: 0; margin-top: 52px; }
#market .ax-mkt__row { grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); border-top: 1px solid var(--wr-white-10); padding: 34px 0; align-items: start; }
#market .ax-mkt__row:last-of-type { border-bottom: 1px solid var(--wr-white-10); }
#market .ax-mkt__cell { padding: 0 !important; background: none !important; border: none !important; overflow: visible; }
#market .ax-mkt__cell--apex::before { display: none !important; }
#market .ax-mkt__cell--apex { padding-left: 26px !important; }
#market .ax-mkt__cell--apex::after { content: ''; position: absolute; left: 0; top: 4px; bottom: 4px; width: 2px; border-radius: 2px; background: var(--wr-grad); }
@media (max-width: 760px){ #market .ax-mkt__row { grid-template-columns: 1fr; gap: 18px; } #market .ax-mkt__cell--apex { padding-left: 22px !important; } }

/* --- 4 · "Step 2 — How do I buy it?" → numbered additive buy-path --- */
.ax-cfg__head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.ax-cfg__n { font-family: ui-monospace, Menlo, monospace; font-size: 12px; font-weight: 800; color: var(--wr-black); background: var(--wr-grad);
  width: 30px; height: 30px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
#tiers .ax-cfg__t { margin: 0; font-size: 20px; }
.ax-cfg__inc { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.ax-cfg__chip { font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.02em; color: var(--wr-white-75);
  padding: 6px 11px; border-radius: var(--wr-radius-pill); border: 1px solid var(--wr-white-16); background: var(--wr-glass-08); }
.ax-cfg__chip--add { color: var(--wr-orange); border-color: #F0492340; }
.ax-cfg__chip--add::before { content: '+ '; }
#tiers .ax-cfg__d { margin-bottom: 0; color: var(--wr-white-65); }
#tiers .ax-cfg__for { margin-top: auto; padding-top: 18px; color: var(--wr-white-75); }
#tiers .ax-cfg__for b { display: block; font-family: ui-monospace, Menlo, monospace; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wr-white-45); margin-bottom: 5px; }
#tiers .ax-annual { position: relative; overflow: hidden; margin-top: 30px; padding-left: 32px; }
#tiers .ax-annual::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--wr-grad); }
#tiers .ax-disclaimer { margin-top: 18px; }

/* --- 5 · "Education & schools" → aligned, caption on the photo --- */
#schools .ax-school { align-items: stretch; }
#schools .ax-school__copy { display: flex; flex-direction: column; }
#schools .ax-school__kit { margin-top: 24px; }
#schools .ax-school__kit-d { color: var(--wr-white-75); }
#schools .ax-school__cta { margin-top: 26px; }
#schools .ax-school__media { aspect-ratio: auto; height: 100%; min-height: 360px; margin: 0; }
.ax-school__cap { position: absolute; z-index: 4; left: 0; right: 0; bottom: 0; padding: 46px 24px 20px; font-size: 12.5px; line-height: 1.45; color: var(--wr-white-75);
  background: linear-gradient(180deg, transparent, rgba(10,7,5,0.92)); }
.ax-school__cap b { display: block; color: var(--wr-white); font-weight: 700; font-size: 13.5px; margin-bottom: 3px; }
@media (max-width: 880px){ #schools .ax-school__media { min-height: 260px; } }

/* --- 6 · Proof image wall → photo fills to the edge (no inset frame) --- */
#proof .ax-proof { border: none; }
#proof .ax-proof::after { display: none; }
#proof .ax-proof--cta { border: 1px solid var(--wr-white-10); }

/* ============================================================================
   ICONS & NUMBERS → glyph only (no chip background) + Signal FX on every card
   ========================================================================== */
/* facts + delivers-ledger icons: drop the tinted square, keep the orange glyph */
.ax-fact__ic { background: none !important; border: none !important; width: auto; height: auto; border-radius: 0; margin-bottom: 16px; place-items: start; }
.ax-fact__ic svg { width: 28px; height: 28px; }
.ax-cap__n, #delivers .ax-cap__n { background: none !important; border: none !important; width: auto; height: auto; border-radius: 0; margin-bottom: 0; }
.ax-cap__n svg { width: 26px; height: 26px; }
#delivers .ax-cap:hover .ax-cap__n { background: none !important; }
#delivers .ax-cap:hover .ax-cap__n svg { stroke: var(--wr-orange); }

/* "What APEX OS is" negative X — glyph only, orange */
.ax-neg__x { background: none !important; width: auto; height: auto; border-radius: 0; margin-bottom: 16px; }
.ax-neg__x svg { width: 30px; height: 30px; stroke: var(--wr-orange); }

/* Buy-path 01/02/03 — gradient number, no filled badge */
.ax-cfg__n { background-color: transparent !important; background-image: var(--wr-grad) !important; -webkit-background-clip: text !important; background-clip: text !important; -webkit-text-fill-color: transparent; color: transparent;
  width: auto; height: auto; min-width: 0; border-radius: 0; font-size: 17px; letter-spacing: 0.06em; }

/* FAQ toggle — keep the ring, drop the filled open-state background */
.ax-fi[open] .ax-fi__ico { background: none !important; border-color: var(--wr-white-16); }
.ax-fi[open] .ax-fi__ico svg { stroke: var(--wr-orange); }

/* ============================================================================
   APEX OS — EN REVISION 2 (2026-07-16)
   1 negatives lose the card · 2 market-close breathing room · 3 concierge line
   gone · 4 buy-path editorial · 6 pricing CTA card · 7 schools no inner card
   ========================================================================== */

/* 1 · "What APEX OS is" negatives — open layout, no card */
.ax-neg { margin-top: 40px; gap: clamp(26px, 4vw, 52px); }
.ax-neg__item { background: none !important; border: none !important; padding: 0 !important; overflow: visible; }
.ax-neg__item:hover { transform: none; }

/* 2 · Market closing line — much bigger top & bottom room */
.ax-mkt__close { margin-top: clamp(76px, 12vh, 148px); margin-bottom: clamp(44px, 7vh, 96px); }

/* 3 · Annual Concierge — drop the side line */
#tiers .ax-annual { padding-left: 28px; }
#tiers .ax-annual::before { display: none !important; }

/* 4 · Step 2 buy-path — editorial 3-column (no boxes) */
.ax-buy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 8px; }
.ax-buy__opt { padding: 4px clamp(26px, 3vw, 44px) 4px 0; }
.ax-buy__opt + .ax-buy__opt { border-left: 1px solid var(--wr-white-10); padding-left: clamp(26px, 3vw, 44px); }
.ax-buy__n { font-family: ui-monospace, Menlo, monospace; font-size: 15px; font-weight: 800; letter-spacing: 0.06em;
  background-image: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.ax-buy__t { font-size: 21px; font-weight: 800; letter-spacing: -0.01em; color: var(--wr-white); margin: 10px 0 12px; }
.ax-buy__inc { font-family: ui-monospace, Menlo, monospace; font-size: 12px; font-weight: 700; letter-spacing: 0.02em; color: var(--wr-white-75); margin-bottom: 18px; line-height: 1.75; }
.ax-buy__inc em { font-style: normal; color: var(--wr-orange); }
.ax-buy__d { font-size: 14px; line-height: 1.6; color: var(--wr-white-65); }
.ax-buy__for { margin-top: 20px; font-size: 13px; line-height: 1.5; color: var(--wr-white-75); }
.ax-buy__for b { display: block; font-family: ui-monospace, Menlo, monospace; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wr-white-45); margin-bottom: 5px; }
@media (max-width: 820px){ .ax-buy { grid-template-columns: 1fr; } .ax-buy__opt { padding: 24px 0 0; } .ax-buy__opt + .ax-buy__opt { border-left: none; border-top: 1px solid var(--wr-white-10); padding-left: 0; margin-top: 24px; } }

/* 6 · Pricing CTA — full-width card */
.ax-buycta { position: relative; margin-top: clamp(34px, 5vh, 54px); display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
  padding: clamp(30px, 4vw, 46px) clamp(28px, 4vw, 48px); border-radius: var(--wr-radius-card); background: linear-gradient(180deg, #1A1009, #0E0906); overflow: hidden; }
.ax-buycta::before { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1.4px;
  background: linear-gradient(135deg, #F04923, #FFD80066 55%, #F0492300);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; pointer-events: none; }
.ax-buycta::after { content: ''; position: absolute; inset: 0; background: radial-gradient(60% 130% at 82% 50%, #F0492322, transparent 60%); pointer-events: none; }
.ax-buycta__main { position: relative; flex: 1; min-width: 280px; }
.ax-buycta__k { font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wr-orange); }
.ax-buycta__t { font-size: clamp(20px, 2.3vw, 29px); font-weight: 800; letter-spacing: -0.015em; color: var(--wr-white); max-width: 32ch; margin-top: 10px; line-height: 1.15; }
.ax-buycta .ax-btn { position: relative; flex-shrink: 0; }

/* 7 · Education — inner kit card becomes a borderless editorial highlight */
#schools .ax-school__hl { margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--wr-white-10); }
.ax-school__hl-k { font-family: ui-monospace, Menlo, monospace; font-size: 10.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wr-orange); }
.ax-school__hl-t { font-size: clamp(21px, 2.3vw, 28px); font-weight: 800; letter-spacing: -0.015em; color: var(--wr-white); margin: 10px 0 12px; line-height: 1.1; }
.ax-school__hl-d { font-size: 14.5px; line-height: 1.62; color: var(--wr-white-65); }

/* ============================================================================
   EDUCATION & SCHOOLS — rebuilt as a cinematic full-image band (2026-07-16)
   ========================================================================== */
#schools .ax-inner { padding: 0; }
.ax-schoolx { position: relative; margin-top: clamp(48px, 6vh, 76px); border-radius: 26px; overflow: hidden;
  min-height: 640px; display: flex; align-items: center;
  background-color: #0D0A07; background-size: cover; background-position: center;
  box-shadow: 0 60px 120px -55px #000; }
.ax-schoolx::before { content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(96deg, rgba(10,7,5,0.97) 0%, rgba(10,7,5,0.9) 32%, rgba(10,7,5,0.5) 62%, rgba(10,7,5,0.12) 100%); }
.ax-schoolx::after { content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(70% 90% at 8% 42%, #F0492316, transparent 60%); }
.ax-schoolx__inner { position: relative; z-index: 2; width: 100%; max-width: 660px; padding: clamp(40px, 5vw, 76px); }
.ax-schoolx .ax-eyebrow { margin-bottom: 22px; }
.ax-schoolx .ax-h2 { max-width: 15ch; }
.ax-schoolx__lead { font-size: clamp(15px, 1.4vw, 18px); line-height: 1.62; color: var(--wr-white-75); margin-top: 22px; max-width: 48ch; }
.ax-schoolx__points { margin-top: 34px; display: grid; gap: 20px; }
.ax-schoolx__pt { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; }
.ax-schoolx__n { font-family: ui-monospace, Menlo, monospace; font-size: 14px; font-weight: 800; letter-spacing: 0.04em; margin-top: 1px;
  background-image: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.ax-schoolx__ptc b { display: block; font-size: 15.5px; font-weight: 700; letter-spacing: -0.01em; color: var(--wr-white); margin-bottom: 4px; }
.ax-schoolx__ptc span { font-size: 13.5px; line-height: 1.55; color: var(--wr-white-65); }
.ax-schoolx__foot { margin-top: 36px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.ax-schoolx__proof { display: inline-flex; align-items: center; gap: 10px; font-size: 12.5px; font-weight: 600; color: var(--wr-white-65); }
.ax-schoolx__proof::before { content: ''; width: 24px; height: 2px; background: var(--wr-grad); flex-shrink: 0; }
@media (max-width: 760px){
  .ax-schoolx { min-height: 0; }
  .ax-schoolx::before { background: linear-gradient(180deg, rgba(10,7,5,0.72) 0%, rgba(10,7,5,0.92) 46%, rgba(10,7,5,0.98) 100%); }
  .ax-schoolx__inner { max-width: none; padding: clamp(32px, 7vw, 48px) clamp(24px, 6vw, 40px); }
}

/* Schools CTA — photo background with a solid brand tint */
.ax-schoolcta { background-size: cover; background-position: center; background-color: #0D0A07; }
.ax-schoolcta::after { z-index: 1; background: rgba(10,7,5,0.82); }
.ax-schoolcta::before { z-index: 3; }
.ax-schoolcta .ax-buycta__main, .ax-schoolcta .ax-btn { z-index: 2; }

/* ============================================================================
   SIGNAL STRIP — passive image marquee + scroll parallax (after "What is")
   ========================================================================== */
.ax-strip { position: relative; z-index: 2; width: 100%; min-height: 90vh; overflow: hidden;
  background: var(--wr-hero); display: flex; align-items: center; padding: clamp(24px, 4vh, 56px) 0; }
.ax-strip__row { display: flex; width: max-content; will-change: transform;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.ax-strip__track { display: flex; gap: 18px; padding-right: 18px; animation: axStripDrift 55s linear infinite; }
@keyframes axStripDrift { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ax-strip__tile { position: relative; flex: 0 0 auto; width: clamp(420px, 52vw, 880px); height: 90vh;
  border-radius: 18px; overflow: hidden; background-color: #0D0A07; background-size: cover; background-position: center;
  box-shadow: 0 40px 84px -52px #000; }
.ax-strip__tile::after { content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(10,7,5,0.12) 0%, rgba(10,7,5,0) 40%, rgba(10,7,5,0.35) 100%); }
@media (prefers-reduced-motion: reduce) { .ax-strip__track { animation: none; } }
.ax-strip__spark { position: absolute; left: 0; width: 100%; height: 72px; pointer-events: none; z-index: 6; opacity: 0; transition: opacity 0.5s ease; }
.ax-strip__spark--top { top: 0; }
.ax-strip__spark--bottom { bottom: 0; }

/* ============================================================================
   FOCUS COVERFLOW — premium center-stage carousel (bottom of "delivers")
   ========================================================================== */
.ax-cf { margin-top: clamp(72px, 11vh, 150px); }
.ax-cf__head { margin-bottom: clamp(40px, 6vh, 72px); }
.ax-cf__stage { position: relative; height: clamp(300px, 48vh, 540px); perspective: 1800px; }
.ax-cf__track { position: absolute; inset: 0; transform-style: preserve-3d; }
.ax-cf__slide { position: absolute; top: 50%; left: 50%; width: clamp(300px, 44vw, 660px); height: clamp(220px, 42vh, 460px);
  border-radius: 16px; overflow: hidden; background-color: #0D0A07; background-size: cover; background-position: center;
  box-shadow: 0 60px 110px -46px #000; cursor: pointer;
  transition: transform 0.62s cubic-bezier(.4,0,.2,1), opacity 0.62s ease, filter 0.62s ease; will-change: transform, opacity; }
.ax-cf__slide::after { content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(10,7,5,0.06), rgba(10,7,5,0) 45%, rgba(10,7,5,0.35) 100%); }
.ax-cf__slide.is-active { cursor: default; }
.ax-cf__slide.is-active::before { content: ''; position: absolute; inset: 0; z-index: 2; border-radius: inherit; padding: 1.4px;
  background: linear-gradient(135deg, #F04923, #FFD80066 55%, #F0492300);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; }

/* Nav arrows */
.ax-cf__nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 60; width: 52px; height: 52px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  background: rgba(13,10,7,0.55); border: 1px solid var(--wr-white-16); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  transition: border-color .25s ease, background .25s ease, transform .25s ease; }
.ax-cf__nav--prev { left: clamp(8px, 3vw, 40px); }
.ax-cf__nav--next { right: clamp(8px, 3vw, 40px); }
.ax-cf__nav svg { width: 20px; height: 20px; stroke: var(--wr-white); stroke-width: 2.2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
@media (hover:hover){ .ax-cf__nav:hover { border-color: var(--wr-orange); background: rgba(13,10,7,0.72); } }

/* Caption + dots */
.ax-cf__cap { text-align: center; margin-top: 34px; min-height: 46px; }
.ax-cf__cap b { display: block; font-size: clamp(18px, 2vw, 24px); font-weight: 800; letter-spacing: -0.01em; color: var(--wr-white); }
.ax-cf__cap span { display: block; margin-top: 5px; font-size: 13.5px; color: var(--wr-white-65); }
.ax-cf__dots { display: flex; justify-content: center; gap: 10px; margin-top: 22px; }
.ax-cf__dot { width: 8px; height: 8px; border-radius: 50%; border: 0; padding: 0; cursor: pointer; background: var(--wr-white-16); transition: transform .3s ease, background .3s ease; }
.ax-cf__dot.is-active { background: var(--wr-grad); transform: scale(1.4); }
@media (max-width: 640px){ .ax-cf__nav { width: 44px; height: 44px; } .ax-cf__slide { width: 78vw; } }

/* ============================================================================
   VIDEO — parallax poster placeholder (after "The market context")
   ========================================================================== */
.ax-video { position: relative; z-index: 2; width: 100%; min-height: 82vh; overflow: hidden;
  background: var(--wr-black); display: flex; align-items: center; justify-content: center; }
.ax-video__media { position: absolute; left: 0; top: -12%; width: 100%; height: 124%; will-change: transform; }
.ax-video__poster, .ax-video__media video { position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; background-size: cover; background-position: center; background-color: #0D0A07; }
.ax-video { align-items: stretch; justify-content: flex-start; }
.ax-video__scrim { position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(10,7,5,0.34) 0%, rgba(10,7,5,0.05) 34%, rgba(10,7,5,0.62) 82%, rgba(10,7,5,0.9) 100%); }
.ax-video__inner { position: absolute; inset: auto 0 0 0; z-index: 3; }
.ax-video__wrap { max-width: var(--wr-max-width); margin: 0 auto; padding: 0 var(--wr-pad-x) clamp(40px, 6vh, 76px);
  display: flex; align-items: center; gap: clamp(20px, 2.4vw, 30px); }
.ax-video__play { position: relative; flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center;
  width: clamp(64px, 6vw, 84px); height: clamp(64px, 6vw, 84px); border-radius: 50%; cursor: pointer;
  background: rgba(242,242,242,0.08); border: 1.5px solid var(--wr-white-38); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  transition: transform 0.28s var(--wr-ease-out), border-color 0.28s ease, background 0.28s ease; }
.ax-video__play svg { position: relative; z-index: 2; width: 26px; height: 26px; fill: var(--wr-white); margin-left: 4px; transition: fill 0.28s ease; }
.ax-video__ring { position: absolute; inset: -1.5px; border-radius: 50%; border: 1.5px solid var(--wr-white-38); animation: axVideoPulse 2.8s ease-out infinite; }
@keyframes axVideoPulse { 0% { transform: scale(1); opacity: 0.7; } 100% { transform: scale(1.8); opacity: 0; } }
@media (hover:hover){ .ax-video__play:hover { transform: scale(1.06); border-color: var(--wr-white); background: rgba(242,242,242,0.18); }
  .ax-video__play:hover svg { fill: var(--wr-white); } }
.ax-video__k { display: block; font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--wr-white); }
.ax-video__t { margin-top: 10px; font-size: clamp(23px, 3vw, 40px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.08; color: var(--wr-white); max-width: 20ch; text-wrap: balance; }
@media (prefers-reduced-motion: reduce) { .ax-video__ring { animation: none; } }
@media (max-width: 600px) { .ax-video__wrap { flex-direction: column; align-items: flex-start; gap: 18px; } }

/* ============================================================================
   METRICS — Restream-style: Scan Monitor atmosphere + layered parallax
   (canvas · glow · bar drift at three speeds). No hover.
   ========================================================================== */
.ax-metrics { position: relative; z-index: 2; overflow: hidden;
  padding-top: clamp(84px, 15vh, 180px); padding-bottom: clamp(100px, 17vh, 210px); }
.ax-metrics .wr-atmo-canvas { position: absolute; inset: 0; z-index: 1; pointer-events: none; will-change: transform; }
.ax-metrics__glow { position: absolute; inset: -40% -4%; z-index: 0; pointer-events: none; will-change: transform;
  background: radial-gradient(58% 55% at 26% 36%, rgba(240,73,35,0.11), transparent 70%),
              radial-gradient(55% 60% at 82% 74%, rgba(240,73,35,0.09), transparent 72%); }
.ax-metrics__bar { position: relative; z-index: 2; will-change: transform; }
.ax-metrics__bar::after { display: none; }
.ax-metric__label { color: var(--wr-white-65); }
@media (prefers-reduced-motion: reduce) {
  .ax-metrics .wr-atmo-canvas, .ax-metrics__bar, .ax-metrics__glow { transform: none !important; }
}

/* ============================================================================
   HERO SWITCHER — functional 4-cam cut · GFX toggles · replay grid
   ========================================================================== */
.ax-console { max-width: 1080px; }
.ax-console__body.ax-sw { grid-template-columns: 1.55fr 0.62fr 1.4fr; gap: 10px; height: clamp(300px, 44vh, 452px); }
.ax-sw__main { display: grid; grid-template-rows: 1fr auto; gap: 8px; min-width: 0; }
.ax-sw__lab { display: block; font-family: ui-monospace, Menlo, monospace; font-size: 9px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--wr-orange); margin-bottom: 7px; }

/* PGM feed (real image) + cut flash */
.ax-pgm__feed { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; background-color: #0E0A07; }
.ax-pgm__flash { position: absolute; inset: 0; z-index: 5; background: #F2F2F2; opacity: 0; pointer-events: none; }
.ax-pgm__flash.is-cut { animation: axCut 0.24s ease; }
@keyframes axCut { 0% { opacity: 0; } 22% { opacity: 0.34; } 100% { opacity: 0; } }
.ax-pgm__scan { z-index: 1; }
.ax-pgm__hud { z-index: 6; }
.ax-pgm.is-replay .ax-pgm__live { background: var(--wr-orange); color: var(--wr-black); }
.ax-pgm.is-replay .ax-pgm__live b { background: var(--wr-black); }

/* GFX overlays on PGM */
.ax-pgm__g { position: absolute; z-index: 4; opacity: 0; pointer-events: none; transition: opacity 0.28s ease; }
.ax-pgm__g.is-on { opacity: 1; }
.ax-pgm__g--score { top: 44px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 8px;
  padding: 6px 12px; border-radius: 9px; background: rgba(10,7,5,0.74); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); border: 1px solid var(--wr-white-10); white-space: nowrap; }
.ax-pgm__g--score b { font-family: ui-monospace, Menlo, monospace; font-size: 10px; font-weight: 700; letter-spacing: 0.06em; color: var(--wr-white-75); }
.ax-pgm__g--score em { font-style: normal; font-size: 14px; font-weight: 800; color: var(--wr-white); }
.ax-pgm__g--score s { text-decoration: none; color: var(--wr-white-45); }
.ax-pgm__g--score i { font-style: normal; font-family: ui-monospace, Menlo, monospace; font-size: 9px; font-weight: 700; letter-spacing: 0.08em; color: var(--wr-orange); margin-left: 4px; padding-left: 8px; border-left: 1px solid var(--wr-white-16); }
.ax-pgm__g--clock { top: 46px; left: 14px; display: inline-flex; align-items: center; gap: 7px; padding: 5px 10px; border-radius: 7px; background: rgba(10,7,5,0.72); border: 1px solid var(--wr-white-10); font-family: ui-monospace, Menlo, monospace; font-size: 12px; font-weight: 800; letter-spacing: 0.04em; color: var(--wr-white); }
.ax-pgm__g--clock b { width: 6px; height: 6px; border-radius: 50%; background: var(--wr-orange); box-shadow: 0 0 8px var(--wr-orange); }
.ax-pgm__g--bug { top: 46px; right: 14px; width: 34px; height: 34px; border-radius: 9px; background: var(--wr-grad); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 12px; letter-spacing: 0.02em; color: var(--wr-black); box-shadow: 0 8px 22px -8px #F0492388; }
.ax-pgm__g--lower { left: 14px; bottom: 46px; max-width: 62%; padding: 9px 14px 9px 16px; border-radius: 9px; background: rgba(10,7,5,0.78); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); overflow: hidden; }
.ax-pgm__g--lower::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--wr-grad); }
.ax-pgm__g-k { display: block; font-family: ui-monospace, Menlo, monospace; font-size: 8.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--wr-orange); }
.ax-pgm__g-t { display: block; font-size: 14px; font-weight: 800; letter-spacing: -0.01em; color: var(--wr-white); margin-top: 2px; }
.ax-pgm__g--stats { right: 12px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 5px; padding: 10px 12px; border-radius: 9px; background: rgba(10,7,5,0.76); border: 1px solid var(--wr-white-10); }
.ax-pgm__g--stats u { text-decoration: none; font-family: ui-monospace, Menlo, monospace; font-size: 8px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--wr-orange); margin-bottom: 2px; }
.ax-pgm__g--stats span { font-size: 10.5px; color: var(--wr-white-65); white-space: nowrap; }
.ax-pgm__g--stats b { color: var(--wr-white); font-weight: 800; }
.ax-pgm__g--wipe { inset: 0; display: flex; align-items: center; justify-content: center; background: repeating-linear-gradient(115deg, rgba(240,73,35,0.14) 0 14px, rgba(240,73,35,0) 14px 30px); }
.ax-pgm__g--wipe span { font-size: clamp(22px, 3vw, 40px); font-weight: 800; letter-spacing: 0.14em; color: var(--wr-white); text-shadow: 0 4px 30px #000; opacity: 0.9; }

/* Replay badge (replay mode) */
.ax-pgm__repbadge { position: absolute; z-index: 6; left: 14px; top: 14px; display: none; align-items: center; gap: 8px; padding: 6px 12px; border-radius: var(--wr-radius-pill); background: var(--wr-orange); color: var(--wr-black); font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 800; letter-spacing: 0.04em; }
.ax-pgm__repbadge b { width: 0; height: 0; border-left: 8px solid var(--wr-black); border-top: 5px solid transparent; border-bottom: 5px solid transparent; }
.ax-pgm.is-replay .ax-pgm__repbadge { display: inline-flex; }

/* Camera switcher row (4) */
.ax-sw__cams { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; height: clamp(58px, 8.5vh, 88px); }
.ax-swcam { position: relative; border: 0; padding: 0; border-radius: 9px; overflow: hidden; cursor: pointer; background: #0E0A07; outline: 2px solid transparent; outline-offset: -2px; transition: outline-color 0.2s ease, transform 0.2s ease; }
.ax-swcam__img { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.66; transition: opacity 0.25s ease, transform 0.4s ease; }
.ax-swcam::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(10,7,5,0.7)); }
.ax-swcam__tag { position: absolute; left: 7px; bottom: 5px; z-index: 2; font-family: ui-monospace, Menlo, monospace; font-size: 9px; font-weight: 700; letter-spacing: 0.06em; color: var(--wr-white); }
.ax-swcam__tally { position: absolute; right: 6px; top: 5px; z-index: 2; font-family: ui-monospace, Menlo, monospace; font-size: 7.5px; font-weight: 800; letter-spacing: 0.08em; color: var(--wr-white-45); background: rgba(10,7,5,0.66); padding: 2px 5px; border-radius: 4px; opacity: 0; }
.ax-swcam.is-live { outline-color: var(--wr-orange); }
.ax-swcam.is-live .ax-swcam__img { opacity: 1; }
.ax-swcam.is-live .ax-swcam__tally { opacity: 1; background: var(--wr-orange); color: var(--wr-black); }
@media (hover:hover){ .ax-swcam:hover .ax-swcam__img { opacity: 0.9; } .ax-swcam:hover { transform: translateY(-1px); } }

/* GFX column (6 buttons) */
.ax-sw__gfx { display: flex; flex-direction: column; min-width: 0; }
.ax-sw__gfx .ax-gfx:first-of-type { margin-top: 0; }
.ax-gfx { flex: 1; display: flex; align-items: center; gap: 9px; margin-bottom: 6px; border: 1px solid var(--wr-white-10); border-radius: 8px; background: var(--wr-glass-08); color: var(--wr-white-45); font-family: ui-monospace, Menlo, monospace; font-size: 10px; font-weight: 700; letter-spacing: 0.02em; padding: 0 10px; cursor: pointer; text-align: left; transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease; }
.ax-gfx:last-child { margin-bottom: 0; }
.ax-gfx i { flex-shrink: 0; width: 7px; height: 7px; border-radius: 2px; background: var(--wr-white-16); transition: background 0.2s ease; }
.ax-gfx.is-on { color: var(--wr-white); border-color: transparent; background: linear-gradient(180deg, var(--wr-glass-14), rgba(255,255,255,0.03)); box-shadow: 0 0 0 1px #F0492340 inset; }
.ax-gfx.is-on i { background: var(--wr-grad); box-shadow: 0 0 8px #F0492399; }
@media (hover:hover){ .ax-gfx:hover { color: var(--wr-white); border-color: var(--wr-white-16); } }

/* Replay grid (4 cols) */
.ax-sw__rep { display: flex; flex-direction: column; min-width: 0; }
.ax-sw__rep-grid { flex: 1; display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 1fr; gap: 6px; min-height: 0; }
.ax-rep { position: relative; border: 0; padding: 0; border-radius: 7px; overflow: hidden; cursor: pointer; background: #0E0A07; outline: 2px solid transparent; outline-offset: -2px; transition: outline-color 0.2s ease; }
.ax-rep__img { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.58; transition: opacity 0.2s ease, transform 0.35s ease; }
.ax-rep__play { position: absolute; left: 50%; top: 50%; width: 0; height: 0; transform: translate(-40%,-50%); border-left: 11px solid var(--wr-white); border-top: 7px solid transparent; border-bottom: 7px solid transparent; opacity: 0; transition: opacity 0.2s ease; filter: drop-shadow(0 2px 6px #000); }
.ax-rep__n { position: absolute; left: 4px; bottom: 3px; font-family: ui-monospace, Menlo, monospace; font-size: 8px; font-weight: 700; color: var(--wr-white-75); }
@media (hover:hover){ .ax-rep:hover .ax-rep__img { opacity: 0.9; transform: scale(1.05); } .ax-rep:hover .ax-rep__play { opacity: 0.95; } }
.ax-rep.is-live { outline-color: var(--wr-orange); }
.ax-rep.is-live .ax-rep__img { opacity: 1; }

@media (max-width: 860px) {
  .ax-console__body.ax-sw { grid-template-columns: 1fr; height: auto; }
  .ax-sw__main { grid-template-rows: auto auto; }
  .ax-pgm { aspect-ratio: 16 / 9; }
  .ax-sw__gfx { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .ax-gfx { margin-bottom: 0; height: 40px; }
  .ax-sw__rep-grid { grid-auto-rows: 60px; }
}

/* ============================================================================
   SWITCHER refinements — 16:9 tiles · telemetry bar · centered GFX · replay wipe
   ========================================================================== */
/* 16:9 camera + replay placeholders */
.ax-sw__cams { height: auto; }
.ax-swcam { aspect-ratio: 16 / 9; }
.ax-sw__rep-grid { grid-auto-rows: auto; align-content: space-between; }
.ax-rep { aspect-ratio: 16 / 9; }

/* Telemetry top bar */
.ax-console__bar { flex-wrap: wrap; }
.ax-tele { margin-left: auto; display: flex; align-items: center; gap: 13px; flex-wrap: wrap; }
.ax-tele__i { display: inline-flex; align-items: center; gap: 5px; font-family: ui-monospace, Menlo, monospace; font-size: 9.5px; font-weight: 700; letter-spacing: 0.05em; color: var(--wr-white-45); white-space: nowrap; }
.ax-tele__i em { font-style: normal; text-transform: uppercase; letter-spacing: 0.1em; font-size: 8.5px; color: var(--wr-white-38); }
.ax-tele__i u { text-decoration: none; color: var(--wr-white); font-weight: 800; letter-spacing: 0.02em; }
.ax-tele__i--live { color: var(--wr-orange); letter-spacing: 0.13em; }
.ax-tele__i--live b { width: 7px; height: 7px; border-radius: 50%; background: var(--wr-orange); box-shadow: 0 0 8px var(--wr-orange); animation: axLivePulse 1.6s ease-in-out infinite; }
.ax-tele__i--rec { color: #FF5B3D; letter-spacing: 0.13em; }
.ax-tele__i--rec b { width: 7px; height: 7px; border-radius: 50%; background: #FF5B3D; animation: axRecBlink 1.4s steps(1) infinite; }
.ax-tele__i--rate u { color: var(--wr-yellow); }
@keyframes axLivePulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

/* GFX cards — narrower + centered in the column */
.ax-sw__gfx { align-items: center; }
.ax-sw__gfx .ax-sw__lab { align-self: center; }
.ax-gfx { width: 100%; max-width: 128px; }

/* Replay wipe — brand-gradient panel sweep (mirrors the page transition) */
.ax-pgm__wipe { position: absolute; z-index: 7; top: -18%; left: 0; width: 150%; height: 136%;
  background: var(--wr-grad); border-radius: 240px; transform: translateX(-120%); pointer-events: none; opacity: 0; will-change: transform; }
.ax-pgm__wipe.is-run { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .ax-pgm__wipe { display: none; } }

@media (max-width: 860px) {
  .ax-tele { margin-left: 0; width: 100%; gap: 10px; }
  .ax-gfx { max-width: none; }
}
