:root {
  color-scheme: light;
  --paper: #f7f7f2;
  --ink: #1e302d;
  --forest: #192c2a;
  --green: #2b5648;
  --sage: #e7eee5;
  --muted: #5e6a63;
  --line: #dddfd7;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Segoe UI', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
h1, h2, h3, p, figure { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
button, a { touch-action: manipulation; }
a:focus-visible, button:focus-visible { outline: 3px solid #a47c35; outline-offset: 6px; }
img, svg { display: block; max-width: 100%; }
em { color: var(--green); font-weight: 400; }
.shell { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 10; top: 12px; left: 12px; background: white; padding: 12px 20px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-header { min-height: 108px; display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; column-gap: 36px; row-gap: 9px; padding-block: 20px; border-bottom: 1px solid var(--line); }
.site-header > .brand { grid-column: 1; grid-row: 1; justify-self: start; }
.brand-descriptor { grid-column: 1; grid-row: 2; max-width: 460px; font-size: 9px; line-height: 1.6; font-weight: 500; letter-spacing: 1.1px; text-transform: uppercase; color: var(--muted); }
.site-header > .status { grid-column: 3; grid-row: 1 / 3; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 18px; font-weight: 600; line-height: 1.15; letter-spacing: -.5px; }
.brand-mark { width: 46px; height: 46px; color: var(--green); flex: 0 0 auto; }
.brand-sub { display: block; font-size: 10px; font-weight: 500; letter-spacing: 4px; margin-top: 7px; }

.site-header nav { grid-column: 2; grid-row: 1 / 3; display: flex; gap: 34px; margin-right: 28px; font-size: 13px; }
.site-header nav a { padding-block: 14px; }
.site-header nav a:hover, .back-top:hover { text-decoration: underline; text-underline-offset: 5px; }
.status { display: inline-flex; align-items: center; gap: 9px; border: 1px solid #c9d6c9; background: var(--sage); border-radius: 30px; padding: 7px 14px; color: var(--green); font-size: 12px; font-weight: 600; white-space: nowrap; }
.status > span { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.hero { position: relative; isolation: isolate; padding-block: 64px 66px; }
.hero-content { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; min-height: 536px; }
.hero-copy { pointer-events: auto; align-self: start; }
.hero-copy h1 { margin-top: 0; }
.eyebrow { font-size: 10px; line-height: 1.7; font-weight: 600; letter-spacing: 1.8px; text-transform: uppercase; }
h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(52px, 5.05vw, 74px); line-height: 1.075; letter-spacing: -3.3px; margin-block: 25px 26px; }
.hero-description { font-size: 17px; font-weight: 500; margin-bottom: 12px; }
.hero-body { font-size: 15px; line-height: 1.85; color: var(--muted); max-width: 440px; }
.primary-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 14px 20px; background: var(--green); color: white; margin-top: 29px; font-size: 13px; font-weight: 500; border-radius: 3px; transition: background .2s; }
.primary-link:hover { background: #214639; }
.primary-link > span { font-size: 21px; line-height: 1; }
.audience { border-block: 1px solid var(--line); padding-block: 26px; }
.audience > p { text-align: center; margin-bottom: 22px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.audience strong { color: var(--ink); font-weight: 500; }
.audience ul { list-style: none; padding: 0; margin: 0; display: grid; flex: 1; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.audience li { display: flex; align-items: center; justify-content: center; text-align: center; padding-inline: 14px; font: 19px/1.35 var(--serif); }
.audience li + li { border-left: 1px solid var(--line); }
.audience small { display: block; margin-top: 4px; color: var(--muted); font: 10px/1.4 var(--sans); }
.value-section { padding-block: 88px 91px; }
.section-heading { display: grid; grid-template-columns: 1.25fr 1fr; align-items: end; gap: 90px; }
h2 { font: 400 clamp(34px, 3.3vw, 46px)/1.17 var(--serif); letter-spacing: -1.5px; }
.section-heading h2 { margin-top: 18px; }
.section-heading > p, .section-heading > div > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.85; max-width: 360px; }
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 48px; }
.benefits article { border-top: 1px solid #bac9bb; display: flex; flex-direction: column; padding-top: 19px; }
.benefit-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 26px; }
.step { font: 13px var(--serif); color: var(--muted); }
.benefit-top svg { width: 29px; height: 29px; stroke: var(--green); stroke-width: 1.2; fill: none; }
.benefits h3 { font: 24px/1.25 var(--serif); letter-spacing: -.6px; margin-bottom: 14px; }
.benefits p { font-size: 13px; line-height: 1.85; color: var(--muted); margin-bottom: 22px; }
.benefit-foot { margin-top: auto; font-size: 11px; font-weight: 600; color: var(--green); }
.platform-section { background: var(--forest); color: var(--paper); padding-block: 72px 38px; }
.platform-heading { gap: 85px; margin-bottom: 42px; }
.platform-heading .eyebrow { color: #b5c7b3; }
.platform-heading em { color: #c1d3bc; }
.platform-heading > div > p:not(.eyebrow) { color: #c0ccc5; margin-top: 14px; }
.preview-label { border: 1px solid #5c7268; color: #d0ddcd; border-radius: 3px; padding: 5px 9px; font-size: 9px; letter-spacing: 1.2px; }
.product-composition { display: grid; grid-template-columns: minmax(0, 3fr) minmax(230px, 1fr); gap: 40px; align-items: center; }
.dashboard-preview { min-width: 0; background: var(--paper); color: var(--ink); border-radius: 5px; overflow: hidden; box-shadow: 0 20px 50px #061c2350; }
.preview-bar { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 12px 16px; font-size: 9px; border-bottom: 1px solid var(--line); color: #536359; }
.preview-bar > span:first-child { display: flex; align-items: center; gap: 7px; }
.preview-bar i { width: 5px; height: 5px; background: var(--green); border-radius: 50%; }
.preview-image-link { display: block; position: relative; }
.preview-image-link:focus-visible { outline-offset: -4px; }
.preview-image-link img { width: 100%; height: auto; }
.enlarge-hint { position: absolute; right: 16px; bottom: 16px; display: flex; align-items: center; gap: 19px; font-size: 11px; background: white; border: 1px solid #bac9bb; padding: 7px 12px; border-radius: 3px; box-shadow: 0 3px 9px #1e302d14; }
.preview-image-link:hover .enlarge-hint { background: var(--sage); }
.product-notes > .eyebrow { color: #b5c7b3; font-size: 9px; letter-spacing: 1.4px; margin-bottom: 21px; }
.product-notes > div { padding-block: 19px; border-top: 1px solid #455950; }
.product-notes > div > span { font-size: 9px; letter-spacing: 1.3px; color: #b5c7b3; }
.product-notes h3 { font: 23px/1.22 var(--serif); letter-spacing: -.3px; margin-block: 10px; }
.product-notes p:not(.eyebrow) { font-size: 12px; line-height: 1.8; color: #c0ccc5; }
.judgement { text-align: center; padding-block: 88px 79px; }
.judgement h2 { margin-block: 19px 22px; font-size: clamp(40px, 4vw, 55px); }
.judgement > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.9; max-width: 555px; margin: 0 auto 25px; }
.site-footer { border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 25px; padding-block: 30px; }
.footer-brand { font-size: 15px; }
.footer-brand .brand-sub { font-size: 8px; }
.footer-brand img { border-radius: 9px; }
.footer-top > p { color: var(--muted); font-size: 11px; text-align: center; }
.footer-top > .back-top { justify-self: end; }
.back-top { display: flex; align-items: center; gap: 20px; font-size: 11px; padding-block: 13px; }
.footer-bottom { border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 22px; font-size: 10px; color: var(--muted); }
[hidden] { display: none !important; }
dialog { border: 1px solid var(--line); border-radius: 6px; background: var(--paper); color: var(--ink); padding: 0; width: min(1320px, calc(100% - 48px)); max-height: calc(100dvh - 48px); }
dialog::backdrop { background: #102722d9; }
.dialog-header { position: sticky; top: 0; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 24px; background: var(--paper); border-bottom: 1px solid var(--line); }
.dialog-header h2 { font-size: 26px; letter-spacing: -.7px; }
.dialog-header p { font-size: 11px; margin-top: 5px; color: var(--muted); }
.dialog-header button { color: var(--ink); background: var(--sage); border: 1px solid #bac9bb; padding: 9px 14px; font-size: 13px; min-height: 44px; }
.dialog-header button span { margin-left: 16px; }
.dialog-image img { width: 100%; height: auto; }
body.dialog-open { overflow: hidden; }
@media (min-width: 1550px) { .hero-content { gap: 80px; } }
@media (min-width: 761px) and (max-width: 1000px) {
  .audience ul { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 20px; }
  .audience li:nth-child(3n + 1) { border-left: 0; }
}
@media (max-width: 1100px) {
  .shell { width: calc(100% - 64px); }
  .hero-content { gap: 30px; }
  h1 { font-size: 57px; letter-spacing: -2.7px; }
  .hero-content { min-height: 535px; }
  .audience li { font-size: 18px; }
  .section-heading { gap: 50px; }
  .benefits { gap: 27px; }
  .benefits h3 { font-size: 22px; }
  .product-composition { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .product-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 27px; }
  .product-notes > .eyebrow { grid-column: 1 / -1; margin-bottom: -12px; }
}
@media (max-width: 760px) {
  .shell { width: calc(100% - 40px); }
  .site-header { min-height: 88px; grid-template-columns: minmax(0, 1fr) auto; column-gap: 12px; row-gap: 10px; padding-block: 17px 0; }
  .brand-descriptor { grid-column: 1 / -1; grid-row: 2; max-width: none; font-size: 8px; letter-spacing: 1px; }
  .brand { font-size: 16px; gap: 8px; }
  .brand-mark { width: 37px; height: 37px; }
  .brand-sub { font-size: 8px; margin-top: 5px; }
  .site-header .status { grid-column: 2; grid-row: 1; justify-self: end; font-size: 10px; padding: 6px 10px; }
  .site-header nav { grid-column: 1 / -1; grid-row: 3; width: 100%; margin: 0; gap: 27px; font-size: 12px; }
  .site-header nav a { padding-block: 9px 13px; }
  .hero { padding-block: 39px 0; }
  .hero-content { display: block; min-height: 0; }
  .eyebrow { font-size: 9px; letter-spacing: 1.3px; }
  h1 { font-size: clamp(43px, 8.7vw, 65px); line-height: 1.09; letter-spacing: -2.2px; margin-block: 20px 23px; }
  .hero-description { font-size: 15px; }
  .hero-body { font-size: 14px; max-width: 520px; }
  .primary-link { margin-top: 24px; }
  .audience { padding-block: 22px; }
  .audience > p { margin-bottom: 19px; }
  .audience ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 0; }
  .audience li { font-size: 18px; padding-inline: 12px; }
  .audience li:nth-child(odd) { border-left: 0; }
  .value-section { padding-block: 49px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  h2 { font-size: 35px; letter-spacing: -1.2px; }
  .section-heading h2 { margin-top: 14px; }
  .section-heading > p, .section-heading > div > p:not(.eyebrow) { max-width: 520px; font-size: 13px; }
  .benefits { grid-template-columns: 1fr; gap: 26px; margin-top: 29px; }
  .benefit-top { margin-bottom: 15px; }
  .benefits h3 { font-size: 25px; margin-bottom: 10px; }
  .benefits p { margin-bottom: 13px; max-width: 510px; }
  .platform-section { padding-block: 45px 28px; }
  .platform-heading { margin-bottom: 27px; }
  .preview-bar { padding-inline: 11px; font-size: 8px; }
  .product-notes { grid-template-columns: 1fr; gap: 0; }
  .product-notes > .eyebrow { margin-bottom: 18px; }
  .product-notes > div { padding-block: 19px; }
  .product-notes h3 { font-size: 25px; }
  .product-notes p:not(.eyebrow) { font-size: 13px; max-width: 500px; }
  .judgement { padding-block: 52px 47px; }
  .judgement h2 { font-size: 39px; }
  .judgement > p:not(.eyebrow) { font-size: 13px; }
  .footer-top { grid-template-columns: minmax(0, 1fr) auto; gap: 20px; padding-block: 25px 18px; }
  .footer-top > p { grid-column: 1 / -1; grid-row: 2; width: 100%; }
  .back-top { margin-left: auto; }
  .footer-bottom { flex-wrap: wrap; padding-block: 17px; gap: 5px; }
  dialog { width: calc(100% - 24px); max-height: calc(100dvh - 24px); }
  .dialog-header { padding: 15px; gap: 12px; }
  .dialog-header h2 { font-size: 21px; }
  .dialog-header p { font-size: 10px; }
  .dialog-header button { padding: 8px 10px; }
  .dialog-header button span { margin-left: 5px; }
}
@media (max-width: 360px) {
  .brand { font-size: 14px; }
  .brand-mark { width: 32px; height: 32px; }
  .hero .eyebrow { max-width: 260px; }
  h1 { font-size: 40px; }
  .primary-link { font-size: 12px; padding-inline: 15px; gap: 22px; }
  .preview-bar > span:last-child { max-width: 100px; text-align: right; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media (forced-colors: active) {
  .status, .primary-link, .preview-label, .enlarge-hint { border: 1px solid ButtonText; }
}

/* FinCrime Filter: a sequence of narrowing layers, with a stationary wordmark. */
.brand { font-size: 23px; letter-spacing: -.8px; }
.brand-filter { font-weight: 400; }
.filter-visual { min-width: 0; align-self: stretch; background: var(--forest); color: var(--paper); border-radius: 4px; overflow: hidden; display: flex; flex-direction: column; }
.filter-heading { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 29px 29px 10px; color: #c0cfba; }
.filter-heading .eyebrow { font-size: 9px; letter-spacing: 1.3px; }
.filter-edition { font-size: 9px; letter-spacing: 1px; white-space: nowrap; }
.filter-art { width: 100%; height: auto; margin-block: auto; }
.filter-stages { display: grid; grid-template-columns: .9fr 1.1fr 1fr; gap: 10px; padding: 0 24px 24px; color: #c0cfba; font-size: 9px; line-height: 1.6; text-align: center; }
.filter-visual figcaption { border-top: 1px solid #4c6256; margin: 0 29px; padding-block: 24px 28px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.filter-visual figcaption > span { font: 28px/1.22 var(--serif); letter-spacing: -.6px; }
.filter-visual figcaption em { color: #c0cfba; }
.filter-visual figcaption p { font-size: 10px; line-height: 1.8; color: #c0cfba; }
/* Quiet, staggered highlights keep the wordmark and status text still. */
.motion-ready .brand-line { animation: brand-highlight 5.4s ease-in-out infinite; }
.motion-ready .brand-line:nth-child(2) { animation-delay: .45s; }
.motion-ready .brand-line:nth-child(3) { animation-delay: .9s; }
@keyframes brand-highlight { 0%, 32%, 100% { opacity: .68; } 16% { opacity: 1; } }
.motion-ready .status > span { animation: status-breathe 3.6s ease-in-out infinite; }
@keyframes status-breathe { 0%, 100% { box-shadow: 0 0 0 0 #2b564800; } 50% { box-shadow: 0 0 0 5px #2b56481c; } }
/* One shared cycle: sources arrive, layers respond, useful briefs emerge. */
.data-trail { opacity: 0; stroke-dasharray: 9 101; stroke-dashoffset: 10; }
.motion-ready .flow-in .data-trail { animation: data-arrive 8s linear infinite; }
.motion-ready .flow-in .data-trail:nth-child(even) { animation-delay: .25s; }
.motion-ready .flow-out .data-trail { animation: data-leave 8s linear infinite; }
.motion-ready .flow-out .data-trail:nth-child(2) { animation-delay: .2s; }
.motion-ready .flow-out .data-trail:nth-child(3) { animation-delay: .4s; }
@keyframes data-arrive { 0% { opacity: 0; stroke-dashoffset: 10; } 4% { opacity: .9; } 30% { opacity: .9; stroke-dashoffset: -100; } 34%, 100% { opacity: 0; stroke-dashoffset: -100; } }
@keyframes data-leave { 0%, 49% { opacity: 0; stroke-dashoffset: 10; } 53% { opacity: 1; } 77% { opacity: 1; stroke-dashoffset: -100; } 81%, 100% { opacity: 0; stroke-dashoffset: -100; } }
.motion-ready .filter-layer { animation: filter-process 8s ease-in-out infinite; }
.motion-ready .filter-layer:nth-of-type(2) { animation-delay: .4s; }
.motion-ready .filter-layer:nth-of-type(3) { animation-delay: .8s; }
@keyframes filter-process { 0%, 29%, 50%, 100% { stroke-width: 1; } 39% { stroke: #f3f7eb; stroke-width: 2.5; } }
.motion-ready .intelligence-card { animation: brief-arrive 8s ease-in-out infinite; }
.motion-ready .intelligence-card:nth-child(2) { animation-delay: .2s; }
.motion-ready .intelligence-card:nth-child(3) { animation-delay: .4s; }
@keyframes brief-arrive {
  0%, 74%, 94%, 100% { fill: #e7eee5; stroke: #b8cbb3; stroke-width: 1; filter: drop-shadow(0 0 0 #e7eee500); }
  82% { fill: #ffffff; stroke: #fffef1; stroke-width: 2; filter: drop-shadow(0 0 5px #e7eee570); }
}
@media (max-width: 1100px) { .filter-heading { padding-inline: 20px; } .filter-edition { display: none; } .filter-visual figcaption { margin-inline: 20px; flex-wrap: wrap; gap: 14px; } .filter-visual figcaption > span { font-size: 26px; } }
@media (max-width: 760px) { .brand { font-size: 21px; } .hero { padding-bottom: 32px; } .filter-visual { margin-top: 32px; } .filter-heading { padding-top: 23px; } .filter-art { max-height: 370px; } .filter-stages { padding-inline: 13px; font-size: 9px; } .filter-visual figcaption { flex-wrap: nowrap; padding-block: 20px; } .filter-visual figcaption > span { font-size: 25px; } .filter-visual figcaption p { max-width: 105px; font-size: 9px; } }
@media (max-width: 360px) { .brand { font-size: 18px; } .filter-visual figcaption { flex-wrap: wrap; } .filter-visual figcaption p { max-width: none; } }
@media (prefers-reduced-motion: reduce), (forced-colors: active) { .motion-ready .brand-line, .motion-ready .status > span, .motion-ready .data-trail, .motion-ready .filter-layer, .motion-ready .intelligence-card { animation: none; } }
