/* ════════════════════════════════════════════════════════════════
   VINDARIS — FRAMEWORK PAGE SECTIONS

   One stylesheet for the whole framework landing-page family:
   /okr, /eos, /ogsm, /hoshin-kanri, /smart-goals,
   /strategy-execution-management, /goal-tracking-software and
   /strategic-planning-software, plus the two commercial blog posts
   that run on the same shell with the article dropped in after the
   Alignment Canvas: /blog/strategy-execution-tool-landscape and
   /blog/best-strategic-planning-software (see section 12b).

   Every page body is generated by scripts/apply-framework-structure.mjs
   or scripts/apply-blog-landing.mjs and uses only the fx- classes
   defined here (plus the narrative
   editor's ne-/mc-/flip- internals, ported from the homepage). Nothing
   here depends on a page's own inline <style>, so the eight pages
   render identically whatever legacy CSS they still carry in <head>.

   Loaded AFTER light-theme.css so it wins the cascade.

   Section order, top to bottom:
     1  hero (dark card, two photos, two Work Graph alerts)
     2  customer trust bar
     3  Alignment Canvas + click-thru live demo
     4  use-case carousel
     5  the platform (pillars + feature cards)
     6  customers
     7  narrative editor
     8  Work Graph carousel
     9  built for the way you work
     10 pricing
     11 free tools and templates
     12 FAQ
     13 footer CTA
   ════════════════════════════════════════════════════════════════ */

/* ── tokens + shared shell ─────────────────────────────────────── */
:root {
  --fx-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --fx-amber-text: #B45309;
  --fx-teal-text: #0F766E;
  --fx-dark: #0D1420;
}

.fx-sec { padding: 76px 48px; max-width: 1180px; margin: 0 auto; }
.fx-sec + .fx-sec { border-top: 0.5px solid var(--border); }
.fx-sec.fx-wide { max-width: 1240px; }
.fx-head { max-width: 760px; }
.fx-head.center { margin: 0 auto; text-align: center; }
.fx-label {
  font-size: 11px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--fx-amber-text); margin-bottom: 14px;
}
.fx-sec h2 {
  font-size: clamp(24px, 3vw, 36px); font-weight: 600;
  letter-spacing: -0.035em; line-height: 1.15;
  color: var(--snow); margin: 0 0 16px;
}
.fx-lead { font-size: 16px; color: var(--mist); line-height: 1.7; max-width: 690px; margin: 0; }
.fx-head.center .fx-lead { margin: 0 auto; }
@media (max-width: 860px) { .fx-sec { padding: 52px 24px; } }

.fx-btn-line {
  display: inline-block; font-size: 14px; font-weight: 600;
  color: var(--mist); border: 1px solid var(--border-mid);
  border-radius: 9px; padding: 11px 24px; text-decoration: none;
  transition: color 150ms, border-color 150ms;
}
.fx-btn-line:hover { color: var(--snow); border-color: var(--mist); }

/* reveal-on-scroll (opt-in; no-JS falls back to visible) */
.fx-reveal { opacity: 0; transform: translateY(14px); transition: opacity 600ms var(--fx-ease), transform 600ms var(--fx-ease); }
.fx-reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .fx-reveal { opacity: 1; transform: none; transition: none; } }

/* ════════════════════════════════════════════════════════════════
   1. HERO

   The card height is derived from the viewport so that roughly a
   fifth of the Alignment Canvas below it stays above the fold:

     card = 100svh - hero padding - trust bar - gap - 20% of the shot

   The shot is 1920x900 inside a max-1240px wrapper with 16px gutters,
   hence the 0.46875 factor. Type sizes are clamped against svh as
   well as vw, so a short viewport shrinks the copy instead of pushing
   the canvas off screen.
   ════════════════════════════════════════════════════════════════ */
.fx-herowrap { position: relative; }
.fx-herobg {
  position: absolute; inset: 0 0 auto; height: 760px; pointer-events: none;
  background: radial-gradient(ellipse 60% 55% at 22% 32%, rgba(245,166,35,0.13), transparent 70%);
}
.fx-hero {
  --fx-hero-pt: 88px;
  --fx-hero-pb: 26px;
  --fx-trust-h: 76px;
  --fx-demo-gap: 6px;
  --fx-demo-w: min(1240px, 100vw);
  --fx-demo-h: calc((var(--fx-demo-w) - 32px) * 0.46875);
  position: relative; z-index: 1;
  max-width: 1240px; margin: 0 auto;
  padding: var(--fx-hero-pt) 16px var(--fx-hero-pb);
}
.fx-hcard {
  position: relative; border-radius: 24px; background: var(--fx-dark);
  display: grid; grid-template-columns: 1.06fr 1.04fr; overflow: hidden;
  min-height: max(
    470px,
    calc(100svh - var(--fx-hero-pt) - var(--fx-hero-pb) - var(--fx-trust-h)
         - var(--fx-demo-gap) - 0.2 * var(--fx-demo-h))
  );
}
.fx-hcard::before {
  content: ""; position: absolute; top: -170px; left: -130px;
  width: 720px; height: 620px; pointer-events: none;
  background: radial-gradient(ellipse 55% 60% at 40% 40%, rgba(245,166,35,0.28), transparent 68%);
}
.fx-hcopy {
  position: relative; z-index: 2; align-self: center;
  padding: 40px 20px 40px 52px; max-width: 640px;
}
.fx-heyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: #F3C77E; margin: 0 0 14px;
}
.fx-hcopy h1 {
  font-size: clamp(27px, min(2.95vw, 4.9svh), 43px);
  font-weight: 680; letter-spacing: -0.035em; line-height: 1.08;
  color: #fff; margin: 0 0 15px; max-width: 21ch;
}
.fx-hsub {
  font-size: clamp(14px, min(1.15vw, 1.95svh), 16.5px);
  line-height: 1.5; color: #9DB0C4; max-width: 46ch; margin: 0 0 18px;
}
/* Hero support line. Carries the task-level/Slack-thread claim under the
   subhead, so the sub can stay on the promise and the depth proof gets its
   own beat. Renders only where the page config sets hero.note. */
