/* WebCrew marketing site — v13 stylesheet (MASTERPROMPT-webcrew-v13 §4).
   One file, written from a type scale and a spacing scale. Palette tokens are
   Rik's v8 brand and are the only place a colour value may appear. */

:root {
  color-scheme: light;
  /* palette (unchanged, v8 brand) */
  --ink: #112042;
  --ink-2: #475569;
  --ink-3: #94a3b8;
  --paper: #ffffff;
  --sail: #f6f8fc;
  --sail-2: #e2e8f0;
  --hair: #e2e8f0;
  --hair-2: #eef2f7;
  --accent: #1c5dc6;
  --accent-text: #17499c;
  --accent-bright: #7ea7f2;
  --accent-wash: #e9f0fc;
  --navy: #0b1630;
  --navy-2: #162554;
  --navy-hair: #263566;
  --on-dark: #f2f5fb;
  --on-dark-2: #9faec9;
  --wp-bar: #1d2327;
  --wp-bg: #f0f0f1;
  --wp-blue: #2271b1;
  --ok: #166534;
  --ok-dot: #22c55e;
  --ok-text: #15803d;
  --ok-wash: #e7f6ec;
  --warn: #b45309;
  --warn-wash: #fdf3e3;
  --crit: #b91c1c;
  --crit-dot: #ef4444;
  --crit-wash: #fdecec;
  --ai: #7c3aed;
  --ai-text: #5b21b6;
  --ai-wash: #f1e9fe;
  --brass: #f59e0b;
  --grad-brand: linear-gradient(135deg, #1c5dc6, #2368f2);
  --grad-intel: linear-gradient(135deg, #1c5dc6, #7c3aed);
  --grad-perf: linear-gradient(135deg, #7c3aed, #f59e0b);
  --expr: "Quicksand", "Noto Sans", ui-sans-serif, system-ui, sans-serif;
  --warn-deep: #92400e;

  /* type */
  --sans: "Noto Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono: ui-monospace, "SF Mono", Menlo, monospace;
  --fs-caption: 0.75rem;
  --fs-small: 0.875rem;
  --fs-body: 1rem;
  --fs-lede: 1.125rem;
  --fs-h3: 1.5rem;
  --fs-h2-s: 1.5rem;
  --fs-h2: clamp(1.75rem, 1.4rem + 1vw, 2rem);
  --fs-h1: clamp(2.125rem, 1.6rem + 1.4vw, 2.5rem);
  --fs-display: clamp(2.5rem, 1.8rem + 2.4vw, 3.5rem);

  /* spacing */
  --s-1: 0.25rem; --s-2: 0.5rem; --s-3: 0.75rem; --s-4: 1rem; --s-6: 1.5rem;
  --s-8: 2rem; --s-12: 3rem; --s-16: 4rem; --s-24: 6rem; --s-32: 8rem;
  --section: clamp(4rem, 8vw, 7.5rem);
  --container: 1200px;
  --container-wide: 1320px;
  --container-text: 760px;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);

  --r-sm: 6px; --r-md: 10px; --r-lg: 16px; --r-xl: 22px;
  --shadow-1: 0 1px 2px rgba(17, 32, 66, 0.06), 0 8px 24px -12px rgba(17, 32, 66, 0.18);
  --shadow-2: 0 2px 6px rgba(17, 32, 66, 0.08), 0 24px 48px -20px rgba(17, 32, 66, 0.28);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ------------------------------------------------------------------ reset */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 var(--fs-body)/1.6 var(--sans); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd { margin: 0; }
ul[class], ol[class] { list-style: none; padding: 0; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.15em; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 3px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: var(--s-4); top: -4rem; z-index: 200; background: var(--ink); color: #fff; padding: 0.6rem 1rem; border-radius: var(--r-sm); font-size: var(--fs-small); }
.skip:focus { top: var(--s-4); }
[hidden] { display: none !important; }

/* ------------------------------------------------------------------- type */
h1, h2, h3, h4 { font-weight: 700; letter-spacing: -0.02em; text-wrap: balance; color: var(--ink); }
h1 { font-size: var(--fs-h1); line-height: 1.2; letter-spacing: -0.025em; }
.hero[data-hero] h1 { font-size: var(--fs-display); line-height: 1.15; letter-spacing: -0.03em; }
h2 { font-size: var(--fs-h2); line-height: 1.25; }
h3 { font-size: var(--fs-h3); line-height: 1.33; letter-spacing: -0.015em; font-weight: 600; }
h4 { font-size: var(--fs-body); line-height: 1.4; letter-spacing: 0; }
p { text-wrap: pretty; }
.lede { font-size: var(--fs-lede); line-height: 1.55; color: var(--ink-2); max-width: 44ch; }
.measure { max-width: 64ch; }
.small { font-size: var(--fs-small); line-height: 1.55; }
.caption { font-size: var(--fs-caption); line-height: 1.5; color: var(--ink-2); }
.label { display: inline-block; font-size: 0.75rem; line-height: 1.33; font-weight: 500; color: var(--accent-text); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: var(--s-3); }
.muted { color: var(--ink-2); }
.num { font-variant-numeric: tabular-nums; }
.section-navy h1, .section-navy h2, .section-navy h3, .section-navy h4 { color: #fff; }
.section-navy .lede, .section-navy .muted, .section-navy p { color: var(--on-dark-2); }
.section-navy .label { color: var(--accent-bright); }
.section-navy .caption { color: var(--on-dark-2); }
.section-navy { color: var(--on-dark); }

/* ----------------------------------------------------------------- layout */
.container { width: min(var(--container), 100% - 2 * var(--gutter)); margin-inline: auto; }
.container-wide { width: min(var(--container-wide), 100% - 2 * var(--gutter)); margin-inline: auto; }
.container-text { width: min(var(--container-text), 100% - 2 * var(--gutter)); margin-inline: auto; }
.section { padding-block: var(--section); }
.section-tight { padding-block: calc(var(--section) * 0.6); }
.section-tint { background: var(--sail); }
.section-navy { background: var(--navy); }
.section-navy + .section-navy { padding-top: 0; }
.section-head { max-width: 46rem; margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.section-head .lede { margin-top: var(--s-4); max-width: 44ch; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .lede { margin-inline: auto; }
.split { display: grid; grid-template-columns: 1fr; gap: var(--s-8) var(--s-16); align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 5fr 7fr; } .split > .split-copy { max-width: 32rem; } .split-rev > .split-copy { order: 2; } }
.split-copy h2 { margin-bottom: var(--s-4); }
.split-copy .lede { margin-bottom: var(--s-6); }
.cols { display: grid; gap: var(--s-6); grid-template-columns: 1fr; }
@media (min-width: 700px) { .cols-2 { grid-template-columns: repeat(2, 1fr); } .cols-3 { grid-template-columns: repeat(3, 1fr); } .cols-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .cols-4 { grid-template-columns: repeat(4, 1fr); } }
.stack > * + * { margin-top: var(--s-4); }
.stack-lg > * + * { margin-top: var(--s-6); }

/* ---------------------------------------------------------------- buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem; min-height: 2.75rem; padding: 0.7rem 1.25rem; border-radius: var(--r-md); font-weight: 600; font-size: var(--fs-small); line-height: 1.2; text-decoration: none; border: 1px solid transparent; transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s var(--ease); white-space: nowrap; }
.btn svg { width: 1em; height: 1em; flex: none; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-text); }
.btn-secondary { background: var(--paper); color: var(--ink); border-color: var(--hair); }
.btn-secondary:hover { border-color: var(--ink-2); }
.btn-quiet { color: var(--accent-text); padding-inline: 0.5rem; }
.btn-quiet:hover { text-decoration: underline; }
.btn-lg { min-height: 3.25rem; padding: 0.85rem 1.5rem; font-size: var(--fs-body); }
.section-navy .btn-secondary { background: transparent; color: #fff; border-color: var(--navy-hair); }
.section-navy .btn-secondary:hover { border-color: var(--on-dark-2); }
.section-navy .btn-quiet { color: var(--accent-bright); }
.link { display: inline-flex; align-items: center; gap: 0.35rem; color: var(--accent-text); font-weight: 600; text-decoration: none; min-height: 1.75rem; }
.link:hover { text-decoration: underline; }
.link svg { width: 0.9em; height: 0.9em; transition: transform 0.15s var(--ease); }
.link:hover svg { transform: translateX(2px); }
.section-navy .link { color: var(--accent-bright); }
.ctas { display: flex; flex-wrap: wrap; gap: var(--s-3); align-items: center; }
.risk { margin-top: var(--s-3); font-size: var(--fs-caption); color: var(--ink-2); }
.section-navy .risk { color: var(--on-dark-2); }

/* ------------------------------------------------------------------- chips */
.st { display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.75rem; font-weight: 600; line-height: 1; padding: 0.35rem 0.55rem; border-radius: 999px; white-space: nowrap; vertical-align: middle; }
.st.live { color: var(--ok); background: var(--ok-wash); }
.st.road { color: var(--warn); background: var(--warn-wash); }
.st.info { color: var(--accent-text); background: var(--accent-wash); }
.st.ai { color: var(--ai); background: var(--ai-wash); }
.section-navy .st.live { background: rgba(21, 128, 61, 0.25); color: #b7ecc6; }
.section-navy .st.road { background: rgba(180, 83, 9, 0.25); color: #f6c67a; }

/* ------------------------------------------------------------- announcement */
.annc { background: var(--accent); color: #fff; font-size: var(--fs-small); }
.annc-in { width: min(var(--container-wide), 100% - 2 * var(--gutter)); margin-inline: auto; display: flex; align-items: center; gap: var(--s-4); min-height: 2.75rem; padding-block: 0.4rem; }
.annc p { flex: 1; text-align: center; }
.annc a { color: #fff; font-weight: 600; }
.annc-close { width: 2rem; height: 2rem; border-radius: 50%; display: grid; place-items: center; color: #fff; }
.annc-close:hover { background: rgba(255, 255, 255, 0.15); }
.annc-close svg { width: 0.9rem; height: 0.9rem; }

/* ----------------------------------------------------------------- header */
.header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, 0.92); backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid var(--hair-2); }
.header-in { width: min(var(--container-wide), 100% - 2 * var(--gutter)); margin-inline: auto; display: flex; align-items: center; gap: var(--s-6); min-height: 4.25rem; }
.brand { display: inline-flex; align-items: center; gap: 0.55rem; text-decoration: none; font-weight: 700; font-size: 1.125rem; letter-spacing: -0.02em; color: var(--ink); }
.brand svg { width: 1.9rem; height: 1.35rem; fill: var(--accent); }
.nav { display: none; align-items: center; gap: var(--s-1); margin-left: var(--s-2); }
@media (min-width: 1000px) { .nav { display: flex; } }
.nav-item { position: relative; }
.nav-item > a, .nav-item > button { display: inline-flex; align-items: center; gap: 0.3rem; min-height: 2.5rem; padding: 0.5rem 0.8rem; border-radius: var(--r-sm); font-size: var(--fs-small); font-weight: 500; color: var(--ink); text-decoration: none; }
.nav-item > a:hover, .nav-item > button:hover, .nav-item > button[aria-expanded="true"] { background: var(--sail); }
.nav-item > button svg { width: 0.7rem; height: 0.7rem; transition: transform 0.15s; }
.nav-item > button[aria-expanded="true"] svg { transform: rotate(180deg); }
.menu { position: absolute; top: calc(100% + 0.5rem); left: 0; min-width: 20rem; background: var(--paper); border: 1px solid var(--hair); border-radius: var(--r-lg); box-shadow: var(--shadow-2); padding: var(--s-2); display: grid; gap: 0.15rem; }
.menu.menu-2 { min-width: 38rem; grid-template-columns: 1fr 1fr; }
.menu-link { display: grid; grid-template-columns: 2.1rem 1fr; gap: 0.7rem; align-items: start; padding: 0.65rem 0.75rem; border-radius: var(--r-md); text-decoration: none; }
.menu-link:hover { background: var(--sail); }
.menu-link .ic { width: 2.1rem; height: 2.1rem; border-radius: var(--r-sm); background: var(--accent-wash); color: var(--accent-text); display: grid; place-items: center; }
.menu-link .ic svg { width: 1.1rem; height: 1.1rem; }
.menu-link b { display: block; font-size: var(--fs-small); font-weight: 600; }
.menu-link small { display: block; font-size: var(--fs-caption); color: var(--ink-2); line-height: 1.4; margin-top: 0.1rem; }
.header-cta { margin-left: auto; display: flex; align-items: center; gap: var(--s-2); }
.header-cta .login, .header-cta .region { display: none; }
@media (min-width: 1000px) { .header-cta .login { display: inline-flex; } .header-cta .region { display: block; } .header-cta .btn-secondary { display: inline-flex; } }
.header-cta .btn-secondary { display: none; }
.burger { display: inline-grid; place-items: center; width: 2.75rem; height: 2.75rem; border-radius: var(--r-sm); }
.burger svg { width: 1.4rem; height: 1.4rem; }
@media (min-width: 1000px) { .burger { display: none; } }
.region { position: relative; }
.region-btn { display: inline-flex; align-items: center; gap: 0.4rem; min-height: 2.5rem; padding: 0.4rem 0.7rem; border-radius: var(--r-sm); font-size: var(--fs-caption); font-weight: 500; color: var(--ink-2); border: 1px solid transparent; white-space: nowrap; }
.region-btn:hover, .region-btn[aria-expanded="true"] { background: var(--sail); }
.region-btn svg { width: 0.95rem; height: 0.95rem; }
.region-menu { position: absolute; right: 0; top: calc(100% + 0.5rem); width: 17rem; max-height: 60vh; overflow: auto; background: var(--paper); border: 1px solid var(--hair); border-radius: var(--r-lg); box-shadow: var(--shadow-2); padding: var(--s-2); z-index: 120; }
.region-menu .rg-group { font-size: var(--fs-caption); color: var(--ink-2); font-weight: 600; padding: 0.5rem 0.75rem 0.25rem; }
.region-menu .rg { display: flex; justify-content: space-between; align-items: center; width: 100%; text-align: left; padding: 0.5rem 0.75rem; border-radius: var(--r-sm); font-size: var(--fs-small); min-height: 2.25rem; }
.region-menu .rg:hover { background: var(--sail); }
.region-menu .rg[aria-checked="true"] { color: var(--accent-text); font-weight: 600; }
.region-menu .rg small { color: var(--ink-2); font-size: var(--fs-caption); }

/* drawer (mobile) */
.drawer { position: fixed; inset: 0; z-index: 150; display: none; }
.drawer.open { display: block; }
.drawer-bg { position: absolute; inset: 0; background: rgba(11, 22, 48, 0.5); }
.drawer-panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(24rem, 92vw); background: var(--paper); box-shadow: var(--shadow-2); overflow: auto; padding: var(--s-4) var(--s-6) var(--s-8); transform: translateX(8px); transition: transform 0.25s var(--ease); }
.drawer.open .drawer-panel { transform: none; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; min-height: 3.5rem; }
.drawer-close { width: 2.75rem; height: 2.75rem; display: grid; place-items: center; border-radius: var(--r-sm); }
.drawer-close svg { width: 1.2rem; height: 1.2rem; }
.drawer-group { margin-top: var(--s-6); font-size: var(--fs-caption); font-weight: 600; color: var(--ink-2); text-transform: uppercase; letter-spacing: 0.06em; }
.drawer-link { display: block; padding: 0.7rem 0; font-size: var(--fs-body); font-weight: 500; text-decoration: none; border-bottom: 1px solid var(--hair-2); }
.drawer-cta { display: grid; gap: var(--s-3); margin-top: var(--s-8); }
.drawer .region { margin-top: var(--s-6); }
.drawer .region-menu { position: static; width: 100%; box-shadow: none; max-height: none; margin-top: var(--s-2); }

/* ------------------------------------------------------------------- hero */
.hero { padding-block: clamp(3rem, 7vw, 6rem) clamp(3rem, 6vw, 5rem); background: linear-gradient(180deg, var(--sail) 0%, var(--paper) 100%); border-bottom: 1px solid var(--hair-2); }
.hero-grid { display: grid; gap: var(--s-12); align-items: center; }
.hero-grid > * { min-width: 0; }
.win, .row .site { min-width: 0; }
.row .site, .row .state { overflow-wrap: anywhere; }
@media (min-width: 1000px) { .hero-grid { grid-template-columns: 1fr 1fr; gap: var(--s-16); } }
.hero h1 { margin-top: var(--s-3); }
.hero .lede { margin-top: var(--s-6); max-width: 34rem; }
.hero .ctas { margin-top: var(--s-8); }
.hero .trust { margin-top: var(--s-6); font-size: var(--fs-caption); color: var(--ink-2); }
.price-line { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.35rem 0.6rem; margin-top: var(--s-6); }
.price-line .day { font-size: 2.5rem; font-weight: 700; letter-spacing: -0.03em; line-height: 1; font-variant-numeric: tabular-nums; }
.price-line .per { font-size: var(--fs-body); color: var(--ink-2); }
.price-line .month { flex-basis: 100%; font-size: var(--fs-small); color: var(--ink-2); }
.price-line s { color: var(--ink-2); text-decoration-thickness: 1.5px; }
.hero-visual { position: relative; }
.page-hero { padding-block: clamp(3rem, 6vw, 5rem) clamp(2rem, 4vw, 3rem); }
.page-hero .lede { margin-top: var(--s-4); }
.page-hero .ctas { margin-top: var(--s-6); }
.page-hero.narrow { max-width: 46rem; }

/* ---------------------------------------------------------- product window */
.win { background: var(--paper); border: 1px solid var(--hair); border-radius: var(--r-lg); box-shadow: var(--shadow-2); overflow: hidden; font-size: var(--fs-small); }
.win-bar { display: flex; align-items: center; gap: 0.5rem; min-height: 2.5rem; padding: 0 0.9rem; background: var(--sail); border-bottom: 1px solid var(--hair); color: var(--ink-2); font-size: var(--fs-caption); }
.win-bar .dots { display: flex; gap: 0.35rem; }
.win-bar .dots i { width: 0.6rem; height: 0.6rem; border-radius: 50%; background: var(--sail-2); }
.win-bar .url { margin-inline: auto; font-family: var(--mono); font-size: 0.75rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.win-body { padding: var(--s-4); }
.win-head { display: flex; align-items: center; justify-content: space-between; gap: var(--s-4); padding: 0 0.25rem var(--s-3); }
.win-head b { font-size: var(--fs-small); }
.win-head .caption { font-size: 0.75rem; }
.rows { display: grid; }
.row { display: grid; grid-template-columns: 0.9rem 1fr auto; gap: 0.75rem; align-items: center; padding: 0.75rem 0.5rem; border-top: 1px solid var(--hair-2); }
.row:first-child { border-top: 0; }
.row .site { font-weight: 600; color: var(--ink); }
.row .site small { display: block; font-weight: 400; color: var(--ink-2); font-size: 0.75rem; margin-top: 0.1rem; }
.row .state { font-size: var(--fs-caption); color: var(--ink-2); text-align: right; font-variant-numeric: tabular-nums; }
.row .state b { display: block; color: var(--ink); font-weight: 600; }
.row.is-new { animation: rowin 0.5s var(--ease) both; }
.dot { width: 0.6rem; height: 0.6rem; border-radius: 50%; background: var(--ok-dot); }
.dot.warn { background: var(--brass); }
.dot.crit { background: var(--crit); }
.dot.info { background: var(--accent); }
.win-foot { display: flex; justify-content: space-between; gap: var(--s-4); padding: var(--s-3) var(--s-4); border-top: 1px solid var(--hair-2); background: var(--sail); font-size: 0.75rem; color: var(--ink-2); }
.win-tabs { display: flex; gap: 0.25rem; padding: 0 var(--s-3); border-bottom: 1px solid var(--hair); background: var(--paper); }
.win-tabs span { padding: 0.65rem 0.6rem; font-size: var(--fs-caption); color: var(--ink-2); border-bottom: 2px solid transparent; }
.win-tabs span.on { color: var(--accent-text); border-color: var(--accent); font-weight: 600; }
@keyframes rowin { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* wp-admin flavoured window */
.win.wp .win-bar { background: var(--wp-bar); color: #cfd3d8; border-color: var(--wp-bar); }
.win.wp .win-body { background: var(--wp-bg); }
.chat { display: grid; gap: 0.75rem; }
.msg { max-width: 34rem; padding: 0.75rem 1rem; border-radius: var(--r-md); background: var(--paper); border: 1px solid var(--hair); font-size: var(--fs-small); line-height: 1.5; }
.msg.you { margin-left: auto; background: var(--accent-wash); border-color: transparent; color: var(--ink); }
.msg .who { display: block; font-size: 0.7rem; font-weight: 600; color: var(--ink-2); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.25rem; }
.msg.you .who { color: var(--accent-text); }
.diff { display: grid; gap: 0.25rem; margin-top: 0.6rem; font-family: var(--mono); font-size: 0.78rem; }
.diff span { padding: 0.3rem 0.5rem; border-radius: var(--r-sm); }
.diff .del { background: var(--crit-wash); color: var(--crit); text-decoration: line-through; }
.diff .add { background: var(--ok-wash); color: var(--ok); }
.msg-actions { display: flex; gap: 0.5rem; margin-top: 0.75rem; }
.msg-actions .btn { min-height: 2.25rem; padding: 0.4rem 0.9rem; font-size: var(--fs-caption); }
.restore { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.75rem; color: var(--ok); font-weight: 600; }
.restore svg { width: 0.85rem; height: 0.85rem; }

/* --------------------------------------------------------------- features */
.features { display: grid; gap: var(--s-6) var(--s-8); }
@media (min-width: 700px) { .features.cols-3 { grid-template-columns: repeat(3, 1fr); } .features.cols-2 { grid-template-columns: repeat(2, 1fr); } }
.feature { display: grid; grid-template-columns: 2.5rem 1fr; gap: var(--s-4); align-items: start; }
.feature .ic { width: 2.5rem; height: 2.5rem; border-radius: var(--r-md); background: var(--accent-wash); color: var(--accent-text); display: grid; place-items: center; }
.feature .ic svg { width: 1.25rem; height: 1.25rem; }
.feature h3, .feature h4 { font-size: var(--fs-body); font-weight: 600; letter-spacing: 0; }
.feature p { margin-top: 0.3rem; font-size: var(--fs-small); color: var(--ink-2); }
.section-navy .feature .ic { background: var(--navy-2); color: var(--accent-bright); }
.section-navy .feature p { color: var(--on-dark-2); }
.feature-list { display: grid; gap: var(--s-4); }
.feature-list li { display: grid; grid-template-columns: 1.4rem 1fr; gap: 0.75rem; align-items: start; font-size: var(--fs-body); color: var(--ink-2); }
.feature-list li b { color: var(--ink); font-weight: 600; }
.feature-list li svg { width: 1.4rem; height: 1.4rem; color: var(--ok); margin-top: 0.1rem; }
.section-navy .feature-list li { color: var(--on-dark-2); }
.section-navy .feature-list li b { color: #fff; }

/* ------------------------------------------------------------------ cards */
.card { background: var(--paper); border: 1px solid var(--hair); border-radius: var(--r-lg); padding: var(--s-6); }
.card h3 { font-size: var(--fs-h3); }
.card p { margin-top: var(--s-3); color: var(--ink-2); font-size: var(--fs-body); }
.card .link { margin-top: var(--s-4); }
.card-tint { background: var(--sail); border-color: transparent; }
.section-navy .card { background: var(--navy-2); border-color: var(--navy-hair); }
.section-navy .card p { color: var(--on-dark-2); }
.paths { display: grid; gap: var(--s-6); }
@media (min-width: 800px) { .paths { grid-template-columns: 1fr 1fr; } }
.path { display: grid; grid-template-rows: auto 1fr auto; padding: var(--s-8); border-radius: var(--r-xl); background: var(--sail); }
.path .label { margin-bottom: var(--s-2); }
.path h3 { font-size: var(--fs-h2-s); }
.path p { margin-top: var(--s-3); color: var(--ink-2); }
.path ul { margin-top: var(--s-4); display: grid; gap: 0.5rem; color: var(--ink-2); font-size: var(--fs-small); }
.path ul li { display: grid; grid-template-columns: 1.1rem 1fr; gap: 0.5rem; align-items: start; }
.path ul svg { width: 1.1rem; height: 1.1rem; color: var(--ok); margin-top: 0.2rem; }
.path .link { margin-top: var(--s-6); }
.path.alt { background: var(--navy); color: var(--on-dark); }
.path.alt h3 { color: #fff; }
.path.alt p, .path.alt ul { color: var(--on-dark-2); }
.path.alt .label { color: var(--accent-bright); }
.path.alt .link { color: var(--accent-bright); }

/* -------------------------------------------------------------- timeline */
.timeline { display: grid; gap: var(--s-6); position: relative; }
@media (min-width: 900px) { .timeline { grid-template-columns: repeat(5, 1fr); gap: var(--s-4); } .timeline::before { content: ""; position: absolute; left: 0; right: 0; top: 1.1rem; height: 2px; background: var(--navy-hair); } }
.tl-step { position: relative; display: grid; grid-template-columns: 2.25rem 1fr; gap: 0.75rem; align-items: start; }
@media (min-width: 900px) { .tl-step { grid-template-columns: 1fr; padding-right: var(--s-4); } }
.tl-step .t { width: 2.25rem; height: 2.25rem; border-radius: 50%; background: var(--navy-2); border: 2px solid var(--navy-hair); color: var(--accent-bright); display: grid; place-items: center; font-size: 0.75rem; font-weight: 700; font-variant-numeric: tabular-nums; position: relative; z-index: 1; }
.tl-step .t.ok { border-color: var(--ok); color: #9be3b4; }
.tl-step .t.you { background: var(--accent); border-color: var(--accent); color: #fff; }
.tl-step h3 { font-size: var(--fs-body); font-weight: 600; letter-spacing: 0; margin-top: 0.15rem; }
@media (min-width: 900px) { .tl-step h3 { margin-top: var(--s-4); } }
.tl-step p { font-size: var(--fs-small); margin-top: 0.3rem; }
.tl-step .time { font-family: var(--mono); font-size: 0.75rem; color: var(--on-dark-2); }

/* ---------------------------------------------------------------- flow */
.flow { display: grid; gap: var(--s-4); }
@media (min-width: 800px) { .flow { grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; } }
.flow .arrow { display: none; align-self: center; color: var(--ink-2); }
@media (min-width: 800px) { .flow .arrow { display: block; } .flow .arrow svg { width: 1.5rem; height: 1.5rem; } }
.flow .card .who { font-size: var(--fs-caption); font-weight: 600; color: var(--accent-text); text-transform: uppercase; letter-spacing: 0.06em; }
.flow .card h3 { font-size: var(--fs-body); margin-top: var(--s-2); }
.flow .card p { font-size: var(--fs-small); }

/* --------------------------------------------------------------- logos */
.logos { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-3); }
@media (min-width: 600px) { .logos { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 900px) { .logos { grid-template-columns: repeat(6, 1fr); } }
.logo { display: grid; place-items: center; aspect-ratio: 5 / 3; border-radius: var(--r-md); color: var(--ink); }
.logo svg { width: 2.25rem; height: 2.25rem; fill: currentColor; }
.logo span { font-size: 0.75rem; color: var(--ink-2); margin-top: 0.4rem; }
.section-navy .logo { color: var(--on-dark); }
.trademark { margin-top: var(--s-4); font-size: var(--fs-caption); color: var(--ink-2); }

/* --------------------------------------------------------------- stats */
.stats { display: grid; gap: var(--s-6); grid-template-columns: repeat(2, 1fr); }
@media (min-width: 800px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat .v { font-size: 2.25rem; font-weight: 700; letter-spacing: -0.03em; line-height: 1; font-variant-numeric: tabular-nums; }
.stat .l { margin-top: 0.5rem; font-size: var(--fs-small); color: var(--ink-2); }
.section-navy .stat .v { color: #fff; }

/* -------------------------------------------------------------- pricing */
.price-block { display: grid; gap: var(--s-2); }
.price-block .day { font-size: var(--fs-display); font-weight: 700; letter-spacing: -0.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.price-block .day small { font-size: 0.35em; font-weight: 500; letter-spacing: 0; color: var(--ink-2); margin-left: 0.3rem; }
.price-block .month { font-size: var(--fs-body); color: var(--ink-2); }
.price-block .month b { color: var(--ink); }
.price-block .conditions { font-size: var(--fs-small); color: var(--ink-2); }
.plans { display: grid; gap: var(--s-6); }
@media (min-width: 760px) { .plans { grid-template-columns: 1fr 1fr; } }
.plan { border: 1px solid var(--hair); border-radius: var(--r-xl); padding: var(--s-8); background: var(--paper); display: grid; grid-template-rows: auto auto auto 1fr auto; gap: var(--s-4); }
.plan.featured { border-color: var(--accent); box-shadow: var(--shadow-1); }
.plan .name { font-size: var(--fs-h3); font-weight: 700; display: flex; align-items: center; justify-content: space-between; }
.plan .price { font-size: 2.75rem; font-weight: 700; letter-spacing: -0.03em; line-height: 1; font-variant-numeric: tabular-nums; }
.plan .price small { font-size: var(--fs-small); font-weight: 400; color: var(--ink-2); letter-spacing: 0; margin-left: 0.3rem; }
.plan .price s { font-size: 1.25rem; color: var(--ink-2); margin-right: 0.35rem; font-weight: 500; }
.plan .for { color: var(--ink-2); font-size: var(--fs-small); }
.plan ul { display: grid; gap: 0.6rem; color: var(--ink-2); font-size: var(--fs-small); }
.plan ul li { display: grid; grid-template-columns: 1.1rem 1fr; gap: 0.6rem; }
.plan ul svg { width: 1.1rem; height: 1.1rem; color: var(--ok); margin-top: 0.15rem; }
.table-wrap { overflow-x: auto; border: 1px solid var(--hair); border-radius: var(--r-lg); background: var(--paper); }
.table { min-width: 44rem; font-size: var(--fs-small); }
.table caption { text-align: left; padding: var(--s-4) var(--s-6) 0; font-size: var(--fs-caption); color: var(--ink-2); }
.table th, .table td { text-align: left; padding: 0.9rem 1.25rem; border-top: 1px solid var(--hair-2); vertical-align: top; }
.table thead th { border-top: 0; vertical-align: bottom; background: var(--paper); border-bottom: 2px solid var(--hair); }
.table thead th .name { display: block; font-size: var(--fs-h3); font-weight: 700; }
.table thead th .price { display: block; font-size: 1.5rem; font-weight: 700; letter-spacing: -0.02em; margin-top: 0.25rem; font-variant-numeric: tabular-nums; }
.table thead th .price s { font-size: 1rem; color: var(--ink-2); font-weight: 500; }
.table thead th .price small { font-size: var(--fs-caption); font-weight: 400; color: var(--ink-2); }
.table thead th .for { display: block; font-size: var(--fs-caption); color: var(--ink-2); font-weight: 400; margin-top: 0.2rem; }
.table thead th .btn { margin-top: 0.75rem; }
.table tbody th { font-weight: 500; color: var(--ink); width: 40%; }
.table tbody th small { display: block; color: var(--ink-2); font-weight: 400; font-size: var(--fs-caption); }
.table .grp th { background: var(--sail); font-weight: 700; color: var(--ink); padding-block: 0.6rem; font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: 0.06em; }
.table td.std { background: var(--accent-wash); }
.table td.std, .table thead th.std { border-left: 1px solid var(--hair-2); }
.table thead th.std { background: var(--accent-wash); }
.table .yes { color: var(--ok); font-weight: 600; }
.table span.yes { display: inline-flex; align-items: center; gap: 0.4rem; }
.table .yes svg { width: 1rem; height: 1rem; }
.table .no { color: var(--ink-2); }
.calc { display: grid; gap: var(--s-6); }
@media (min-width: 900px) { .calc { grid-template-columns: 1fr 1fr; align-items: center; } }
.calc-out { padding: var(--s-8); border-radius: var(--r-xl); background: var(--navy); color: var(--on-dark); }
.calc-out .big { font-size: 3rem; font-weight: 700; letter-spacing: -0.03em; line-height: 1; font-variant-numeric: tabular-nums; color: #fff; }
.calc-out .big small { font-size: 1rem; font-weight: 400; color: var(--on-dark-2); letter-spacing: 0; margin-left: 0.3rem; }
.calc-out p { margin-top: var(--s-3); color: var(--on-dark-2); font-size: var(--fs-small); }
.calc-in label { display: flex; justify-content: space-between; align-items: baseline; font-weight: 600; margin-bottom: var(--s-3); }
.calc-in label output { font-size: 1.5rem; font-variant-numeric: tabular-nums; }
.calc-in input[type="range"] { width: 100%; accent-color: var(--accent); height: 2rem; }
.calc-in .caption { margin-top: var(--s-2); }
.offer { display: grid; gap: var(--s-8); }
@media (min-width: 900px) { .offer { grid-template-columns: 1fr 1fr; align-items: center; } }
.offer-price { display: flex; align-items: baseline; gap: var(--s-3); flex-wrap: wrap; }
.offer-price .now { font-size: var(--fs-display); font-weight: 700; letter-spacing: -0.04em; line-height: 1; color: #fff; font-variant-numeric: tabular-nums; }
.offer-price s { font-size: 1.75rem; color: var(--on-dark-2); }
.offer-price .per { color: var(--on-dark-2); }
.conditions-list { display: grid; gap: var(--s-3); counter-reset: c; }
.conditions-list li { display: grid; grid-template-columns: 1.75rem 1fr; gap: 0.75rem; color: var(--on-dark-2); font-size: var(--fs-small); }
.conditions-list li::before { counter-increment: c; content: counter(c); width: 1.75rem; height: 1.75rem; border-radius: 50%; background: var(--navy-2); color: #fff; display: grid; place-items: center; font-size: 0.75rem; font-weight: 700; }
.conditions-list li b { color: #fff; }

/* ----------------------------------------------------------------- tiles */
.tiles { display: grid; gap: var(--s-4); }
@media (min-width: 700px) { .tiles { grid-template-columns: repeat(3, 1fr); } }
.tile { padding: var(--s-6); border-radius: var(--r-lg); background: var(--paper); border: 1px solid var(--hair); }
.tile .n { font-size: 2.25rem; font-weight: 700; letter-spacing: -0.03em; line-height: 1; font-variant-numeric: tabular-nums; }
.tile .n small { font-size: 1rem; font-weight: 500; color: var(--ink-2); letter-spacing: 0; }
.tile .l { margin-top: 0.5rem; font-weight: 600; }
.tile p { margin-top: 0.4rem; font-size: var(--fs-small); color: var(--ink-2); }
.section-tint .tile { border-color: transparent; }

/* ------------------------------------------------------------------- faq */
.faq { display: grid; gap: 0; border-top: 1px solid var(--hair); }
.faq-item { border-bottom: 1px solid var(--hair); }
.faq-item summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: var(--s-4); padding: 1.1rem 0; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary h3 { font-size: var(--fs-body); font-weight: 600; letter-spacing: 0; }
.faq-item summary svg { width: 1.1rem; height: 1.1rem; flex: none; color: var(--ink-2); transition: transform 0.2s var(--ease); }
.faq-item[open] summary svg { transform: rotate(45deg); }
.faq-item .a { padding: 0 0 1.25rem; color: var(--ink-2); max-width: 64ch; }
.faq-item .a p + p { margin-top: 0.6rem; }
.faq-item .a a { color: var(--accent-text); }
.faq-grid { display: grid; gap: var(--s-8) var(--s-16); }
@media (min-width: 900px) { .faq-grid { grid-template-columns: 1fr 2fr; align-items: start; } .faq-grid .section-head { margin-bottom: 0; position: sticky; top: 6rem; } }

/* -------------------------------------------------------------- cta band */
.cta-band { text-align: center; padding-block: var(--section); }
.cta-band h2 { max-width: 20ch; margin-inline: auto; }
.cta-band .lede { margin: var(--s-4) auto 0; }
.cta-band .ctas { justify-content: center; margin-top: var(--s-8); }
.cta-band .risk { margin-top: var(--s-4); }

/* ------------------------------------------------------------------ blog */
.filters { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: var(--s-8); }
.filters button { min-height: 2.25rem; padding: 0.4rem 0.9rem; border-radius: 999px; border: 1px solid var(--hair); font-size: var(--fs-small); font-weight: 500; color: var(--ink-2); background: var(--paper); }
.filters button[aria-pressed="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.post-featured { display: grid; gap: var(--s-6); align-items: center; margin-bottom: var(--s-12); }
@media (min-width: 900px) { .post-featured { grid-template-columns: 7fr 5fr; gap: var(--s-12); } }
.post-featured h2 { font-size: var(--fs-h2); }
.post-featured .link { margin-top: var(--s-4); }
.cover { display: block; aspect-ratio: 1200 / 630; border-radius: var(--r-lg); overflow: hidden; background: var(--navy); }
.cover svg, .cover img { width: 100%; height: 100%; object-fit: cover; }
.posts { display: grid; gap: var(--s-8) var(--s-6); }
@media (min-width: 700px) { .posts { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .posts { grid-template-columns: repeat(3, 1fr); } }
.post-card { display: grid; gap: var(--s-3); align-content: start; }
.post-card .cover { border-radius: var(--r-md); }
.post-card h3 { font-size: var(--fs-h3); }
.post-card h3 a { text-decoration: none; }
.post-card h3 a:hover { text-decoration: underline; }
.post-card p { color: var(--ink-2); font-size: var(--fs-small); }
.meta { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem 0.75rem; font-size: var(--fs-caption); color: var(--ink-2); }
.meta .cat { color: var(--accent-text); font-weight: 600; }
.meta time { font-variant-numeric: tabular-nums; }
.meta .sep { width: 3px; height: 3px; border-radius: 50%; background: var(--hair); }
.avatar { width: 2rem; height: 2rem; border-radius: 50%; background: var(--navy); color: #fff; display: inline-grid; place-items: center; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.02em; flex: none; }
.byline { display: inline-flex; align-items: center; gap: 0.6rem; color: var(--ink); font-weight: 500; }
.byline .role { color: var(--ink-2); font-weight: 400; }
.article-head { padding-block: clamp(2.5rem, 5vw, 4rem) var(--s-8); }
.article-head h1 { max-width: 22ch; font-size: clamp(2.25rem, 1.4rem + 2.6vw, 3.75rem); margin-top: var(--s-4); }
.article-head .standfirst { margin-top: var(--s-6); font-size: var(--fs-lede); color: var(--ink-2); max-width: 44ch; line-height: 1.5; }
.article-head .meta { margin-top: var(--s-6); font-size: var(--fs-small); }
.article-cover { margin-bottom: var(--s-12); }
.article-cover .cover { border-radius: var(--r-xl); }
.article-grid { display: grid; gap: var(--s-12); }
.article-grid > * { min-width: 0; }
.article-body { min-width: 0; }
.article-body .table-wrap { max-width: 100%; }
@media (min-width: 1100px) { .article-grid { grid-template-columns: minmax(0, 1fr) 18rem; gap: var(--s-16); } }
.article-body { max-width: 68ch; font-size: var(--fs-body); line-height: 1.7; color: var(--ink-2); }
.article-body > * + * { margin-top: 1.25rem; }
.article-body h2 { font-size: var(--fs-h2-s); color: var(--ink); margin-top: var(--s-12); scroll-margin-top: 6rem; }
.article-body h3 { font-size: var(--fs-h3); color: var(--ink); margin-top: var(--s-8); }
.article-body ul, .article-body ol { padding-left: 1.4rem; }
.article-body li + li { margin-top: 0.5rem; }
.article-body li b, .article-body p b { color: var(--ink); font-weight: 600; }
.article-body a { color: var(--accent-text); }
.article-body code { font-family: var(--mono); font-size: 0.85em; color: var(--accent-text); background: var(--accent-wash); padding: 0.1em 0.4em; border-radius: 4px; }
.article-body figure { margin-block: var(--s-8); }
.article-body figure > .table-wrap, .article-body figure > .win, .article-body figure > .diagram { margin: 0; }
.article-body figcaption { margin-top: 0.75rem; font-size: var(--fs-caption); color: var(--ink-2); }
.article-body .table { min-width: 0; }
.article-body .pull { margin-block: var(--s-8); padding-left: var(--s-6); border-left: 3px solid var(--accent); font-size: var(--fs-lede); line-height: 1.45; color: var(--ink); font-weight: 500; }
.article-body .note { padding: var(--s-4) var(--s-6); border-radius: var(--r-md); background: var(--sail); font-size: var(--fs-small); }
.sources { font-size: var(--fs-small); }
.sources li { padding-left: 1rem; border-left: 2px solid var(--hair); }
.sources cite { font-style: normal; color: var(--ink); }
.sources .src-date { display: block; color: var(--ink-2); font-size: var(--fs-caption); }
.article-cta { margin-top: var(--s-12); padding: var(--s-8); border-radius: var(--r-xl); background: var(--navy); color: var(--on-dark); }
.article-cta h2 { color: #fff; font-size: var(--fs-h2-s); margin: 0; }
.article-cta p { color: var(--on-dark-2); margin-top: var(--s-3); max-width: 52ch; }
.article-cta .ctas { margin-top: var(--s-6); }
.author-card { margin-top: var(--s-12); padding-top: var(--s-8); border-top: 1px solid var(--hair); display: grid; grid-template-columns: 3.5rem 1fr; gap: var(--s-4); align-items: start; }
.author-card .avatar { width: 3.5rem; height: 3.5rem; font-size: 1rem; }
.author-card b { display: block; }
.author-card .role { color: var(--ink-2); font-size: var(--fs-caption); }
.author-card p { margin-top: 0.5rem; font-size: var(--fs-small); color: var(--ink-2); }
.rail { display: none; }
@media (min-width: 1100px) { .rail { display: block; } .rail-in { position: sticky; top: 6rem; display: grid; gap: var(--s-8); } }
.toc h2 { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-2); font-weight: 600; }
.toc ol { margin-top: var(--s-3); display: grid; gap: 0.35rem; font-size: var(--fs-small); }
.toc a { text-decoration: none; color: var(--ink-2); display: block; padding: 0.2rem 0; }
.toc a:hover, .toc a.on { color: var(--accent-text); }
.rail-cta { padding: var(--s-6); border-radius: var(--r-lg); background: var(--sail); }
.rail-cta b { display: block; font-size: var(--fs-body); }
.rail-cta p { margin-top: 0.4rem; font-size: var(--fs-small); color: var(--ink-2); }
.rail-cta .btn { margin-top: var(--s-4); width: 100%; }
.related { margin-top: var(--section); padding-top: var(--s-12); border-top: 1px solid var(--hair); }
.related h2 { font-size: var(--fs-h2-s); margin-bottom: var(--s-8); }

/* diagrams */
.diagram { width: 100%; height: auto; }
.diagram text { font-family: var(--sans); }

/* -------------------------------------------------------------- catalogue */
.pl-tools { display: grid; gap: var(--s-4); margin-bottom: var(--s-6); }
@media (min-width: 800px) { .pl-tools { grid-template-columns: 1fr auto; align-items: center; } }
.pl-search { position: relative; }
.pl-search svg { position: absolute; left: 0.9rem; top: 50%; transform: translateY(-50%); width: 1rem; height: 1rem; color: var(--ink-2); }
.pl-search input { width: 100%; min-height: 3rem; padding: 0.6rem 1rem 0.6rem 2.6rem; border: 1px solid var(--hair); border-radius: var(--r-md); background: var(--paper); }
.pl-sort { display: flex; align-items: center; gap: 0.5rem; font-size: var(--fs-small); color: var(--ink-2); }
.pl-sort select { min-height: 3rem; padding: 0.5rem 0.75rem; border: 1px solid var(--hair); border-radius: var(--r-md); background: var(--paper); }
.pl-cats { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: var(--s-8); }
.pl-cat { min-height: 2.25rem; padding: 0.35rem 0.8rem; border-radius: 999px; border: 1px solid var(--hair); background: var(--paper); font-size: var(--fs-caption); font-weight: 500; color: var(--ink-2); }
.pl-cat small { color: var(--ink-2); font-weight: 400; margin-left: 0.2rem; }
.pl-cat.on, .pl-cat[aria-pressed="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.pl-cat.on small, .pl-cat[aria-pressed="true"] small { color: var(--on-dark-2); }
.pl-count { font-size: var(--fs-small); color: var(--ink-2); margin-bottom: var(--s-4); }
.pl-grid { display: grid; gap: var(--s-3); grid-template-columns: 1fr; }
@media (min-width: 600px) { .pl-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .pl-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1200px) { .pl-grid { grid-template-columns: repeat(4, 1fr); } }
.pl-card a { display: grid; grid-template-columns: 2rem 1fr; grid-template-rows: auto auto auto; gap: 0.25rem 0.75rem; padding: var(--s-4); border: 1px solid var(--hair); border-radius: var(--r-md); background: var(--paper); text-decoration: none; height: 100%; transition: border-color 0.15s; }
.pl-card a:hover { border-color: var(--ink-2); }
.pl-card img, .pl-ini { grid-row: 1 / span 3; width: 2rem; height: 2rem; border-radius: 6px; }
.pl-ini { display: grid; place-items: center; background: var(--sail); color: var(--ink-2); font-weight: 700; }
.pl-card b { font-size: var(--fs-small); font-weight: 600; }
.pl-card small { font-size: var(--fs-caption); color: var(--ink-2); line-height: 1.4; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.pl-meta { display: flex; justify-content: space-between; align-items: center; gap: 0.5rem; margin-top: 0.35rem; }
.pl-inst { font-size: 0.7rem; color: var(--ink-2); font-variant-numeric: tabular-nums; }
.pl-more { margin-top: var(--s-8); text-align: center; }

/* ------------------------------------------------------------------ forms */
.form { display: grid; gap: var(--s-4); max-width: 40rem; }
.field { display: grid; gap: 0.35rem; }
.field label { font-weight: 600; font-size: var(--fs-small); }
.field input, .field textarea, .field select { width: 100%; min-height: 3rem; padding: 0.65rem 0.9rem; border: 1px solid var(--hair); border-radius: var(--r-md); background: var(--paper); }
.field textarea { min-height: 8rem; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--accent); outline: 2px solid var(--accent-wash); outline-offset: 0; }
.field .hint { font-size: var(--fs-caption); color: var(--ink-2); }
.field-row { display: grid; gap: var(--s-4); }
@media (min-width: 600px) { .field-row { grid-template-columns: 1fr 1fr; } }
.radios { display: grid; gap: 0.5rem; }
.radios label { display: flex; align-items: center; gap: 0.6rem; font-size: var(--fs-small); min-height: 1.75rem; }
.radios input { width: 1.1rem; height: 1.1rem; accent-color: var(--accent); }
.hp { position: absolute; left: -9999px; }
.status { min-height: 1.5rem; font-size: var(--fs-small); }
.status.ok { color: var(--ok); }
.status.err { color: var(--crit); }

/* ----------------------------------------------------------------- footer */
.footer { background: var(--navy); color: var(--on-dark-2); padding-block: var(--s-16) var(--s-8); font-size: var(--fs-small); }
.footer a { color: var(--on-dark); text-decoration: none; display: inline-block; padding: 0.2rem 0; min-height: 1.75rem; }
.footer a:hover { text-decoration: underline; }
.footer-cols { display: grid; gap: var(--s-8); grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) { .footer-cols { grid-template-columns: 2fr 1fr 1fr 1fr 1fr; } }
.footer .brand { color: #fff; }
.footer .brand svg { fill: var(--accent-bright); }
.footer-blurb { margin-top: var(--s-4); max-width: 30ch; }
.footer h2 { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: 0.06em; color: var(--on-dark-2); font-weight: 600; margin-bottom: var(--s-3); }
.footer-col a { display: block; }
.footer-legal { margin-top: var(--s-12); padding-top: var(--s-6); border-top: 1px solid var(--navy-hair); display: flex; flex-wrap: wrap; gap: var(--s-3) var(--s-6); justify-content: space-between; font-size: var(--fs-caption); }
.footer-legal .eu { color: var(--on-dark); }
.mcta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; padding: 0.75rem var(--gutter) calc(0.75rem + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, 0.95); border-top: 1px solid var(--hair); transform: translateY(110%); transition: transform 0.3s var(--ease); }
.mcta.on { transform: none; }
.mcta .btn { width: 100%; }
@media (min-width: 800px) { .mcta { display: none; } }
body.has-mcta { scroll-padding-bottom: 5rem; }

/* ---------------------------------------------------------------- reveal */
.rv { opacity: 1; transform: none; }
.js .rv { opacity: 0; transform: translateY(10px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.js .rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .rv { opacity: 1; transform: none; transition: none; } .row.is-new { animation: none; } }

/* ------------------------------------------------------------- utilities */
.mt-2 { margin-top: var(--s-2); } .mt-4 { margin-top: var(--s-4); } .mt-6 { margin-top: var(--s-6); } .mt-8 { margin-top: var(--s-8); } .mt-12 { margin-top: var(--s-12); } .mt-16 { margin-top: var(--s-16); }
.center { text-align: center; }
[data-eu-only], [data-non-eu] { display: none; }
[data-region-group="eu"] [data-eu-only] { display: inline; }
:not([data-region-group="eu"]) [data-non-eu] { display: inline; }
.nojs-note { display: none; }
.no-js .nojs-note { display: block; background: var(--warn-wash); color: var(--warn); text-align: center; font-size: var(--fs-caption); padding: 0.5rem; }
.kb-list { display: grid; gap: var(--s-4); }
.kb-list a { display: grid; grid-template-columns: 1fr auto; gap: var(--s-4); align-items: center; padding: var(--s-4) var(--s-6); border: 1px solid var(--hair); border-radius: var(--r-md); text-decoration: none; }
.kb-list a:hover { border-color: var(--ink-2); }
.kb-list b { display: block; }
.kb-list small { color: var(--ink-2); font-size: var(--fs-caption); }
.kb-list svg { width: 1rem; height: 1rem; color: var(--ink-2); }
.roadmap { display: grid; gap: var(--s-8); }
@media (min-width: 900px) { .roadmap { grid-template-columns: repeat(3, 1fr); } }
.roadmap-col h2 { font-size: var(--fs-h3); display: flex; align-items: center; gap: 0.6rem; margin-bottom: var(--s-4); }
.roadmap-col ul { display: grid; gap: var(--s-3); }
.roadmap-col li { padding: var(--s-4); border: 1px solid var(--hair); border-radius: var(--r-md); background: var(--paper); }
.roadmap-col li b { display: block; font-weight: 600; }
.roadmap-col li p { margin-top: 0.25rem; font-size: var(--fs-small); color: var(--ink-2); }
.roadmap-col li .when { display: block; margin-top: 0.4rem; font-size: var(--fs-caption); color: var(--ink-2); }
.photo { border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-2); }
.photo figcaption { margin-top: 0.75rem; font-size: var(--fs-caption); color: var(--ink-2); }
.note-letter { max-width: 40rem; font-size: var(--fs-lede); line-height: 1.55; color: var(--ink); }
.note-letter p + p { margin-top: 1.25rem; }
.note-letter .sign { margin-top: var(--s-8); font-size: var(--fs-body); color: var(--ink-2); }
.cmp-grid { display: grid; gap: var(--s-6); }
@media (min-width: 800px) { .cmp-grid { grid-template-columns: repeat(2, 1fr); } }
.cmp-src { display: block; font-size: var(--fs-caption); color: var(--ink-2); margin-top: 0.25rem; }
.legal-body { max-width: 68ch; color: var(--ink-2); }
.legal-body h2 { color: var(--ink); font-size: var(--fs-h2-s); margin-top: var(--s-8); }
.legal-body p, .legal-body ul { margin-top: var(--s-4); }
.legal-body ul, .legal-body ol { padding-left: 1.4rem; }
.legal-body ol { margin-top: var(--s-4); }
.legal-body li + li { margin-top: 0.4rem; }
.legal-body h3 { color: var(--ink); font-size: var(--fs-h3-s, 1.0625rem); margin-top: var(--s-6); }
.legal-body h4 { color: var(--ink); font-size: 1rem; margin-top: var(--s-5); }
.legal-body hr { border: 0; border-top: 1px solid var(--line); margin-top: var(--s-8); }
.legal-body code { font-size: 0.875em; }

/* A fact a draft does not have yet. Never rendered as if it were prose. */
.lg-gap { display: inline; padding: 0.1rem 0.35rem; border-radius: 0.25rem;
  background: var(--warn-wash); color: var(--warn); font-weight: 600; font-size: 0.9em; }

/* The draft banner. Above the text, because a warning below it is decoration. */
.lg-banner { margin-top: var(--s-6); padding: var(--s-5); border: 2px solid var(--warn);
  border-radius: var(--r-lg, 0.75rem); background: var(--warn-wash); color: var(--ink); }
.lg-banner p + p { margin-top: var(--s-3); }
/* A published document is in force, not a warning — same shape, ok tone. */
.lg-banner-published { border-color: var(--ok); background: var(--ok-wash); }

/* Legal tables carry real clauses, so they scroll rather than shrink. */
.legal-body { max-width: 68ch; }
.lg-scroll { margin-top: var(--s-4); overflow-x: auto; }
.lg-table { min-width: 34rem; font-size: var(--fs-small); text-align: left; }
.lg-table th { color: var(--ink); font-weight: 600; padding: 0.6rem 0.75rem;
  border-bottom: 1px solid var(--line); vertical-align: top; }
.lg-table td { padding: 0.6rem 0.75rem; border-bottom: 1px solid var(--line-2, var(--line));
  vertical-align: top; }


/* ================================================================ v14 */
/* accents: one per section, chosen by subject (masterprompt v14 §4.1) */
:root { --acc: var(--accent); --acc-text: var(--accent-text); --acc-wash: var(--accent-wash); }
[data-accent="ai"], .acc-ai { --acc: var(--ai); --acc-text: var(--ai-text); --acc-wash: var(--ai-wash); }
[data-accent="ok"], .acc-ok { --acc: var(--ok-dot); --acc-text: var(--ok-text); --acc-wash: var(--ok-wash); }
[data-accent="warn"], .acc-warn { --acc: var(--brass); --acc-text: var(--warn); --acc-wash: var(--warn-wash); }
[data-accent="crit"], .acc-crit { --acc: var(--crit-dot); --acc-text: var(--crit); --acc-wash: var(--crit-wash); }
[data-accent="blue"], .acc-blue { --acc: var(--accent); --acc-text: var(--accent-text); --acc-wash: var(--accent-wash); }
.section-ai { background: linear-gradient(180deg, var(--ai-wash), var(--paper) 70%); }
.section-ok { background: linear-gradient(180deg, var(--ok-wash), var(--paper) 70%); }
.section-warn { background: linear-gradient(180deg, var(--warn-wash), var(--paper) 70%); }
.section-ai .label { color: #5b3fc4; } .section-ok .label { color: var(--ok); } .section-warn .label { color: var(--warn); }
.cta-band.ai { background: #2a1d5e; } .cta-band.ai .label { color: #c4b5fd; }
.cta-band.ok { background: #0f3d2a; } .cta-band.ok .label { color: #9be3b4; }
.cta-band.ai .btn-secondary, .cta-band.ok .btn-secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,0.28); }
.cta-band.ai, .cta-band.ok { color: var(--on-dark); }
.cta-band.ai h2, .cta-band.ok h2, .cta-band.ai h3, .cta-band.ok h3 { color: #fff; }
.cta-band.ai p, .cta-band.ok p, .cta-band.ai .lede, .cta-band.ok .lede, .cta-band.ai .risk, .cta-band.ok .risk { color: var(--on-dark-2); }

/* duotone icons */
.d { width: 1.5rem; height: 1.5rem; color: var(--acc); }
.tint { fill: currentColor; opacity: 0.22; }
.feature .ic, .problem .ic, .way .ic, .step .ic { color: var(--acc); background: var(--acc-wash); }
.feature .ic .d, .problem .ic .d { width: 1.35rem; height: 1.35rem; }
.section-navy .feature .ic { background: rgba(255,255,255,0.08); }

/* problem → answer cards */
.problems { display: grid; gap: var(--s-4); }
@media (min-width: 700px) { .problems { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .problems { grid-template-columns: repeat(3, 1fr); gap: var(--s-6); } }
.problem { position: relative; display: grid; grid-template-rows: auto auto 1fr; gap: var(--s-3); padding: var(--s-6); border-radius: var(--r-lg); background: var(--paper); border: 1px solid var(--hair); border-top: 3px solid var(--acc); }
.problem .ic { width: 2.5rem; height: 2.5rem; border-radius: var(--r-md); display: grid; place-items: center; }
.problem .q { font-size: var(--fs-body); font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }
.problem .q::before { content: "“"; color: var(--acc); } .problem .q::after { content: "”"; color: var(--acc); }
.problem .a { font-size: var(--fs-small); color: var(--ink-2); }
.problem .a b { color: var(--acc-text); font-weight: 600; }
.section-navy .problem { background: var(--navy-2); border-color: var(--navy-hair); }
.section-navy .problem .q { color: #fff; } .section-navy .problem .a { color: var(--on-dark-2); }

/* illustrations */
.illus { display: block; width: 100%; max-width: 34rem; margin-inline: auto; }
.illus svg { width: 100%; height: auto; display: block; overflow: visible; }
.illus .anim { animation-play-state: paused; }
.illus.play .anim { animation-play-state: running; }
.il-line { stroke: var(--acc); stroke-width: 3; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.il-soft { fill: var(--acc-wash); } .il-ink { fill: var(--ink); } .il-hair { stroke: var(--hair); stroke-width: 2; fill: none; }
.il-paper { fill: var(--paper); stroke: var(--hair); stroke-width: 2; }
.il-text { font-family: var(--sans); font-size: 13px; font-weight: 600; fill: var(--ink); }
.il-muted { font-family: var(--sans); font-size: 12px; fill: var(--ink-2); }
.il-mono { font-family: var(--mono); font-size: 11px; fill: var(--ink-2); }
.il-ok { fill: var(--ok-dot); } .il-warn { fill: var(--brass); } .il-crit { fill: var(--crit-dot); } .il-ai { fill: var(--ai); } .il-blue { fill: var(--accent); }
.il-ok-s { stroke: var(--ok-dot); } .il-crit-s { stroke: var(--crit-dot); } .il-ai-s { stroke: var(--ai); } .il-blue-s { stroke: var(--accent); }
@keyframes il-draw { to { stroke-dashoffset: 0; } }
@keyframes il-pop { 0% { transform: scale(0.6); opacity: 0; } 60% { transform: scale(1.08); opacity: 1; } 100% { transform: scale(1); opacity: 1; } }
@keyframes il-fade { to { opacity: 1; } }
@keyframes il-pulse { 0%, 100% { transform: scale(1); opacity: 0.9; } 50% { transform: scale(1.6); opacity: 0; } }
@keyframes il-sweep { 0% { transform: translateY(0); } 100% { transform: translateY(150px); } }
@keyframes il-fill { to { width: 100%; } }
@keyframes il-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
.play .il-draw { stroke-dasharray: 1200; stroke-dashoffset: 1200; animation: il-draw 1.4s cubic-bezier(.16,1,.3,1) forwards; }
.play .il-pop { transform-origin: center; transform-box: fill-box; animation: il-pop 0.6s cubic-bezier(.16,1,.3,1) both; }
.play .il-in { opacity: 0; animation: il-fade 0.6s cubic-bezier(.16,1,.3,1) forwards; }
.play .il-pulse { transform-origin: center; transform-box: fill-box; animation: il-pulse 1.8s ease-out infinite; }
.play .il-sweep { animation: il-sweep 1.6s cubic-bezier(.16,1,.3,1) forwards; }
.play .d1 { animation-delay: 0.15s; } .play .d2 { animation-delay: 0.35s; } .play .d3 { animation-delay: 0.55s; } .play .d4 { animation-delay: 0.75s; } .play .d5 { animation-delay: 0.95s; } .play .d6 { animation-delay: 1.15s; } .play .d7 { animation-delay: 1.35s; } .play .d8 { animation-delay: 1.55s; }
.illus:not(.play) .il-in, .illus:not(.play) .il-pop { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .play .il-draw, .play .il-pop, .play .il-in, .play .il-pulse, .play .il-sweep { animation: none; opacity: 1; stroke-dashoffset: 0; transform: none; } }

/* the functionality counter */
.counter { display: inline-grid; grid-template-columns: auto 1fr; gap: 0.25rem 0.9rem; align-items: center; padding: 0.9rem 1.2rem; border-radius: var(--r-lg); background: var(--ai-wash); border: 1px solid #ddd3fb; color: var(--ink); }
.counter .n { grid-row: 1 / span 2; font-size: 2rem; font-weight: 700; letter-spacing: -0.03em; line-height: 1; font-variant-numeric: tabular-nums; color: #5b3fc4; display: inline-flex; align-items: center; gap: 0.5rem; }
.counter .n .tick { width: 0.55rem; height: 0.55rem; border-radius: 50%; background: var(--ai); position: relative; }
.counter .n .tick::after { content: ""; position: absolute; inset: -0.35rem; border-radius: 50%; border: 2px solid var(--ai); opacity: 0; }
.counter.live .n .tick::after { animation: il-pulse 2s ease-out infinite; }
.counter .l { font-size: var(--fs-small); font-weight: 600; }
.counter .s { font-size: var(--fs-caption); color: var(--ink-2); }
.counter.lg { padding: 1.5rem 2rem; } .counter.lg .n { font-size: clamp(2.5rem, 2rem + 2vw, 3.75rem); }
.counter .n.bump { animation: il-blink 0.5s ease-out; }
.section-navy .counter { background: rgba(109, 75, 214, 0.18); border-color: rgba(196, 181, 253, 0.35); color: #fff; }
.section-navy .counter .n { color: #c4b5fd; } .section-navy .counter .s { color: var(--on-dark-2); }
.trust-row { display: flex; flex-wrap: wrap; gap: 0.6rem 1.5rem; margin-top: var(--s-6); font-size: var(--fs-caption); color: var(--ink-2); }
.trust-row span { display: inline-flex; align-items: center; gap: 0.4rem; } .trust-row svg { width: 1rem; height: 1rem; color: var(--ok-dot); }

/* two ways to connect */
.ways { display: grid; gap: var(--s-6); }
@media (min-width: 800px) { .ways { grid-template-columns: 1fr 1fr; } }
.way { position: relative; display: grid; gap: var(--s-4); padding: var(--s-8); border-radius: var(--r-xl); background: var(--paper); border: 1px solid var(--hair); }
.way.rec { border-color: var(--acc); box-shadow: var(--shadow-1); }
.way .head { display: flex; align-items: center; gap: var(--s-4); }
.way .ic { width: 3rem; height: 3rem; border-radius: var(--r-md); display: grid; place-items: center; }
.way .ic .d { width: 1.6rem; height: 1.6rem; }
.way h3 { font-size: var(--fs-h3); } .way .head small { display: block; color: var(--ink-2); font-size: var(--fs-caption); font-weight: 400; }
.way .chip { position: absolute; top: -0.8rem; right: var(--s-6); }
.way ul { display: grid; gap: 0.5rem; color: var(--ink-2); font-size: var(--fs-small); }
.way ul li { display: grid; grid-template-columns: 1.1rem 1fr; gap: 0.6rem; } .way ul svg { width: 1.1rem; height: 1.1rem; color: var(--ok-dot); margin-top: 0.15rem; }
.way ul li.more svg { color: var(--acc); }
.way .foot { font-size: var(--fs-caption); color: var(--ink-2); border-top: 1px solid var(--hair-2); padding-top: var(--s-4); }
.section-navy .way { background: var(--navy-2); border-color: var(--navy-hair); } .section-navy .way ul, .section-navy .way .foot, .section-navy .way .head small { color: var(--on-dark-2); }

/* numbered steps (tool pages, connect) */
.steps { display: grid; gap: var(--s-4); counter-reset: step; }
@media (min-width: 900px) { .steps { grid-template-columns: repeat(4, 1fr); } .steps.three { grid-template-columns: repeat(3, 1fr); } }
.step { position: relative; display: grid; gap: var(--s-3); padding: var(--s-6); border-radius: var(--r-lg); background: var(--paper); border: 1px solid var(--hair); }
.step::before { counter-increment: step; content: counter(step); width: 2rem; height: 2rem; border-radius: 50%; background: var(--acc); color: #fff; display: grid; place-items: center; font-size: 0.85rem; font-weight: 700; }
.step h3 { font-size: var(--fs-body); font-weight: 600; letter-spacing: 0; } .step p { font-size: var(--fs-small); color: var(--ink-2); }
.step code, .snippet { font-family: var(--mono); font-size: 0.8rem; background: var(--sail); border: 1px solid var(--hair); border-radius: var(--r-sm); padding: 0.1rem 0.4rem; }
.snippet { display: block; padding: 0.75rem 1rem; white-space: pre-wrap; overflow-wrap: anywhere; line-height: 1.5; }

/* FAQ: two columns, accent plus, open wash */
@media (min-width: 900px) { .faq.cols { grid-template-columns: 1fr 1fr; gap: 0 var(--s-8); border-top: 0; } .faq.cols .faq-item:nth-child(-n+2) { border-top: 1px solid var(--hair); } }
.faq-item summary svg { color: var(--acc); }
.faq-item[open] { background: linear-gradient(90deg, var(--acc-wash), transparent 60%); margin-inline: calc(-1 * var(--s-4)); padding-inline: var(--s-4); border-radius: var(--r-md); }
.faq-item summary h3 { font-size: var(--fs-body); }

/* tool grid (hub + home) */
.tools { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s-3); }
@media (min-width: 600px) { .tools { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .tools { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1100px) { .tools { grid-template-columns: repeat(6, 1fr); } }
.tool { display: grid; place-items: center; gap: 0.5rem; padding: var(--s-6) var(--s-4); border-radius: var(--r-lg); background: var(--paper); border: 1px solid var(--hair); color: var(--ink); text-decoration: none; text-align: center; transition: border-color 0.15s var(--ease), transform 0.15s var(--ease); }
.tool:hover { border-color: var(--ai); transform: translateY(-2px); }
.tool svg { width: 2.25rem; height: 2.25rem; fill: currentColor; }
.tool b { font-size: var(--fs-small); font-weight: 600; } .tool small { font-size: 0.75rem; color: var(--ink-2); }
.section-navy .tool { background: var(--navy-2); border-color: var(--navy-hair); color: #fff; } .section-navy .tool small { color: var(--on-dark-2); }

/* flags */
.flag { font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Twemoji Mozilla", sans-serif; font-size: 1.1em; line-height: 1; margin-right: 0.35rem; }
.region-menu .rg { justify-content: flex-start; gap: 0.5rem; } .region-menu .rg small { margin-left: auto; }
.region-btn .flag { margin-right: 0.15rem; }

/* pricing: what Standard adds */
.adds { display: grid; gap: var(--s-4); }
@media (min-width: 700px) { .adds { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .adds { grid-template-columns: repeat(5, 1fr); } }
.add { display: grid; gap: 0.6rem; padding: var(--s-6) var(--s-4); border-radius: var(--r-lg); background: var(--paper); border: 1px solid var(--hair); }
.add .ic { width: 2.5rem; height: 2.5rem; border-radius: var(--r-md); display: grid; place-items: center; background: var(--acc-wash); color: var(--acc); }
.add b { font-size: var(--fs-small); } .add p { font-size: var(--fs-caption); color: var(--ink-2); }
.table .soon { color: var(--warn-deep); font-weight: 600; } .table .num { font-variant-numeric: tabular-nums; }

/* about: photo beside the note */
.about-grid { display: grid; gap: var(--s-8); align-items: start; }
@media (min-width: 900px) { .about-grid { grid-template-columns: 5fr 6fr; gap: var(--s-16); } }
.about-grid .photo img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; height: auto; }
.founders { display: grid; gap: var(--s-6); } @media (min-width: 700px) { .founders { grid-template-columns: 1fr 1fr; } }

/* agencies: your own arithmetic */
.calc-own { display: grid; gap: var(--s-4); padding: var(--s-8); border-radius: var(--r-xl); background: var(--paper); border: 1px solid var(--hair); }
.calc-own label { display: grid; gap: 0.35rem; font-size: var(--fs-small); color: var(--ink-2); }
.calc-own input { min-height: 3rem; padding: 0.5rem 0.9rem; border: 1px solid var(--hair); border-radius: var(--r-md); font: inherit; font-size: var(--fs-body); }
.calc-own .out { display: grid; gap: 0.25rem; padding-top: var(--s-4); border-top: 1px solid var(--hair-2); }
.calc-own .out b { font-size: 1.75rem; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.calc-own .out span { font-size: var(--fs-caption); color: var(--ink-2); }
@media (min-width: 700px) { .calc-own .fields { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-4); } }

/* plugin landing hero card */
.pl-hero { display: grid; gap: var(--s-4); padding: var(--s-8); border-radius: var(--r-xl); background: var(--paper); border: 1px solid var(--hair); box-shadow: var(--shadow-1); }
.pl-hero .head { display: flex; align-items: center; gap: var(--s-4); } .pl-hero .head img, .pl-hero .head .pl-ini { width: 3rem; height: 3rem; border-radius: 10px; }
.pl-hero .head b { font-size: var(--fs-h3); display: block; } .pl-hero .head small { color: var(--ink-2); font-size: var(--fs-caption); }
.pl-hero .row .site { font-weight: 500; } .pl-hero .rows { margin-top: var(--s-2); }
.st.prem { color: #5b3fc4; background: var(--ai-wash); }
.related { display: grid; gap: var(--s-3); } @media (min-width: 700px) { .related { grid-template-columns: repeat(3, 1fr); } }


/* ================================================================ v15 brand pass */
/* expressive face (Bryant stand-in per D-036): tagline, statements, problem quotes */
.statement { font-family: var(--expr); font-weight: 600; font-size: 1.25rem; line-height: 1.3; color: var(--accent-text); letter-spacing: -0.01em; margin-bottom: var(--s-3); }
.section-navy .statement { color: #c7d2fe; }
.tagline { font-family: var(--expr); font-weight: 500; font-size: 1rem; color: var(--ink-2); letter-spacing: 0.01em; }
.grad-text { background: var(--grad-intel); -webkit-background-clip: text; background-clip: text; color: transparent; }
.grad-text-perf { background: var(--grad-perf); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* one icon style: outline only; tiles are hairline, not pastel */
.tint { display: none; }
.feature .ic, .problem .ic, .way .ic, .step .ic, .add .ic { background: var(--paper); border: 1px solid var(--hair); color: var(--acc); }
.section-navy .feature .ic { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.14); color: #fff; }
.section-tint .feature .ic, .section-tint .add .ic, .section-tint .problem .ic { background: var(--paper); }

/* problem cards: pull-quotes on Surface, one gradient rule, no coloured top border */
.problem { border: 0; border-top: 0; background: var(--sail); border-radius: var(--r-lg); padding: var(--s-6) var(--s-6) var(--s-6) var(--s-8); position: relative; }
.problem::before { content: ""; position: absolute; left: var(--s-5, 1.25rem); top: calc(var(--s-6) + 3.25rem); bottom: var(--s-6); width: 3px; border-radius: 2px; background: linear-gradient(180deg, var(--acc), transparent); }
.problem .ic { width: 2.5rem; height: 2.5rem; }
.problem .q { font-family: var(--expr); font-weight: 600; font-size: 1.1875rem; line-height: 1.35; color: var(--ink); }
.problem .q::before, .problem .q::after { color: var(--acc); font-family: var(--sans); }
.problem .a { font-size: var(--fs-small); }
.section-tint .problem { background: var(--paper); border: 1px solid var(--hair); }
.section-navy .problem { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); }
.section-navy .problem .a b { color: #c4b5fd; }

/* sections: white, Surface, navy, and the Intelligence gradient; no pastel washes */
.section-ai, .section-ok, .section-warn { background: var(--sail); }
.section-ai .label, .section-ok .label, .section-warn .label { color: var(--accent-text); }
.section-navy.section-ai, .section-intel { background: linear-gradient(135deg, var(--navy) 0%, #2b1a6b 60%, #3b1f8f 100%); }
.section-intel { color: var(--on-dark); } .section-intel h1, .section-intel h2, .section-intel h3 { color: #fff; } .section-intel p, .section-intel .lede { color: var(--on-dark-2); } .section-intel .label { color: #c4b5fd; }
.section-intel .btn-secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,0.28); } .section-intel .link { color: #c4b5fd; }
.section-intel .card, .section-intel .win, .section-intel .counter { color: var(--ink); }
.section-intel .tool { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.14); color: #fff; } .section-intel .tool small { color: var(--on-dark-2); } .section-intel .trademark { color: var(--on-dark-2); }
.section-intel .feature-list li { color: var(--on-dark-2); } .section-intel .feature-list li b { color: #fff; }
.section-intel .st.road { background: rgba(245,158,11,0.22); color: #fcd9a1; }
.cta-band.ai { background: var(--grad-intel); } .cta-band.ok { background: linear-gradient(135deg, #0f3d2a, #15803d); }
.hero { background: var(--paper); border-bottom: 1px solid var(--hair-2); }

/* the hero slab: Brand gradient behind the product window, the sail clipped inside */
.hero-visual { position: relative; padding: clamp(1rem, 3vw, 2.25rem); overflow: hidden; border-radius: var(--r-xl); }
.hero-visual::before { content: ""; position: absolute; inset: 0; border-radius: var(--r-xl); background: var(--grad-brand); z-index: 0; }
.hero-visual > * { position: relative; z-index: 1; }
.hero-visual .sail-bg { position: absolute; right: -6%; bottom: -10%; width: 62%; height: auto; fill: #fff; opacity: 0.12; z-index: 0; pointer-events: none; }
.hero-visual .illus { background: var(--paper); border-radius: var(--r-lg); padding: 1rem; box-shadow: 0 20px 50px rgba(11,22,48,0.28); }

.hero-visual .il-text, .hero-visual .il-muted, .hero-visual .il-mono { fill: var(--ink); }
.hero-visual .il-muted, .hero-visual .il-mono { fill: var(--ink-2); }
.hero-visual .il-hair { stroke: var(--hair); }
.hero-visual .counter { background: rgba(255,255,255,0.94); border-color: transparent; }
.hero-visual .pl-hero, .hero-visual .plan, .hero-visual .card { box-shadow: 0 20px 50px rgba(11,22,48,0.28); }
.price-line .day { background: var(--grad-intel); -webkit-background-clip: text; background-clip: text; color: transparent; }
.counter .n { background: var(--grad-perf); -webkit-background-clip: text; background-clip: text; color: transparent; }
.counter .n .tick { background: var(--ai); } .counter .n .tick::after { border-color: var(--ai); }
.section-navy .counter .n, .section-intel .counter .n { background: linear-gradient(135deg, #c4b5fd, #fcd9a1); -webkit-background-clip: text; background-clip: text; color: transparent; }
.calc-out .big span:first-child { background: var(--grad-intel); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* the application window (brand sheet: navy sidebar, KPI tiles, rows) */
.win.app { display: grid; grid-template-columns: 8.5rem 1fr; border: 0; }
.win.app .row .site { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; overflow-wrap: normal; }
.win.app .row .site small { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.win.app .row .state { white-space: nowrap; }
.win.app .win-bar { grid-column: 1 / -1; }
.win-side { background: var(--navy); color: var(--on-dark-2); padding: var(--s-4) var(--s-3); display: grid; align-content: start; gap: 0.15rem; font-size: 0.75rem; }
.win-side .who { display: flex; align-items: center; gap: 0.4rem; color: #fff; font-weight: 700; font-size: 0.8125rem; padding: 0.25rem 0.5rem 0.75rem; }
.win-side .who svg { width: 1.1rem; height: 0.8rem; fill: var(--accent-bright); }
.win-side span { display: flex; justify-content: space-between; align-items: center; padding: 0.4rem 0.5rem; border-radius: var(--r-sm); }
.win-side span.on { background: rgba(255,255,255,0.1); color: #fff; }
.win-side span i { min-width: 1.1rem; height: 1.1rem; border-radius: 999px; background: var(--brass); color: var(--navy); font-style: normal; font-weight: 700; font-size: 0.65rem; display: grid; place-items: center; padding: 0 0.3rem; }
.win-main { min-width: 0; }
.kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; padding: 0 0.25rem var(--s-3); }
.kpi { padding: 0.65rem 0.75rem; border: 1px solid var(--hair); border-radius: var(--r-md); background: var(--paper); }
.kpi b { display: block; font-size: 1.25rem; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; line-height: 1.1; }
.kpi small { display: block; font-size: 0.7rem; color: var(--ink-2); margin-top: 0.15rem; }
.kpi .bar { display: block; height: 4px; border-radius: 2px; background: var(--hair-2); margin-top: 0.5rem; overflow: hidden; }
.kpi .bar i { display: block; height: 100%; width: var(--w, 60%); background: var(--acc, var(--accent)); border-radius: 2px; }
@media (max-width: 540px) { .win.app { grid-template-columns: 1fr; } .win-side { display: none; } .kpis { grid-template-columns: repeat(3, 1fr); } .win.app .row .site, .win.app .row .site small { white-space: normal; overflow: visible; } }

/* buttons per the sheet */
.btn-secondary { background: var(--sail); border-color: var(--sail-2); color: var(--ink); }
.btn-secondary:hover { background: var(--sail-2); border-color: var(--sail-2); }
.hero-visual .btn-secondary { background: var(--sail); }

/* footer: the reversed logo bar */
.footer { background: var(--navy); color: var(--on-dark-2); position: relative; overflow: hidden; }
.footer .brand { color: #fff; } .footer .brand svg { fill: #fff; }
.footer h2 { color: #fff; } .footer a { color: var(--on-dark-2); } .footer a:hover { color: #fff; }
.footer .footer-blurb { color: var(--on-dark-2); }
.footer .footer-legal { border-top-color: rgba(255,255,255,0.12); color: var(--on-dark-2); }
.footer .tagline { color: #c7d2fe; margin-top: 0.35rem; }
.footer .sail-bg { position: absolute; right: 0; bottom: -18%; width: 34rem; max-width: 60%; height: auto; fill: #fff; opacity: 0.05; pointer-events: none; }
.footer .container { position: relative; z-index: 1; }

/* drawer brand with tagline */
.drawer-head .tagline { display: block; font-size: 0.8125rem; }
.brand-lock { display: grid; gap: 0.1rem; }

/* cards: quieter */
.add { border-color: var(--hair); } .add b { font-weight: 600; }
.way.rec { border-color: var(--ai); box-shadow: 0 12px 34px rgba(124,58,237,0.12); }
.step::before { background: var(--grad-brand); }
.tool:hover { border-color: var(--ai); }
.faq-item[open] { background: linear-gradient(90deg, var(--sail), transparent 70%); }
.st.ai { color: var(--ai-text); background: var(--ai-wash); }
.st.prem { color: var(--ai-text); }
.counter { background: var(--sail); border-color: var(--hair); }

/* conditions lists on light sections read in ink */
.section:not(.section-navy) .conditions-list li, .section:not(.section-navy) .conditions-list li span { color: var(--ink-2); }
.section:not(.section-navy) .conditions-list li b { color: var(--ink); }

/* =============================================================== consent v15
   Accept and Reject are the same class, the same size, side by side. That is
   not a style choice: a reject button that is quieter than accept is the exact
   pattern supervisory authorities call a dark pattern, and the whole banner
   fails with it. Anything that makes either button heavier than its neighbour
   is a regression, not a redesign. */
.consent { position: fixed; left: 0; right: 0; bottom: 0; z-index: 200;
  background: var(--paper); border-top: 1px solid var(--hair);
  box-shadow: 0 -2px 6px rgba(17, 32, 66, 0.06), 0 -24px 48px -24px rgba(17, 32, 66, 0.22);
  padding: var(--s-5) 0 calc(var(--s-5) + env(safe-area-inset-bottom)); }
.consent-inner { width: min(var(--container), 100% - 2 * var(--gutter)); margin-inline: auto;
  display: grid; gap: var(--s-5); }
@media (min-width: 900px) { .consent-inner { grid-template-columns: 1fr auto; align-items: center; } }
.consent-text h2 { font-size: var(--fs-h3-s, 1.0625rem); color: var(--ink); }
.consent-text p { margin-top: 0.4rem; font-size: var(--fs-small); color: var(--ink-2); max-width: 62ch; }
.consent-more a { font-size: var(--fs-caption); }
.consent-actions { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.consent-actions .btn { flex: 1 1 auto; min-width: 11rem; }
@media (min-width: 900px) { .consent-actions .btn { flex: 0 0 auto; } }

.consent-panel { position: fixed; inset: 0; z-index: 210; background: rgba(11, 22, 48, 0.55);
  display: flex; align-items: flex-end; justify-content: center; padding: var(--gutter); overflow: auto; }
@media (min-width: 700px) { .consent-panel { align-items: center; } }
.consent-card { background: var(--paper); border-radius: var(--r-lg); box-shadow: var(--shadow-2);
  padding: var(--s-6); width: 100%; max-width: 36rem; }
.consent-card > h2 { font-size: var(--fs-h2-s); color: var(--ink); }
.consent-cats { list-style: none; margin-top: var(--s-5); display: grid; gap: var(--s-5); }
.consent-cats p { margin-top: 0.35rem; font-size: var(--fs-caption); color: var(--ink-2); }
.consent-cat { display: flex; align-items: center; justify-content: space-between; gap: var(--s-4); }
.consent-cat-h { font-weight: 600; color: var(--ink); font-size: var(--fs-small); }
/* A 24px control with a 44px hit area: big enough to hit, and the label is a
   second target for the same input. */
.consent-cat input[type="checkbox"] { width: 1.5rem; height: 1.5rem; flex: none; accent-color: var(--accent);
  margin: 0.6rem; cursor: pointer; }
.consent-cat input[type="checkbox"]:disabled { cursor: not-allowed; opacity: 0.5; }
.consent-panel-actions { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: var(--s-6); }
.consent-panel-actions .btn { flex: 1 1 auto; }
html.consent-open { overflow: hidden; }

/* The footer entry that reopens the choice. A button, because it changes state
   rather than navigating, styled as the links beside it. */
.footer-linkbtn { display: block; width: 100%; min-height: 1.75rem; line-height: 1.75rem; background: none; border: 0;
  padding: 0; font: inherit; color: inherit; text-align: left; cursor: pointer;
  text-decoration: underline; text-underline-offset: 2px; }


/* ================================================================ v16 (07-09-2026) */
/* Conversion: the primary button is the only saturated, bright blue on a page. Labels
   and quiet text drop to slate so the eye lands on the CTA; amber is reserved for the
   launch offer (urgency) and never used for decoration. */
.label { color: var(--ink-2); }
.section-navy .label, .section-intel .label { color: var(--on-dark-2); }
.btn-primary { background: var(--grad-brand); border-color: transparent; color: #fff; box-shadow: 0 8px 20px -10px rgba(28, 93, 198, 0.7); transition: transform 0.15s var(--ease), box-shadow 0.15s var(--ease), filter 0.15s ease; }
.btn-primary:hover { background: var(--grad-brand); filter: brightness(1.08); transform: translateY(-1px); box-shadow: 0 12px 26px -10px rgba(28, 93, 198, 0.8); }
.btn-primary:active { transform: none; filter: none; }
.btn-primary svg { transition: transform 0.15s var(--ease); } .btn-primary:hover svg { transform: translateX(3px); }
.btn-secondary { background: transparent; border-color: var(--hair); color: var(--ink); }
.btn-secondary:hover { background: var(--sail); border-color: var(--ink-2); color: var(--ink); }
.hero-visual .btn-secondary { background: var(--paper); }
.section-navy .btn-secondary, .section-intel .btn-secondary, .cta-band.ai .btn-secondary, .cta-band.ok .btn-secondary { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.3); }
.section-navy .btn-secondary:hover, .section-intel .btn-secondary:hover, .cta-band.ai .btn-secondary:hover, .cta-band.ok .btn-secondary:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.65); color: #fff; }
.msg-actions .btn-secondary { background: var(--paper); }
.annc { background: var(--brass); color: var(--navy); } .annc a { color: var(--navy); } .annc-close { color: var(--navy); } .annc-close:hover { background: rgba(11, 22, 48, 0.1); }
.st.offer { color: var(--warn-deep); background: var(--warn-wash); }
.plan .name .st { font-size: 0.7rem; }

/* the trust row stays a flex row when the region rule reveals the EU item */
[data-region-group="eu"] .trust-row [data-eu-only] { display: inline-flex; }
.trust-row > span > span { display: inline; }

/* currency menu: symbol and code */
.region-menu { width: 19rem; }
.region-menu .rg small .sym { display: inline-block; min-width: 1.8em; text-align: right; color: var(--ink); font-weight: 600; margin-right: 0.25rem; }
.region-label { white-space: nowrap; }

/* scenario cards: what happened, what WebCrew did, minute by minute */
.scenarios { display: grid; gap: var(--s-4); }
@media (min-width: 700px) { .scenarios { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .scenarios { grid-template-columns: repeat(3, 1fr); gap: var(--s-6); } }
.scn { display: grid; grid-template-rows: auto auto 1fr auto; background: var(--paper); border: 1px solid var(--hair); border-radius: var(--r-lg); overflow: hidden; min-width: 0; }
.section-tint .scn { border-color: transparent; box-shadow: var(--shadow-1); }
.scn-head { display: flex; align-items: center; gap: 0.6rem; padding: 0.7rem 1rem; background: var(--sail); border-bottom: 1px solid var(--hair-2); font-size: var(--fs-caption); color: var(--ink-2); min-width: 0; }
.scn-head .dot { flex: none; }
.scn-head b { color: var(--ink); font-weight: 600; font-variant-numeric: tabular-nums; white-space: nowrap; }
.scn-head .site { margin-left: auto; font-family: var(--mono); font-size: 0.72rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.scn-q { padding: var(--s-4) var(--s-6) 0; font-family: var(--expr); font-weight: 600; font-size: 1.125rem; line-height: 1.35; color: var(--ink); }
.scn-q::before { content: "\201C"; color: var(--acc); } .scn-q::after { content: "\201D"; color: var(--acc); }
.scn-log { list-style: none; margin: 0; padding: var(--s-4) var(--s-6); display: grid; gap: 0.5rem; align-content: start; }
.scn-log li { display: grid; grid-template-columns: 3.6rem 1fr; gap: 0.6rem; font-size: var(--fs-small); color: var(--ink-2); line-height: 1.45; }
.scn-log time, .scn-log .t { font-family: var(--mono); font-size: 0.72rem; color: var(--ink-2); padding-top: 0.2rem; white-space: nowrap; }
.scn-log li.you { color: var(--ink); } .scn-log li.you .t { color: var(--acc-text); font-weight: 700; }
.scn-log li b { color: var(--ink); font-weight: 600; }
.scn-out { margin: 0 var(--s-6) var(--s-6); padding: 0.6rem 0.8rem; border-radius: var(--r-md); background: var(--acc-wash); color: var(--acc-text); font-size: var(--fs-small); font-weight: 600; display: flex; gap: 0.5rem; align-items: flex-start; line-height: 1.4; }
.scn-out svg { width: 1rem; height: 1rem; flex: none; margin-top: 0.15rem; }
.scn-out.soon { background: var(--warn-wash); color: var(--warn-deep); }
.section-navy .scn, .section-intel .scn { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.1); }
.section-navy .scn-head, .section-intel .scn-head { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.08); color: var(--on-dark-2); }
.section-navy .scn-head b, .section-intel .scn-head b, .section-navy .scn-q, .section-intel .scn-q, .section-navy .scn-log li b, .section-intel .scn-log li b, .section-navy .scn-log li.you, .section-intel .scn-log li.you { color: #fff; }
.section-navy .scn-log li, .section-intel .scn-log li, .section-navy .scn-log .t, .section-intel .scn-log .t { color: var(--on-dark-2); }
.section-intel .scn-out, .section-navy .scn-out { background: rgba(255, 255, 255, 0.1); color: #fff; }
.section-intel .scn-log li.you .t, .section-navy .scn-log li.you .t { color: #c4b5fd; }

/* the tool's own UI, as a mock: colours are the tool's identity, not the brand */
.tui { --tbg: #fff; --tfg: #111; --tmuted: #6b7280; --tside: #f3f4f6; --tbubble: #f3f4f6; --taccent: #111; --ton: #fff; border-radius: var(--r-lg); overflow: hidden; background: var(--tbg); color: var(--tfg); box-shadow: 0 20px 50px rgba(11, 22, 48, 0.28); font-size: var(--fs-small); display: grid; grid-template-columns: 1fr; min-height: 22rem; text-align: left; }
.tui.has-side { grid-template-columns: 9.5rem 1fr; }
.tui-side { background: var(--tside); padding: 0.9rem 0.75rem; display: grid; align-content: start; gap: 0.25rem; font-size: 0.75rem; color: var(--tmuted); min-width: 0; }
.tui-side .lg { display: flex; align-items: center; gap: 0.45rem; color: var(--tfg); font-weight: 700; margin-bottom: 0.5rem; padding: 0.25rem 0.5rem; } .tui-side .lg svg { width: 1.1rem; height: 1.1rem; fill: currentColor; flex: none; }
.tui-side span { padding: 0.35rem 0.5rem; border-radius: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .tui-side span.on { background: rgba(127, 127, 127, 0.16); color: var(--tfg); }
.tui-main { display: grid; grid-template-rows: auto 1fr auto; min-width: 0; }
.tui-bar { display: flex; align-items: center; gap: 0.5rem; padding: 0.6rem 0.9rem; border-bottom: 1px solid rgba(127, 127, 127, 0.18); font-size: 0.75rem; color: var(--tmuted); min-width: 0; }
.tui-bar .lg { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--tfg); font-weight: 600; } .tui-bar .lg svg { width: 1rem; height: 1rem; fill: currentColor; }
.tui-bar .conn { margin-left: auto; display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.2rem 0.55rem; border-radius: 999px; background: var(--accent-wash); color: var(--accent-text); font-weight: 600; white-space: nowrap; } .tui-bar .conn svg { width: 0.9rem; height: 0.65rem; fill: var(--accent); }
.tui-chat { padding: 1rem 0.9rem; display: grid; gap: 0.75rem; align-content: start; }
.tui-msg { max-width: 94%; padding: 0.65rem 0.85rem; border-radius: 14px; line-height: 1.5; background: var(--tbubble); color: var(--tfg); }
.tui-msg.you { margin-left: auto; background: var(--taccent); color: var(--ton); }
.tui-msg .via { display: flex; align-items: center; gap: 0.4rem; font-size: 0.7rem; color: var(--tmuted); margin-bottom: 0.35rem; } .tui-msg .via svg { width: 0.85rem; height: 0.6rem; fill: var(--accent); }
.tui-msg table { width: 100%; font-size: 0.75rem; margin-top: 0.45rem; border-collapse: collapse; } .tui-msg td, .tui-msg th { padding: 0.28rem 0.4rem; border-top: 1px solid rgba(127, 127, 127, 0.22); text-align: left; vertical-align: top; } .tui-msg th { font-weight: 600; border-top: 0; } .tui-msg td:first-child { font-weight: 600; white-space: nowrap; }
.tui-msg .foot { margin-top: 0.45rem; font-size: 0.72rem; color: var(--tmuted); }
.tui-in { margin: 0 0.9rem 0.9rem; padding: 0.55rem 0.5rem 0.55rem 0.9rem; border: 1px solid rgba(127, 127, 127, 0.3); border-radius: 12px; color: var(--tmuted); display: flex; justify-content: space-between; align-items: center; gap: 0.5rem; font-size: 0.78rem; } .tui-in i { width: 1.6rem; height: 1.6rem; border-radius: 50%; background: var(--taccent); display: inline-grid; place-items: center; flex: none; } .tui-in i::after { content: ""; width: 0.5rem; height: 0.5rem; border-right: 2px solid var(--ton); border-top: 2px solid var(--ton); transform: rotate(-45deg) translate(-1px, 1px); }
.tui.ide { grid-template-columns: 1fr 15.5rem; }
.tui.ide .tui-code { background: var(--tside); padding: 0.9rem 1rem; font-family: var(--mono); font-size: 0.72rem; line-height: 1.65; color: var(--tmuted); overflow: hidden; white-space: pre; min-width: 0; }
.tui.ide .tui-code b { color: var(--tfg); font-weight: 500; } .tui.ide .tui-code .k { color: var(--taccent); }
.tui.ide .tui-code .tab { display: inline-block; padding: 0.25rem 0.6rem; margin: -0.9rem 0 0.75rem -1rem; background: var(--tbg); color: var(--tfg); font-family: var(--sans); font-size: 0.7rem; border-right: 1px solid rgba(127, 127, 127, 0.2); }
.tui.ide .tui-main { border-left: 1px solid rgba(127, 127, 127, 0.18); }
.tui.cmd { min-height: 0; max-width: 34rem; margin-inline: auto; }
.tui.cmd .tui-search { display: flex; align-items: center; gap: 0.6rem; padding: 0.9rem 1rem; font-size: 1rem; color: var(--tfg); border-bottom: 1px solid rgba(127, 127, 127, 0.2); } .tui.cmd .tui-search .at { color: var(--taccent); font-weight: 600; }
.tui.cmd .tui-list { padding: 0.5rem; display: grid; gap: 0.1rem; } .tui.cmd .tui-list div { display: flex; justify-content: space-between; gap: 1rem; padding: 0.55rem 0.75rem; border-radius: 8px; color: var(--tmuted); } .tui.cmd .tui-list div.on { background: rgba(127, 127, 127, 0.16); color: var(--tfg); } .tui.cmd .tui-list div b { color: var(--tfg); font-weight: 500; } .tui.cmd .tui-list div small { white-space: nowrap; }
.tui.flow { min-height: 0; }
.tui.flow .tui-canvas { position: relative; padding: 1.5rem 1.25rem; display: flex; align-items: center; gap: 0.75rem; min-height: 13rem; overflow: hidden; background-image: radial-gradient(rgba(127, 127, 127, 0.28) 1px, transparent 1px); background-size: 14px 14px; }
.tui.flow .node { background: var(--tbubble); border: 1px solid rgba(127, 127, 127, 0.3); border-radius: 10px; padding: 0.6rem 0.75rem; font-size: 0.72rem; min-width: 6.5rem; color: var(--tmuted); flex: none; } .tui.flow .node b { display: block; color: var(--tfg); font-size: 0.78rem; } .tui.flow .node.wc { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-wash); }
.tui.flow .edge { flex: 1; min-width: 1rem; height: 2px; background: var(--tmuted); position: relative; } .tui.flow .edge::after { content: ""; position: absolute; right: -1px; top: -3px; border: 4px solid transparent; border-left-color: var(--tmuted); }
@media (max-width: 600px) { .tui.has-side, .tui.ide { grid-template-columns: 1fr; } .tui-side, .tui.ide .tui-code { display: none; } .tui.flow .tui-canvas { flex-wrap: wrap; } .tui.flow .edge { display: none; } }
.tool-mark { display: inline-grid; place-items: center; width: 3.25rem; height: 3.25rem; border-radius: var(--r-md); background: var(--paper); border: 1px solid var(--hair); margin-bottom: var(--s-4); }
.tool-mark svg { width: 1.9rem; height: 1.9rem; fill: var(--ink); }
.tool .ini { width: 2.25rem; height: 2.25rem; border-radius: 8px; background: var(--sail); display: grid; place-items: center; font-weight: 700; color: var(--ink); font-size: 0.9rem; }

/* releases: version, date, what shipped */
.releases { display: grid; gap: var(--s-4); }
.rel { display: grid; grid-template-columns: 11rem 1fr; gap: var(--s-6); padding: var(--s-6); border: 1px solid var(--hair); border-radius: var(--r-lg); background: var(--paper); }
@media (max-width: 700px) { .rel { grid-template-columns: 1fr; gap: var(--s-3); } }
.rel-meta { display: grid; align-content: start; gap: 0.4rem; }
.rel-meta .v { font-family: var(--mono); font-weight: 700; font-size: 1.125rem; color: var(--ink); letter-spacing: -0.01em; }
.rel-meta time, .rel-meta .when { font-size: var(--fs-small); color: var(--ink-2); font-variant-numeric: tabular-nums; }
.rel h3 { font-size: var(--fs-h3); }
.rel p.sum { margin-top: 0.35rem; color: var(--ink-2); font-size: var(--fs-small); }
.rel ul { margin-top: var(--s-4); display: grid; gap: 0.5rem; }
.rel li { display: grid; grid-template-columns: 1.2rem 1fr; gap: 0.6rem; font-size: var(--fs-small); color: var(--ink-2); }
.rel li b { color: var(--ink); font-weight: 600; }
.rel li svg { width: 1.2rem; height: 1.2rem; color: var(--ok-dot); margin-top: 0.1rem; }
.rel.next { border-style: dashed; } .rel.next li svg { color: var(--brass); }
.rel.later { border-style: dashed; } .rel.later li svg { color: var(--ink-3); }
.rel .st { justify-self: start; }
.rel-year { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-2); font-weight: 600; margin: var(--s-6) 0 0; }

/* footer, redesigned: pitch and page finder above the link columns */
.footer-top { display: grid; gap: var(--s-8); padding-bottom: var(--s-12); margin-bottom: var(--s-12); border-bottom: 1px solid rgba(255, 255, 255, 0.12); align-items: start; }
@media (min-width: 900px) { .footer-top { grid-template-columns: 1.1fr 1fr; gap: var(--s-16); } }
.footer-pitch h2 { color: #fff; font-size: var(--fs-h2); margin-top: var(--s-2); max-width: 22ch; text-transform: none; letter-spacing: -0.02em; font-weight: 700; }
.footer-pitch .risk { color: var(--on-dark-2); }
.footer-pitch .tagline { margin-top: 0; }
.finder { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: var(--r-xl); padding: var(--s-6); }
.finder-h { color: #fff; font-weight: 600; font-size: var(--fs-body); }
.finder-p { margin-top: 0.35rem; font-size: var(--fs-small); color: var(--on-dark-2); }
.finder-btn { margin-top: var(--s-4); width: 100%; display: flex; align-items: center; gap: 0.6rem; min-height: 3rem; padding: 0.6rem 0.9rem; border-radius: var(--r-md); background: #fff; color: var(--ink); font-weight: 500; font-size: var(--fs-small); text-align: left; }
.finder-btn svg { width: 1rem; height: 1rem; flex: none; color: var(--ink-2); }
.finder-btn .chev { margin-left: auto; width: 0.8rem; height: 0.8rem; transition: transform 0.15s; } .finder-btn[aria-expanded="true"] .chev { transform: rotate(180deg); }
.finder-panel { margin-top: 0.5rem; background: #fff; color: var(--ink); border-radius: var(--r-lg); padding: var(--s-3); }
.finder-in { position: relative; display: flex; align-items: center; }
.finder-in svg { position: absolute; left: 0.8rem; width: 1rem; height: 1rem; color: var(--ink-2); }
.finder-in input { width: 100%; min-height: 2.75rem; padding: 0.5rem 5.5rem 0.5rem 2.5rem; border: 1px solid var(--hair); border-radius: var(--r-md); background: var(--sail); }
.finder-count { position: absolute; right: 0.8rem; font-size: var(--fs-caption); color: var(--ink-2); }
.finder-list { list-style: none; margin: 0.5rem 0 0; padding: 0; max-height: 22rem; overflow: auto; display: grid; gap: 0.5rem; }
.finder-list .fg-h { display: flex; justify-content: space-between; gap: 0.5rem; padding: 0.4rem 0.6rem 0.2rem; font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-2); font-weight: 600; }
.finder-list .fg-h small { font-weight: 500; letter-spacing: 0; text-transform: none; }
.finder-list .fg ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0.1rem 0.5rem; }
.finder-list .fg li a { display: block; padding: 0.3rem 0.6rem; border-radius: var(--r-sm); color: var(--ink); font-size: var(--fs-small); text-decoration: none; min-height: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.finder-list .fg li a:hover { background: var(--sail); color: var(--ink); text-decoration: underline; }
.finder-list .more { grid-column: 1 / -1; padding: 0.2rem 0.6rem; font-size: var(--fs-caption); color: var(--ink-2); }
.footer-mail { margin-top: var(--s-4); display: grid; gap: 0.1rem; }
.footer .jkc { display: inline-flex; align-items: center; gap: 0.6rem; margin-top: var(--s-6); padding: 0.5rem 0.75rem 0.5rem 0.65rem; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: var(--r-md); color: var(--on-dark-2); font-size: var(--fs-caption); }
.footer .jkc img { height: 1.05rem; width: auto; opacity: 0.92; }
.footer .jkc:hover { text-decoration: none; border-color: rgba(255, 255, 255, 0.45); color: #fff; }
@media (min-width: 900px) { .footer-cols { grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; } }
.footer-legal { align-items: center; }

/* about: the founders with their photos */
.founders .card { display: grid; grid-template-columns: 6.5rem 1fr; gap: var(--s-4) var(--s-6); align-items: start; }
.founders .card .photo-sm { width: 6.5rem; height: 8rem; object-fit: cover; object-position: top; border-radius: var(--r-md); grid-row: 1 / span 3; margin: 0; }
.founders .card h3 { font-size: var(--fs-h3); } .founders .card .role { display: block; color: var(--ink-2); font-size: var(--fs-small); font-weight: 400; margin-top: 0.2rem; }
.founders .card p { margin-top: 0; }
.founders .card .links { display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; font-size: var(--fs-small); }
@media (max-width: 480px) { .founders .card { grid-template-columns: 1fr; } .founders .card .photo-sm { grid-row: auto; width: 8rem; height: 10rem; } }
img.avatar { object-fit: cover; object-position: top; }

/* integrations */
.integs { display: grid; gap: var(--s-4); grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr)); }
.integ { padding: var(--s-6); border: 1px solid var(--hair); border-radius: var(--r-lg); background: var(--paper); display: grid; gap: 0.5rem; align-content: start; }
.integ .lg { width: 2.75rem; height: 2.75rem; border-radius: var(--r-md); border: 1px solid var(--hair); display: grid; place-items: center; background: var(--paper); color: var(--ink); }
.integ .lg svg { width: 1.5rem; height: 1.5rem; fill: currentColor; color: var(--ink); }
.integ .lg svg.d { fill: none; }
.integ h3 { font-size: var(--fs-body); font-weight: 600; letter-spacing: 0; display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; }
.integ p { font-size: var(--fs-small); color: var(--ink-2); }
.section-tint .integ { border-color: transparent; }

/* cases */
.case-facts { display: grid; gap: var(--s-4); grid-template-columns: repeat(2, 1fr); }
@media (min-width: 800px) { .case-facts { grid-template-columns: repeat(4, 1fr); } }
.case-fact { padding: var(--s-4) var(--s-6); border-left: 3px solid var(--accent); background: var(--sail); border-radius: 0 var(--r-md) var(--r-md) 0; }
.case-fact b { display: block; font-size: var(--fs-body); } .case-fact span { font-size: var(--fs-small); color: var(--ink-2); }
.quote-block { padding: var(--s-8); border-radius: var(--r-xl); background: var(--navy); color: var(--on-dark); position: relative; overflow: hidden; }
.quote-block p.q { font-family: var(--expr); font-size: 1.375rem; line-height: 1.4; color: #fff; max-width: 40ch; }
.quote-block .who { display: flex; align-items: center; gap: 0.75rem; margin-top: var(--s-6); color: var(--on-dark-2); font-size: var(--fs-small); }
.quote-block .who img { width: 2.75rem; height: 2.75rem; border-radius: 50%; object-fit: cover; object-position: top; }
.quote-block .who b { display: block; color: #fff; }
.day-log { display: grid; gap: 0; border-left: 2px solid var(--hair); margin-left: 3.2rem; }
.day-log li { display: grid; grid-template-columns: 1fr; gap: 0.25rem; padding: 0 0 var(--s-6) var(--s-6); position: relative; }
.day-log li::before { content: ""; position: absolute; left: -7px; top: 0.35rem; width: 12px; height: 12px; border-radius: 50%; background: var(--paper); border: 2px solid var(--accent); }
.day-log li.warn::before { border-color: var(--brass); } .day-log li.crit::before { border-color: var(--crit-dot); } .day-log li.ai::before { border-color: var(--ai); }
.day-log .t { position: absolute; left: -4.4rem; top: 0.1rem; width: 3.4rem; text-align: right; font-family: var(--mono); font-size: 0.75rem; color: var(--ink-2); }
.day-log b { font-weight: 600; } .day-log p { font-size: var(--fs-small); color: var(--ink-2); max-width: 60ch; }

/* ISO 27001 status on /security/ */
.iso { display: grid; gap: var(--s-6); align-items: center; padding: var(--s-8); border-radius: var(--r-xl); background: var(--paper); border: 1px solid var(--hair); }
@media (min-width: 900px) { .iso { grid-template-columns: 1fr 1fr; gap: var(--s-12); } }
.iso-steps { display: grid; gap: var(--s-3); counter-reset: iso; }
.iso-steps li { display: grid; grid-template-columns: 2rem 1fr; gap: 0.75rem; align-items: start; font-size: var(--fs-small); color: var(--ink-2); }
.iso-steps li::before { counter-increment: iso; content: counter(iso); width: 2rem; height: 2rem; border-radius: 50%; display: grid; place-items: center; font-size: 0.8rem; font-weight: 700; background: var(--sail); color: var(--ink); border: 1px solid var(--hair); }
.iso-steps li.done::before { background: var(--ok-dot); color: #fff; border-color: var(--ok-dot); content: "\2713"; }
.iso-steps li.now::before { background: var(--grad-brand); color: #fff; border-color: transparent; }
.iso-steps li b { color: var(--ink); font-weight: 600; display: block; }
/* v16 fixes after the first look */
.footer .ctas .btn { display: inline-flex; padding: 0.85rem 1.5rem; min-height: 3.25rem; color: #fff; }
.footer .ctas .btn:hover { text-decoration: none; }
.footer .ctas .btn-secondary { color: #fff; border-color: rgba(255, 255, 255, 0.3); }
.tool-mark { display: grid; }
.tui.ide { grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); }
.tui.ide .tui-code { white-space: pre-wrap; overflow-wrap: anywhere; }
.tui-bar { flex-wrap: wrap; row-gap: 0.35rem; }
.tui-msg td small { display: block; color: var(--tmuted); font-size: 0.7rem; margin-top: 0.1rem; }
.tui.cmd .tui-search svg { width: 1.25rem; height: 1.25rem; fill: currentColor; flex: none; }
.tui.cmd .tui-list svg { width: 1rem; height: 0.7rem; fill: var(--accent); vertical-align: middle; margin-right: 0.3rem; }
.tui.flow .node { flex: 1 1 0; min-width: 0; } .tui.flow .node b, .tui.flow .node { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.scn-q { padding-bottom: 0.25rem; } .scn-log { padding-top: 0.75rem; }
.article-cta .btn-secondary, .calc-out .btn-secondary, .quote-block .btn-secondary { color: #fff; border-color: rgba(255, 255, 255, 0.3); }
.article-cta .btn-secondary:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.65); color: #fff; }


/* ====================================================================== v17 (07-09-2026, meeting + Justins antwoorden) */
/* Font Awesome Pro Light replaces the drawn product icons (O4). Sized where svg.d was. */
.d-i { font-size: 1.35rem; line-height: 1; color: var(--acc, var(--accent-text)); }
.ic .d-i, .lg .d-i { font-size: 1.3rem; } .way .ic .d-i { font-size: 1.55rem; } .menu-link .ic .d-i { font-size: 1.05rem; }
.integ .lg .d-i, .tile .d-i { font-size: 1.5rem; }
.section-navy .d-i, .section-intel .d-i { color: #fff; }
/* Scenario chat cards: the visitor speaks (right), WebCrew answers (left), the outcome closes. */
.scn { grid-template-rows: auto 1fr auto; padding-top: var(--s-5); }
.scn .bub { display: inline-block; max-width: 100%; padding: 0.6rem 0.85rem; border-radius: 1rem; font-size: var(--fs-small); line-height: 1.45; }
.scn-q { padding: 0 var(--s-5); font-family: var(--font-body); font-weight: 500; font-size: var(--fs-small); text-align: right; }
.scn-q::before, .scn-q::after { content: none; }
.scn-q .bub { background: var(--acc, var(--accent)); color: #fff; border-bottom-right-radius: 0.3rem; text-align: left; }
.scn[data-accent="ok"] .scn-q .bub { background: var(--ok); } .scn[data-accent="warn"] .scn-q .bub { background: var(--warn-deep); }
.scn[data-accent="crit"] .scn-q .bub { background: var(--crit, #b42318); } .scn[data-accent="ai"] .scn-q .bub { background: var(--ai); }
.scn-log { padding: var(--s-4) var(--s-5) 0; gap: 0.55rem; }
.scn-log li { grid-template-columns: 1.6rem 1fr; gap: 0.5rem; align-items: end; color: var(--ink); }
.scn-log li .who { width: 1.6rem; height: 1.6rem; border-radius: 50%; background: var(--navy, #0b1630); display: grid; place-items: center; }
.scn-log li .who svg { width: 1rem; height: 0.7rem; fill: #fff; }
.scn-log li .bub { background: var(--sail); color: var(--ink); border-bottom-left-radius: 0.3rem; }
.scn-log li.you { grid-template-columns: 1fr; justify-items: end; } .scn-log li.you .bub { background: var(--paper); border: 1px solid var(--hair); border-bottom-right-radius: 0.3rem; color: var(--ink); }
.scn-log li b { font-weight: 600; }
.scn-out { margin: var(--s-4) var(--s-5) var(--s-5); display: flex; gap: 0.5rem; align-items: flex-start; font-size: var(--fs-caption); font-weight: 600; }
.section-navy .scn-log li .bub, .section-intel .scn-log li .bub { background: rgba(255,255,255,0.1); color: #fff; }
.section-navy .scn-log li.you .bub, .section-intel .scn-log li.you .bub { background: transparent; border-color: rgba(255,255,255,0.3); color: #fff; }
.section-navy .scn-log li .who, .section-intel .scn-log li .who { background: rgba(255,255,255,0.18); }
/* the conversation plays when the card scrolls into view */
.js .scn .scn-q, .js .scn .scn-log li, .js .scn .scn-out { opacity: 0; transform: translateY(8px); }
.js .scn.play .scn-q, .js .scn.play .scn-log li, .js .scn.play .scn-out { animation: bubin 0.5s var(--ease) both; }
.js .scn.play .scn-log li:nth-child(1) { animation-delay: 0.35s; } .js .scn.play .scn-log li:nth-child(2) { animation-delay: 0.8s; } .js .scn.play .scn-log li:nth-child(3) { animation-delay: 1.25s; } .js .scn.play .scn-log li:nth-child(4) { animation-delay: 1.7s; }
.js .scn.play .scn-out { animation-delay: 1.8s; }
@keyframes bubin { from { opacity: 0; transform: translateY(8px) scale(0.98); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .js .scn .scn-q, .js .scn .scn-log li, .js .scn .scn-out { opacity: 1; transform: none; animation: none; } }
/* carousel: more than three cards scroll sideways, three in view on desktop */
.scenarios.carousel { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: var(--s-6); padding-bottom: 0.5rem; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.scenarios.carousel::-webkit-scrollbar { display: none; }
.scenarios.carousel > .scn { flex: 0 0 min(100%, 21rem); scroll-snap-align: start; }
@media (min-width: 700px) { .scenarios.carousel > .scn { flex-basis: calc((100% - var(--s-6)) / 2); } }
@media (min-width: 1000px) { .scenarios.carousel > .scn { flex-basis: calc((100% - 2 * var(--s-6)) / 3); } }
.scenarios.carousel:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; border-radius: var(--r-md); }
.scn-nav { display: flex; align-items: center; justify-content: center; gap: var(--s-4); margin-top: var(--s-6); }
.scn-btn { width: 2.5rem; height: 2.5rem; border-radius: 50%; border: 1px solid var(--hair); background: var(--paper); color: var(--ink); display: grid; place-items: center; cursor: pointer; transition: background 0.2s var(--ease), transform 0.2s var(--ease); }
.scn-btn svg { width: 1rem; height: 1rem; } .scn-btn.prev svg { transform: rotate(180deg); }
.scn-btn:hover:not(:disabled) { background: var(--sail); transform: translateY(-1px); } .scn-btn:disabled { opacity: 0.35; cursor: default; }
.scn-dots { display: flex; gap: 0.4rem; } .scn-dots i { width: 0.45rem; height: 0.45rem; border-radius: 50%; background: var(--hair); transition: background 0.2s, width 0.2s; } .scn-dots i.on { background: var(--accent); width: 1.2rem; border-radius: 0.3rem; }
.section-navy .scn-btn, .section-intel .scn-btn { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.2); color: #fff; }
.section-navy .scn-dots i, .section-intel .scn-dots i { background: rgba(255,255,255,0.25); } .section-navy .scn-dots i.on, .section-intel .scn-dots i.on { background: #fff; }
/* "Coming in 2 weeks": dated labels link to the roadmap item */
.soon-link, .st.road .soon-link, .table .soon .soon-link { color: inherit; text-decoration: none; }
.soon-link:hover { text-decoration: underline; }
.dated svg { width: 0.9rem; height: 0.9rem; vertical-align: -0.1em; margin-right: 0.25rem; }
/* cookie banner: a compact card, bottom left, not a bar */
.consent { left: var(--gutter); right: auto; bottom: var(--gutter); max-width: 26rem; border-radius: var(--r-lg); box-shadow: var(--shadow-2); border: 1px solid var(--hair); }
.consent-inner { width: auto; margin: 0; display: grid; gap: var(--s-4); padding: var(--s-5); }
.consent-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; } .consent-actions .btn { min-width: 0; } .consent-actions .btn-secondary { grid-column: 1 / -1; }
@media (max-width: 600px) { .consent { left: 0.75rem; right: 0.75rem; bottom: 0.75rem; max-width: none; } }
/* hero: copy rises in, the visual follows */
.js .hero-copy > * { animation: rise 0.6s var(--ease) both; }
.js .hero-copy > :nth-child(1) { animation-delay: 0.05s; } .js .hero-copy > :nth-child(2) { animation-delay: 0.12s; } .js .hero-copy > :nth-child(3) { animation-delay: 0.2s; } .js .hero-copy > :nth-child(4) { animation-delay: 0.28s; } .js .hero-copy > :nth-child(5) { animation-delay: 0.36s; } .js .hero-copy > :nth-child(6) { animation-delay: 0.44s; } .js .hero-copy > :nth-child(7) { animation-delay: 0.52s; }
.js .hero-visual { animation: rise 0.8s 0.3s var(--ease) both; }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .js .hero-copy > *, .js .hero-visual { animation: none; } }
/* cards lift a little on hover; buttons already do */
.feature, .add, .integ, .tile, .card, .way { transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease); }
@media (hover: hover) { .feature:hover, .add:hover, .integ:hover, .tile:hover, .way:hover { transform: translateY(-3px); box-shadow: var(--shadow-1); } }
/* JKC Software mark in the footer */
.footer .jkc img { height: 1.6rem; }
/* consent card: one column, readable width (overrides the v15 bar layout) */
.consent-inner { display: grid; grid-template-columns: 1fr; align-items: start; }
.consent-text { max-width: none; } .consent-text h2 { font-size: 1.0625rem; } .consent-text p { max-width: none; }

/* v17: hero price tooltip */
.price-line .per { display: inline-flex; align-items: center; gap: 0.35rem; }
.tip { position: relative; display: inline-flex; }
.tip-btn { width: 1.35rem; height: 1.35rem; border-radius: 50%; border: 1px solid var(--hair); background: var(--paper); color: var(--ink-2); display: grid; place-items: center; cursor: help; padding: 0; }
.tip-btn svg { width: 0.85rem; height: 0.85rem; } .tip-btn:hover, .tip-btn:focus-visible { color: var(--accent-text); border-color: var(--accent); outline: none; }
.tip-box { position: absolute; left: 50%; bottom: calc(100% + 0.6rem); transform: translateX(-50%) translateY(4px); width: 19rem; max-width: 80vw; padding: 0.75rem 0.9rem; background: var(--ink); color: #fff; border-radius: var(--r-md); font-size: var(--fs-caption); line-height: 1.45; box-shadow: var(--shadow-2); opacity: 0; pointer-events: none; transition: opacity 0.2s var(--ease), transform 0.2s var(--ease); z-index: 5; text-align: left; }
.tip-box::after { content: ""; position: absolute; left: 50%; top: 100%; margin-left: -6px; border: 6px solid transparent; border-top-color: var(--ink); }
.tip-box b { color: #fff; }
.tip:hover .tip-box, .tip:focus-within .tip-box { opacity: 1; transform: translateX(-50%) translateY(0); pointer-events: auto; }
@media (max-width: 600px) { .tip-box { left: auto; right: -1rem; transform: translateY(4px); } .tip:hover .tip-box, .tip:focus-within .tip-box { transform: none; } .tip-box::after { left: auto; right: 1.3rem; } }
.trust-row.usps { gap: 0.6rem 1.75rem; } .trust-row.usps span { color: var(--ink); font-weight: 500; font-size: var(--fs-small); }
/* v17: pricing, two cards under the heading */
.hero-plans { padding-bottom: clamp(3rem, 6vw, 5rem); }
.hero-plans .section-head { margin-bottom: var(--s-10); }
.plans.two { grid-template-columns: 1fr; max-width: 62rem; margin-inline: auto; align-items: stretch; }
@media (min-width: 820px) { .plans.two { grid-template-columns: 1fr 1.15fr; } }
.plans.two .plan { position: relative; grid-template-rows: auto auto auto 1fr auto auto; box-shadow: var(--shadow-1); }
.plans.two .plan.featured { border-width: 2px; }
.plan .ribbon { position: absolute; top: -0.85rem; left: var(--s-8); background: var(--grad-brand); color: #fff; font-size: var(--fs-caption); font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; padding: 0.3rem 0.7rem; border-radius: 999px; }
.plan .price-block .day { display: flex; align-items: baseline; gap: 0.5rem; font-size: 2.75rem; font-weight: 700; letter-spacing: -0.03em; line-height: 1; }
.plan .price-block .day small { font-size: var(--fs-small); font-weight: 400; color: var(--ink-2); letter-spacing: 0; }
.plan .price-block .month { margin-top: 0.5rem; font-size: var(--fs-small); color: var(--ink-2); }
.plan .price-block .month s { color: var(--ink-2); }
.plan .soon { display: inline-block; margin-left: 0.3rem; font-size: var(--fs-caption); color: var(--warn-deep); font-weight: 600; }
.table.plain .std { background: transparent; }
.table.plain thead .std { border-top: 3px solid var(--accent); }
.table.plain td.yes::before { content: "✓"; color: var(--ok-dot); font-weight: 700; margin-right: 0.4rem; }
.table.plain td.no { color: var(--ink-3); } .table.plain td.no::before { content: "–"; margin-right: 0.4rem; }
/* v17: roadmap */
.rel-meta .v.when { font-family: var(--font-body); font-size: var(--fs-body); font-weight: 600; }
.rel.next .v.when time { font-size: inherit; color: var(--ink); }
.rel:target { outline: 2px solid var(--accent); outline-offset: 4px; }
.rel h3 { text-wrap: balance; }
.hero-plans .plans.two { margin-top: var(--s-12); }
.table.plain td.no { color: var(--ink-2); }

/* v17: capabilities web around the live counter */
.capweb { position: relative; width: min(100%, 26rem); aspect-ratio: 1; margin-inline: auto; display: grid; place-items: center; -webkit-mask-image: radial-gradient(circle at center, #000 62%, transparent 100%); mask-image: radial-gradient(circle at center, #000 62%, transparent 100%); }
.capweb.lg { width: min(100%, 32rem); }
.cw-lines { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: var(--hair); stroke-width: 1; }
.cw-lines circle { stroke-dasharray: 3 6; opacity: 0.8; }
.cw-lines g line { stroke: var(--ai); opacity: 0.25; }
.cw-ring { position: absolute; inset: 0; animation: cw-spin 90s linear infinite; }
.cw-node { position: absolute; left: 50%; top: 50%; width: 2.6rem; height: 2.6rem; margin: -1.3rem; border-radius: 50%; background: var(--paper); border: 1px solid var(--hair); box-shadow: var(--shadow-1); display: grid; place-items: center; transform: rotate(calc(var(--i) * 30deg)) translateY(-42%) rotate(calc(var(--i) * -30deg)); animation: cw-counter 90s linear infinite; }
.cw-node svg, .cw-node img { width: 1.3rem; height: 1.3rem; }
.cw-center { position: relative; z-index: 1; }
.cw-center .counter { box-shadow: var(--shadow-2); }
@keyframes cw-spin { to { transform: rotate(360deg); } }
@keyframes cw-counter { from { transform: rotate(calc(var(--i) * 30deg)) translateY(-42%) rotate(calc(var(--i) * -30deg)); } to { transform: rotate(calc(var(--i) * 30deg)) translateY(-42%) rotate(calc(var(--i) * -30deg - 360deg)); } }
@media (prefers-reduced-motion: reduce) { .cw-ring, .cw-node { animation: none; } }
.section-navy .cw-node, .section-intel .cw-node { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); }
.hero .capweb { margin-top: 0; }
/* ring radius in container units: translate percentages would refer to the node itself */
.capweb { container-type: inline-size; }
.cw-node { transform: rotate(calc(var(--i) * 30deg)) translateY(-42cqw) rotate(calc(var(--i) * -30deg)); }
@keyframes cw-counter { from { transform: rotate(calc(var(--i) * 30deg)) translateY(-42cqw) rotate(calc(var(--i) * -30deg)); } to { transform: rotate(calc(var(--i) * 30deg)) translateY(-42cqw) rotate(calc(var(--i) * -30deg - 360deg)); } }
/* the closed tooltip must not widen the page on small screens */
.tip-box { display: none; }
.tip:hover .tip-box, .tip:focus-within .tip-box { display: block; animation: rise 0.2s var(--ease) both; }
@media (max-width: 600px) { .tip-box { right: 0; left: auto; width: min(19rem, calc(100vw - 3rem)); } }
.hero-visual .capweb .counter { background: var(--paper); }
.capweb { overflow: clip; }

/* v17 polish: one closing band for every page */
.cta-band.ai, .cta-band.ok { background: var(--navy); } .cta-band.ai .label, .cta-band.ok .label { color: var(--on-dark-2); }
/* the founders photo keeps its caption */
.about-grid .photo { overflow: visible; box-shadow: none; } .about-grid .photo img { border-radius: var(--r-xl); box-shadow: var(--shadow-2); }
/* anchors land below the sticky header */
:target, [id] { scroll-margin-top: 5.5rem; }
/* one wave, above the footer only (Dylan 07-09: "alleen bij de footer") */
.wave { line-height: 0; background: transparent; } .wave svg { display: block; width: 100%; height: clamp(1.5rem, 4vw, 3.5rem); fill: var(--navy); }
body:has(main > .section-navy:last-child) .wave, body:has(main > .cta-band:last-child) .wave { display: none; }
/* status chip after a feature paragraph */
.feature p + .st { margin-top: 0.5rem; }
/* tool grid and plugin cards lift like the rest */
.tool, .pl-card a, .path { transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease); }
@media (hover: hover) { .tool:hover, .pl-card a:hover, .path:hover { transform: translateY(-3px); } }

/* v17: footer finder as a dropdown plus inline search (no popover) */
.finder-row { display: grid; gap: 0.6rem; margin-top: var(--s-4); }
@media (min-width: 700px) { .finder-row { grid-template-columns: 1fr 1fr; } }
.finder-sel { width: 100%; min-height: 3rem; padding: 0.6rem 2.4rem 0.6rem 0.9rem; border-radius: var(--r-md); border: 1px solid rgba(255,255,255,0.18); background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2314171c' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M3 6l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 0.9rem center / 0.8rem; color: var(--ink); font: inherit; font-size: var(--fs-small); appearance: none; -webkit-appearance: none; cursor: pointer; }
.finder-in { position: relative; display: flex; align-items: center; }
.finder-in svg { position: absolute; left: 0.9rem; width: 1rem; height: 1rem; color: var(--ink-2); pointer-events: none; }
.finder-in input { width: 100%; min-height: 3rem; padding: 0.6rem 0.9rem 0.6rem 2.5rem; border: 1px solid rgba(255,255,255,0.18); border-radius: var(--r-md); background: #fff; color: var(--ink); font: inherit; font-size: var(--fs-small); }
.finder-in input:focus, .finder-sel:focus { outline: 2px solid var(--accent-bright, #7aa7ff); outline-offset: 1px; }
.finder-list { list-style: none; margin: 0.6rem 0 0; padding: 0.4rem; background: #fff; border-radius: var(--r-md); display: grid; gap: 0.1rem; max-height: 20rem; overflow: auto; }
@media (min-width: 700px) { .finder-list { grid-template-columns: 1fr 1fr; } }
.finder-list li a { display: grid; padding: 0.45rem 0.7rem; border-radius: var(--r-sm); color: var(--ink); text-decoration: none; min-height: 0; }
.finder-list li a b { font-weight: 600; font-size: var(--fs-small); } .finder-list li a small { color: var(--ink-2); font-size: var(--fs-caption); }
.finder-list li a:hover, .finder-list li a:focus-visible { background: var(--sail); text-decoration: none; outline: none; }
.finder-list .fnote { grid-column: 1 / -1; padding: 0.5rem 0.7rem; color: var(--ink-2); font-size: var(--fs-caption); }
