/* ═══════════════════════════════════════════════════════════════════════
   /solutions/fraud-compliance — monitor the open web for risk. Own spine:
   live risk monitor → cross-check one entity to a verdict → the many faces of
   fraud → purple coverage band. Accent PURPLE; RED (#F0524B) is used ONLY for
   the semantic "flagged" danger state (legit on a fraud page).
   ═══════════════════════════════════════════════════════════════════════ */
@import url("../../_ds/fonts.css");
@import url("../../_ds/theme.css");
@import url("../../_shared/chrome.css");
@import url("../../_shared/components.css");
@import url("../../_shared/audience-switcher.css");

main { position: relative; z-index: 1; overflow-x: clip; }
.blur-t { opacity: 0; filter: blur(12px); transition: opacity 760ms cubic-bezier(0.22,1,0.36,1), filter 760ms cubic-bezier(0.22,1,0.36,1); transform: translateZ(0); backface-visibility: hidden; will-change: filter, opacity; }
.blur-t.is-in { opacity: 1; filter: blur(0); }
@media (prefers-reduced-motion: reduce) { .blur-t { opacity: 1; filter: none; transition: none; } }

/* ── Act 1 — Hero ─────────────────────────────────────────────────────── */
.fc-hero { display: grid; grid-template-columns: 1fr 1.02fr; gap: clamp(28px, 4vw, 72px); align-items: center; max-width: 1500px; margin-inline: auto; padding: clamp(120px, 15vh, 176px) clamp(20px, 5vw, 72px) clamp(64px, 9vh, 110px); }
.fc-hero-h1 { font-family: var(--font-display); font-weight: 500; font-size: var(--mkt-hero-xl); line-height: 0.98; letter-spacing: -0.03em; color: var(--text-primary); margin: 0; max-width: 12ch; }
.fc-hero-h1 em { font-style: normal; color: var(--text-primary); }
.fc-hero-sub { font-family: var(--font-base); font-size: var(--mkt-body); line-height: 1.5; color: var(--text-secondary); margin: 22px 0 0; max-width: 44ch; }
.fc-hero-cta { margin-top: clamp(26px, 4vh, 40px); }
.fc-hero-x { margin-top: 18px; }

