/* ============================================================
   Capability as a Service DARK concept (matches iluminr.io)
   Front-style structure, iluminr dark-first palette.
   Barlow + Manrope, magenta on deep purple-black.
   All classes prefixed fr-.
   ============================================================ */

* { box-sizing: border-box; }
/* Site-level contrast lift: the DS muted tokens sit too low on this near-black ground */
:root { --fg-2: rgba(255,255,255,0.88); --fg-3: rgba(255,255,255,0.74); --fg-4: rgba(255,255,255,0.62); }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg-0); color: var(--fg-2);
  font-family: var(--font-body); font-size: 17px; line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
.fr svg[data-lucide] { width: 20px; height: 20px; stroke-width: 1.75; }

.fr-wrap { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
.fr-wrap-wide { max-width: 1280px; margin: 0 auto; padding: 0 32px; }

/* ── Buttons ─────────────────────────────────────────────── */
.fr-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 22px; border-radius: 12px; font-family: inherit;
  font-weight: 700; font-size: 15px; cursor: pointer; border: 1px solid transparent;
  transition: all var(--dur-base) var(--ease-out); white-space: nowrap; text-decoration: none;
}
.fr-btn svg { width: 17px; height: 17px; }
.fr-btn-primary { background: var(--magenta-500); color: #fff; box-shadow: var(--sh-glow-brand); }
.fr-btn-primary:hover { background: var(--magenta-400); transform: translateY(-1px); }
.fr-btn-ghost { background: transparent; color: var(--fg-2); }
.fr-btn-ghost:hover { color: #fff; }
.fr-btn-outline { background: rgba(255,255,255,.04); border-color: var(--line-2); color: #fff; }
.fr-btn-outline:hover { border-color: var(--magenta-400); background: rgba(255,255,255,.07); }
.fr-btn-lg { padding: 16px 28px; font-size: 16px; border-radius: 13px; }
.fr-btn-light { background: #fff; color: var(--ink-1); }
.fr-btn-light:hover { transform: translateY(-1px); box-shadow: 0 12px 28px -10px rgba(0,0,0,.5); }
.fr-btn-onbrand { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.28); color: #fff; }
.fr-btn-onbrand:hover { background: rgba(255,255,255,.22); }

/* ── Announcement + Nav ─────────────────────────────────── */
.fr-announce {
  background: var(--grad-brand-bg); color: #fff; text-align: center;
  font-size: 13.5px; padding: 9px 16px; display: flex; gap: 10px; align-items: center; justify-content: center;
  border-bottom: 1px solid var(--line-1);
}
.fr-announce a { color: #fff; font-weight: 700; display: inline-flex; align-items: center; gap: 5px; text-decoration: none; }
.fr-announce a:hover { text-decoration: underline; }
.fr-announce .fr-announce-tag {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  background: rgba(255,255,255,.18); padding: 3px 9px; border-radius: 999px; font-weight: 700;
}

.fr-nav-outer { position: sticky; top: 0; z-index: 50; background: rgba(10,2,24,.72); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line-1); }
.fr-nav { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.fr-nav-left { display: flex; align-items: center; gap: 36px; }
.fr-logo { display: flex; align-items: center; gap: 11px; }
.fr-logo img { height: 26px; width: auto; }
.fr-logo-tag {
  font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--magenta-300); background: var(--grad-brand-soft); border: 1px solid rgba(208,4,220,.35);
  padding: 4px 9px; border-radius: 999px;
}
.fr-nav-links { display: flex; gap: 26px; }
.fr-nav-links a { color: var(--fg-2); font-size: 14.5px; font-weight: 600; cursor: pointer; text-decoration: none; transition: color var(--dur-base) var(--ease-out); }
.fr-nav-links a:hover { color: #fff; }
.fr-nav-right { display: flex; align-items: center; gap: 10px; }

/* ── Section heads ──────────────────────────────────────── */
.fr-eyebrow {
  font-family: var(--font-mono); font-size: 12px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--magenta-300);
}
.fr-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px; border-radius: 999px; background: var(--grad-brand-soft);
  border: 1px solid rgba(208,4,220,.35); color: var(--magenta-300);
  font-size: 13px; font-weight: 700; backdrop-filter: blur(20px);
}
.fr-chip .fr-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--magenta-400); box-shadow: 0 0 0 4px rgba(208,4,220,.18); }
.fr-h1 { font-family: var(--font-display); font-weight: 700; font-size: 66px; line-height: 1.02; letter-spacing: -.035em; color: #fff; margin: 0; text-wrap: balance; }
.fr-h2 { font-family: var(--font-display); font-weight: 700; font-size: 46px; line-height: 1.06; letter-spacing: -.03em; color: #fff; margin: 0; text-wrap: balance; }
.fr-h3 { font-family: var(--font-display); font-weight: 700; font-size: 26px; line-height: 1.15; letter-spacing: -.02em; color: #fff; margin: 0; }
.fr-em { background: linear-gradient(100deg, #e477ef, #bf98ff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.fr-lead { font-size: 20px; line-height: 1.55; color: var(--fg-3); margin: 0; }
.fr-section-head { display: flex; flex-direction: column; gap: 18px; align-items: center; text-align: center; max-width: 760px; margin: 0 auto 56px; }

/* ── Hero ───────────────────────────────────────────────── */
.fr-hero { position: relative; padding: 64px 0 0; overflow: hidden; }
.fr-hero::before { content: ""; position: absolute; inset: 0; background: var(--grad-hero-bg); pointer-events: none; }
.fr-hero::after {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(80% 70% at 50% 8%, #000, transparent 75%);
  pointer-events: none;
}
.fr-hero-inner { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 26px; }
.fr-hero .fr-h1 { max-width: 920px; }
.fr-hero-sub { font-size: 21px; line-height: 1.5; color: var(--fg-3); max-width: 660px; margin: 0; }
.fr-hero-cta { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; justify-content: center; }
.fr-hero-note { display: flex; align-items: center; gap: 8px; color: var(--fg-4); font-size: 13.5px; }
.fr-hero-note svg { width: 16px; height: 16px; color: var(--success); }
.fr-hero-stage { position: relative; z-index: 2; margin-top: 52px; padding-bottom: 64px; }
.fr-hero-stage::after { content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 120%; height: 60%; background: radial-gradient(50% 60% at 50% 100%, rgba(191,13,209,.18), transparent 70%); pointer-events: none; }

/* ── Logo wall ──────────────────────────────────────────── */
.fr-logos { padding: 44px 0 8px; position: relative; z-index: 2; }
.fr-logos-label { text-align: center; color: var(--fg-4); font-size: 14px; font-weight: 600; margin: 0 0 26px; }
.fr-logos-track { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.fr-logos-track:hover .fr-logos-row { animation-play-state: paused; }
@keyframes fr-logo-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .fr-logos-row { animation: none; } }
.fr-logos-row { display: flex; flex-wrap: nowrap; align-items: center; gap: 54px; width: max-content; animation: fr-logo-marquee 40s linear infinite; }
.fr-logos-row img { height: 52px; width: auto; filter: brightness(0) invert(1); opacity: 1; flex: none; }
.fr-logos-row img:hover { opacity: 1; }
.fr-logos-label { color: #fff; }

/* ── Quick value props ──────────────────────────────────── */
.fr-props { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.fr-prop { display: flex; flex-direction: column; gap: 6px; border-left: 2px solid rgba(208,4,220,.4); padding-left: 22px; }
.fr-prop-n { font-family: var(--font-display); font-weight: 800; font-size: 46px; color: #fff; letter-spacing: -.03em; line-height: 1; }
.fr-prop-n span { color: var(--magenta-300); }
.fr-prop-t { font-size: 15px; color: var(--fg-3); line-height: 1.5; }

/* ── Feature rows ───────────────────────────────────────── */
.fr-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.fr-feature.no-visual { grid-template-columns: 1fr; max-width: 760px; }
.fr-feature.rev .fr-feature-text { order: 2; }
.fr-feature.rev .fr-feature-visual { order: 1; }
.fr-feature-text { display: flex; flex-direction: column; gap: 20px; }
.fr-feature-text .fr-h2 { font-size: 40px; }
.fr-feature-list { display: flex; flex-direction: column; gap: 12px; margin: 4px 0 0; padding: 0; list-style: none; }
.fr-feature-list li { display: flex; gap: 11px; align-items: flex-start; font-size: 15.5px; color: var(--fg-2); line-height: 1.5; }
.fr-feature-list svg { flex: 0 0 auto; margin-top: 2px; width: 19px; height: 19px; color: var(--magenta-300); }
.fr-link { display: inline-flex; align-items: center; gap: 6px; color: var(--magenta-300); font-weight: 700; font-size: 15px; cursor: pointer; text-decoration: none; width: fit-content; }
.fr-link svg { width: 16px; height: 16px; transition: transform var(--dur-base) var(--ease-out); }
.fr-link:hover svg { transform: translateX(3px); }

/* ── Agents grid ────────────────────────────────────────── */
.fr-agents-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fr-agent {
  background: var(--bg-1); border: 1px solid var(--line-1); border-radius: 18px;
  padding: 26px; display: flex; flex-direction: column; gap: 14px;
  transition: all var(--dur-base) var(--ease-out);
}
.fr-agent:hover { transform: translateY(-3px); background: var(--bg-2); border-color: rgba(208,4,220,.4); box-shadow: var(--sh-card); }
.fr-agent-top { display: flex; align-items: center; gap: 13px; }
.fr-agent-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--grad-brand); display: flex; align-items: center; justify-content: center; color: #fff; flex: 0 0 auto; box-shadow: 0 8px 20px -8px rgba(191,13,209,.7); }
.fr-agent-icon svg { width: 22px; height: 22px; }
.fr-agent-name { font-family: var(--font-display); font-weight: 700; font-size: 18px; color: #fff; line-height: 1.1; }
.fr-agent-tag { font-family: var(--font-mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--magenta-300); font-weight: 700; margin-top: 3px; }
.fr-agent-desc { color: var(--fg-3); font-size: 14.5px; line-height: 1.55; margin: 0; flex: 1; }
.fr-agent-foot { display: flex; align-items: center; gap: 8px; padding-top: 14px; border-top: 1px solid var(--line-1); font-size: 12.5px; color: var(--fg-4); }
.fr-agent-foot svg { width: 15px; height: 15px; color: var(--magenta-300); flex: 0 0 auto; }
.fr-agent-foot b { color: var(--fg-2); font-weight: 700; }

/* ── Window chrome (product frame) ──────────────────────── */
.fr-window { container-type: inline-size; border-radius: 16px; overflow: hidden; background: #0e0420; border: 1px solid var(--line-2);
  box-shadow: var(--sh-card-lift), 0 0 80px -32px rgba(191,13,209,.45); }
.fr-window-bar { height: 40px; display: flex; align-items: center; gap: 14px; padding: 0 14px; background: #160a2e; border-bottom: 1px solid rgba(255,255,255,.06); }
.fr-window-dots { display: flex; gap: 7px; }
.fr-window-dots i { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,.18); }
.fr-window-url { flex: 1; display: flex; justify-content: center; }
.fr-window-url span { font-family: var(--font-mono); font-size: 11px; color: rgba(255,255,255,.45); background: rgba(255,255,255,.05); padding: 4px 14px; border-radius: 999px; }
.fr-window-body { padding: 22px; }
.fr-window-body:has(.fr-app) { padding: 0; }

/* ── Real app chrome inside the window (mirrors platform AppShell) ── */
.fr-app { display: grid; grid-template-columns: 186px 1fr; min-height: 420px; background: #0b0219; }
.fr-app-side { display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.07); background: #120627; padding: 14px 0; }
.fr-app-logo { padding: 2px 16px 16px; }
.fr-app-logo img { height: 17px; opacity: .95; display: block; }
.fr-app-nav { display: flex; flex-direction: column; gap: 2px; padding: 0 8px; }
.fr-app-nav-item { display: flex; align-items: center; gap: 9px; padding: 8px 9px; border-radius: 8px; font-size: 11.5px; font-weight: 500; color: rgba(255,255,255,.55); white-space: nowrap; }
.fr-app-nav-item svg, .fr-app-nav-item i { width: 14px; height: 14px; flex: none; }
.fr-app-nav-item.is-active { background: rgba(191,13,209,.16); color: #fff; box-shadow: inset 0 0 0 1px rgba(191,13,209,.34); }
.fr-app-user { margin-top: auto; display: flex; align-items: center; gap: 9px; padding: 12px 14px 2px; border-top: 1px solid rgba(255,255,255,.06); }
.fr-app-av { width: 26px; height: 26px; flex: none; border-radius: 50%; background: var(--grad-brand); display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; color: #fff; }
.fr-app-user-name { font-size: 11.5px; font-weight: 600; color: rgba(255,255,255,.9); }
.fr-app-user-role { font-size: 10px; color: rgba(255,255,255,.4); }
.fr-app-main { display: flex; flex-direction: column; min-width: 0; }
.fr-app-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 18px; border-bottom: 1px solid rgba(255,255,255,.07); }
.fr-app-crumbs { display: flex; align-items: center; gap: 7px; font-size: 11.5px; color: rgba(255,255,255,.42); white-space: nowrap; }
.fr-app-crumb-cur { color: rgba(255,255,255,.92); font-weight: 600; }
.fr-app-top-actions { display: flex; align-items: center; gap: 10px; }
.fr-app-search { display: flex; align-items: center; gap: 7px; padding: 5px 9px; border-radius: 7px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); font-size: 10.5px; color: rgba(255,255,255,.4); white-space: nowrap; }
.fr-app-search svg, .fr-app-search i, .fr-app-bell svg, .fr-app-bell i[data-lucide] { width: 13px; height: 13px; }
.fr-app-search kbd { font-family: var(--font-mono); font-size: 9px; padding: 1px 4px; border-radius: 4px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.5); }
.fr-app-bell { position: relative; color: rgba(255,255,255,.45); display: flex; }
.fr-app-bell i:not([data-lucide]) { position: absolute; top: -1px; right: -1px; width: 5px; height: 5px; border-radius: 50%; background: var(--magenta); }
.fr-app-cta { padding: 6px 12px; border-radius: 7px; background: var(--grad-brand); font-size: 11px; font-weight: 600; color: #fff; white-space: nowrap; }
.fr-app-content { padding: 20px; }

/* in-app page header, tabs, filter controls */
.fr-app-page { margin-bottom: 18px; }
.fr-app-page-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.fr-app-page-title { font-family: var(--font-display); font-size: 17px; font-weight: 700; letter-spacing: -.01em; color: #fff; margin: 0 0 3px; }
.fr-app-page-meta { font-size: 10.5px; color: rgba(255,255,255,.42); }
.fr-app-controls { display: flex; align-items: center; gap: 8px; }
.fr-app-seg { display: flex; padding: 2px; border-radius: 7px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); }
.fr-app-seg i { font-style: normal; padding: 4px 9px; border-radius: 5px; font-size: 10.5px; font-weight: 500; color: rgba(255,255,255,.45); }
.fr-app-seg i.is-on { background: rgba(255,255,255,.12); color: #fff; }
.fr-app-select, .fr-app-ghost-btn { display: flex; align-items: center; gap: 6px; padding: 5px 10px; border-radius: 7px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.04); font-size: 10.5px; font-weight: 500; color: rgba(255,255,255,.62); white-space: nowrap; }
.fr-app-select svg, .fr-app-select i[data-lucide], .fr-app-ghost-btn svg, .fr-app-ghost-btn i[data-lucide] { width: 12px; height: 12px; }
.fr-app-tabs { display: flex; gap: 18px; margin-top: 14px; border-bottom: 1px solid rgba(255,255,255,.08); }
.fr-app-tabs span { padding-bottom: 9px; font-size: 11.5px; font-weight: 500; color: rgba(255,255,255,.42); border-bottom: 2px solid transparent; margin-bottom: -1px; }
.fr-app-tabs span.is-on { color: #fff; border-bottom-color: var(--magenta); }

/* evidence table header + reference cell */
.fr-ev-thead { display: grid; grid-template-columns: 22px 1fr 72px 96px; gap: 12px; align-items: center; padding: 0 2px 8px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 9.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.34); }
.fr-ev-thead span:last-child { display: flex; align-items: center; gap: 4px; justify-content: flex-end; }
.fr-ev-date { text-align: right; }
.fr-ev-thead svg, .fr-ev-thead i[data-lucide] { width: 11px; height: 11px; }
.fr-ev-ref { font-family: var(--font-mono); font-size: 10px; color: rgba(255,255,255,.4); padding: 2px 7px; border-radius: 5px; background: rgba(255,255,255,.05); }

/* narrow columns: collapse app chrome like the real responsive app */
.fr-app-page-meta, .fr-app-tabs span, .fr-app-crumbs, .fr-app-nav-item span, .fr-app-page-title { white-space: nowrap; }
@container (max-width: 700px) {
  .fr-app { grid-template-columns: 54px 1fr; }
  .fr-app-logo { padding: 2px 0 14px; display: flex; justify-content: center; }
  .fr-app-logo img { height: 15px; object-fit: cover; object-position: left; width: 15px; }
  .fr-app-nav-item { justify-content: center; padding: 9px 0; }
  .fr-app-nav-item span { display: none; }
  .fr-app-user { justify-content: center; padding: 12px 0 2px; }
  .fr-app-user div { display: none; }
  .fr-app-search span, .fr-app-search kbd { display: none; }
  .fr-app-search { padding: 6px; }
  .fr-app-cta { display: none; }
  .fr-app-tabs { gap: 14px; overflow: hidden; }
  .fr-app-tabs span:nth-child(n+4) { display: none; }
  .fr-app-page-head { flex-wrap: wrap; }
  .fr-app-seg { display: none; }
  .fr-ev-thead span:nth-child(3), .fr-ev-ref { display: none; }
  .fr-window .fr-ev-thead, .fr-window .fr-ev-row { grid-template-columns: 22px 1fr 96px; }
}

/* runner topbar (mirrors immersive run mode) */
.fr-run-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: -4px 0 18px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.07); }
.fr-run-exit { font-size: 11.5px; color: rgba(255,255,255,.45); }
.fr-run-prog { display: flex; gap: 5px; }
.fr-run-prog i { width: 26px; height: 3px; border-radius: 2px; background: rgba(255,255,255,.14); }
.fr-run-prog i.is-on { background: var(--magenta); }

/* shared dark UI atoms inside windows */
.fr-ui-live { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-mono); font-size: 9.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--success); padding: 5px 10px; border-radius: 999px; background: var(--success-soft); border: 1px solid rgba(77,220,160,.3); }
.fr-ui-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--success); box-shadow: 0 0 10px var(--success); animation: fr-pulse 1.6s infinite; }
@keyframes fr-pulse { 0%,100%{opacity:1} 50%{opacity:.35} }

/* dashboard mock */
.fr-dash-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.fr-dash-org { display: flex; align-items: center; gap: 12px; }
.fr-dash-mark { width: 36px; height: 36px; border-radius: 9px; background: var(--grad-brand); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; color: #fff; font-size: 16px; box-shadow: 0 0 18px -4px rgba(191,13,209,.7); }
.fr-dash-org-name { color: #fff; font-weight: 700; font-size: 14px; }
.fr-dash-org-meta { color: rgba(255,255,255,.4); font-size: 11px; font-family: var(--font-mono); }
.fr-dash-grid { display: grid; grid-template-columns: 200px 1fr; gap: 22px; align-items: stretch; }
.fr-dash-score { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; padding: 18px; display: flex; flex-direction: column; gap: 6px; justify-content: center; }
.fr-dash-score-label { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.5); }
.fr-dash-score-val { font-family: var(--font-display); font-weight: 800; font-size: 60px; color: #fff; line-height: .85; letter-spacing: -.03em; }
.fr-dash-score-val span { font-size: 22px; color: rgba(255,255,255,.4); }
.fr-dash-trend { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-mono); font-size: 12px; font-weight: 700; color: var(--success); margin-top: 4px; }
.fr-dash-trend svg { width: 14px; height: 14px; }
.fr-dash-meters { display: flex; flex-direction: column; gap: 13px; justify-content: center; }
.fr-meter-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; }
.fr-meter-name { color: rgba(255,255,255,.82); font-size: 12.5px; font-weight: 600; }
.fr-meter-pct { color: rgba(255,255,255,.5); font-size: 11px; font-family: var(--font-mono); font-weight: 600; }
.fr-meter-track { height: 7px; border-radius: 999px; background: rgba(255,255,255,.08); overflow: hidden; }
.fr-meter-fill { height: 100%; border-radius: 999px; background: var(--grad-brand); }
.fr-meter-fill.ok { background: linear-gradient(90deg,#4ddca0,#2fbf85); }
.fr-meter-fill.warn { background: linear-gradient(90deg,#ffb84a,#e09a2a); }
.fr-dash-foot { display: flex; gap: 10px; margin-top: 20px; }
.fr-dash-stat { flex: 1; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07); border-radius: 11px; padding: 12px 14px; }
.fr-dash-stat-l { font-family: var(--font-mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.4); }
.fr-dash-stat-v { color: #fff; font-size: 14px; font-weight: 700; margin-top: 3px; }
.fr-dash-stat-v.brand { color: var(--magenta-300); }

/* runner mock */
.fr-run-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.fr-run-cat { font-family: var(--font-mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--magenta-300); }
.fr-run-timer { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-mono); font-size: 13px; font-weight: 700; color: #fff; background: rgba(255,93,138,.16); border: 1px solid rgba(255,93,138,.35); padding: 5px 12px; border-radius: 999px; }
.fr-run-timer svg { width: 14px; height: 14px; color: var(--danger); }
.fr-run-scenario { color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 21px; letter-spacing: -.01em; margin: 0 0 8px; }
.fr-run-inject { color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.55; margin: 0 0 18px; padding-left: 14px; border-left: 2px solid var(--magenta-500); }
.fr-run-q { color: rgba(255,255,255,.5); font-family: var(--font-mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 10px; }
.fr-run-opts { display: flex; flex-direction: column; gap: 9px; }
.fr-run-opt { display: flex; align-items: center; gap: 12px; padding: 13px 15px; border-radius: 11px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.85); font-size: 13.5px; transition: all var(--dur-base) var(--ease-out); cursor: pointer; }
.fr-run-opt:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.18); }
.fr-run-opt.sel { background: var(--grad-brand-soft); border-color: var(--magenta-500); color: #fff; }
.fr-run-opt-k { font-family: var(--font-mono); font-size: 11px; width: 22px; height: 22px; border-radius: 6px; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; color: rgba(255,255,255,.7); }
.fr-run-opt.sel .fr-run-opt-k { background: var(--magenta-500); color: #fff; }
.fr-run-facil { display: flex; align-items: center; gap: 10px; margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.07); color: rgba(255,255,255,.6); font-size: 12.5px; }
.fr-run-facil-av { width: 26px; height: 26px; border-radius: 50%; background: var(--grad-brand); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 11px; font-weight: 700; flex: 0 0 auto; }

/* evidence mock */
.fr-ev-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.fr-ev-title { color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 18px; margin: 0; }
.fr-ev-sub { color: rgba(255,255,255,.45); font-size: 12px; font-family: var(--font-mono); margin: 2px 0 0; }
.fr-ev-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; color: var(--magenta-300); background: var(--grad-brand-soft); border: 1px solid rgba(208,4,220,.35); padding: 6px 11px; border-radius: 999px; }
.fr-ev-rows { display: flex; flex-direction: column; }
.fr-ev-row { display: grid; grid-template-columns: 22px 1fr 72px 96px; align-items: center; gap: 12px; padding: 12px 2px; border-bottom: 1px solid rgba(255,255,255,.07); }
.fr-ev-row:last-child { border-bottom: none; }
.fr-ev-check { width: 22px; height: 22px; border-radius: 6px; background: var(--success-soft); border: 1px solid rgba(77,220,160,.4); color: var(--success); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.fr-ev-check svg { width: 13px; height: 13px; }
.fr-ev-main { flex: 1; }
.fr-ev-ctrl { color: #fff; font-size: 13px; font-weight: 600; }
.fr-ev-map { color: rgba(255,255,255,.42); font-size: 11px; font-family: var(--font-mono); margin-top: 2px; }
.fr-ev-date { color: rgba(255,255,255,.5); font-size: 11px; font-family: var(--font-mono); }
.fr-ev-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.07); }
.fr-ev-foot-l { color: rgba(255,255,255,.55); font-size: 12px; }
.fr-ev-dl { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 700; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); padding: 8px 13px; border-radius: 9px; }
.fr-ev-dl svg { width: 14px; height: 14px; }

/* team mock (dark) */
.fr-team-panel { background: var(--bg-1); border: 1px solid var(--line-1); border-radius: 18px; padding: 26px; box-shadow: var(--sh-card); }
.fr-team-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.fr-team-title { font-family: var(--font-display); font-weight: 700; font-size: 17px; color: #fff; margin: 0; }
.fr-team-oncall { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 700; color: var(--success); background: var(--success-soft); border: 1px solid rgba(77,220,160,.35); padding: 5px 11px; border-radius: 999px; }
.fr-team-oncall i { width: 6px; height: 6px; border-radius: 50%; background: var(--success); animation: fr-pulse 1.6s infinite; }
.fr-team-list { display: flex; flex-direction: column; gap: 14px; }
.fr-team-member { display: flex; align-items: center; gap: 13px; }
.fr-team-av { width: 40px; height: 40px; border-radius: 50%; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 14px; font-family: var(--font-display); }
.fr-team-name { color: #fff; font-size: 14px; font-weight: 700; }
.fr-team-role { color: var(--fg-4); font-size: 12.5px; }
.fr-team-divider { height: 1px; background: var(--line-1); margin: 18px 0; }
.fr-team-next { display: flex; align-items: center; gap: 10px; color: var(--fg-2); font-size: 13px; }
.fr-team-next svg { width: 16px; height: 16px; color: var(--magenta-300); }

/* ── Stats band ─────────────────────────────────────────── */
.fr-band { position: relative; overflow: hidden; background: var(--bg-1); border-top: 1px solid var(--line-1); border-bottom: 1px solid var(--line-1); }
.fr-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 80% at 50% 0%, rgba(191,13,209,.16), transparent 60%); pointer-events: none; }
.fr-band-inner { position: relative; padding: 80px 0; }
.fr-band-head { text-align: center; max-width: 720px; margin: 0 auto 48px; display: flex; flex-direction: column; gap: 16px; align-items: center; }
.fr-band-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.fr-band-stat { text-align: center; padding: 0 12px; }
.fr-band-stat-n { font-family: var(--font-display); font-weight: 800; font-size: 58px; line-height: 1; letter-spacing: -.035em; color: #fff; }
.fr-band-stat-n span { color: var(--magenta-300); }
.fr-band-stat-l { color: var(--fg-3); font-size: 14px; margin-top: 10px; line-height: 1.45; }

/* ── Quote ──────────────────────────────────────────────── */
.fr-quote { text-align: center; max-width: 920px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 30px; }
.fr-quote-mark { font-family: var(--font-display); font-size: 64px; color: var(--magenta-300); line-height: .5; height: 34px; }
.fr-quote-text { font-family: var(--font-display); font-weight: 600; font-size: 34px; line-height: 1.25; letter-spacing: -.02em; color: #fff; margin: 0; text-wrap: balance; }
.fr-quote-by { display: flex; align-items: center; gap: 14px; }
.fr-quote-logo { height: 26px; filter: brightness(0) invert(1); opacity: .7; }
.fr-quote-attr { text-align: left; }
.fr-quote-attr strong { display: block; color: #fff; font-size: 14px; font-weight: 700; }
.fr-quote-attr span { color: var(--fg-4); font-size: 13px; }
.fr-quote-divider { width: 1px; height: 30px; background: var(--line-2); }

/* ── Final CTA ──────────────────────────────────────────── */
.fr-cta-card { position: relative; border-radius: 28px; overflow: hidden; background: var(--grad-brand-bg); border: 1px solid rgba(208,4,220,.3); padding: 72px 48px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 26px; }
.fr-cta-card::before { content: ""; position: absolute; inset: 0; background: var(--grad-halo); pointer-events: none; }
.fr-cta-card > * { position: relative; }
.fr-cta-card .fr-h2 { color: #fff; font-size: 52px; }
.fr-cta-sub { color: rgba(255,255,255,.8); font-size: 19px; line-height: 1.5; max-width: 560px; margin: 0; }
.fr-cta-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* ── Footer ─────────────────────────────────────────────── */
.fr-footer { border-top: 1px solid var(--line-1); padding: 64px 0 32px; background: var(--bg-0); }
.fr-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.fr-footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; max-width: 320px; }
.fr-footer-brand img { height: 26px; width: auto; align-self: flex-start; }
.fr-footer-blurb { color: var(--fg-4); font-size: 14px; line-height: 1.55; margin: 0; }
.fr-footer-col h6 { font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--fg-4); margin: 0 0 14px; }
.fr-footer-col a { display: block; color: var(--fg-2); font-size: 14px; text-decoration: none; margin-bottom: 10px; cursor: pointer; }
.fr-footer-col a:hover { color: var(--magenta-300); }
.fr-footer-base { display: flex; align-items: center; justify-content: space-between; padding-top: 26px; border-top: 1px solid var(--line-1); color: var(--fg-4); font-size: 13px; }
.fr-footer-syntro img { height: 18px; opacity: .55; filter: brightness(0) invert(1); }

/* ── Section rhythm ─────────────────────────────────────── */
.fr-section { padding: 96px 0; }
.fr-nav-links a.is-active { color: #fff; position: relative; }
.fr-nav-links a.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; border-radius: 2px; background: var(--magenta-400); }
.fr-logo { text-decoration: none; }

/* page hero (subpages) */
.fr-page-hero { position: relative; overflow: hidden; padding: 76px 0 60px; border-bottom: 1px solid var(--line-1); }
.fr-page-hero::before { content: ""; position: absolute; inset: 0; background: var(--grad-hero-bg); pointer-events: none; }
.fr-page-hero-inner { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 22px; max-width: 840px; margin: 0 auto; }
.fr-page-hero .fr-h1 { font-size: 56px; }
.fr-page-hero .fr-hero-sub { font-size: 19px; }

/* process steps */
.fr-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.fr-step { display: flex; flex-direction: column; gap: 14px; }
.fr-step-num { width: 50px; height: 50px; border-radius: 14px; background: var(--grad-brand); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 21px; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px -8px rgba(191,13,209,.7); }
.fr-step-title { font-family: var(--font-display); font-weight: 700; font-size: 19px; color: #fff; line-height: 1.15; }
.fr-step-desc { color: var(--fg-3); font-size: 14.5px; line-height: 1.55; margin: 0; }
.fr-step-meta { font-family: var(--font-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--magenta-300); font-weight: 700; }

/* case study cards */
.fr-cases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fr-case { background: var(--bg-1); border: 1px solid var(--line-1); border-radius: 18px; padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.fr-case-logo { height: 22px; width: auto; filter: brightness(0) invert(1); opacity: .82; align-self: flex-start; }
.fr-case-metric { font-family: var(--font-display); font-weight: 800; font-size: 44px; color: #fff; letter-spacing: -.03em; line-height: 1; }
.fr-case-metric span { color: var(--magenta-300); }
.fr-case-text { color: var(--fg-3); font-size: 14.5px; line-height: 1.55; margin: 0; }
.fr-case-tag { margin-top: auto; font-family: var(--font-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--fg-4); padding-top: 16px; border-top: 1px solid var(--line-1); }

.fr-section--tight { padding: 64px 0; }
.fr-alt { background: var(--bg-1); border-top: 1px solid var(--line-1); border-bottom: 1px solid var(--line-1); }

@media (max-width: 1080px) {
  .fr-h1 { font-size: 50px; }
  .fr-feature { grid-template-columns: 1fr; gap: 36px; }
  .fr-feature.rev .fr-feature-text { order: 1; }
  .fr-feature.rev .fr-feature-visual { order: 2; }
  .fr-props { grid-template-columns: 1fr; }
  .fr-agents-grid { grid-template-columns: 1fr; }
  .fr-steps { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
  .fr-cases { grid-template-columns: 1fr; }
  .fr-page-hero .fr-h1 { font-size: 42px; }
  .fr-band-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 24px; }
  .fr-footer-grid { grid-template-columns: 1fr 1fr; }
  .fr-nav-links { display: none; }
}


/* ============================================================
   iluminr.io rebuild — additions on top of the dark base.
   ============================================================ */

/* ── Proof bar ──────────────────────────────────────────── */
.fr-proofbar { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line-1); border: 1px solid var(--line-1); border-radius: 16px; overflow: hidden; }
.fr-proofbar-cell { background: var(--bg-1); padding: 22px 24px; display: flex; flex-direction: column; gap: 6px; }
.fr-proofbar-n { font-family: var(--font-display); font-weight: 800; font-size: 34px; line-height: 1; letter-spacing: -.03em; color: #fff; }
.fr-proofbar-n span { color: var(--magenta-300); }
.fr-proofbar-l { font-size: 13.5px; color: var(--fg-4); line-height: 1.45; }

.fr-proof-name { color: #fff; font-weight: 700; font-size: 14px; }

.fr-shot { border: 1px solid var(--line-2); border-radius: 14px; overflow: hidden; box-shadow: 0 30px 70px -28px rgba(0,0,0,.8); background: #fff; }
.fr-shot img { display: block; width: 100%; height: auto; }

/* ── Credential strip ───────────────────────────────────── */
.fr-hero-shot { border: 1px solid var(--line-2); border-radius: 18px; overflow: hidden; box-shadow: 0 40px 90px -30px rgba(0,0,0,.75); background: #fff; }
.fr-hero-shot img { display: block; width: 100%; height: auto; }

.fr-creds { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 18px 30px; }
.fr-cred { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
a.fr-cred { transition: opacity var(--dur-base) var(--ease-out); }
a.fr-cred:hover { opacity: .78; }
.fr-cred-logo--gartner { margin-left: -14px; }
.fr-cred-mark { font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--magenta-300); border: 1px solid rgba(208,4,220,.4); background: var(--grad-brand-soft); border-radius: 999px; padding: 6px 13px; white-space: nowrap; }
.fr-cred-logo--gartner { height: 22px; border-radius: 0; }
.fr-cred-logo { height: 30px; width: auto; display: block; border-radius: 5px; flex: 0 0 auto; }
.fr-cred-t { font-size: 14.5px; line-height: 1.45; color: var(--fg-3); max-width: 30ch; }
.fr-cred-t b { color: #fff; font-weight: 700; }
.fr-cred + .fr-cred { border-left: 1px solid var(--line-2); padding-left: 30px; }
@media (max-width: 1100px) { .fr-creds { gap: 16px; } .fr-cred + .fr-cred { border-left: 0; padding-left: 0; } }

/* ── Try a microsimulation ──────────────────────────────── */
.fr-try-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.fr-try { display: flex; flex-direction: column; background: var(--bg-1); border: 1px solid var(--line-1); border-radius: 16px; overflow: hidden; text-decoration: none; transition: border-color var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out); }
.fr-try:hover { border-color: var(--magenta-400); transform: translateY(-3px); }
.fr-try-img { display: block; aspect-ratio: 636 / 137; overflow: hidden; background: #150829; }
.fr-try-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform var(--dur-slow) var(--ease-out); }
.fr-try:hover .fr-try-img img { transform: scale(1.04); }
.fr-try-body { display: flex; flex-direction: column; gap: 9px; padding: 20px; flex: 1; }
.fr-try-cat { font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--magenta-300); }
.fr-try-t { font-family: var(--font-display); font-weight: 700; font-size: 20px; line-height: 1.16; color: #fff; }
.fr-try-t b { display: block; font-weight: 700; color: var(--fg-3); }
.fr-try-d { font-size: 14px; line-height: 1.5; color: var(--fg-3); }
.fr-try-go { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 14px; font-size: 14px; font-weight: 700; color: var(--magenta-300); }
.fr-try-go svg, .fr-try-go i[data-lucide] { width: 15px; height: 15px; }
.fr-try-note { text-align: center; color: var(--fg-4); font-size: 13.5px; margin: 26px 0 0; }
@media (max-width: 1080px) { .fr-try-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .fr-try-grid { grid-template-columns: 1fr; } }

/* ── Comparison table ───────────────────────────────────── */
.fr-compare { border: 1px solid var(--line-1); border-radius: 20px; overflow: hidden; background: var(--bg-1); }
.fr-compare-row { display: grid; grid-template-columns: 1fr 1fr; }
.fr-compare-row + .fr-compare-row { border-top: 1px solid var(--line-1); }
.fr-compare-cell { padding: 18px 26px; display: flex; align-items: center; gap: 12px; font-size: 15.5px; color: var(--fg-2); }
.fr-compare-cell + .fr-compare-cell { border-left: 1px solid var(--line-1); background: rgba(191,13,209,.05); color: #fff; font-weight: 600; }
.fr-compare-cell svg { width: 17px; height: 17px; flex: 0 0 auto; opacity: .8; }
.fr-compare-cell + .fr-compare-cell svg { color: var(--magenta-300); opacity: 1; }
.fr-compare-head .fr-compare-cell { padding: 16px 26px; font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--fg-2); background: rgba(255,255,255,.04); }
.fr-compare-head .fr-compare-cell + .fr-compare-cell { color: var(--magenta-300); background: rgba(191,13,209,.1); }
.fr-compare-head .fr-compare-cell img { height: 17px; filter: brightness(0) invert(1); }

/* ── Pillars (numbered feature rows) ────────────────────── */
.fr-pillar-tag { display: flex; align-items: center; gap: 12px; }
.fr-pillar-num { font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: .14em; color: var(--magenta-300); border: 1px solid rgba(208,4,220,.35); background: var(--grad-brand-soft); border-radius: 999px; padding: 5px 11px; }
.fr-pillar-rule { flex: 1; height: 1px; background: var(--line-1); }

/* ── Evidence chain ─────────────────────────────────────── */
.fr-chain { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.fr-chain-step { position: relative; background: var(--bg-1); border: 1px solid var(--line-1); border-radius: 16px; padding: 22px; display: flex; flex-direction: column; gap: 10px; }
.fr-chain-step::after { content: ""; position: absolute; top: 50%; right: -18px; width: 18px; height: 1px; background: var(--line-2); }
.fr-chain-step:nth-child(3n)::after, .fr-chain-step:last-child::after { display: none; }
.fr-chain-icon { width: 38px; height: 38px; border-radius: 10px; background: var(--grad-brand-soft); border: 1px solid rgba(208,4,220,.3); display: flex; align-items: center; justify-content: center; color: var(--magenta-300); }
.fr-chain-icon svg { width: 18px; height: 18px; }
.fr-chain-k { font-family: var(--font-mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--fg-4); }
.fr-chain-t { font-family: var(--font-display); font-weight: 700; font-size: 17px; color: #fff; line-height: 1.2; }
.fr-chain-d { font-size: 14px; color: var(--fg-4); line-height: 1.5; margin: 0; }
.fr-chain-step.is-end { background: var(--grad-brand-soft); border-color: rgba(208,4,220,.4); }

/* ── Proof cards (metric + quote) ───────────────────────── */
.fr-proof-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fr-proof-card { background: var(--bg-1); border: 1px solid var(--line-1); border-radius: 18px; padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.fr-proof-metric { font-family: var(--font-display); font-weight: 800; font-size: 46px; line-height: 1; letter-spacing: -.035em; color: #fff; }
.fr-proof-metric span { color: var(--magenta-300); }
.fr-proof-metric-l { font-size: 14px; color: var(--fg-3); margin: -8px 0 0; line-height: 1.45; }
.fr-proof-quote { font-size: 15px; color: var(--fg-2); line-height: 1.6; margin: 0; padding-top: 16px; border-top: 1px solid var(--line-1); }
.fr-proof-by { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.fr-proof-photo { display: block; margin: -26px -26px 4px; border-bottom: 1px solid var(--line-1); aspect-ratio: 16 / 7; overflow: hidden; }
.fr-proof-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fr-proof-card img.fr-proof-logo[alt="PHF Science"] { height: 30px; }
.fr-proof-card img.fr-proof-logo[alt="AXA"] { height: 56px; max-width: 190px; }
.fr-proof-by img.fr-proof-logo { height: 40px; width: auto; max-width: 150px; flex: 0 0 auto; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); opacity: .95; margin: -8px 0; }
.fr-proof-by span { font-size: 12.5px; color: var(--fg-4); }

/* ── Analytics mock: trend chart + benchmarking ─────────── */
.fr-an-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 16px; }
.fr-an-card { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: 16px; }
.fr-an-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.fr-an-title { font-size: 12px; font-weight: 600; color: rgba(255,255,255,.88); }
.fr-an-meta { font-family: var(--font-mono); font-size: 12px; color: rgba(255,255,255,.4); }
.fr-an-chart { width: 100%; height: 118px; display: block; }
.fr-an-legend { display: flex; gap: 16px; margin-top: 10px; }
.fr-an-legend span { display: flex; align-items: center; gap: 6px; font-size: 12px; color: rgba(255,255,255,.5); }
.fr-an-legend i { width: 14px; height: 2px; border-radius: 2px; background: var(--magenta); }
.fr-an-legend i.dim { background: rgba(255,255,255,.25); }
.fr-bench { display: flex; flex-direction: column; gap: 11px; }
.fr-bench-row { display: grid; grid-template-columns: 92px 1fr 34px; align-items: center; gap: 10px; }
.fr-bench-name { font-size: 12px; color: rgba(255,255,255,.7); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fr-bench-track { height: 6px; border-radius: 999px; background: rgba(255,255,255,.08); overflow: hidden; }
.fr-bench-fill { height: 100%; border-radius: 999px; background: var(--grad-brand); }
.fr-bench-fill.ok { background: linear-gradient(90deg,#4ddca0,#2fbf85); }
.fr-bench-fill.warn { background: linear-gradient(90deg,#ffb84a,#e09a2a); }
.fr-bench-val { font-family: var(--font-mono); font-size: 12px; color: rgba(255,255,255,.6); text-align: right; }
.fr-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 16px; }
.fr-kpi { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07); border-radius: 10px; padding: 11px 13px; }
.fr-kpi-l { font-family: var(--font-mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.4); white-space: nowrap; }
.fr-kpi-v { color: #fff; font-size: 17px; font-weight: 700; font-family: var(--font-display); margin-top: 3px; letter-spacing: -.02em; }
.fr-kpi-d { font-family: var(--font-mono); font-size: 12px; color: var(--success); margin-top: 2px; }
.fr-kpi-d.warn { color: #ffb84a; }

/* ── Campaign builder mock ──────────────────────────────── */
.fr-cal { display: grid; grid-template-columns: 116px repeat(6, 1fr); gap: 6px; }
.fr-cal-h { font-family: var(--font-mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.35); padding-bottom: 6px; }
.fr-cal-name { font-size: 12px; color: rgba(255,255,255,.72); display: flex; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fr-cal-cell { height: 30px; border-radius: 7px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.06); }
.fr-cal-cell.on { background: var(--grad-brand); border-color: transparent; box-shadow: 0 4px 12px -6px rgba(191,13,209,.9); display: flex; align-items: center; justify-content: center; }
.fr-cal-cell.on svg { width: 12px; height: 12px; color: #fff; }
.fr-cal-cell.plan { background: rgba(191,13,209,.16); border-color: rgba(208,4,220,.35); border-style: dashed; }
.fr-cal-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.07); }
.fr-cal-legend { display: flex; gap: 14px; }
.fr-cal-legend span { display: flex; align-items: center; gap: 6px; font-size: 12px; color: rgba(255,255,255,.5); }
.fr-cal-legend i { width: 10px; height: 10px; border-radius: 3px; background: var(--grad-brand); }
.fr-cal-legend i.plan { background: rgba(191,13,209,.16); border: 1px dashed rgba(208,4,220,.5); }

/* ── Board report mock ──────────────────────────────────── */
.fr-rep { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fr-rep-hero { background: var(--grad-brand-soft); border: 1px solid rgba(208,4,220,.3); border-radius: 12px; padding: 18px; display: flex; flex-direction: column; gap: 4px; }
.fr-rep-hero-l { font-family: var(--font-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--magenta-300); }
.fr-rep-hero-v { font-family: var(--font-display); font-weight: 800; font-size: 40px; line-height: 1; color: #fff; letter-spacing: -.03em; }
.fr-rep-list { display: flex; flex-direction: column; gap: 9px; }
.fr-rep-item { display: flex; align-items: flex-start; gap: 9px; font-size: 12px; color: rgba(255,255,255,.72); line-height: 1.45; }
.fr-rep-item svg { width: 13px; height: 13px; flex: none; margin-top: 2px; color: var(--magenta-300); }

/* ── Nav dropdown ───────────────────────────────────────── */
.fr-nav-item { position: relative; display: flex; align-items: center; gap: 5px; }
.fr-nav-item > svg, .fr-nav-item > i[data-lucide] { width: 14px; height: 14px; color: var(--fg-4); }
.fr-menu { position: absolute; top: 100%; left: -18px; margin-top: 14px; min-width: 300px; background: #150829; border: 1px solid var(--line-2); border-radius: 16px; padding: 10px; box-shadow: var(--sh-card-lift); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: all var(--dur-base) var(--ease-out); }
.fr-nav-item:hover .fr-menu { opacity: 1; visibility: visible; transform: none; }
.fr-menu-link { display: flex; gap: 12px; padding: 11px 12px; border-radius: 11px; text-decoration: none; }
.fr-menu-link:hover { background: rgba(255,255,255,.05); }
.fr-menu-link svg, .fr-menu-link i[data-lucide] { width: 17px; height: 17px; color: var(--magenta-300); flex: none; margin-top: 2px; }
.fr-menu-t { color: #fff; font-size: 14px; font-weight: 700; }
.fr-menu-d { color: var(--fg-4); font-size: 12.5px; line-height: 1.4; margin-top: 2px; }

/* ── Misc ───────────────────────────────────────────────── */
.fr-strap { font-family: var(--font-display); font-weight: 700; font-size: 15px; letter-spacing: -.01em; color: var(--magenta-300); }
.fr-section-head--left { align-items: flex-start; text-align: left; margin-left: 0; max-width: 720px; }
.fr-footer-col-links { display: flex; flex-direction: column; }
.fr-footer-grid { grid-template-columns: 1.7fr repeat(4, 1fr); gap: 32px; }
@media (max-width: 1080px) { .fr-footer-grid { grid-template-columns: 1fr 1fr; } }

@media (max-width: 1080px) {
  .fr-proofbar { grid-template-columns: 1fr; }
  .fr-chain { grid-template-columns: 1fr; }
  .fr-chain-step::after { display: none; }
  .fr-proof-cards { grid-template-columns: 1fr; }
  .fr-an-grid { grid-template-columns: 1fr; }
  .fr-rep { grid-template-columns: 1fr; }
  .fr-kpis { grid-template-columns: repeat(2, 1fr); }
  .fr-compare-head .fr-compare-cell { font-size: 12px; }
  .fr-cal { grid-template-columns: 84px repeat(6, 1fr); }
}
@media (max-width: 700px) {
  .fr-h1 { font-size: 38px; }
  .fr-h2 { font-size: 32px; }
  .fr-cta-card .fr-h2 { font-size: 34px; }
  .fr-section { padding: 64px 0; }
  .fr-compare-cell { padding: 14px 16px; font-size: 14px; }
  .fr-footer-grid { grid-template-columns: 1fr; }
}


/* ── Subpage primitives ─────────────────────────────────── */
.fr-faq { border-top: 1px solid var(--line-1); max-width: 820px; margin: 0 auto; }
.fr-faq-item { padding: 22px 0; border-bottom: 1px solid var(--line-1); }
.fr-faq-q { font-family: var(--font-display); font-weight: 700; font-size: 19px; color: #fff; margin: 0; }
.fr-faq-a { color: var(--fg-3); font-size: 15.5px; line-height: 1.6; margin: 9px 0 0; }

.fr-two { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.fr-prose p { color: var(--fg-3); font-size: 17px; line-height: 1.68; margin: 0 0 18px; }
.fr-prose p:last-child { margin-bottom: 0; }
.fr-prose strong { color: #fff; }

.fr-anchors { display: flex; gap: 9px; flex-wrap: wrap; justify-content: center; }
.fr-anchor { padding: 8px 15px; border-radius: 999px; border: 1px solid var(--line-2); background: rgba(255,255,255,.03); font-size: 13.5px; font-weight: 600; color: var(--fg-2); text-decoration: none; transition: all var(--dur-base) var(--ease-out); }
.fr-anchor:hover { border-color: var(--magenta-400); color: #fff; }

.fr-int-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.fr-int { background: var(--bg-1); border: 1px solid var(--line-1); border-radius: 12px; padding: 15px 16px; display: flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 600; color: var(--fg-2); }
.fr-int svg { width: 17px; height: 17px; color: var(--magenta-300); flex: none; }

.fr-res-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fr-res-card { background: var(--bg-1); border: 1px solid var(--line-1); border-radius: 18px; padding: 26px; display: flex; flex-direction: column; gap: 11px; text-decoration: none; transition: all var(--dur-base) var(--ease-out); }
.fr-res-card:hover { transform: translateY(-3px); border-color: rgba(208,4,220,.4); box-shadow: var(--sh-card); }
.fr-res-kind { font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--magenta-300); }
.fr-res-title { font-family: var(--font-display); font-weight: 700; font-size: 20px; line-height: 1.18; color: #fff; }
.fr-res-desc { color: var(--fg-4); font-size: 14.5px; line-height: 1.55; margin: 0; }
.fr-res-more { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 14px; color: var(--magenta-300); font-size: 13.5px; font-weight: 700; }
.fr-res-more svg { width: 15px; height: 15px; }

.fr-form { background: var(--bg-1); border: 1px solid var(--line-1); border-radius: 20px; padding: 32px; display: flex; flex-direction: column; gap: 16px; }
.fr-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fr-field { display: flex; flex-direction: column; gap: 7px; }
.fr-field label { font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--fg-4); }
.fr-field input, .fr-field select, .fr-field textarea { background: rgba(255,255,255,.04); border: 1px solid var(--line-2); border-radius: 11px; padding: 12px 14px; color: #fff; font-family: inherit; font-size: 15px; width: 100%; }
.fr-field textarea { min-height: 96px; resize: vertical; }
.fr-field input:focus, .fr-field select:focus, .fr-field textarea:focus { outline: none; border-color: var(--magenta-400); }
.fr-field select { appearance: none; cursor: pointer; }
.fr-form-note { color: var(--fg-4); font-size: 13px; margin: 0; }
.fr-checklist { display: flex; flex-direction: column; gap: 16px; margin: 0; padding: 0; list-style: none; }
.fr-checklist li { display: flex; gap: 13px; align-items: flex-start; }
.fr-checklist svg { width: 20px; height: 20px; flex: none; margin-top: 2px; color: var(--magenta-300); }
.fr-checklist b { display: block; color: #fff; font-size: 15.5px; font-weight: 700; }
.fr-checklist span { color: var(--fg-4); font-size: 14.5px; line-height: 1.5; }

/* ── Live event mock ────────────────────────────────────── */
.fr-live-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fr-tl { display: flex; flex-direction: column; }
.fr-tl-item { display: grid; grid-template-columns: 46px 14px 1fr; gap: 10px; padding-bottom: 15px; }
.fr-tl-time { font-family: var(--font-mono); font-size: 12px; color: rgba(255,255,255,.42); padding-top: 2px; }
.fr-tl-rail { position: relative; display: flex; justify-content: center; }
.fr-tl-rail i { width: 8px; height: 8px; border-radius: 50%; background: var(--magenta); margin-top: 4px; z-index: 1; }
.fr-tl-rail::before { content: ""; position: absolute; top: 10px; bottom: -15px; width: 1px; background: rgba(255,255,255,.12); }
.fr-tl-item:last-child .fr-tl-rail::before { display: none; }
.fr-tl-t { font-size: 12px; color: #fff; font-weight: 600; line-height: 1.35; }
.fr-tl-d { font-size: 12px; color: rgba(255,255,255,.48); line-height: 1.45; margin-top: 2px; }
.fr-roster { display: flex; flex-direction: column; gap: 10px; }
.fr-roster-row { display: flex; align-items: center; gap: 10px; }
.fr-roster-av { width: 26px; height: 26px; border-radius: 50%; flex: none; background: var(--grad-brand); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: #fff; }
.fr-roster-n { font-size: 12px; color: rgba(255,255,255,.85); font-weight: 600; }
.fr-roster-r { font-size: 12px; color: rgba(255,255,255,.4); }
.fr-roster-st { margin-left: auto; font-family: var(--font-mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; background: var(--success-soft); color: var(--success); border: 1px solid rgba(77,220,160,.3); white-space: nowrap; }
.fr-roster-st.wait { background: rgba(255,184,74,.14); color: #ffb84a; border-color: rgba(255,184,74,.3); }

@media (max-width: 1080px) {
  .fr-two { grid-template-columns: 1fr; gap: 36px; }
  .fr-res-grid { grid-template-columns: 1fr; }
  .fr-int-grid { grid-template-columns: repeat(2, 1fr); }
  .fr-live-grid { grid-template-columns: 1fr; }
  .fr-form-row { grid-template-columns: 1fr; }
}

/* narrow product windows: collapse inner two-column mocks */
@container (max-width: 760px) {
  .fr-live-grid, .fr-an-grid, .fr-rep { grid-template-columns: 1fr; }
  .fr-kpis { grid-template-columns: repeat(2, 1fr); }
  .fr-cal { grid-template-columns: 74px repeat(6, 1fr); }
  .fr-tl-item { grid-template-columns: 40px 12px 1fr; }
}

/* ── Mobile nav ─────────────────────────────────────────── */
.fr-burger { display: none; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 11px; border: 1px solid var(--line-2); background: rgba(255,255,255,.04); color: #fff; cursor: pointer; padding: 0; }
.fr-burger svg { width: 20px; height: 20px; }
.fr-drawer { position: fixed; top: 70px; left: 0; right: 0; bottom: 0; z-index: 49; background: rgba(10,2,24,.98); backdrop-filter: blur(18px); overflow-y: auto; }
.fr-drawer-inner { display: flex; flex-direction: column; padding: 26px 32px 48px; max-width: 560px; }
.fr-drawer-link { font-family: var(--font-display); font-weight: 700; font-size: 24px; letter-spacing: -.02em; color: #fff; text-decoration: none; padding: 14px 0; border-bottom: 1px solid var(--line-1); }
.fr-drawer-sub { display: flex; flex-direction: column; gap: 2px; padding: 14px 0 18px; border-bottom: 1px solid var(--line-1); }
.fr-drawer-sub a { color: var(--fg-3); font-size: 15.5px; font-weight: 600; text-decoration: none; padding: 7px 0; }
.fr-drawer-sub a:hover { color: var(--magenta-300); }
@media (max-width: 1080px) {
  .fr-burger { display: flex; }
  .fr-nav-right .fr-btn-ghost { display: none; }
}
@media (max-width: 560px) {
  .fr-nav-right .fr-btn-primary { display: none; }
  .fr-announce span { display: none; }
}

/* ── N-column comparison table ──────────────────────────── */
.fr-ct { border: 1px solid var(--line-1); border-radius: 20px; overflow: hidden; background: var(--bg-1); }
.fr-ct-row { display: grid; }
.fr-ct-row + .fr-ct-row { border-top: 1px solid var(--line-1); }
.fr-ct-cell { padding: 17px 22px; font-size: 14.5px; color: var(--fg-3); line-height: 1.45; display: flex; align-items: center; }
.fr-ct-cell + .fr-ct-cell { border-left: 1px solid var(--line-1); }
.fr-ct-cell.is-dim-label { color: var(--fg-4); font-weight: 600; }
.fr-ct-cell.is-us { background: rgba(191,13,209,.07); color: #fff; font-weight: 600; }
.fr-ct-head .fr-ct-cell { font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--fg-4); background: rgba(255,255,255,.02); align-items: flex-end; min-height: 62px; }
.fr-ct-head .fr-ct-cell.is-us { color: var(--magenta-300); background: rgba(191,13,209,.13); }
.fr-ct-note { padding: 14px 22px; border-top: 1px solid var(--line-1); font-size: 13px; color: var(--fg-4); background: rgba(255,255,255,.02); }

/* ── Case study ─────────────────────────────────────────── */
.fr-cs-logo { height: 30px; width: auto; filter: brightness(0) invert(1); opacity: .9; }
.fr-cs-facts { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 6px; }
.fr-cs-fact { display: flex; flex-direction: column; gap: 2px; padding: 11px 18px; border: 1px solid var(--line-1); border-radius: 12px; background: rgba(255,255,255,.03); text-align: left; }
.fr-cs-fact span { font-family: var(--font-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--fg-4); }
.fr-cs-fact b { font-size: 14px; color: #fff; font-weight: 700; }
a.fr-case { transition: all var(--dur-base) var(--ease-out); }
a.fr-case:hover { transform: translateY(-3px); border-color: rgba(208,4,220,.4); box-shadow: var(--sh-card); }
a.fr-case:hover .fr-case-tag { color: var(--magenta-300); }

@media (max-width: 1080px) {
  .fr-ct { border: none; background: none; }
  .fr-ct-row { grid-template-columns: 1fr !important; border: 1px solid var(--line-1); border-radius: 14px; background: var(--bg-1); margin-bottom: 12px; overflow: hidden; }
  .fr-ct-row + .fr-ct-row { border-top: 1px solid var(--line-1); }
  .fr-ct-cell + .fr-ct-cell { border-left: none; border-top: 1px solid var(--line-1); }
  .fr-ct-head { display: none; }
  .fr-ct-cell.is-dim-label { background: rgba(255,255,255,.03); font-family: var(--font-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
  .fr-ct-note { border: 1px solid var(--line-1); border-radius: 14px; }
}