.fx-hnote {
  font-size: clamp(13px, min(1.02vw, 1.75svh), 14.5px);
  line-height: 1.5; color: #8CA0B6; max-width: 48ch; margin: -8px 0 18px;
}
.fx-hproof { display: flex; flex-wrap: wrap; gap: 7px 18px; margin-bottom: 18px; }
.fx-hproof span {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13.5px; color: #C7D3E0; white-space: nowrap;
}
.fx-hproof svg {
  width: 16px; height: 16px; flex-shrink: 0; color: #12A488;
  fill: none; stroke: currentColor; stroke-width: 2.6;
  stroke-linecap: round; stroke-linejoin: round;
}
.fx-hcta {
  display: inline-block; background: #0E8C75; color: #fff;
  font-weight: 600; font-size: 16px; padding: 13px 26px;
  border-radius: 11px; text-decoration: none; border: none;
  transition: background 150ms, transform 150ms;
}
.fx-hcta:hover { background: #12A488; transform: translateY(-1px); }
.fx-hchips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.fx-hchip {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 500; color: #C7D3E0;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 999px; padding: 5px 12px; white-space: nowrap;
}
.fx-hchip svg:not(.fx-euflag) {
  width: 12px; height: 12px; flex-shrink: 0; color: #7EEAD6;
  fill: none; stroke: currentColor; stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round;
}
/* The hero speaks about Europe, so it carries the EU flag. Member-state
   detail (the Nuremberg facility) belongs in the trust centre and the
   legal pages, not in the sales pitch. */
.fx-hchip .fx-euflag { width: 16px; height: 11px; flex-shrink: 0; display: block; }

.fx-hmedia { position: relative; }
.fx-hshot {
  position: absolute; border-radius: 16px; overflow: hidden;
  box-shadow: 0 30px 60px -24px rgba(0,0,0,0.55);
  border: 1px solid rgba(255,255,255,0.12);
  background-size: cover; background-position: center;
}
.fx-hshot-a { top: 8%; right: 6%; width: 58%; height: 62%; background-color: #7fa8c9; }
.fx-hshot-b { bottom: 7%; left: 4%; width: 45%; height: 47%; background-color: #dfeceb; }

/* Two real Work Graph notifications. Both are alerts the product emits;
   only the wording is written in the page's own framework vocabulary. */
.fx-note {
  position: absolute; z-index: 4; background: #fff;
  border-radius: 14px; padding: 12px 14px; width: 262px;
  box-shadow: 0 22px 50px -18px rgba(0,0,0,0.5);
  border: 1px solid rgba(20,24,28,0.06);
}
.fx-note-1 { top: 3%; left: 1%; }
.fx-note-2 { bottom: 4%; right: 2%; }
.fx-note-head { display: flex; align-items: center; gap: 9px; margin-bottom: 7px; }
.fx-note-meta { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.fx-note-av {
  width: 25px; height: 25px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #F5A623, #E08706);
}
.fx-note-av svg {
  width: 14px; height: 14px; color: #fff; fill: none;
  stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}
.fx-note-name { font-size: 12.5px; font-weight: 600; color: #15181C; line-height: 1.2; }
/* The tag is the notification's real title, so it can run long. It sits
   under the sender name rather than beside it, which keeps a 27-character
   title like "Tasks waiting for alignment" inside the card. */
.fx-note-tag {
  font-size: 9.5px; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--fx-amber-text); line-height: 1.25;
}
.fx-note-2 .fx-note-tag { color: #B02A37; }
/* Not every Work Graph alert is bad news: "Goal tracking ahead of plan"
   is one of the twelve, and it should not be painted in the risk colour. */
.fx-note.is-good .fx-note-tag, .fx-note.is-good .fx-note-body .hl { color: #0F766E; }
.fx-note-body { font-size: 12.5px; line-height: 1.5; color: #3F4A57; }
.fx-note-body b { color: #15181C; font-weight: 600; }
.fx-note-body .hl { color: #B02A37; font-weight: 600; }

/* On a short viewport the copy, not the formula, becomes the binding
   constraint on the card height. Tighten it so the canvas below still
   clears the fold by about a fifth. */
@media (min-width: 981px) and (max-height: 860px) {
  .fx-hcopy { padding-top: 28px; padding-bottom: 28px; }
  .fx-hcopy h1 { margin-bottom: 12px; }
  .fx-hsub { margin-bottom: 14px; }
  .fx-hproof { margin-bottom: 14px; }
  .fx-hchips { margin-top: 12px; }
}

@media (max-width: 980px) {
  .fx-hero { --fx-hero-pt: 78px; }
  .fx-hcard { grid-template-columns: 1fr; min-height: 0; }
  .fx-hcopy { padding: 36px 24px 8px; max-width: none; }
  .fx-hcopy h1 { font-size: clamp(28px, 6.4vw, 38px); max-width: none; }
  .fx-hmedia { position: relative; height: 380px; margin: 0 8px 8px; }
  .fx-hshot-a { top: 4%; right: 3%; width: 62%; height: 58%; }
  .fx-hshot-b { bottom: 4%; left: 3%; width: 48%; height: 46%; }
  .fx-note { width: 220px; }
}
@media (max-width: 620px) {
  .fx-hmedia { height: 320px; }
  .fx-note { width: 190px; padding: 10px 11px; }
  .fx-note-body { font-size: 11.5px; }
}

/* ════════════════════════════════════════════════════════════════
   2. CUSTOMER TRUST BAR
   ════════════════════════════════════════════════════════════════ */
.fx-trust { border-top: 0.5px solid var(--border); border-bottom: 0.5px solid var(--border); background: var(--navy); }
.fx-trust-in {
  max-width: 1180px; margin: 0 auto; padding: 24px 48px;
  display: flex; align-items: center; justify-content: center;
  gap: 14px 40px; flex-wrap: wrap;
}
.fx-trust-label { font-size: 12.5px; font-weight: 500; color: var(--mist); letter-spacing: 0.01em; }
.fx-trust-logo {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 650; color: var(--snow); letter-spacing: -0.01em;
  opacity: 0.86;
}
.fx-trust-logo .lg-badge {
  background: #133155; color: #fff; border-radius: 4px;
  padding: 2px 7px; font-size: 11px; font-weight: 700; letter-spacing: -0.01em;
}
@media (max-width: 860px) { .fx-trust-in { padding: 20px 24px; gap: 12px 24px; } }

/* ════════════════════════════════════════════════════════════════
   3. CLICK-THRU LIVE DEMO — the big Alignment Canvas shot
   ════════════════════════════════════════════════════════════════ */
.fx-demo-wrap { max-width: 1240px; margin: 6px auto 0; padding: 0 16px 34px; }
.fx-demo {
  position: relative; display: block; text-decoration: none; color: inherit;
  border-radius: 16px;
  transition: transform 220ms var(--fx-ease), box-shadow 220ms var(--fx-ease);
}
.fx-demo-shot {
  display: block; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--border-mid); background: var(--navy);
  box-shadow: 0 1px 2px rgba(20,24,28,0.04), 0 44px 90px -40px rgba(20,24,28,0.42);
}
.fx-demo-shot img {
  display: block; width: 100%; height: auto;
  aspect-ratio: 1920 / 900; object-fit: cover; object-position: top center;
}
.fx-demo::after {
  content: ""; position: absolute; inset: 0; border-radius: 16px;
  background: linear-gradient(to bottom, rgba(13,20,32,0) 46%, rgba(13,20,32,0.30) 100%);
  opacity: 0; transition: opacity 220ms var(--fx-ease); pointer-events: none;
}
.fx-demo:hover::after, .fx-demo:focus-visible::after { opacity: 1; }
.fx-demo:hover { transform: translateY(-2px); }
.fx-demo:focus-visible { outline: 3px solid var(--fx-teal-text); outline-offset: 4px; }
.fx-demo-cta {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  display: flex; align-items: center; gap: 15px;
  padding: 12px 26px 12px 14px;
  background: rgba(255,255,255,0.94);
  -webkit-backdrop-filter: blur(9px); backdrop-filter: blur(9px);
  border: 1px solid rgba(255,255,255,0.9);
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(20,24,28,0.10), 0 22px 48px -16px rgba(20,24,28,0.45);
  transition: transform 220ms var(--fx-ease), box-shadow 220ms var(--fx-ease);
  white-space: nowrap;
}
.fx-demo:hover .fx-demo-cta, .fx-demo:focus-visible .fx-demo-cta {
  transform: translate(-50%, -50%) scale(1.045);
  box-shadow: 0 2px 6px rgba(20,24,28,0.12), 0 30px 60px -16px rgba(20,24,28,0.5);
}
.fx-demo-play {
  position: relative; flex: none;
  width: 46px; height: 46px; border-radius: 50%;
  background: #0E8C75; color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.fx-demo-play svg { width: 26px; height: 26px; margin-left: 2px; }
.fx-demo-play::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid #0E8C75;
  animation: fxPlayPulse 2.4s var(--fx-ease) infinite;
}
@keyframes fxPlayPulse {
  0%   { transform: scale(1);    opacity: 0.55; }
  70%  { transform: scale(1.55); opacity: 0; }
  100% { transform: scale(1.55); opacity: 0; }
}
.fx-demo-copy { display: flex; flex-direction: column; gap: 2px; text-align: left; }
.fx-demo-title { font-size: 16.5px; font-weight: 650; letter-spacing: -0.01em; color: #15181C; }
.fx-demo-note { font-size: 12.5px; font-weight: 500; color: #59616B; }
.fx-demo-cap {
  max-width: 1240px; margin: 16px auto 0; padding: 0 16px;
  font-size: 13.5px; color: var(--mist); line-height: 1.6; text-align: center;
}
@media (prefers-reduced-motion: reduce) {
  .fx-demo, .fx-demo-cta { transition: none; }
  .fx-demo:hover { transform: none; }
  .fx-demo-play::before { animation: none; }
}
@media (max-width: 900px) {
  .fx-demo-shot img { aspect-ratio: 4 / 3; object-position: top left; }
  .fx-demo-cta { gap: 11px; padding: 10px 18px 10px 10px; }
  .fx-demo-play { width: 38px; height: 38px; }
  .fx-demo-play svg { width: 21px; height: 21px; }
  .fx-demo-title { font-size: 14.5px; }
  .fx-demo-note { font-size: 11.5px; }
}

/* ════════════════════════════════════════════════════════════════
   4 + 8. CAROUSELS
   The use-case carousel and the Work Graph carousel share one set of
   rules, so both stages are exactly the same size. The stage keeps a
   fixed aspect ratio and the screenshot is contained inside it, which
   is what stops a shot with a different native ratio from being
   cropped when the panel switches.
   ════════════════════════════════════════════════════════════════ */
.fx-car { display: grid; grid-template-columns: 0.85fr 1.35fr; gap: 38px; margin-top: 44px; align-items: start; }
.fx-car-tablist { display: flex; flex-direction: column; gap: 8px; }
.fx-car-tab {
  display: block; width: 100%; text-align: left; cursor: pointer;
  background: transparent; border: 1px solid transparent; border-radius: 12px;
  padding: 15px 17px; font-family: inherit;
  transition: background 160ms var(--fx-ease), border-color 160ms var(--fx-ease), box-shadow 160ms var(--fx-ease);
}
.fx-car-tab:hover { background: var(--sink, rgba(20,24,28,0.04)); }
.fx-car-tab.active { background: var(--navy); border-color: var(--border-mid); box-shadow: 0 18px 40px -26px rgba(0,0,0,0.65); }
.fx-car-tab:focus-visible { outline: 2px solid var(--fx-teal-text); outline-offset: 2px; }
.fx-car-when {
  display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--fx-amber-text); margin-bottom: 7px;
}
.fx-car-title { display: block; font-size: 15.5px; font-weight: 600; letter-spacing: -0.02em; color: var(--snow); line-height: 1.3; }
.fx-car-body {
  display: block; font-size: 13.5px; color: var(--mist); line-height: 1.55;
  max-height: 0; overflow: hidden; opacity: 0;
  transition: max-height 260ms var(--fx-ease), opacity 200ms var(--fx-ease), margin-top 260ms var(--fx-ease);
}
.fx-car-tab.active .fx-car-body { max-height: 260px; opacity: 1; margin-top: 9px; }
.fx-car-stage { position: relative; }
.fx-car-panel { display: none; }
.fx-car-panel.active { display: block; animation: fxCarFade 360ms var(--fx-ease); }
@keyframes fxCarFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.fx-car-shot {
  border-radius: 14px; overflow: hidden; border: 1px solid var(--border-mid);
  box-shadow: 0 30px 60px -28px rgba(0,0,0,0.45); background: var(--navy);
  aspect-ratio: 1920 / 1028;
}
/* contain, never cover: the Work Graph shots are 2240x1388 and would
   lose their right-hand column under object-fit: cover. */
.fx-car-shot img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.fx-car-cap { margin-top: 16px; display: flex; align-items: baseline; gap: 10px; }
.fx-car-cap-view { font-size: 13px; font-weight: 600; color: var(--fx-teal-text); white-space: nowrap; }
.fx-car-cap-text { font-size: 14px; color: var(--mist); line-height: 1.55; }
@media (max-width: 900px) { .fx-car { grid-template-columns: 1fr; gap: 24px; margin-top: 32px; } }

/* ════════════════════════════════════════════════════════════════
   5. THE PLATFORM — three pillars, then the light feature cards
   ════════════════════════════════════════════════════════════════ */
.fx-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.fx-pillar {
  background: var(--navy); border: 0.5px solid var(--border);
  border-radius: 16px; padding: 30px 28px;
  box-shadow: 0 1px 2px rgba(20,24,28,0.04);
}
.fx-pillar-k {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px; font-weight: 500; color: var(--fx-amber-text); margin-bottom: 16px;
}
.fx-pillar h3 {
  font-size: 20px; font-weight: 650; letter-spacing: -0.025em;
  color: var(--snow); margin: 0 0 11px; line-height: 1.2;
}
.fx-pillar p { font-size: 14.5px; color: var(--mist); line-height: 1.65; margin: 0; }
@media (max-width: 860px) { .fx-pillars { grid-template-columns: 1fr; } }

.fx-feats { display: flex; flex-direction: column; gap: 22px; margin-top: 24px; }
.fx-feat {
  background: var(--navy); border: 0.5px solid var(--border);
  border-radius: 24px; padding: 46px 48px;
  display: grid; grid-template-columns: 1fr 1.12fr; gap: 44px; align-items: center;
  overflow: hidden; position: relative;
  box-shadow: 0 1px 2px rgba(20,24,28,0.04);
}
.fx-feat::after {
  content: ""; position: absolute; top: -40%; right: -10%;
  width: 460px; height: 460px; pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(245,166,35,0.07) 0%, transparent 70%);
}
.fx-feat.rev .fx-feat-copy { order: 2; }
.fx-feat-copy { position: relative; z-index: 1; }
.fx-feat-eyebrow {
  font-size: 11px; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--fx-amber-text); margin-bottom: 14px;
}
.fx-feat h3 {
  font-size: clamp(21px, 2.2vw, 27px); font-weight: 680; letter-spacing: -0.032em;
  line-height: 1.18; color: var(--snow); margin: 0 0 14px; max-width: 20ch;
}
.fx-feat p { font-size: 15px; line-height: 1.62; color: var(--mist); margin: 0; max-width: 46ch; }
.fx-feat-list { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.fx-feat-list li { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; color: var(--mist); line-height: 1.5; }
.fx-feat-list svg {
  width: 15px; height: 15px; flex-shrink: 0; margin-top: 3px; color: #0E8C75;
  fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round;
}
.fx-feat-media {
  position: relative; z-index: 1; border-radius: 12px; overflow: hidden;
  border: 1px solid var(--border-mid); box-shadow: 0 30px 60px -28px rgba(0,0,0,0.4);
}
.fx-feat-media img { display: block; width: 100%; height: auto; }
@media (max-width: 900px) {
  .fx-feat { grid-template-columns: 1fr; padding: 30px 24px; border-radius: 20px; gap: 26px; }
  .fx-feat.rev .fx-feat-copy { order: 0; }
  .fx-feat h3, .fx-feat p { max-width: none; }
}

/* ════════════════════════════════════════════════════════════════
   6. CUSTOMERS
   ════════════════════════════════════════════════════════════════ */
.fx-cs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.fx-cs-card {
  position: relative; display: block; text-decoration: none;
  border-radius: 15px; overflow: hidden;
  border: 1px solid var(--border-mid); aspect-ratio: 4/3; background: var(--fx-dark);
}
.fx-cs-card img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: top left;
  transition: transform 300ms var(--fx-ease);
}
.fx-cs-card:hover img { transform: scale(1.04); }
.fx-cs-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(13,20,32,0) 34%, rgba(13,20,32,0.92) 100%);
}
.fx-cs-pill {
  position: absolute; top: 14px; right: 14px; z-index: 2;
  background: rgba(255,255,255,0.94); color: #15181C;
  font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 999px;
}
.fx-cs-logo {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  display: inline-flex; align-items: center; gap: 7px;
  background: #fff; border-radius: 8px; padding: 6px 11px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.18);
  font-size: 12px; font-weight: 600; color: #15181C;
}
.fx-cs-logo .lg-badge {
  background: #133155; color: #fff; border-radius: 4px;
  padding: 2px 6px; font-size: 10.5px; font-weight: 700; letter-spacing: -0.01em;
}
.fx-cs-body { position: absolute; left: 18px; right: 18px; bottom: 16px; z-index: 2; }
.fx-cs-quote { font-size: 15px; font-weight: 600; line-height: 1.4; color: #fff; letter-spacing: -0.01em; }
.fx-cs-all { text-align: center; margin-top: 34px; }
@media (max-width: 860px) { .fx-cs-grid { grid-template-columns: 1fr; } }

/* ════════════════════════════════════════════════════════════════
   7. NARRATIVE EDITOR — "write a narrative, get a canvas"
   Ported from the homepage. The card is a light app-chrome mock on
   every theme, so its palette is deliberately hard-coded.
   ════════════════════════════════════════════════════════════════ */
.fx-narr { max-width: 1000px; margin: 44px auto 0; }
.fx-narr-head { text-align: center; max-width: 620px; margin: 0 auto 26px; }
.fx-narr-head .fx-step { color: var(--fx-amber-text); font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 12px; font-weight: 500; margin-bottom: 10px; }
.fx-narr-head h3 { font-size: clamp(22px, 2.4vw, 28px); font-weight: 650; letter-spacing: -0.03em; color: var(--snow); margin: 0 0 10px; }
.fx-narr-head p { font-size: 15.5px; color: var(--mist); line-height: 1.6; margin: 0; }
@media (max-width: 900px) { .fx-narr { margin: 34px -24px 0; } .narr-card { border-radius: 0; } }

.flip-scene { perspective: 1800px; }
.flip-card { position: relative; transform-style: preserve-3d; transition: transform 750ms var(--fx-ease); }
.flip-card.flipped { transform: rotateY(180deg); }
.flip-face { backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.flip-front { position: relative; z-index: 2; }
.flip-back { position: absolute; inset: 0; transform: rotateY(180deg); display: flex; flex-direction: column; pointer-events: none; }
.flip-card.flipped .flip-back { pointer-events: auto; }
.flip-card.flipped .flip-front { pointer-events: none; }
@media (prefers-reduced-motion: reduce) { .flip-card { transition: none; } }

.narr-card {
  background: #fff; border: 1px solid #EAE7DF; border-radius: 16px;
  box-shadow: 0 1px 2px rgba(20,24,28,0.04), 0 32px 70px -34px rgba(20,24,28,0.35);
}
.ne-topbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 22px; border-bottom: 1px solid #EAE7DF;
  background: #FAF9F5; border-radius: 16px 16px 0 0;
}
.ne-topbar-left { display: flex; align-items: center; gap: 9px; }
.ne-icon-svg { width: 16px; height: 16px; stroke: #B45309; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ne-title { font-size: 14px; font-weight: 600; color: #15181C; }
.ne-body { padding: 10px 22px 6px; position: relative; }
.ne-label { display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 12.5px; font-weight: 500; color: #59616B; margin-bottom: 9px; }
.ne-label-hint { font-size: 11px; font-weight: 500; color: #B45309; white-space: nowrap; }
.ne-editor-wrap { position: relative; }
.ne-editor {
  width: 100%; min-height: 240px;
  background: #fff; border: 1px solid #DFDCD3; border-radius: 10px;
  padding: 15px 17px; font-size: 14.5px; color: #15181C; line-height: 1.9;
  outline: none; cursor: text; overflow-wrap: break-word; word-break: break-word;
  transition: border-color 150ms, box-shadow 150ms;
}
.ne-editor:focus { border-color: #F5A623; box-shadow: 0 0 0 3px rgba(245,166,35,0.14); }
.ne-chip {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 2px 9px; border-radius: 5px;
  font-size: 12.5px; font-weight: 500; margin: 0 2px;
  white-space: nowrap; vertical-align: baseline; max-width: 100%;
}
.ne-chip-type { font-size: 9px; text-transform: uppercase; opacity: 0.65; margin-right: 2px; flex-shrink: 0; }
.ne-chip.goal { background: rgba(245,166,35,0.13); color: #A34A08; border: 1px solid rgba(245,166,35,0.3); }
.ne-chip.kpi { background: rgba(30,144,255,0.09); color: #1d4ed8; border: 1px solid rgba(30,144,255,0.22); }
.ne-chip.project { background: rgba(124,58,237,0.08); color: #6d28d9; border: 1px solid rgba(124,58,237,0.2); }
.ne-chip.task { background: #f3f4f6; color: #4b5563; border: 1px solid #e5e7eb; }
.ne-examples { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 6px; }
.ne-examples-label { font-size: 12px; color: #8A929C; }
.ne-example-btn {
  font-size: 12px; padding: 4px 13px; border-radius: 20px;
  border: 1px solid #DFDCD3; background: #fff; color: #59616B;
  cursor: pointer; font-family: inherit;
  transition: border-color 150ms, background 150ms, color 150ms;
}
.ne-example-btn:hover { border-color: #F5A623; color: #15181C; }
.ne-example-btn.active { border-color: #F5A623; background: rgba(245,166,35,0.1); color: #A34A08; }
.ne-cursor-hint { position: absolute; top: 17px; left: 19px; display: flex; align-items: center; pointer-events: none; z-index: 2; }
.ne-cursor-hint.hidden { display: none; }
.ne-cursor-bar { width: 2px; height: 19px; background: #F5A623; border-radius: 1px; animation: fxCursorBlink 1s step-end infinite; }
.ne-cursor-label { margin-left: 4px; font-size: 14px; color: #8A929C; white-space: nowrap; }
@keyframes fxCursorBlink { 0%,100% { opacity: 1; } 50% { opacity: 0; } }
.ne-mention-dropdown {
  position: absolute; top: 0; left: 14px;
  width: 300px; max-height: 250px;
  background: #fff; border: 1px solid #DFDCD3; border-radius: 10px;
  box-shadow: 0 14px 44px rgba(20,24,28,0.16);
  overflow: auto; display: none; z-index: 30;
}
.ne-dd-header { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: #8A929C; padding: 10px 14px 5px; }
.ne-dd-option { display: flex; align-items: center; gap: 8px; padding: 8px 14px; cursor: pointer; font-size: 13px; color: #15181C; transition: background 100ms; }
.ne-dd-option:hover { background: #F4F2EC; }
.ne-dd-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.ne-dd-dot.goal { background: #F5A623; }
.ne-dd-dot.kpi { background: #1E90FF; }
.ne-dd-dot.project { background: #7C3AED; }
.ne-dd-dot.task { background: #9ca3af; }
.ne-footer { padding: 8px 22px 12px; display: flex; flex-direction: column; gap: 6px; }
.btn-canvas {
  display: block; width: 100%; text-align: center;
  background: #0E8C75; color: #fff;
  font-size: 17px; font-weight: 600; letter-spacing: -0.01em;
  border: none; border-radius: 10px; padding: 12px 20px;
  cursor: pointer; text-decoration: none; font-family: inherit;
  transition: opacity 150ms var(--fx-ease), transform 150ms var(--fx-ease);
}
.btn-canvas:hover { opacity: 0.92; transform: translateY(-1px); }
.mc-img-area { flex: 1; position: relative; overflow: hidden; background: #F8FAFC; }
.mc-product-img { width: 100%; height: 100%; object-fit: cover; object-position: top right; display: block; }
.mc-footer { padding: 14px 22px 20px; display: flex; flex-direction: column; gap: 9px; }
.mc-back-link, .mc-toggle-link {
  text-align: center; font-size: 13px; color: #59616B;
  background: none; border: none; cursor: pointer; font-family: inherit;
  text-decoration: underline; text-underline-offset: 3px; padding: 0;
}
.mc-back-link:hover, .mc-toggle-link:hover { color: #15181C; }

/* ════════════════════════════════════════════════════════════════
   8. WORK GRAPH CAROUSEL — extras on top of the shared .fx-car rules
   ════════════════════════════════════════════════════════════════ */
.fx-wgc-tab .fx-car-when { color: #B02A37; }
.fx-wgc-cap { margin: 22px auto 0; max-width: 680px; text-align: center; font-size: 13px; color: var(--mist); line-height: 1.6; }
.fx-wgc .fx-car-tab { border-left: 2px solid transparent; }
.fx-wgc .fx-car-tab.active { border-left-color: var(--amber, #F5A623); }

/* ════════════════════════════════════════════════════════════════
   9. BUILT FOR THE WAY YOU WORK
   ════════════════════════════════════════════════════════════════ */
.fx-obj-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 44px; }
.fx-obj-card {
  background: var(--navy); border: 0.5px solid var(--border);
  border-radius: 16px; padding: 36px 34px;
  box-shadow: 0 1px 2px rgba(20,24,28,0.05);
}
.fx-obj-card h3 { font-size: 21px; font-weight: 650; letter-spacing: -0.025em; color: var(--snow); margin: 0 0 11px; }
.fx-obj-card > p { font-size: 14.5px; color: var(--mist); line-height: 1.65; margin: 0 0 22px; }
.fx-pills { display: flex; flex-wrap: wrap; gap: 9px; }
.fx-pill {
  font-size: 13px; font-weight: 600; color: var(--snow);
  background: var(--sink, rgba(20,24,28,0.05));
  border: 1px solid var(--border-mid); border-radius: 999px; padding: 7px 16px;
}
.fx-pill.is-current { background: rgba(245,166,35,0.14); border-color: rgba(245,166,35,0.45); color: #A34A08; }
.fx-eu-rows { display: flex; flex-direction: column; gap: 12px; }
.fx-eu-row { display: flex; align-items: center; gap: 11px; font-size: 14px; color: var(--mist); }
.fx-eu-row svg { width: 15px; height: 15px; stroke: #0E8C75; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.fx-eu-row .flag {
  display: inline-block; width: 15px; height: 10px; border-radius: 1.5px; flex-shrink: 0;
  background: linear-gradient(to bottom, #000 33%, #DD0000 33%, #DD0000 66%, #FFCE00 66%);
}
.fx-eu-link { font-size: 14px; color: var(--fx-teal-text); text-decoration: none; font-weight: 600; }
.fx-eu-link:hover { text-decoration: underline; }
@media (max-width: 860px) { .fx-obj-grid { grid-template-columns: 1fr; } }

/* ════════════════════════════════════════════════════════════════
   10. PRICING — same three tiers and wording as /pricing
   ════════════════════════════════════════════════════════════════ */
.fx-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.fx-price-card {
  background: var(--navy); border: 0.5px solid var(--border);
  border-radius: 16px; padding: 32px 30px; display: flex; flex-direction: column;
  box-shadow: 0 1px 2px rgba(20,24,28,0.04);
}
.fx-price-card.featured { border-color: var(--teal); box-shadow: 0 18px 44px -22px rgba(19,49,85,0.30); }
.fx-price-badge {
  align-self: flex-start; background: var(--teal); color: #fff;
  font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 4px; margin-bottom: 12px;
}
.fx-price-tier { font-size: 14px; font-weight: 600; letter-spacing: -0.01em; color: var(--snow); margin-bottom: 8px; }
.fx-price-amt { font-size: 36px; font-weight: 700; letter-spacing: -0.04em; color: var(--snow); margin-bottom: 12px; }
.fx-price-amt span { font-size: 14px; font-weight: 400; color: var(--mist); }
.fx-price-desc { font-size: 13px; color: var(--mist); line-height: 1.55; margin: 0 0 20px; }
.fx-price-div { height: 1px; background: var(--border); margin-bottom: 20px; }
.fx-price-feats { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.fx-price-feats li { font-size: 13px; color: var(--mist); display: flex; align-items: flex-start; gap: 8px; line-height: 1.45; }
.fx-price-feats svg {
  width: 16px; height: 16px; flex-shrink: 0; margin-top: 1px;
  fill: none; stroke: #0E8C75; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round;
}
.fx-price-btn {
  display: block; text-align: center; font-size: 15px; font-weight: 600;
  border-radius: 10px; padding: 12px 20px; text-decoration: none;
  transition: opacity 150ms, background 150ms, border-color 150ms;
}
.fx-price-btn.solid { background: #0E8C75; color: #fff; }
.fx-price-btn.solid:hover { background: #12A488; }
.fx-price-btn.line { border: 1px solid var(--border-mid); color: var(--snow); }
.fx-price-btn.line:hover { border-color: var(--mist); }
.fx-price-note { text-align: center; margin-top: 26px; font-size: 13.5px; }
.fx-price-note a { color: var(--fx-teal-text); text-decoration: none; font-weight: 600; }
.fx-price-note a:hover { text-decoration: underline; }
@media (max-width: 900px) { .fx-price-grid { grid-template-columns: 1fr; } }

/* ════════════════════════════════════════════════════════════════
   11. FREE TOOLS AND TEMPLATES
   ════════════════════════════════════════════════════════════════ */
.fx-tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.fx-tool-card {
  display: block; text-decoration: none;
  background: var(--navy); border: 0.5px solid var(--border);
  border-radius: 15px; padding: 26px 24px;
  transition: border-color 160ms var(--fx-ease), transform 160ms var(--fx-ease), box-shadow 160ms var(--fx-ease);
}
.fx-tool-card:hover {
  border-color: rgba(245,166,35,0.5); transform: translateY(-2px);
  box-shadow: 0 18px 40px -26px rgba(20,24,28,0.4);
}
.fx-tool-kicker {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--fx-amber-text); margin-bottom: 11px;
}
.fx-tool-title { font-size: 16px; font-weight: 650; color: var(--snow); letter-spacing: -0.02em; margin-bottom: 8px; line-height: 1.3; }
.fx-tool-desc { font-size: 13.5px; color: var(--mist); line-height: 1.6; }
.fx-tool-arrow { margin-top: 15px; font-size: 13px; font-weight: 600; color: var(--fx-teal-text); }
.fx-tools-links { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
@media (max-width: 860px) { .fx-tools-grid { grid-template-columns: 1fr; } }

/* ════════════════════════════════════════════════════════════════
   12. FAQ
   ════════════════════════════════════════════════════════════════ */
.fx-faq { max-width: 900px; }
.fx-faq-list { display: flex; flex-direction: column; margin-top: 36px; border-top: 0.5px solid var(--border); }
.fx-faq-item { border-bottom: 0.5px solid var(--border); }
.fx-faq-item summary {
  list-style: none; cursor: pointer; padding: 20px 0;
  display: flex; align-items: flex-start; justify-content: space-between; gap: 20px;
  font-size: 16px; font-weight: 600; letter-spacing: -0.015em; color: var(--snow); line-height: 1.4;
}
.fx-faq-item summary::-webkit-details-marker { display: none; }
.fx-faq-item summary:hover { color: var(--fx-teal-text); }
.fx-faq-chev {
  width: 16px; height: 16px; flex-shrink: 0; margin-top: 4px;
  stroke: var(--mist); fill: none; transition: transform 200ms var(--fx-ease);
}
.fx-faq-item[open] .fx-faq-chev { transform: rotate(180deg); }
.fx-faq-answer { font-size: 15px; color: var(--mist); line-height: 1.7; padding: 0 40px 22px 0; margin: 0; }
.fx-faq-answer a { color: var(--fx-teal-text); text-decoration: none; }
.fx-faq-answer a:hover { text-decoration: underline; }

/* ════════════════════════════════════════════════════════════════
   12b. ARTICLE BAND
   Only on the two blog posts that run on this shell
   (apply-blog-landing.mjs). A reading column between the wide
   sections; the rules below win over the .post-body block that
   build-blog inlines in <head>, which loads before light-theme.css.
   ════════════════════════════════════════════════════════════════ */
.fx-article-body { max-width: 748px; margin: 44px auto 0; }
.fx-article .post-meta { font-size: 12.5px; color: var(--mist); margin: 0 0 6px; }
.fx-article .post-meta .badge { margin-right: 4px; }
/* seo/inject-reviewed-date.mjs drops its line in after the byline; keep the two
   together and hang the rule off the body so it is there either way. */
.fx-article [data-reviewed] { font-size: 12.5px !important; margin: 0 !important; }

.fx-article .post-body {
  font-size: 16px; color: var(--snow); line-height: 1.78;
  margin-top: 26px; padding-top: 24px; border-top: 0.5px solid var(--border);
}
.fx-article .post-body > :first-child { margin-top: 0; }
.fx-article .post-body p { color: var(--mist); margin: 0 0 20px; }
.fx-article .post-body h2 {
  font-size: 23px; font-weight: 600; letter-spacing: -0.025em; line-height: 1.25;
  color: var(--snow); margin: 42px 0 14px; max-width: none;
}
.fx-article .post-body h3 {
  font-size: 17.5px; font-weight: 600; letter-spacing: -0.015em;
  color: var(--snow); margin: 30px 0 10px;
}
.fx-article .post-body ul, .fx-article .post-body ol { margin: 0 0 20px 22px; }
.fx-article .post-body li { color: var(--mist); margin-bottom: 8px; }
.fx-article .post-body strong { color: var(--snow); font-weight: 600; }
.fx-article .post-body a { color: var(--fx-teal-text); text-decoration: underline; text-underline-offset: 2px; }
.fx-article .post-body a:hover { text-decoration-thickness: 2px; }
.fx-article .post-body img { max-width: 100%; border-radius: 10px; margin: 24px 0; }
.fx-article .post-body hr { border: 0; border-top: 0.5px solid var(--border); margin: 34px 0; }
.fx-article .post-body blockquote {
  border-left: 2px solid var(--teal); padding-left: 18px;
  color: var(--mist); margin: 22px 0;
}

/* A six-column comparison table does not fit a 748px reading column, so it
   breaks out to the section width (centred on the column via the 50% margin
   plus the translate) and scrolls inside itself below that. */
.fx-article .post-body table {
  display: block; overflow-x: auto; -webkit-overflow-scrolling: touch;
  width: min(1040px, calc(100vw - 96px));
  margin: 30px 0 30px 50%; transform: translateX(-50%);
  border-collapse: collapse; font-size: 13.5px;
  border: 0.5px solid var(--border-mid); border-radius: 12px;
}
.fx-article .post-body th, .fx-article .post-body td {
  text-align: left; padding: 12px 16px; border-bottom: 0.5px solid var(--border);
  vertical-align: top; line-height: 1.55; color: var(--mist); min-width: 120px;
}
.fx-article .post-body thead th {
  font-size: 10.5px; letter-spacing: 0.09em; text-transform: uppercase;
  color: var(--mist); font-weight: 600; background: var(--sink); white-space: nowrap;
}
.fx-article .post-body tbody tr:last-child td { border-bottom: none; }
.fx-article .post-body td:first-child { color: var(--snow); font-weight: 600; }

.fx-article .post-related {
  margin: 44px 0 0; padding-top: 30px; border-top: 0.5px solid var(--border);
}
.fx-article .post-related-label {
  font-size: 11px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--fx-amber-text); margin-bottom: 16px;
}
.fx-article .post-related ul { list-style: none; margin: 0; padding: 0; }
.fx-article .post-related li { margin: 0 0 13px; }
.fx-article .post-related a {
  display: block; color: var(--snow); text-decoration: none;
  font-size: 15.5px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.4;
}
.fx-article .post-related a:hover { color: var(--fx-teal-text); }
.fx-article .post-related .rel-hub a, .fx-article .post-related .rel-cta a { color: var(--fx-teal-text); }
.fx-article-back { margin: 30px 0 0; font-size: 13.5px; }
.fx-article-back a { color: var(--mist); text-decoration: none; }
.fx-article-back a::before { content: "\2190\00a0"; }
.fx-article-back a:hover { color: var(--snow); }

@media (max-width: 860px) {
  .fx-article-body { margin-top: 32px; }
  .fx-article .post-body { font-size: 15.5px; }
  .fx-article .post-body h2 { font-size: 21px; margin-top: 34px; }
}

/* ════════════════════════════════════════════════════════════════
   13. FOOTER CTA
   ════════════════════════════════════════════════════════════════ */
.fx-cta {
  position: relative; overflow: hidden; text-align: center;
  padding: 84px 48px; background: var(--fx-dark);
}
.fx-cta::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 50% 70% at 50% 0%, rgba(245,166,35,0.18), transparent 70%);
}
.fx-cta-in { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.fx-cta .fx-label { color: #E8B96A; }
.fx-cta h2 {
  font-size: clamp(26px, 3.2vw, 40px); font-weight: 650;
  letter-spacing: -0.035em; line-height: 1.12; color: #fff; margin: 0 0 16px;
}
.fx-cta p { font-size: 16.5px; color: #9DB0C4; line-height: 1.6; margin: 0 0 30px; }
.fx-cta .fx-hcta { font-size: 17px; padding: 14px 30px; }
.fx-cta-note { font-size: 13px; color: #7E90A4; margin: 16px 0 0; }
@media (max-width: 860px) { .fx-cta { padding: 60px 24px; } }

/* ════════════════════════════════════════════════════════════════
   LEGACY — hero proof points and trust chips for the role pages
   (/ceo, /chief-of-staff, /chief-strategy-officer, /pmo, /team-lead).
   Those pages share the older .zh- hero markup and are not rendered by
   apply-framework-structure.mjs, so they still need these rules. Delete
   this block once the role pages move to the .fx- hero.
   ════════════════════════════════════════════════════════════════ */
.zh-proof { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-bottom: 24px; }
.zh-proof span {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; color: #C7D3E0; white-space: nowrap;
}
.zh-proof svg {
  width: 17px; height: 17px; flex-shrink: 0; color: #12A488;
  fill: none; stroke: currentColor; stroke-width: 2.6;
  stroke-linecap: round; stroke-linejoin: round;
}
.zh-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.zh-chip {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12.5px; font-weight: 500; color: #C7D3E0;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 999px; padding: 6px 13px;
}
.zh-chip svg:not(.eu-flag) {
  width: 13px; height: 13px; flex-shrink: 0; color: #7EEAD6;
  fill: none; stroke: currentColor; stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round;
}
.zh-chip .eu-flag { width: 16px; height: 11px; flex-shrink: 0; display: block; }
.zh-chip a { color: inherit; text-decoration: none; }
.zh-chip-link { transition: border-color 150ms, color 150ms; text-decoration: none; }
.zh-chip-link:hover { border-color: rgba(126,234,214,0.55); color: #fff; }

/* ════════════════════════════════════════════════════════════════
   15. Quick answer (optional, page config `answer`)
   Extractable definition block. Sits directly under the trust bar so
   answer engines and featured snippets find it high on the page.
   ════════════════════════════════════════════════════════════════ */
.fx-answer { max-width: 900px; }
.fx-answer-list {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px 34px;
  margin-top: 34px; padding-top: 30px; border-top: 0.5px solid var(--border);
}
.fx-answer-item h3 {
  font-size: 17px; font-weight: 650; color: var(--snow);
  letter-spacing: -0.02em; line-height: 1.35; margin: 0 0 8px;
}
.fx-answer-item p { font-size: 14.5px; color: var(--mist); line-height: 1.68; margin: 0; }
@media (max-width: 860px) { .fx-answer-list { grid-template-columns: 1fr; gap: 22px; } }

/* ════════════════════════════════════════════════════════════════
   16. Cluster library (optional, page config `library`)
   The hub's job when a pillar's hub role lives on a commercial page:
   link down into the cluster the blog posts link up from.
   ════════════════════════════════════════════════════════════════ */
.fx-lib-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.fx-lib-col {
  background: var(--navy); border: 0.5px solid var(--border);
  border-radius: 15px; padding: 26px 24px;
}
.fx-lib-kicker {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--fx-amber-text); margin-bottom: 15px;
}
.fx-lib-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.fx-lib-list li { line-height: 1.5; }
.fx-lib-list a {
  font-size: 14.5px; color: var(--mist); text-decoration: none;
  transition: color 150ms var(--fx-ease);
}
.fx-lib-list a:hover { color: var(--snow); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 860px) { .fx-lib-grid { grid-template-columns: 1fr; } }