.fc-monitor-bar { display: flex; align-items: center; gap: 10px; padding: 14px 18px; border-bottom: 1px solid var(--border-subtle); }
.fc-monitor-dot { width: 7px; height: 7px; border-radius: 50%; background: #7C4FE8; box-shadow: 0 0 0 4px color-mix(in srgb, #7C4FE8 18%, transparent); }
.fc-monitor-title { font-family: var(--font-code); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-tertiary); flex: 1; }
.fc-monitor-ctx { font-family: var(--font-code); font-size: 10.5px; color: var(--text-quaternary); }
.fc-monitor-list { list-style: none; margin: 0; padding: 8px; display: flex; flex-direction: column; gap: 2px; }
.fc-erow { position: relative; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 14px; padding: 12px 14px; border-radius: 10px; overflow: hidden; }
.fc-erow.is-scanning::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, color-mix(in srgb, #7C4FE8 22%, transparent), transparent); transform: translateX(-100%); animation: fc-sweep 900ms ease; }
@keyframes fc-sweep { to { transform: translateX(100%); } }
.fc-e-id { font-family: var(--font-code); font-size: 12.5px; color: var(--text-primary); }
.fc-e-kind { font-family: var(--font-base); font-size: 12px; color: var(--text-tertiary); }
.fc-e-verdict { font-family: var(--font-code); font-size: 10.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-quaternary); }
.fc-erow[data-verdict="flag"] .fc-e-verdict { color: #F0524B; }

.fc-monitor-foot { font-family: var(--font-code); font-size: 11.5px; color: var(--text-quaternary); margin: 0; padding: 12px 18px; border-top: 1px solid var(--border-subtle); }
.fc-monitor-foot span { color: #F0524B; }

/* ── Act 2 — Cross-check ──────────────────────────────────────────────── */
.fc-check { max-width: 1120px; margin-inline: auto; padding: clamp(56px, 9vh, 120px) clamp(20px, 5vw, 72px); }
.fc-check-head { max-width: 640px; }
.fc-check-h2, .fc-kinds-h2, .fc-use-h2 { font-family: var(--font-display); font-weight: 500; font-size: var(--mkt-h2); line-height: 1.0; letter-spacing: -0.026em; color: var(--text-primary); margin: 0; }
.fc-check-h2 em, .fc-kinds-h2 em, .fc-use-h2 em, .fc-end-h2 em { font-style: normal; color: var(--text-primary); }
.fc-check-sub, .fc-kinds-sub, .fc-use-sub { font-family: var(--font-base); font-size: var(--mkt-body); line-height: 1.5; color: var(--text-secondary); margin: 16px 0 0; max-width: 52ch; }
.fc-check-stage { margin-top: clamp(30px, 4vh, 52px); display: grid; grid-template-columns: 1.2fr 0.9fr; gap: clamp(20px, 3vw, 48px); align-items: center; }
.fc-sources { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.fc-source { display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid var(--border-subtle); border-radius: 10px; padding: 15px 18px; transition: background 500ms ease, opacity 500ms ease; opacity: 0.5; }
.fc-check.is-resolved .fc-source { opacity: 1; }
.fc-check.is-resolved .fc-source { opacity: 1; }
.fc-source-k { font-family: var(--font-display); font-size: var(--mkt-body); color: var(--text-primary); }
.fc-source-sig { font-family: var(--font-code); font-size: 12px; color: var(--text-tertiary); }
.fc-verdict-panel { position: relative; border: 1px solid var(--border-subtle); border-radius: 18px; padding: clamp(28px, 3vw, 44px); display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.fc-verdict-ring { width: 14px; height: 14px; border-radius: 50%; background: var(--border); transition: background 600ms ease, box-shadow 600ms ease; }
.fc-check.is-resolved .fc-verdict-ring { background: #F0524B; box-shadow: 0 0 0 6px color-mix(in srgb, #F0524B 14%, transparent); }
.fc-verdict-label { font-family: var(--font-code); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-quaternary); }
.fc-verdict-value { font-family: var(--font-display); font-size: var(--mkt-h3); line-height: 1; color: var(--text-tertiary); transition: color 600ms ease; }
.fc-check.is-resolved .fc-verdict-value { color: #F0524B; }
.fc-verdict-note { font-family: var(--font-code); font-size: 12px; color: var(--text-tertiary); }

/* ── Act 3 — Kinds of risk ────────────────────────────────────────────── */
.fc-kinds { max-width: 1200px; margin-inline: auto; padding: clamp(56px, 9vh, 120px) clamp(20px, 5vw, 72px); }
.fc-kinds-head { max-width: 620px; }
.fc-kind-grid { list-style: none; margin: clamp(30px, 4vh, 52px) 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px, 1.4vw, 18px); }
.fc-kind { border: 1px solid var(--border-subtle); border-radius: 16px; padding: clamp(22px, 2.4vw, 30px); display: flex; flex-direction: column; gap: 8px; transition: border-color 200ms ease, transform 200ms ease; }
.fc-kind:hover { border-color: var(--border); transform: translateY(-2px); }
.fc-kind-t { font-family: var(--font-display); font-size: var(--mkt-lead); color: var(--text-primary); }
.fc-kind-d { font-family: var(--font-base); font-size: 13.5px; line-height: 1.5; color: var(--text-secondary); }

/* ── Act 4 — Coverage band (SOLID purple + bloom) ─────────────────────── */
.fc-cover { position: relative; overflow: hidden; isolation: isolate; padding: clamp(90px, 14vh, 180px) clamp(20px, 5vw, 72px); }
.fc-cover-fill { position: absolute; inset: 0; z-index: -1; background: #7C4FE8; clip-path: inset(0 0 0 100%); transition: clip-path 760ms cubic-bezier(0.22,1,0.36,1); }
.fc-cover.is-in .fc-cover-fill { clip-path: inset(0 0 0 0); }
.fc-cover-inner { position: relative; z-index: 1; max-width: 1200px; margin-inline: auto; }
.fc-cover-h2 { font-family: var(--font-display); font-weight: 500; font-size: var(--mkt-h2); line-height: 1.0; letter-spacing: -0.026em; color: #FFFFFF; margin: 0; }
.fc-cover-list { list-style: none; margin: clamp(30px, 4vh, 52px) 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(20px, 3vw, 40px); }
.fc-cover-k { font-family: var(--font-display); font-size: clamp(17px, 1.7vw, 23px); color: #FFFFFF; }
.fc-cover-v { font-family: var(--font-base); font-size: 14.5px; line-height: 1.5; color: rgba(255,255,255,0.82); max-width: 38ch; }

/* ── Act 5 — Use-cases ────────────────────────────────────────────────── */
.fc-use { max-width: 1200px; margin-inline: auto; padding: clamp(56px, 9vh, 120px) clamp(20px, 5vw, 72px); }
.fc-use-head { max-width: 620px; }
.fc-use-grid { margin-top: clamp(30px, 4vh, 52px); display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.6vw, 22px); }

/* ── Act 6 — Closer ───────────────────────────────────────────────────── */
.fc-end { padding: clamp(96px, 16vh, 200px) clamp(20px, 5vw, 72px); text-align: center; }
.fc-end-frame { max-width: 820px; margin-inline: auto; }
.fc-end-h2 { font-family: var(--font-display); font-weight: 500; font-size: var(--mkt-hero); line-height: 0.98; letter-spacing: -0.03em; color: var(--text-primary); margin: 0; }
.fc-end-cta { margin-top: clamp(28px, 4vh, 44px); justify-content: center; }
.fc-end-x { margin-top: 20px; }

/* ── Responsive ───────────────────────────────────────────────────────── */
@media (max-width: 960px) {
  .fc-hero { grid-template-columns: 1fr; gap: 40px; }
  .fc-check-stage { grid-template-columns: 1fr; }
  .fc-kind-grid { grid-template-columns: 1fr; }
  .fc-cover-list, .fc-use-grid { grid-template-columns: 1fr; }
}
@media (min-width: 1600px) {
  
  .fc-hero, .fc-check, .fc-kinds, .fc-use { max-width: 1640px; }
}
