/* jobs.ibcsc.be — habillage clair de la plateforme emploi & freelance.
   Charge apres style.css et job-board.css : les jetons du site sombre sont
   redefinis ici, puis les composants propres a la plateforme (.jx-*). */

@font-face { font-family: Figtree; font-style: normal; font-weight: 400 800; font-display: swap;
    src: url("../fonts/figtree/figtree-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: Figtree; font-style: normal; font-weight: 400 800; font-display: swap;
    src: url("../fonts/figtree/figtree-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

html:has(body.jobs-host) { color-scheme: light; scroll-padding-top: 130px; }
body.jobs-host {
    /* Palette : verts construits sur une seule teinte (~155°), neutres
       legerement teintes vers elle. --jx-green-700 porte le texte blanc des
       boutons avec un contraste AA (4,8:1). */
    --jx-ink: #10231b;
    --jx-ink-2: #3a4f45;
    --jx-ink-3: #62756c;
    --jx-bg: #ffffff;
    --jx-mint-25: #f7fcf9;
    --jx-mint-50: #eef8f2;
    --jx-mint-100: #dff2e7;
    --jx-mint-200: #c3e6d2;
    --jx-line: #e1e9e4;
    --jx-line-2: #cbd8d0;
    --jx-green-500: #16a864;
    --jx-green-600: #11924f;
    --jx-green-700: #0d7a43;
    --jx-green-800: #0a6236;
    --jx-amber: #f5a524;
    --jx-coral: #e8663d;
    --jx-r: 10px;
    --jx-r-lg: 16px;
    --jx-sh-1: 0 1px 2px rgba(16, 35, 27, .06);
    --jx-sh-2: 0 1px 2px rgba(16, 35, 27, .05), 0 10px 28px rgba(16, 35, 27, .09);
    --jx-ease: cubic-bezier(.2, .8, .2, 1);

    /* Jetons du theme sombre (style.css / job-board.css) ramenes au clair. */
    --bg: #ffffff;
    --bg-deep: var(--jx-mint-25);
    --surface: #ffffff;
    --surface-2: var(--jx-mint-50);
    --text: var(--jx-ink);
    --muted: var(--jx-ink-3);
    --cyan: var(--jx-green-700);
    --cyan-soft: var(--jx-green-600);
    --cyan-deep: var(--jx-green-700);
    --green: var(--jx-green-600);
    --line: var(--jx-line);
    --line-strong: var(--jx-line-2);
    --danger: #b4441f;
    --paper: #ffffff;
    --paper-2: var(--jx-mint-50);
    --ink: var(--jx-ink);
    --ink-muted: var(--jx-ink-3);
    --light-line: var(--jx-line);
    --header-h: 118px;
    --shadow-card: var(--jx-sh-2);
    --shadow-pop: 0 18px 48px rgba(16, 35, 27, .16);

    background: var(--jx-bg);
    color: var(--jx-ink);
    font-family: Figtree, system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.55;
}
body.jobs-host::before { content: none; }
body.jobs-host h1, body.jobs-host h2, body.jobs-host h3, body.jobs-host h4 { font-family: inherit; color: var(--jx-ink); letter-spacing: -.02em; }
body.jobs-host a { color: inherit; }
body.jobs-host ::selection { background: var(--jx-mint-200); }
body.jobs-host :focus-visible { outline: 3px solid #8fd9b0; outline-offset: 2px; }

.jx-wrap { width: min(1200px, 100% - 48px); margin-inline: auto; }
.jx-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ── Boutons ─────────────────────────────────────────────── */
.jx-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 18px; border: 0; border-radius: var(--jx-r); font: 700 15px/1 Figtree, sans-serif; text-decoration: none; cursor: pointer; white-space: nowrap; transition: background .15s, box-shadow .15s, color .15s, transform .15s; }
.jx-btn:active { transform: translateY(1px); }
.jx-btn-green { background: var(--jx-green-700); color: #fff !important; }
.jx-btn-green:hover { background: var(--jx-green-800); }
.jx-btn-line { background: #fff; color: var(--jx-ink) !important; box-shadow: inset 0 0 0 1.5px var(--jx-line-2); }
.jx-btn-line:hover { box-shadow: inset 0 0 0 1.5px var(--jx-ink-3); }
.jx-btn-soft { background: var(--jx-mint-50); color: var(--jx-green-800) !important; }
.jx-btn-soft:hover { background: var(--jx-mint-100); }

/* ── En-tete ─────────────────────────────────────────────── */
.jx-top { position: sticky; top: 0; z-index: 60; background: rgba(255, 255, 255, .94); backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--jx-line); }
.jx-top-inner { display: flex; align-items: center; gap: 28px; height: 68px; }
.jx-logo { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; color: var(--jx-ink); }
.jx-logo-mark { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; background: var(--jx-green-700); color: #fff; font: 800 15px/1 Figtree, sans-serif; letter-spacing: -.03em; }
.jx-logo-text { font: 800 20px/1 Figtree, sans-serif; letter-spacing: -.03em; white-space: nowrap; }
.jx-logo-text b { color: var(--jx-green-600); font-weight: 800; }
.jx-nav { display: flex; gap: 2px; flex: 1; }
.jx-nav a { padding: 9px 12px; border-radius: 8px; font-weight: 600; font-size: 15px; color: var(--jx-ink-2); text-decoration: none; }
.jx-nav a:hover { background: var(--jx-mint-50); color: var(--jx-ink); }
.jx-nav a[aria-current="page"] { color: var(--jx-green-700); background: var(--jx-mint-50); }
.jx-top-actions { display: flex; align-items: center; gap: 10px; }
.jx-lang { position: relative; }
.jx-lang summary { list-style: none; cursor: pointer; display: grid; place-items: center; min-width: 44px; min-height: 44px; border-radius: 8px; font-weight: 700; font-size: 14px; color: var(--jx-ink-2); }
.jx-lang summary::-webkit-details-marker { display: none; }
.jx-lang summary:hover { background: var(--jx-mint-50); }
.jx-lang ul { position: absolute; right: 0; top: calc(100% + 6px); margin: 0; padding: 6px; list-style: none; background: #fff; border-radius: 12px; box-shadow: var(--jx-sh-2); min-width: 160px; }
.jx-lang a { display: block; padding: 9px 12px; border-radius: 8px; font-size: 14px; font-weight: 600; text-decoration: none; }
.jx-lang a:hover { background: var(--jx-mint-50); }
.jx-lang a[aria-current] { color: var(--jx-green-700); }
.jx-burger { display: none; width: 44px; height: 44px; border: 0; border-radius: 8px; background: none; cursor: pointer; padding: 12px 11px; flex-direction: column; justify-content: space-between; }
.jx-burger i { display: block; height: 2px; border-radius: 2px; background: var(--jx-ink); transition: transform .2s var(--jx-ease), opacity .2s; }
.jx-burger[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(8px) rotate(45deg); }
.jx-burger[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
.jx-burger[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-8px) rotate(-45deg); }
.jx-cats { border-top: 1px solid var(--jx-line); }
.jx-cats .jx-wrap { display: flex; gap: 24px; height: 44px; align-items: center; overflow-x: auto; scrollbar-width: none; }
.jx-cats .jx-wrap::-webkit-scrollbar { display: none; }
.jx-cats a { flex: none; font-size: 14px; font-weight: 600; color: var(--jx-ink-2); text-decoration: none; }
.jx-cats a:hover { color: var(--jx-green-700); }

/* Le fil d'Ariane du site sombre reste utile, en clair. */
body.jobs-host .site-breadcrumbs { background: #fff; border-bottom: 1px solid var(--jx-line); }
body.jobs-host .site-breadcrumbs .container { width: min(1200px, 100% - 48px); max-width: none; padding: 0; margin-inline: auto; }
body.jobs-host .site-breadcrumbs a { color: var(--jx-ink-3); }
body.jobs-host.page-job-board-home .site-breadcrumbs { display: none; }

/* ── Pied ─────────────────────────────────────────────────── */
.jx-foot { margin-top: 0; background: var(--jx-mint-25); border-top: 1px solid var(--jx-line); color: var(--jx-ink-2); }
.jx-foot-main { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 32px; padding: 56px 0 40px; }
.jx-foot-id p { margin: 14px 0 0; font-size: 14px; max-width: 36ch; }
.jx-foot h2 { margin: 4px 0 14px; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--jx-ink); }
.jx-foot-main > div > a:not(.jx-logo) { display: block; width: fit-content; margin: 9px 0; font-size: 14px; color: var(--jx-ink-2); text-decoration: none; }
.jx-foot-main > div > a:not(.jx-logo):hover { color: var(--jx-green-700); }
.jx-foot-contact a { text-decoration: none; font-weight: 600; }
.jx-foot-pay { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; padding: 18px 0; border-top: 1px solid var(--jx-line); }
.jx-foot-pay p { margin: 0; font-size: 13px; font-weight: 700; color: var(--jx-ink); }
.jx-foot-pay ul { display: flex; gap: 8px; margin: 0; padding: 0; list-style: none; }
.jx-foot-pay li { display: grid; place-items: center; width: 52px; height: 34px; padding: 6px 7px; border-radius: 6px; background: #fff; box-shadow: inset 0 0 0 1px var(--jx-line); }
.jx-foot-pay li.is-wide { padding: 3px 7px; }
.jx-foot-pay svg, .jx-foot-pay img { display: block; width: 100%; height: 100%; object-fit: contain; }
.jx-foot-by { display: flex; align-items: center; gap: 10px; margin-left: auto !important; font-weight: 500 !important; color: var(--jx-ink-3) !important; }
.jx-foot-by img { height: 20px; width: auto; }
.jx-foot-legal { padding: 16px 0 28px; border-top: 1px solid var(--jx-line); font-size: 13px; color: var(--jx-ink-3); }

/* ── Accueil ──────────────────────────────────────────────── */
.jx-hero { position: relative; background: var(--jx-mint-100); overflow: hidden; }
.jx-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 1px 1px, rgba(13, 122, 67, .14) 1px, transparent 1.6px) 0 0 / 22px 22px; -webkit-mask-image: linear-gradient(100deg, #000 0, #000 42%, transparent 64%); mask-image: linear-gradient(100deg, #000 0, #000 42%, transparent 64%); pointer-events: none; }
.jx-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); gap: 40px; align-items: center; padding: 56px 0 64px; }
.jx-eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 7px 13px; border-radius: 99px; background: #fff; box-shadow: var(--jx-sh-1); font-size: 13px; font-weight: 700; color: var(--jx-green-800); }
.jx-eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--jx-green-500); box-shadow: 0 0 0 4px rgba(22, 168, 100, .2); animation: jx-pulse 1.8s infinite; }
@keyframes jx-pulse { 50% { box-shadow: 0 0 0 8px rgba(22, 168, 100, 0); } }
.jx-hero h1 { margin: 20px 0 16px; font-size: clamp(38px, 4.6vw, 58px); line-height: 1.02; font-weight: 800; letter-spacing: -.04em; }
.jx-hero h1 em { display: block; font-style: normal; color: var(--jx-green-700); }
.jx-lead { margin: 0 0 28px; max-width: 46ch; font-size: 18px; line-height: 1.55; color: var(--jx-ink-2); }
.jx-scope { display: inline-flex; gap: 2px; padding: 4px 4px 0; border-radius: 12px 12px 0 0; background: #fff; }
.jx-scope button { border: 0; background: none; padding: 10px 16px; border-radius: 9px 9px 0 0; font: 700 14px/1 Figtree, sans-serif; color: var(--jx-ink-3); cursor: pointer; min-height: 40px; }
.jx-scope button:hover { color: var(--jx-ink); }
.jx-scope button[aria-pressed="true"] { background: var(--jx-mint-50); color: var(--jx-ink); }
.jx-search { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .62fr) auto; background: #fff; border-radius: 0 var(--jx-r-lg) var(--jx-r-lg) var(--jx-r-lg); box-shadow: var(--jx-sh-2); overflow: hidden; max-width: 600px; }
.jx-search label { display: flex; flex-direction: column; justify-content: center; padding: 8px 16px; background: var(--jx-mint-50); min-width: 0; }
.jx-search label + label { border-left: 1px solid #fff; }
.jx-search span { font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: var(--jx-ink-3); }
.jx-search input { width: 100%; border: 0; background: none; padding: 3px 0 0; font: 500 16px/1.3 Figtree, sans-serif; color: var(--jx-ink); outline: 0; }
.jx-search input::placeholder { color: #8a9a92; }
.jx-search .jx-btn { min-height: 62px; border-radius: 0; padding: 0 24px; }
.jx-popular { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 16px; font-size: 13px; color: var(--jx-ink-3); }
.jx-popular a { padding: 6px 11px; border-radius: 99px; background: rgba(255, 255, 255, .72); font-weight: 600; color: var(--jx-ink-2); text-decoration: none; transition: background .15s; }
.jx-popular a:hover { background: #fff; color: var(--jx-green-800); }

.jx-map-card { position: relative; margin: 0; background: #fff; border-radius: 20px; box-shadow: var(--jx-sh-2); padding: 18px 18px 0; }
.jx-map-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 28px; }
.jx-map-name { font-size: 17px; font-weight: 800; letter-spacing: -.02em; }
.jx-live { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; color: var(--jx-green-700); }
.jx-live i { width: 8px; height: 8px; border-radius: 50%; background: var(--jx-green-500); animation: jx-blink 1.4s infinite; }
@keyframes jx-blink { 50% { opacity: .3; } }
.jx-map { display: block; width: 100%; height: auto; margin: 6px 0 4px; overflow: visible; touch-action: manipulation; }
.jx-prov { fill: #d3ecdd; stroke: #fff; stroke-width: 2; cursor: pointer; transition: fill .2s; }
.jx-prov[data-level="1"] { fill: #b9e2c9; }
.jx-prov[data-level="2"] { fill: #97d3b0; }
.jx-prov[data-level="3"] { fill: #6fc193; }
.jx-prov:hover, .jx-prov.is-on { fill: #53b27e; }
.jx-prov:focus-visible { outline: none; fill: #7ccb9f; stroke: var(--jx-green-800); stroke-width: 2.5; }
.jx-city .dot { fill: var(--jx-green-800); stroke: #fff; stroke-width: 1.5; }
.jx-city .ring { fill: none; stroke: var(--jx-green-600); stroke-width: 1.5; transform-box: fill-box; transform-origin: center; animation: jx-ring 2.6s ease-out infinite; }
@keyframes jx-ring { from { transform: scale(.4); opacity: .9; } to { transform: scale(3.4); opacity: 0; } }
.jx-city.is-minor .ring { display: none; }
.jx-city.is-minor .dot { r: 2.6; fill: var(--jx-green-600); }
.jx-city text { font: 700 11px Figtree, sans-serif; fill: var(--jx-ink-2); paint-order: stroke; stroke: #fff; stroke-width: 3px; stroke-linejoin: round; pointer-events: none; }
.jx-ping { position: absolute; z-index: 3; pointer-events: none; max-width: 240px; background: var(--jx-ink); color: #fff; font-size: 12px; font-weight: 700; line-height: 1.35; padding: 7px 11px; border-radius: 9px; transform: translate(-50%, calc(-100% - 12px)); opacity: 0; transition: opacity .3s, transform .3s var(--jx-ease); }
.jx-ping.is-on { opacity: 1; transform: translate(-50%, calc(-100% - 18px)); }
.jx-ping small { display: block; font-weight: 500; color: #a9e7c5; }
.jx-map-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 -18px; border-top: 1px solid var(--jx-line); }
.jx-map-stats div { padding: 14px 18px 16px; }
.jx-map-stats div + div { border-left: 1px solid var(--jx-line); }
.jx-map-stats b { display: block; white-space: nowrap; font-size: 28px; font-weight: 800; letter-spacing: -.03em; font-variant-numeric: tabular-nums; color: var(--jx-green-800); line-height: 1.1; }
.jx-map-stats span { font-size: 13px; color: var(--jx-ink-3); }
.jx-map-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 -18px; padding: 12px 18px; border-top: 1px solid var(--jx-line); background: var(--jx-mint-25); border-radius: 0 0 20px 20px; font-size: 14px; color: var(--jx-ink-2); min-height: 62px; }
.jx-map-foot .jx-btn { min-height: 38px; padding: 0 14px; font-size: 14px; }

.jx-section { padding: 72px 0; }
.jx-section-tight { padding-top: 0; }
.jx-section-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 26px; }
.jx-section h2 { margin: 0; font-size: clamp(26px, 3vw, 34px); line-height: 1.12; font-weight: 800; letter-spacing: -.03em; }
.jx-link { font-weight: 700; color: var(--jx-green-700) !important; text-decoration: none; white-space: nowrap; }
.jx-link:hover { text-decoration: underline; text-underline-offset: 3px; }

.jx-domains { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.jx-domain { position: relative; display: flex; flex-direction: column; justify-content: space-between; gap: 22px; min-height: 164px; padding: 20px; border-radius: var(--jx-r-lg); background: var(--jx-mint-50); box-shadow: inset 0 0 0 1px rgba(13, 122, 67, .08); text-decoration: none; overflow: hidden; transition: transform .25s var(--jx-ease), box-shadow .25s, background .25s; }
.jx-domain:hover { transform: translateY(-4px); background: #fff; box-shadow: var(--jx-sh-2); }
.jx-domain .ic { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: #fff; box-shadow: var(--jx-sh-1); transition: transform .35s var(--jx-ease), background .25s; }
.jx-domain:hover .ic { transform: rotate(-8deg) scale(1.08); background: var(--jx-green-700); }
.jx-domain .ic svg { width: 26px; height: 26px; fill: none; stroke: var(--jx-green-700); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: stroke .25s; }
.jx-domain:hover .ic svg { stroke: #fff; }
.jx-domain strong { display: block; font-size: 17px; font-weight: 800; letter-spacing: -.01em; color: var(--jx-ink); }
.jx-domain small { display: block; margin-top: 3px; font-size: 13.5px; color: var(--jx-ink-3); }
.jx-domain .arrow { position: absolute; right: 18px; top: 22px; font-weight: 800; color: var(--jx-green-700); opacity: 0; transform: translateX(-6px); transition: .25s var(--jx-ease); }
.jx-domain:hover .arrow { opacity: 1; transform: none; }

.jx-latest { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.jx-job { display: flex; flex-direction: column; gap: 10px; padding: 20px; border: 1px solid var(--jx-line); border-radius: var(--jx-r-lg); background: #fff; text-decoration: none; transition: border-color .2s, box-shadow .2s, transform .2s; }
.jx-job:hover { border-color: var(--jx-line-2); box-shadow: var(--jx-sh-2); transform: translateY(-2px); }
.jx-tag { width: fit-content; padding: 4px 9px; border-radius: 6px; background: var(--jx-mint-50); font-size: 12px; font-weight: 800; color: var(--jx-green-800); }
.jx-job h3 { margin: 0; font-size: 17px; line-height: 1.3; }
.jx-job p { margin: 0; font-size: 14px; color: var(--jx-ink-3); }
.jx-empty { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px; border: 1.5px dashed var(--jx-line-2); border-radius: var(--jx-r-lg); background: var(--jx-mint-25); }
.jx-empty p { margin: 0; max-width: 60ch; color: var(--jx-ink-2); }

.jx-how { background: var(--jx-mint-50); }
.jx-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; counter-reset: jx-step; }
.jx-steps li { position: relative; padding: 26px; border-radius: var(--jx-r-lg); background: #fff; box-shadow: var(--jx-sh-1); }
.jx-steps li::before { counter-increment: jx-step; content: counter(jx-step); display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 16px; border-radius: 50%; background: var(--jx-mint-100); color: var(--jx-green-800); font-weight: 800; }
.jx-steps h3 { margin: 0 0 6px; font-size: 18px; }
.jx-steps p { margin: 0; font-size: 15px; color: var(--jx-ink-2); }
.jx-steps .jx-pay-row { display: flex; gap: 6px; margin-top: 14px; }
.jx-steps .jx-pay-row span { padding: 4px 8px; border-radius: 6px; background: var(--jx-mint-50); font-size: 12px; font-weight: 800; color: var(--jx-ink-2); }

.jx-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.jx-path { display: flex; flex-direction: column; gap: 12px; padding: 32px; border-radius: 20px; min-height: 250px; }
.jx-path-talent { background: var(--jx-ink); color: #fff; }
.jx-path-talent h2, .jx-path-talent p { color: #fff !important; }
.jx-path-talent p { opacity: .82; }
.jx-path-company { background: var(--jx-mint-100); }
.jx-path h2 { margin: 0; font-size: 28px; }
.jx-path p { margin: 0; max-width: 42ch; font-size: 16px; color: var(--jx-ink-2); }
.jx-path .jx-btn { margin-top: auto; align-self: flex-start; }
.jx-path-talent .jx-btn-green { background: var(--jx-green-500); color: var(--jx-ink) !important; }
.jx-path-talent .jx-btn-green:hover { background: #3cc585; }

.jx-trust { display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px; align-items: center; }
.jx-trust ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; padding: 0; list-style: none; }
.jx-trust li { display: flex; gap: 12px; align-items: center; padding: 16px; border-radius: 12px; background: var(--jx-mint-25); border: 1px solid var(--jx-line); font-weight: 600; }
.jx-trust li::before { content: ""; flex: none; width: 22px; height: 22px; border-radius: 50%; background: var(--jx-green-700) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 12 4 4 8-8'/%3E%3C/svg%3E") center / 14px no-repeat; }

.jx-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--jx-ease), transform .6s var(--jx-ease); }
.jx-reveal.is-in { opacity: 1; transform: none; }

/* ── Adaptation ───────────────────────────────────────────── */
@media (max-width: 1080px) {
    .jx-hero-grid { grid-template-columns: 1fr; padding-top: 40px; }
    .jx-map-card { max-width: 640px; }
    .jx-domains { grid-template-columns: repeat(2, 1fr); }
    .jx-foot-main { grid-template-columns: 1fr 1fr; }
    .jx-foot-id { grid-column: 1 / -1; }
}
@media (max-width: 860px) {
    .jx-burger { display: flex; }
    .jx-nav { position: fixed; inset: 68px 0 auto 0; flex-direction: column; gap: 0; padding: 10px 16px 18px; background: #fff; border-bottom: 1px solid var(--jx-line); box-shadow: var(--jx-sh-2); transform: translateY(-8px); opacity: 0; visibility: hidden; transition: .2s var(--jx-ease); }
    .jx-nav.is-open { transform: none; opacity: 1; visibility: visible; }
    .jx-nav a { padding: 14px 12px; font-size: 17px; }
    .jx-top-inner { gap: 12px; justify-content: space-between; }
    .jx-hide-s { display: none; }
    .jx-latest, .jx-steps, .jx-paths, .jx-trust, .jx-trust ul { grid-template-columns: 1fr; }
    .jx-section-head { flex-direction: column; align-items: flex-start; }
    .jx-empty { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
    .jx-wrap { width: calc(100% - 32px); }
    .jx-search { grid-template-columns: 1fr; border-radius: 0 var(--jx-r-lg) var(--jx-r-lg) var(--jx-r-lg); }
    .jx-search label + label { border-left: 0; border-top: 1px solid #fff; }
    .jx-search .jx-btn { min-height: 52px; }
    .jx-scope button { padding: 10px 12px; }
    .jx-map-stats b { font-size: 21px; }
    .jx-map-stats b[data-jx-stat="langs"] { font-size: 16px; line-height: 1.6; }
    .jx-map-stats span { font-size: 12px; line-height: 1.35; display: block; }
    .jx-logo-text { font-size: 18px; }
    .jx-city text { font-size: 17px; stroke-width: 4px; }
    .jx-city .dot { r: 5; }
    .jx-map-stats div { padding: 12px 12px 14px; }
    .jx-domains { gap: 10px; }
    .jx-domain { min-height: 150px; padding: 16px; }
    .jx-foot-main { grid-template-columns: 1fr 1fr; gap: 24px; }
    .jx-foot-by { margin-left: 0 !important; }
    .jx-path { padding: 24px; }
}
@media (prefers-reduced-motion: reduce) {
    body.jobs-host *, body.jobs-host *::before { animation: none !important; transition: none !important; }
    .jx-reveal { opacity: 1; transform: none; }
}

/* ── Composants partages du site (style.css) en version claire ─ */
body.jobs-host .container { width: min(1200px, 100% - 48px); max-width: none; padding-inline: 0; }
body.jobs-host .button { gap: 10px; min-height: 48px; padding: 0 22px; border: 0; border-radius: var(--jx-r); background: var(--jx-green-700); color: #fff; font: 700 15px/1 Figtree, sans-serif; letter-spacing: 0; text-transform: none; }
body.jobs-host .button:hover { background: var(--jx-green-800); box-shadow: none; transform: none; color: #fff; }
body.jobs-host .button-secondary, body.jobs-host .button-ghost, body.jobs-host .button-small { background: #fff; color: var(--jx-ink); box-shadow: inset 0 0 0 1.5px var(--jx-line-2); }
body.jobs-host .button-secondary:hover, body.jobs-host .button-ghost:hover, body.jobs-host .button-small:hover { background: var(--jx-mint-50); color: var(--jx-ink); box-shadow: inset 0 0 0 1.5px var(--jx-ink-3); }
body.jobs-host .button.button-danger, body.jobs-host .button-danger { background: #fff; color: #b4441f; box-shadow: inset 0 0 0 1.5px #e8b7a4; }
body.jobs-host .button.button-danger:hover, body.jobs-host .button-danger:hover { background: #b4441f; color: #fff; }
body.jobs-host .field label, body.jobs-host .jb-field label { color: var(--jx-ink); font-size: 14px; font-weight: 700; }
body.jobs-host .field label span, body.jobs-host .jb-field label span { color: var(--jx-green-700); }
body.jobs-host .field input, body.jobs-host .field select, body.jobs-host .field textarea,
body.jobs-host .jb-field input:not([type="checkbox"]):not([type="radio"]):not([type="range"]), body.jobs-host .jb-field select, body.jobs-host .jb-field textarea,
body.jobs-host .jb-form input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]), body.jobs-host .jb-form select, body.jobs-host .jb-form textarea {
    border: 1.5px solid var(--jx-line-2); border-radius: var(--jx-r); background-color: #fff; color: var(--jx-ink); font: 500 16px/1.4 Figtree, sans-serif; min-height: 48px;
}
body.jobs-host .field input:hover, body.jobs-host .jb-field input:hover, body.jobs-host .jb-field select:hover, body.jobs-host .jb-field textarea:hover { border-color: var(--jx-ink-3); }
body.jobs-host .field input:focus, body.jobs-host .field select:focus, body.jobs-host .field textarea:focus,
body.jobs-host .jb-field input:focus, body.jobs-host .jb-field select:focus, body.jobs-host .jb-field textarea:focus,
body.jobs-host .jb-form input:focus, body.jobs-host .jb-form select:focus, body.jobs-host .jb-form textarea:focus { border-color: var(--jx-green-700); background-color: #fff; box-shadow: 0 0 0 4px rgba(22, 168, 100, .16); outline: none; }
body.jobs-host input::placeholder, body.jobs-host textarea::placeholder { color: #8a9a92; }
body.jobs-host .field select, body.jobs-host .jb-field select, body.jobs-host .jb-form select, body.jobs-host .jbm-results-head select, body.jobs-host .jbm-filters select {
    -webkit-appearance: none; appearance: none; padding-right: 40px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2362756c' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center / 14px;
}
body.jobs-host .field-error, body.jobs-host .jb-field-error { color: #b4441f; font-weight: 600; }
body.jobs-host input[type="checkbox"], body.jobs-host input[type="radio"] { accent-color: var(--jx-green-700); }

/* ── Module freelance ─────────────────────────────────────── */
.jx-i { width: 1em; height: 1em; flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; vertical-align: -.14em; }
.jx-page { background: #fff; min-height: 60vh; }
.jx-band { background: var(--jx-mint-50); border-bottom: 1px solid var(--jx-line); padding: 40px 0 28px; }
.jx-band h1 { margin: 0 0 8px; font-size: clamp(28px, 3.4vw, 40px); line-height: 1.08; letter-spacing: -.035em; font-weight: 800; }
.jx-band-lead { margin: 0 0 22px; max-width: 62ch; font-size: 17px; color: var(--jx-ink-2); }
.jx-band-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; }
.jx-search-inline { max-width: 820px; border-radius: var(--jx-r-lg); }
.jx-search-inline label { background: #fff; }
.jx-chips { display: flex; gap: 8px; margin-top: 18px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
.jx-chips::-webkit-scrollbar { display: none; }
.jx-chips a { flex: none; display: inline-flex; align-items: center; gap: 7px; min-height: 40px; padding: 0 14px; border-radius: 99px; background: #fff; box-shadow: inset 0 0 0 1px var(--jx-line); font-size: 14px; font-weight: 700; color: var(--jx-ink-2); text-decoration: none; transition: .15s; }
.jx-chips a:hover { box-shadow: inset 0 0 0 1px var(--jx-ink-3); color: var(--jx-ink); }
.jx-chips a[aria-current] { background: var(--jx-ink); color: #fff; box-shadow: none; }
.jx-chips .jx-i { color: var(--jx-green-700); }
.jx-chips a[aria-current] .jx-i { color: #9fe3bf; }

.jx-catalog { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 32px; padding: 32px 0 72px; }
.jx-filters form { position: sticky; top: 132px; display: grid; gap: 16px; padding: 20px; border-radius: var(--jx-r-lg); background: var(--jx-mint-25); border: 1px solid var(--jx-line); }
.jx-filters h2 { margin: 0; font-size: 16px; }
.jx-count { margin: 0 0 14px; font-size: 14px; font-weight: 700; color: var(--jx-ink-3); }
.jx-link-muted { font-size: 14px; font-weight: 600; color: var(--jx-ink-3) !important; text-decoration: underline; text-underline-offset: 3px; }
.jx-btn-plain { border: 0; background: none; padding: 8px 0; cursor: pointer; font: inherit; }
.jx-check { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; font-weight: 600; color: var(--jx-ink-2); cursor: pointer; }
.jx-check input { width: 18px; height: 18px; margin-top: 1px; flex: none; }

.jx-svc-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.jx-svc-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.jx-svc { display: flex; flex-direction: column; border-radius: var(--jx-r-lg); background: #fff; border: 1px solid var(--jx-line); overflow: hidden; text-decoration: none; transition: transform .25s var(--jx-ease), box-shadow .25s, border-color .25s; }
.jx-svc:hover { transform: translateY(-4px); box-shadow: var(--jx-sh-2); border-color: transparent; }
.jx-cover { position: relative; display: grid; place-items: center; aspect-ratio: 16 / 10; overflow: hidden; background: var(--jx-mint-100); color: var(--jx-green-800); }
.jx-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--jx-ease); }
.jx-svc:hover .jx-cover img { transform: scale(1.04); }
.jx-cover .jx-i { width: 44px; height: 44px; stroke-width: 1.6; }
.jx-cover b { position: absolute; left: 12px; bottom: 10px; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.jx-cover-security { background: #dce9f7; color: #1f4f86; } .jx-cover-network { background: #e4e7fb; color: #3a44a0; }
.jx-cover-support { background: #fdeede; color: #9a4b12; } .jx-cover-data { background: #e2f4f4; color: #17656a; }
.jx-cover-design { background: #fbe5ec; color: #9b2d52; } .jx-cover-cloud { background: #e6f1fb; color: #245f95; }
.jx-cover-training { background: #f3eedd; color: #6d5a14; }
.jx-svc-body { display: flex; flex-direction: column; gap: 8px; padding: 14px 16px 16px; flex: 1; }
.jx-svc-seller { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: var(--jx-ink-2); min-width: 0; }
.jx-svc-seller > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.jx-svc-title { font-size: 15.5px; line-height: 1.35; font-weight: 700; color: var(--jx-ink); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.jx-svc-meta { display: flex; justify-content: space-between; align-items: center; gap: 8px; font-size: 13px; color: var(--jx-ink-3); margin-top: auto; }
.jx-svc-days { display: inline-flex; align-items: center; gap: 5px; }
.jx-svc-price { padding-top: 10px; border-top: 1px solid var(--jx-line); font-size: 18px; font-weight: 800; color: var(--jx-ink); text-align: right; }
.jx-svc-price small { font-size: 12px; font-weight: 600; color: var(--jx-ink-3); text-transform: uppercase; letter-spacing: .04em; }
.jx-rating { display: inline-flex; align-items: center; gap: 4px; color: var(--jx-amber); font-weight: 700; }
.jx-rating b { color: var(--jx-ink); }
.jx-rating small { color: var(--jx-ink-3); font-weight: 500; }
.jx-rating .jx-i { fill: currentColor; stroke: none; }
.jx-rating.is-new { padding: 2px 8px; border-radius: 6px; background: var(--jx-mint-50); color: var(--jx-green-800); font-size: 12px; }
.jx-rating-off { color: var(--jx-line-2); }
.jx-trained { display: inline-flex; align-items: center; gap: 5px; font-style: normal; font-size: 12px; font-weight: 800; color: var(--jx-green-800); background: var(--jx-mint-100); padding: 3px 8px; border-radius: 6px; white-space: nowrap; }
.jx-av { position: relative; display: inline-grid; place-items: center; flex: none; width: 44px; height: 44px; border-radius: 50%; font-weight: 800; font-size: 15px; color: #fff; background: var(--jx-green-700); }
.jx-av-1 { background: #2f6fb0; } .jx-av-2 { background: #b4531e; } .jx-av-3 { background: #6b4bb5; } .jx-av-4 { background: #1d7f86; }
.jx-av-s { width: 28px; height: 28px; font-size: 11px; }
.jx-av-xl { width: 88px; height: 88px; font-size: 30px; }
.jx-av-badge { position: absolute; right: -2px; bottom: -2px; display: grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; background: var(--jx-green-500); color: #fff; box-shadow: 0 0 0 2px #fff; }
.jx-av-badge .jx-i { width: 10px; height: 10px; stroke-width: 3.2; }
.jx-av-s .jx-av-badge { width: 12px; height: 12px; }
.jx-av-xl .jx-av-badge { width: 26px; height: 26px; }
.jx-av-xl .jx-av-badge .jx-i { width: 15px; height: 15px; }
.jx-chip { display: inline-flex; align-items: center; min-height: 26px; padding: 0 10px; border-radius: 99px; font-size: 12.5px; font-weight: 800; white-space: nowrap; }
.jx-chip-ok { background: var(--jx-mint-100); color: var(--jx-green-800); }
.jx-chip-info { background: #e3eefb; color: #1f4f86; }
.jx-chip-warn { background: #fdf0da; color: #8a5308; }
.jx-chip-muted { background: #eef1ef; color: var(--jx-ink-3); }

.jx-empty-big { display: grid; justify-items: center; gap: 10px; padding: 56px 24px; text-align: center; border: 1.5px dashed var(--jx-line-2); border-radius: 20px; background: var(--jx-mint-25); }
.jx-empty-big h1, .jx-empty-big h2 { margin: 0; font-size: 22px; }
.jx-empty-big p { margin: 0; max-width: 56ch; color: var(--jx-ink-2); }
.jx-empty-ic { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 18px; background: #fff; box-shadow: var(--jx-sh-1); color: var(--jx-green-700); margin-bottom: 6px; animation: jx-bob 3.2s ease-in-out infinite; }
.jx-empty-ic .jx-i { width: 30px; height: 30px; }
@keyframes jx-bob { 50% { transform: translateY(-6px); } }
.jx-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 8px; }
.jx-pages { display: flex; gap: 6px; justify-content: center; margin-top: 28px; }
.jx-pages a { display: grid; place-items: center; min-width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--jx-line); font-weight: 700; text-decoration: none; }
.jx-pages a[aria-current] { background: var(--jx-ink); color: #fff; border-color: var(--jx-ink); }

.jx-section-s { padding-top: 28px; }
.jx-narrow { width: min(820px, 100% - 48px); }
.jx-narrow-l { width: min(980px, 100% - 48px); }
.jx-crumb { display: flex; align-items: center; gap: 10px; margin: 0 0 12px; font-size: 14px; font-weight: 700; }
.jx-crumb a { display: inline-flex; align-items: center; gap: 7px; color: var(--jx-green-700); text-decoration: none; }
.jx-lead-s { margin: 0 0 22px; font-size: 16px; color: var(--jx-ink-2); max-width: 64ch; }
.jx-muted { color: var(--jx-ink-3); font-size: 14px; }
.jx-center { text-align: center; }
.jx-help { margin: 6px 0 0; font-size: 13px; color: var(--jx-ink-3); }
.jx-error { margin: 6px 0 0; font-size: 13px; font-weight: 700; color: #b4441f; }
.jx-notice { margin: 0 0 18px; padding: 12px 16px; border-radius: 12px; font-size: 15px; font-weight: 600; }
.jx-notice-ok { background: var(--jx-mint-100); color: var(--jx-green-800); }
.jx-notice-warn { background: #fdf0da; color: #7a4a07; }
.jx-notice-err { background: #fbe6de; color: #8f3314; }
.jx-card { padding: 22px; border-radius: var(--jx-r-lg); border: 1px solid var(--jx-line); background: #fff; }
.jx-form { display: grid; gap: 18px; }
.jx-form h2 { margin: 6px 0 0; font-size: 20px; }
.jx-form .jb-field { margin: 0; }
.jx-form textarea { resize: vertical; }
.jx-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.jx-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.jx-pkg-editor { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.jx-pkg-editor fieldset { display: grid; gap: 12px; margin: 0; min-width: 0; }
.jx-pkg-editor legend { padding: 0 6px; font-weight: 800; color: var(--jx-green-800); }
.jx-pkg-editor .jx-grid-3 { grid-template-columns: 1fr 1fr; }
.jx-pkg-editor .jx-grid-3 > :last-child { grid-column: 1 / -1; }
.jx-inline-checks { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 0; padding: 0; border: 0; }
.jx-inline-checks legend { width: 100%; margin-bottom: 8px; font-size: 14px; font-weight: 700; }
.jx-btn-block { width: 100%; }
.jx-btn-s { min-height: 36px; padding: 0 12px; font-size: 13px; }

.jx-detail { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 40px; padding: 32px 0 72px; align-items: start; }
.jx-detail-main h1 { margin: 0 0 16px; font-size: clamp(26px, 3vw, 36px); line-height: 1.12; letter-spacing: -.03em; }
.jx-detail-seller { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.jx-detail-seller a { text-decoration: none; }
.jx-detail-seller div { display: grid; gap: 2px; font-size: 14px; color: var(--jx-ink-3); }
.jx-detail-cover .jx-cover { border-radius: 18px; }
.jx-detail-summary { margin: 18px 0 0; font-size: 18px; color: var(--jx-ink-2); }
.jx-prose { margin-top: 26px; font-size: 16px; line-height: 1.7; color: var(--jx-ink-2); max-width: 72ch; }
.jx-prose h2 { margin: 26px 0 8px; font-size: 20px; color: var(--jx-ink); }
.jx-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.jx-tags span { padding: 4px 10px; border-radius: 99px; background: var(--jx-mint-50); font-size: 13px; font-weight: 700; color: var(--jx-ink-2); }
.jx-reviews { margin-top: 36px; }
.jx-reviews h2 { font-size: 20px; }
.jx-reviews h2 small { font-size: 14px; color: var(--jx-ink-3); font-weight: 600; }
.jx-review { padding: 16px 0; border-top: 1px solid var(--jx-line); }
.jx-review header { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.jx-review header time { margin-left: auto; color: var(--jx-ink-3); font-size: 13px; }
.jx-review p { margin: 8px 0 0 38px; color: var(--jx-ink-2); }
.jx-buy { position: sticky; top: 132px; display: grid; gap: 14px; padding: 22px; border-radius: 20px; background: #fff; border: 1px solid var(--jx-line); box-shadow: var(--jx-sh-2); }
.jx-buy h2 { margin: 6px 0 0; font-size: 18px; }
.jx-tabs { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; margin: -22px -22px 0; border-bottom: 1px solid var(--jx-line); }
.jx-tabs button { min-height: 50px; border: 0; background: none; font: 700 14px Figtree, sans-serif; color: var(--jx-ink-3); cursor: pointer; box-shadow: inset 0 -3px 0 transparent; transition: .15s; }
.jx-tabs button:first-child { border-radius: 20px 0 0 0; }
.jx-tabs button:last-child { border-radius: 0 20px 0 0; }
.jx-tabs button[aria-selected="true"] { color: var(--jx-green-800); box-shadow: inset 0 -3px 0 var(--jx-green-700); background: var(--jx-mint-25); }
.jx-pkg { display: grid; gap: 12px; animation: jx-fade .25s var(--jx-ease); }
@keyframes jx-fade { from { opacity: 0; transform: translateY(4px); } }
.jx-pkg-price { margin: 0; font-size: 30px; font-weight: 800; letter-spacing: -.03em; }
.jx-pkg-desc { margin: 0; color: var(--jx-ink-2); font-size: 15px; }
.jx-pkg-facts { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; font-size: 14px; font-weight: 600; }
.jx-pkg-facts li { display: flex; align-items: center; gap: 8px; }
.jx-pkg-facts .jx-i { color: var(--jx-green-700); }
.jx-secure { display: flex; gap: 8px; margin: 0; font-size: 12.5px; line-height: 1.45; color: var(--jx-ink-3); }
.jx-secure .jx-i { color: var(--jx-green-700); margin-top: 1px; }

.jx-talent-head .jx-wrap { display: flex; align-items: center; gap: 24px; }
.jx-talent-facts { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; margin: 0; font-size: 14px; font-weight: 600; color: var(--jx-ink-2); }
.jx-talent-facts span { display: inline-flex; align-items: center; gap: 6px; }
.jx-block { margin-top: 32px; }
.jx-block h2 { font-size: 22px; margin: 0 0 16px; }

.jx-proj-list { display: grid; gap: 12px; }
.jx-proj { display: grid; gap: 8px; padding: 20px 22px; border-radius: var(--jx-r-lg); border: 1px solid var(--jx-line); text-decoration: none; transition: border-color .2s, box-shadow .2s, transform .2s; }
.jx-proj:hover { border-color: var(--jx-line-2); box-shadow: var(--jx-sh-2); transform: translateY(-2px); }
.jx-proj-cat { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 800; color: var(--jx-green-700); }
.jx-proj strong { font-size: 18px; line-height: 1.3; }
.jx-proj-desc { color: var(--jx-ink-2); font-size: 15px; }
.jx-proj-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; align-items: center; font-size: 14px; color: var(--jx-ink-3); }
.jx-proj-meta span { display: inline-flex; align-items: center; gap: 6px; }
.jx-proj-meta b { color: var(--jx-ink); font-size: 16px; }
.jx-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin: 18px 0 0; border: 1px solid var(--jx-line); border-radius: var(--jx-r-lg); }
.jx-facts div { padding: 14px 16px; }
.jx-facts div + div { border-left: 1px solid var(--jx-line); }
.jx-facts dt { font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--jx-ink-3); }
.jx-facts dd { margin: 4px 0 0; font-weight: 700; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.jx-facts-col { grid-template-columns: 1fr; border: 0; margin: 0; }
.jx-facts-col div { padding: 10px 0; }
.jx-facts-col div + div { border-left: 0; border-top: 1px solid var(--jx-line); }
.jx-proposal { display: grid; gap: 12px; margin-bottom: 12px; }
.jx-proposal header { display: flex; gap: 12px; align-items: center; }
.jx-proposal header div { display: grid; gap: 2px; font-size: 14px; color: var(--jx-ink-3); }
.jx-proposal header a { text-decoration: none; color: var(--jx-ink); }
.jx-proposal-price { margin: 0 0 0 auto; text-align: right; display: grid; font-size: 13px; color: var(--jx-ink-3); }
.jx-proposal-price b { font-size: 20px; color: var(--jx-ink); }
.jx-proposal > p { margin: 0; color: var(--jx-ink-2); }

.jx-space-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; flex-wrap: wrap; margin-bottom: 18px; }
.jx-space-head h1 { margin: 0; font-size: clamp(26px, 3vw, 36px); }
.jx-space > .jx-form { margin-top: 32px; }
.jx-mollie { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 8px; border-left: 4px solid #e2a23b; }
.jx-mollie.is-on { border-left-color: var(--jx-green-500); }
.jx-mollie h2 { margin: 0 0 4px; font-size: 18px; }
.jx-mollie p { margin: 0; color: var(--jx-ink-2); max-width: 64ch; }
.jx-rows { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border: 1px solid var(--jx-line); border-radius: var(--jx-r-lg); overflow: hidden; }
.jx-rows li { display: flex; align-items: center; gap: 14px; padding: 14px 18px; }
.jx-rows li + li { border-top: 1px solid var(--jx-line); }
.jx-rows li:hover { background: var(--jx-mint-25); }
.jx-row-main { display: grid; gap: 2px; flex: 1; min-width: 0; text-decoration: none; }
.jx-row-main strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.jx-row-main span { font-size: 13px; color: var(--jx-ink-3); }
.jx-row-amount { font-variant-numeric: tabular-nums; }
.jx-row-actions { margin: 0; }
.jx-seg { display: inline-flex; gap: 4px; padding: 4px; margin: 14px 0 22px; border-radius: 12px; background: var(--jx-mint-50); }
.jx-seg a { padding: 9px 18px; border-radius: 9px; font-weight: 700; font-size: 14px; text-decoration: none; color: var(--jx-ink-3); }
.jx-seg a[aria-current] { background: #fff; color: var(--jx-ink); box-shadow: var(--jx-sh-1); }

.jx-order-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.jx-order-head h1 { margin: 2px 0 0; font-size: clamp(22px, 2.6vw, 30px); line-height: 1.2; }
.jx-order-head p { margin: 0; }
.jx-steps-bar { display: grid; grid-template-columns: repeat(4, 1fr); margin: 22px 0 26px; padding: 0; list-style: none; counter-reset: none; }
.jx-steps-bar li { position: relative; display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: var(--jx-ink-3); text-align: center; }
.jx-steps-bar li::before { content: ""; position: absolute; top: 17px; left: -50%; right: 50%; height: 3px; background: var(--jx-line); z-index: 0; }
.jx-steps-bar li:first-child::before { content: none; }
.jx-steps-bar li.is-done::before, .jx-steps-bar li.is-now::before { background: var(--jx-green-500); }
.jx-steps-bar span { position: relative; z-index: 1; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #fff; border: 2px solid var(--jx-line-2); font-weight: 800; color: var(--jx-ink-3); }
.jx-steps-bar .is-done span { background: var(--jx-green-700); border-color: var(--jx-green-700); color: #fff; }
.jx-steps-bar .is-now span { border-color: var(--jx-green-700); color: var(--jx-green-800); box-shadow: 0 0 0 5px rgba(22, 168, 100, .16); animation: jx-pulse 2s infinite; }
.jx-steps-bar .is-now { color: var(--jx-ink); }
.jx-order-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 28px; align-items: start; }
.jx-thread { display: flex; flex-direction: column; gap: 12px; padding: 18px; border-radius: 20px; background: var(--jx-mint-25); border: 1px solid var(--jx-line); min-height: 320px; }
.jx-msg { max-width: 82%; padding: 12px 16px; border-radius: 16px 16px 16px 4px; background: #fff; box-shadow: var(--jx-sh-1); }
.jx-msg.is-mine { align-self: flex-end; border-radius: 16px 16px 4px 16px; background: var(--jx-green-700); color: #fff; }
.jx-msg p { margin: 0; white-space: normal; overflow-wrap: anywhere; }
.jx-msg time { display: block; margin-top: 6px; font-size: 12px; opacity: .7; }
.jx-msg-kind { display: block; margin-bottom: 4px; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.jx-msg-deliver { border: 2px solid var(--jx-green-500); }
.jx-msg-deliver.is-mine { border-color: transparent; }
.jx-msg-revision, .jx-msg-dispute { border: 2px solid #e2a23b; }
.jx-msg-brief { max-width: 100%; border-radius: 14px; background: #fff; border: 1px dashed var(--jx-line-2); box-shadow: none; }
.jx-msg-brief h2 { margin: 0 0 6px; font-size: 14px; text-transform: uppercase; letter-spacing: .04em; color: var(--jx-ink-3); }
.jx-msg-system { align-self: center; margin: 0; padding: 6px 12px; border-radius: 99px; background: var(--jx-mint-100); font-size: 13px; font-weight: 700; color: var(--jx-green-800); }
.jx-msg-system time { font-weight: 500; opacity: .75; }
.jx-composer { display: flex; gap: 10px; align-items: flex-end; margin-top: auto; padding-top: 10px; }
.jx-composer textarea { flex: 1; min-height: 52px; border: 1.5px solid var(--jx-line-2); border-radius: 14px; padding: 12px 14px; font: 500 15px/1.4 Figtree, sans-serif; resize: vertical; background: #fff; }
.jx-composer textarea:focus { border-color: var(--jx-green-700); outline: none; box-shadow: 0 0 0 4px rgba(22, 168, 100, .16); }
.jx-order-side { display: grid; gap: 14px; position: sticky; top: 132px; }
.jx-order-actions { display: grid; gap: 12px; }
.jx-order-actions form { margin: 0; }
.jx-ok { display: flex; align-items: center; gap: 8px; margin: 0; font-weight: 800; color: var(--jx-green-800); }
.jx-more summary { cursor: pointer; font-size: 14px; font-weight: 700; color: var(--jx-ink-2); padding: 6px 0; }
.jx-more[open] summary { margin-bottom: 10px; }
.jx-more textarea, .jx-review-form textarea { width: 100%; border: 1.5px solid var(--jx-line-2); border-radius: 12px; padding: 10px 12px; font: 500 15px/1.4 Figtree, sans-serif; }
.jx-stars-input { display: inline-flex; flex-direction: row-reverse; justify-content: flex-end; gap: 4px; margin: 0; padding: 0; border: 0; }
.jx-stars-input legend { width: 100%; margin-bottom: 6px; font-weight: 800; }
.jx-stars-input input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.jx-stars-input label { font-size: 32px; line-height: 1; color: var(--jx-line-2); cursor: pointer; transition: color .1s, transform .1s; }
.jx-stars-input label:hover, .jx-stars-input label:hover ~ label, .jx-stars-input input:checked ~ label { color: var(--jx-amber); }
.jx-stars-input label:hover { transform: scale(1.12); }
.jx-stars-input input:focus-visible + label { outline: 3px solid #8fd9b0; border-radius: 4px; }

@media (min-width: 861px) {
    .jx-chips { flex-wrap: wrap; overflow: visible; }
}
@media (max-width: 1080px) {
    .jx-svc-grid, .jx-svc-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .jx-detail, .jx-order-grid { grid-template-columns: 1fr; }
    .jx-buy, .jx-order-side { position: static; }
    .jx-pkg-editor { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
    .jx-catalog { grid-template-columns: 1fr; gap: 18px; }
    .jx-filters form { position: static; }
    .jx-facts { grid-template-columns: 1fr 1fr; }
    .jx-facts div:nth-child(3) { border-left: 0; }
    .jx-facts div:nth-child(n+3) { border-top: 1px solid var(--jx-line); }
    .jx-band-row, .jx-mollie { flex-direction: column; align-items: flex-start; }
    .jx-talent-head .jx-wrap { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
    .jx-svc-grid, .jx-svc-grid-4 { grid-template-columns: 1fr; }
    .jx-grid-2, .jx-grid-3 { grid-template-columns: 1fr; }
    .jx-narrow, .jx-narrow-l { width: calc(100% - 32px); }
    .jx-msg { max-width: 94%; }
    .jx-rows li { flex-wrap: wrap; }
    .jx-steps-bar li { font-size: 11.5px; }
}

.jx-badge { display: inline-grid; place-items: center; min-width: 20px; height: 20px; margin-left: 6px; padding: 0 6px; border-radius: 99px; background: var(--jx-coral); color: #fff; font-size: 12px; font-weight: 800; }

/* Plaques de rubriques illustrees (accueil) */
.jx-domain { padding: 0; gap: 0; min-height: 0; background: #fff; box-shadow: inset 0 0 0 1px var(--jx-line); }
.jx-domain > span:last-child { padding: 14px 16px 16px; }
.jx-domain-art { display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.jx-domain-art img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--jx-ease); }
.jx-domain:hover .jx-domain-art img { transform: scale(1.06) rotate(-.5deg); }
.jx-domain .arrow { top: 14px; right: 14px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #fff; box-shadow: var(--jx-sh-1); }
.jx-cover img { display: block; }

.jx-buy-bar { display: none; }
@media (max-width: 1080px) {
    .jx-buy-bar { position: sticky; bottom: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, .96); backdrop-filter: blur(8px); border-top: 1px solid var(--jx-line); box-shadow: 0 -8px 24px rgba(16, 35, 27, .08); }
    .jx-buy-bar b { font-size: 20px; }
    .jx-buy-bar small { font-size: 12px; color: var(--jx-ink-3); text-transform: uppercase; }
    .jx-buy { scroll-margin-top: 130px; }
}
