/* ============================================================
   Fulcrum Design Interactive — Design System
   ============================================================ */
:root {
  /* Brand palette (from logo) */
  --orange: #F47B20;
  --orange-bright: #FF9A3C;
  --cyan: #1FB6C9;
  --cyan-bright: #34D0E2;

  /* Surfaces */
  --bg: #0A1226;
  --bg-2: #0D1730;
  --bg-3: #111E3D;
  --surface: #14213f;
  --surface-2: #1a2b4f;
  --border: rgba(255,255,255,0.08);
  --border-strong: rgba(255,255,255,0.14);

  /* Text */
  --text: #EAF0FB;
  --text-soft: #AEBBD4;
  --text-mute: #7F8FB0;

  /* Type scale */
  --text-hero: clamp(2.6rem, 6vw, 4.6rem);
  --text-2xl: clamp(2rem, 4vw, 3rem);
  --text-xl: clamp(1.4rem, 2.4vw, 1.9rem);
  --text-lg: 1.2rem;
  --text-base: 1.05rem;
  --text-sm: 0.92rem;
  --text-xs: 0.8rem;

  /* Spacing */
  --space-section: clamp(4.5rem, 9vw, 8rem);
  --maxw: 1200px;
  --radius: 16px;
  --radius-sm: 10px;

  --font-display: 'Cabinet Grotesk', 'Satoshi', system-ui, sans-serif;
  --font-body: 'Satoshi', 'Inter', system-ui, sans-serif;

  --shadow: 0 20px 50px -20px rgba(0,0,0,0.6);
  --glow-orange: 0 0 40px -8px rgba(244,123,32,0.5);
  --glow-cyan: 0 0 40px -8px rgba(31,182,201,0.45);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  font-size: var(--text-base);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1,h2,h3,h4 { font-family: var(--font-display); line-height: 1.08; font-weight: 700; letter-spacing: -0.02em; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 1.5rem; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font-body); font-weight: 600; font-size: var(--text-xs);
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--cyan-bright);
  margin-bottom: 1.1rem;
}
.eyebrow::before { content:''; width: 26px; height: 2px; background: var(--orange); border-radius: 2px; }
.lead { color: var(--text-soft); font-size: var(--text-lg); max-width: 62ch; }

.gradient-text {
  background: linear-gradient(96deg, var(--orange-bright), var(--orange));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.accent-cyan { color: var(--cyan-bright); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-weight: 600; font-size: var(--text-sm); letter-spacing: .01em;
  padding: .85rem 1.6rem; border-radius: 100px; cursor: pointer;
  border: 1px solid transparent; transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  white-space: nowrap;
}
.btn-primary { background: linear-gradient(100deg, var(--orange), var(--orange-bright)); color: #1a0e02; box-shadow: var(--glow-orange); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 50px -6px rgba(244,123,32,0.7); }
.btn-ghost { background: rgba(255,255,255,0.04); color: var(--text); border-color: var(--border-strong); }
.btn-ghost:hover { transform: translateY(-2px); border-color: var(--cyan); color: var(--cyan-bright); }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(10,18,38,0.72); backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent; transition: border-color .3s ease, background .3s ease;
}
.header.scrolled { border-bottom-color: var(--border); background: rgba(10,18,38,0.9); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.nav-logo { display: flex; align-items: center; gap: .7rem; }
.nav-mark { height: 40px; width: auto; }
.nav-wordmark { display: flex; flex-direction: column; line-height: 1; }
.wm-name { font-family: var(--font-display); font-weight: 800; font-size: 1.06rem; letter-spacing: .01em; color: var(--orange); text-transform: uppercase; }
.wm-tag { font-family: var(--font-display); font-weight: 700; font-size: .62rem; letter-spacing: .02em; color: var(--cyan-bright); margin-top: 3px; }
.nav-links { display: flex; align-items: center; gap: 2rem; list-style: none; }
.nav-links a { font-size: var(--text-sm); color: var(--text-soft); font-weight: 500; transition: color .2s; }
.nav-links a:hover { color: var(--cyan-bright); }
.nav-cta { display: flex; align-items: center; gap: 1rem; }
.nav-toggle { display: none; background: none; border: none; color: var(--text); cursor: pointer; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 92vh; display: flex; align-items: stretch; overflow: hidden; }
.hero > .hero-inner { align-self: center; }
.hero > .hero-inner--video { align-self: flex-end; }
.hero-bg { position: absolute; inset: 0; z-index: 0; background: var(--bg, #0A1226); }
.hero-bg img, .hero-bg video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 32%; opacity: .9; }
.hero-video { z-index: 1; }
.hero-fallback { z-index: 0; }
/* When the video plays it covers the fallback image; if it fails, the image shows through. */
@media (prefers-reduced-motion: reduce) {
  .hero-video { display: none; }
}
.hero-bg::after { content:''; position:absolute; inset:0; z-index: 2; background:
  linear-gradient(180deg, rgba(10,18,38,.60) 0%, rgba(10,18,38,.10) 18%, rgba(10,18,38,.05) 40%, rgba(10,18,38,.55) 60%, rgba(10,18,38,.96) 76%, rgba(10,18,38,1) 100%); }
.hero-inner { position: relative; z-index: 2; padding: 7rem 0; max-width: 760px; }

/* ---- video-hero: contained showcase band + clean content below ---- */
.hero--video { display: block; min-height: 0; padding-top: 76px; /* clear fixed header */ }
.hero-h1-sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.hero-video-stage { position: relative; width: 100%; max-width: 1280px; margin: 0 auto; aspect-ratio: 16 / 9; background: var(--bg, #0A1226); }
.hero-video-stage video, .hero-video-stage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-video-stage .hero-fallback { z-index: 0; }
.hero-video-stage .hero-video { z-index: 1; }
/* soft fade at the bottom of the video into the page background */
.hero-video-stage::after { content:''; position:absolute; left:0; right:0; bottom:0; height: 32%; z-index: 2; pointer-events:none;
  background: linear-gradient(180deg, rgba(10,18,38,0) 0%, rgba(10,18,38,.55) 65%, var(--bg, #0A1226) 100%); }
.hero-content { position: relative; z-index: 3; max-width: 820px; margin: -3rem auto 0; padding: 0 0 4.5rem; text-align: center; }
.hero-content .hero-actions { justify-content: center; }
.hero-content .hero-stats { justify-content: center; }
.hero-lead--video { max-width: 700px; margin: 0 auto 2rem; font-size: clamp(1.1rem, 1.6vw, 1.4rem); color: #fff; }
@media (max-width: 640px) {
  .hero-video-stage { aspect-ratio: 4 / 3; }
  .hero-content { margin-top: -1.5rem; padding-bottom: 3rem; }
  .hero-content .hero-actions .btn { width: 100%; text-align: center; justify-content: center; }
}
.hero h1 { font-size: var(--text-hero); margin-bottom: 1.4rem; }
.hero .lead { font-size: clamp(1.1rem, 1.6vw, 1.35rem); margin-bottom: 2.2rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 2.6rem; margin-top: 3.2rem; flex-wrap: wrap; }
.hero-stat .num { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--orange-bright); }
.hero-stat .lbl { font-size: var(--text-xs); color: var(--text-mute); letter-spacing: .04em; text-transform: uppercase; }

/* ---------- Sections ---------- */
section { padding: var(--space-section) 0; position: relative; }
.section-head { max-width: 700px; margin-bottom: 3.2rem; }
.section-head h2 { font-size: var(--text-2xl); margin-bottom: 1rem; }
.center { text-align: center; margin-left: auto; margin-right: auto; }

/* trust bar */
.trust { padding: 2.6rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg-2); }
.trust p { text-align: center; font-size: var(--text-xs); letter-spacing: .16em; text-transform: uppercase; color: var(--text-mute); margin-bottom: 1.5rem; }
.trust-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 2.2rem 3rem; align-items: center; }
.trust-logos span { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; color: var(--text-soft); opacity: .75; letter-spacing: .02em; transition: opacity .2s, color .2s; }
.trust-logos span:hover { opacity: 1; color: var(--text); }

/* services grid */
.grid { display: grid; gap: 1.4rem; }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.card {
  background: linear-gradient(160deg, var(--surface), var(--bg-2));
  border: 1px solid var(--border); border-radius: var(--radius);
  padding: 2rem 1.8rem; transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.card:hover { transform: translateY(-5px); border-color: var(--border-strong); box-shadow: var(--shadow); }
.card .ic { width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 1.2rem;
  background: rgba(244,123,32,0.12); color: var(--orange-bright); border: 1px solid rgba(244,123,32,0.22); }
.card.alt .ic { background: rgba(31,182,201,0.12); color: var(--cyan-bright); border-color: rgba(31,182,201,0.22); }
.card h3 { font-size: var(--text-lg); margin-bottom: .6rem; }
.card p { color: var(--text-soft); font-size: var(--text-sm); }

/* split / feature row */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media img { border-radius: var(--radius); border: 1px solid var(--border); box-shadow: var(--shadow); }
.feature-list { list-style: none; margin-top: 1.6rem; display: grid; gap: .9rem; }
.feature-list li { display: flex; gap: .75rem; align-items: flex-start; color: var(--text-soft); font-size: var(--text-sm); }
.feature-list .chk { flex: none; width: 22px; height: 22px; border-radius: 6px; display: grid; place-items: center; margin-top: 2px;
  background: rgba(31,182,201,0.14); color: var(--cyan-bright); }

/* API section */
.api-section { background: var(--bg-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.api-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.4rem; margin-top: 2.4rem; }
.api-item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 1.5rem; }
.api-item h4 { font-family: var(--font-body); font-weight: 700; font-size: var(--text-base); margin-bottom: .4rem; color: var(--text); }
.api-item p { font-size: var(--text-sm); color: var(--text-soft); }
.api-tag { display:inline-block; font-family: var(--font-display); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--orange-bright); margin-bottom: .7rem; }
.codeblock { background: #060c1c; border: 1px solid var(--border-strong); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.codeblock .bar { display: flex; align-items: center; gap: .5rem; padding: .8rem 1rem; border-bottom: 1px solid var(--border); background: rgba(255,255,255,0.02); }
.codeblock .dot { width: 11px; height: 11px; border-radius: 50%; }
.codeblock .bar .fn { margin-left: .6rem; font-size: var(--text-xs); color: var(--text-mute); font-family: ui-monospace, monospace; }
.codeblock pre { margin: 0; padding: 1.4rem; overflow-x: auto; font-family: ui-monospace, 'SF Mono', monospace; font-size: .85rem; line-height: 1.7; }
.codeblock .k { color: #FF9A3C; } .codeblock .s { color: #34D0E2; } .codeblock .c { color: #6b7a99; } .codeblock .p { color: #9aa7c4; }

/* IA section */
.ia-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2.6rem; counter-reset: step; }
.ia-step { position: relative; background: linear-gradient(160deg, var(--surface), var(--bg-2)); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.7rem 1.4rem; }
.ia-step .step-no { font-family: var(--font-display); font-weight: 700; font-size: .8rem; letter-spacing: .1em; color: var(--orange-bright); margin-bottom: .8rem; display: block; }
.ia-step h4 { font-family: var(--font-body); font-size: var(--text-base); font-weight: 700; margin-bottom: .45rem; }
.ia-step p { font-size: var(--text-sm); color: var(--text-soft); }
.ia-step:not(:last-child)::after { content:'→'; position: absolute; right: -0.95rem; top: 50%; transform: translateY(-50%); color: var(--cyan); font-size: 1.1rem; z-index: 2; }
.ia-deliverables { display:flex; flex-wrap:wrap; gap:.6rem; margin-top: 1.8rem; }
.pill { font-size: var(--text-xs); padding: .5rem .95rem; border-radius: 100px; border: 1px solid var(--border-strong); color: var(--text-soft); background: rgba(255,255,255,0.03); }

/* testimonials */
.quotes { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.4rem; }
.quote { background: linear-gradient(160deg, var(--surface), var(--bg-2)); border: 1px solid var(--border); border-left: 3px solid var(--orange); border-radius: var(--radius); padding: 2rem; }
.quote blockquote { font-size: var(--text-base); color: var(--text); line-height: 1.7; margin-bottom: 1.3rem; }
.quote .who { font-weight: 700; font-size: var(--text-sm); }
.quote .role { font-size: var(--text-xs); color: var(--text-mute); }

/* CTA */
.cta { text-align: center; }
.cta-card {
  background: linear-gradient(135deg, rgba(244,123,32,0.14), rgba(31,182,201,0.12));
  border: 1px solid var(--border-strong); border-radius: 24px; padding: clamp(2.5rem,5vw,4.5rem) 1.5rem;
}
.cta-card h2 { font-size: var(--text-2xl); margin-bottom: 1rem; }
.cta-card .lead { margin: 0 auto 2rem; }

/* contact form */
.contact-form { max-width: 680px; margin: 0 auto; text-align: left; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; margin-bottom: 1.1rem; }
.field { display: flex; flex-direction: column; gap: .45rem; margin-bottom: 1.1rem; }
.form-row .field { margin-bottom: 0; }
.field label { font-size: var(--text-sm); font-weight: 600; color: var(--text-soft); letter-spacing: .01em; }
.field .req { color: var(--orange-bright); }
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%; font-family: var(--font-body); font-size: var(--text-base);
  color: #fff; background: rgba(10,18,38,0.6);
  border: 1px solid var(--border-strong); border-radius: var(--radius-sm);
  padding: .85rem 1rem; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #6b7a99; }
.contact-form select { appearance: none; -webkit-appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2334D0E2' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.6rem; }
.contact-form select option { background: #0D1730; color: #fff; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none; border-color: var(--cyan); background: rgba(10,18,38,0.85);
  box-shadow: 0 0 0 3px rgba(31,182,201,0.22);
}
.contact-form input:user-invalid,
.contact-form textarea:user-invalid,
.field.invalid input,
.field.invalid textarea { border-color: #e0533f; }
.field-error { font-size: var(--text-xs); color: #ff8c79; min-height: 0; }
.field-error:not(:empty) { min-height: 1em; }
.form-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.6rem; }
.form-note { font-size: var(--text-xs); color: var(--text-mute); margin-top: 1.1rem; text-align: center; }
.form-note a { color: var(--cyan-bright); }
.form-status { font-size: var(--text-sm); color: var(--cyan-bright); text-align: center; margin-top: .8rem; min-height: 1em; }
@media (max-width: 640px) {
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-row .field { margin-bottom: 1.1rem; }
  .form-actions .btn { width: 100%; text-align: center; justify-content: center; }
}

/* footer */
.footer { background: var(--bg-2); border-top: 1px solid var(--border); padding: 3.5rem 0 2.2rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2rem; }
.footer-logo { margin-bottom: 1.1rem; }
.footer-logo .nav-mark { height: 44px; }
.footer p { font-size: var(--text-sm); color: var(--text-mute); max-width: 34ch; }
.footer h5 { font-family: var(--font-body); font-size: var(--text-xs); letter-spacing: .12em; text-transform: uppercase; color: var(--text-soft); margin-bottom: 1rem; }
.footer ul { list-style: none; display: grid; gap: .6rem; }
.footer ul a { font-size: var(--text-sm); color: var(--text-mute); transition: color .2s; }
.footer ul a:hover { color: var(--cyan-bright); }
.footer-bottom { margin-top: 2.6rem; padding-top: 1.6rem; border-top: 1px solid var(--border); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; font-size: var(--text-xs); color: var(--text-mute); }

/* reveal anim */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .cards-3 { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 2rem; }
  .split.reverse .split-media { order: 0; }
  .api-grid { grid-template-columns: 1fr; }
  .ia-flow { grid-template-columns: repeat(2,1fr); }
  .ia-step:not(:last-child)::after { display: none; }
  .quotes { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .nav-links, .nav-cta .btn-ghost { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open { display: flex; position: absolute; top: 76px; left: 0; right: 0; flex-direction: column; gap: 1.2rem; padding: 1.5rem; background: var(--bg-2); border-bottom: 1px solid var(--border); }
  .ia-flow { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 1.6rem; }
}

/* ============================================================
   Staging polish — 2026-07 tightening pass
   ============================================================ */

/* Cards: 2-col at mid-breakpoint instead of jumping straight to 1-col */
@media (max-width: 960px) and (min-width: 600px) {
  .cards-3 { grid-template-columns: repeat(2, 1fr); }
}

/* Focus-visible ring for keyboard users */
:focus-visible {
  outline: 2px solid var(--cyan-bright);
  outline-offset: 3px;
  border-radius: 4px;
}
a:focus-visible, button:focus-visible { outline-offset: 4px; }

/* Tighten hero-content pull-up on mid screens */
@media (max-width: 860px) and (min-width: 641px) {
  .hero-content { margin-top: -1rem; }
}

/* Video stage: limit height on very tall viewports so it doesn't overrun */
.hero-video-stage { max-height: 72vh; }

/* Trust bar: tighter on mobile */
@media (max-width: 480px) {
  .trust-logos { gap: 1.4rem 2rem; }
  .trust-logos span { font-size: 1rem; }
}

/* Nav: prevent wordmark overflow on very small screens */
@media (max-width: 360px) {
  .wm-name { font-size: 0.88rem; }
  .wm-tag  { display: none; }
}

/* IA step arrows: hide on 2-col to avoid orphan arrow */
@media (max-width: 960px) and (min-width: 681px) {
  .ia-step:nth-child(2)::after { display: none; }
  .ia-step:nth-child(4)::after { display: none; }
}

/* Smooth scroll: opt out for anchors only (not full-page) */
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { transition: none !important; opacity: 1 !important; transform: none !important; }
}

/* ── Nexus dashboard mockup (Work section) ─────────────────────────── */
.nexus-mock { border-radius: var(--radius); border: 1px solid var(--border-strong);
  background: linear-gradient(160deg, var(--bg-3), var(--bg-2)); box-shadow: var(--shadow);
  padding: 18px; }
.nexus-mock .nx-top { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.nexus-mock .nx-brand { font-family: var(--font-display); font-weight: 700; letter-spacing: .02em;
  color: var(--text); font-size: 15px; }
.nexus-mock .nx-brand span { color: var(--cyan-bright); }
.nexus-mock .nx-dots { margin-left: auto; display: flex; gap: 6px; }
.nexus-mock .nx-dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--border-strong); }
.nexus-mock .nx-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px; }
.nexus-mock .nx-kpi { background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 10px 12px; }
.nexus-mock .nx-kpi .lbl { font-size: 10px; text-transform: uppercase; letter-spacing: .05em; color: var(--text-mute); }
.nexus-mock .nx-kpi .val { font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--text); margin-top: 3px; }
.nexus-mock .nx-kpi .val.up { color: var(--cyan-bright); }
.nexus-mock .nx-kpi .val.warn { color: var(--orange-bright); }
.nexus-mock .nx-board { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.nexus-mock .nx-col { background: rgba(255,255,255,0.02); border: 1px solid var(--border); border-radius: 10px; padding: 8px; }
.nexus-mock .nx-col h6 { font-size: 9.5px; text-transform: uppercase; letter-spacing: .05em; color: var(--text-mute);
  margin: 0 0 8px; display: flex; justify-content: space-between; }
.nexus-mock .nx-card { background: var(--surface); border: 1px solid var(--border); border-left: 2px solid var(--cyan);
  border-radius: 7px; padding: 7px 8px; margin-bottom: 7px; }
.nexus-mock .nx-card:last-child { margin-bottom: 0; }
.nexus-mock .nx-card .t { font-size: 10px; color: var(--text-soft); font-weight: 600; }
.nexus-mock .nx-card .s { font-size: 9px; color: var(--text-mute); margin-top: 2px; }
.nexus-mock .nx-card.won { border-left-color: #22a958; }
.nexus-mock .nx-card.warn { border-left-color: var(--orange); }
@media (max-width: 560px) {
  .nexus-mock .nx-kpis { grid-template-columns: 1fr 1fr; }
  .nexus-mock .nx-board { grid-template-columns: 1fr; }
}

