/* ============================================================
   CyberSpector — Site vitrine v2
   Inspiration : Vanta / Drata / Wiz — clair + sombre, UI produit
   ============================================================ */
:root{
  /* light (default) — brand teal + navy */
  --bg:#FAFCFC;
  --bg-2:#EAF3F1;
  --surface:#FFFFFF;
  --surface-2:#F4FAF8;
  --text:#0A043C;
  --text-2:#2E2C50;
  --muted:#63627E;
  --muted-2:#9492AC;
  --line:#E2EAE8;
  --line-2:#CFDEDB;
  --primary:#0E9E8B;
  --primary-700:#0B8474;
  --primary-soft:#DBF5F0;
  --primary-tint:#EFFAF8;
  --brand-teal:#2FD3BC;
  --brand-navy:#0A043C;
  --btn-bg:#0A043C;
  --btn-bg-hover:#1A1356;
  --btn-fg:#FFFFFF;
  --ok:#1F9D55;
  --ok-soft:#E5F4EC;
  --warn:#C9881A;
  --warn-soft:#F8EFD9;
  --danger:#D23F3F;
  --danger-soft:#FAE8E8;
  --on-primary:#FFFFFF;
  --shadow-sm:0 1px 2px rgba(20,18,40,.04),0 1px 3px rgba(20,18,40,.05);
  --shadow-md:0 2px 8px rgba(20,18,40,.05),0 14px 34px -16px rgba(20,18,40,.16);
  --shadow-lg:0 8px 24px rgba(20,18,40,.07),0 36px 70px -28px rgba(28,24,60,.32);
  --r-xs:8px;--r-sm:11px;--r:15px;--r-lg:22px;--r-xl:30px;
  --maxw:1200px;
}
[data-theme="dark"]{
  --bg:#070328;
  --bg-2:#0D0838;
  --surface:#130C40;
  --surface-2:#1A1248;
  --text:#EAF7F3;
  --text-2:#C3D6D1;
  --muted:#9893B6;
  --muted-2:#6B6790;
  --line:rgba(255,255,255,.10);
  --line-2:rgba(255,255,255,.18);
  --primary:#3FD8C1;
  --primary-700:#62E0CD;
  --primary-soft:rgba(63,216,193,.15);
  --primary-tint:rgba(63,216,193,.07);
  --brand-teal:#3FD8C1;
  --brand-navy:#0A043C;
  --btn-bg:#2FD3BC;
  --btn-bg-hover:#56DECB;
  --btn-fg:#06122B;
  --ok:#3FCB82;
  --ok-soft:rgba(63,203,130,.14);
  --warn:#E0A53A;
  --warn-soft:rgba(224,165,58,.14);
  --danger:#F06A6A;
  --danger-soft:rgba(240,106,106,.14);
  --on-primary:#06122B;
  --shadow-sm:0 1px 2px rgba(0,0,0,.3);
  --shadow-md:0 2px 10px rgba(0,0,0,.35),0 18px 40px -20px rgba(0,0,0,.7);
  --shadow-lg:0 10px 30px rgba(0,0,0,.4),0 44px 80px -30px rgba(0,0,0,.8);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  background:var(--bg);color:var(--text);
  font-family:"Hanken Grotesk",system-ui,sans-serif;
  font-size:17px;line-height:1.6;letter-spacing:-.005em;
  -webkit-font-smoothing:antialiased;overflow-x:hidden;
  transition:background .35s ease,color .35s ease;
}
h1,h2,h3,h4,h5{font-family:"Schibsted Grotesk",sans-serif;font-weight:600;line-height:1.07;letter-spacing:-.025em;color:var(--text)}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}
.sec{padding:104px 0}
.center{text-align:center}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;gap:8px;font-family:"Hanken Grotesk";font-weight:600;
  font-size:15.5px;padding:13px 22px;border-radius:11px;cursor:pointer;border:1px solid transparent;transition:.2s ease;white-space:nowrap}
.btn svg{width:16px;height:16px}
.btn-primary{background:var(--btn-bg);color:var(--btn-fg);box-shadow:var(--shadow-sm)}
.btn-primary:hover{background:var(--btn-bg-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}
.btn-ghost{background:var(--surface);border-color:var(--line-2);color:var(--text)}
.btn-ghost:hover{border-color:var(--text-2);transform:translateY(-1px)}
.btn-lg{padding:16px 28px;font-size:16.5px;border-radius:13px}
.link-arrow{display:inline-flex;align-items:center;gap:7px;color:var(--primary);font-weight:600;font-size:15px}
.link-arrow svg{width:15px;height:15px;transition:.2s}
.link-arrow:hover svg{transform:translateX(4px)}

/* ---------- pills / eyebrow ---------- */
.pill{display:inline-flex;align-items:center;gap:9px;font-size:13.5px;font-weight:500;color:var(--text-2);
  background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:6px 14px 6px 12px;box-shadow:var(--shadow-sm)}
.pill .dot{width:7px;height:7px;border-radius:50%;background:var(--ok)}
.kicker{font-size:14px;font-weight:600;color:var(--primary);letter-spacing:.01em;margin-bottom:14px;display:block}

/* ---------- nav ---------- */
header.nav{position:fixed;inset:0 0 auto 0;z-index:120;transition:.3s}
.nav-in{display:flex;align-items:center;gap:18px;height:72px;border-bottom:1px solid transparent;transition:.3s}
header.nav.scrolled .nav-in{background:color-mix(in srgb,var(--bg) 80%,transparent);backdrop-filter:blur(16px) saturate(1.4);border-bottom-color:var(--line)}
.brand{display:flex;align-items:center;gap:10px}
.brand img{height:30px;width:auto;display:block}
.brand .logo-dark{display:none}
[data-theme="dark"] .brand .logo-light{display:none}
[data-theme="dark"] .brand .logo-dark{display:block}
.brand .mk{width:30px;height:30px;border-radius:9px;flex:0 0 auto;display:grid;place-items:center;background:var(--primary);color:var(--on-primary)}
.brand .mk svg{width:18px;height:18px}
.nav-links{display:flex;align-items:center;gap:2px;margin-left:14px}
.nav-links a{padding:9px 14px;border-radius:9px;font-size:15px;font-weight:500;color:var(--text-2);transition:.16s;white-space:nowrap}
.nav-links a:hover{color:var(--text);background:var(--bg-2)}
.nav-right{margin-left:auto;display:flex;align-items:center;gap:12px}
.theme-toggle{width:40px;height:40px;border-radius:11px;border:1px solid var(--line-2);background:var(--surface);
  display:grid;place-items:center;cursor:pointer;color:var(--text-2);transition:.2s;flex:0 0 auto}
.theme-toggle:hover{color:var(--text);border-color:var(--text-2)}
.theme-toggle svg{width:18px;height:18px}
.theme-toggle .moon{display:none}
[data-theme="dark"] .theme-toggle .sun{display:none}
[data-theme="dark"] .theme-toggle .moon{display:block}
.nav-login{font-size:15px;font-weight:600;color:var(--text-2);padding:9px 6px}
.nav-login:hover{color:var(--text)}
.burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:9px;border-radius:9px;border:1px solid var(--line-2);background:var(--surface)}
.burger span{width:20px;height:2px;background:var(--text);border-radius:2px;transition:.25s}

/* ---------- nav dropdowns (méga-menus) ---------- */
.has-drop{position:relative;display:flex;align-items:center}
.has-drop > a{display:inline-flex;align-items:center;gap:5px}
.has-drop > a .chev{width:13px;height:13px;transition:.22s;opacity:.7}
.has-drop:hover > a .chev{transform:rotate(180deg)}
.drop{position:absolute;top:100%;left:0;transform:translateY(8px);
  background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-lg);
  padding:14px;min-width:300px;opacity:0;visibility:hidden;transition:opacity .2s,transform .2s,visibility .2s;z-index:130}
.drop::before{content:"";position:absolute;top:-14px;left:0;right:0;height:14px}
.has-drop:hover .drop,.has-drop:focus-within .drop{opacity:1;visibility:visible;transform:translateY(11px)}
.drop.wide{min-width:560px}
.drop-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px}
.drop.one .drop-grid{grid-template-columns:1fr}
.drop a{display:block;padding:9px 12px;border-radius:10px;transition:.14s}
.drop a:hover{background:var(--bg-2)}
.drop a b{font-size:13.5px;font-weight:600;color:var(--text);display:block;line-height:1.3;white-space:nowrap}
.drop a span{font-size:12px;color:var(--muted)}
.drop-foot{margin-top:6px;padding:11px 12px;border-top:1px solid var(--line);
  color:var(--primary);font-weight:600;font-size:13.5px;display:flex;align-items:center;gap:7px}
.drop-foot svg{width:15px;height:15px;transition:.2s}
.drop-foot:hover svg{transform:translateX(4px)}

/* ---------- hero ---------- */
.hero{padding:148px 0 84px;position:relative;overflow:hidden}
.hero-deco{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.hero-deco .blob{position:absolute;width:680px;height:680px;border-radius:50%;
  background:radial-gradient(circle,var(--primary-soft),transparent 68%);top:-280px;right:-180px;filter:blur(20px);opacity:.85}
[data-theme="dark"] .hero-deco .blob{opacity:.5}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.02fr 1.05fr;gap:56px;align-items:center}
.hero h1{font-size:clamp(40px,5vw,62px);margin:22px 0 22px;letter-spacing:-.03em}
.hero p.sub{font-size:19.5px;color:var(--muted);max-width:520px;margin-bottom:30px;line-height:1.55}
.hero-cta{display:flex;gap:13px;flex-wrap:wrap}
.hero-trust{display:flex;align-items:center;gap:18px;margin-top:30px;flex-wrap:wrap;color:var(--muted);font-size:13.5px;font-weight:500}
.hero-trust .sep{width:4px;height:4px;border-radius:50%;background:var(--line-2)}
.hero-trust b{color:var(--text-2);font-weight:600}

/* ----- hero product card ----- */
.appcard-wrap{position:relative}
.appcard{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);
  box-shadow:var(--shadow-lg);overflow:hidden}
.appcard-top{display:flex;align-items:center;gap:10px;padding:15px 18px;border-bottom:1px solid var(--line);background:var(--surface-2)}
.appcard-top .tt{font-family:"Schibsted Grotesk";font-weight:600;font-size:14.5px}
.appcard-top .live{margin-left:auto;display:flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:var(--ok)}
.appcard-top .live .pl{width:7px;height:7px;border-radius:50%;background:var(--ok);box-shadow:0 0 0 0 var(--ok);animation:pl 2.4s infinite}
@keyframes pl{0%{box-shadow:0 0 0 0 color-mix(in srgb,var(--ok) 55%,transparent)}70%{box-shadow:0 0 0 8px transparent}100%{box-shadow:0 0 0 0 transparent}}
.appcard-body{padding:22px}
.score-row{display:flex;gap:22px;align-items:center;margin-bottom:22px}
.gauge{--v:94;width:108px;height:108px;border-radius:50%;flex:0 0 auto;position:relative;
  background:conic-gradient(var(--primary) calc(var(--v)*1%),var(--bg-2) 0);display:grid;place-items:center}
.gauge::after{content:"";position:absolute;inset:11px;border-radius:50%;background:var(--surface)}
.gauge .g-in{position:relative;z-index:2;text-align:center}
.gauge .g-in b{font-family:"Schibsted Grotesk";font-size:28px;font-weight:600;display:block;line-height:1}
.gauge .g-in span{font-size:11px;color:var(--muted);font-weight:500}
.score-meta .sm-t{font-family:"Schibsted Grotesk";font-weight:600;font-size:16px;margin-bottom:4px}
.score-meta p{font-size:13.5px;color:var(--muted);line-height:1.45}
.score-meta .chip{display:inline-flex;align-items:center;gap:6px;margin-top:10px;font-size:12px;font-weight:600;
  color:var(--ok);background:var(--ok-soft);border-radius:999px;padding:5px 11px}
.score-meta .chip svg{width:13px;height:13px}
.fw-list{display:flex;flex-direction:column;gap:13px}
.fw{display:grid;grid-template-columns:120px 1fr 42px;gap:12px;align-items:center}
.fw .fn{font-size:13.5px;font-weight:600;color:var(--text-2);display:flex;align-items:center;gap:8px}
.fw .fn .ic{width:16px;height:16px;color:var(--ok)}
.fw .track{height:7px;border-radius:5px;background:var(--bg-2);overflow:hidden}
.fw .track i{display:block;height:100%;border-radius:5px;background:var(--primary)}
.fw .track i.done{background:var(--ok)}
.fw .pct{font-size:12.5px;font-weight:600;color:var(--muted);text-align:right}
.appcard-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;
  margin-top:20px;padding-top:16px;border-top:1px solid var(--line)}
.appcard-foot .ft{font-size:13px;color:var(--muted);font-weight:500}
.appcard-foot .ft b{color:var(--text);font-weight:600}
.toast{position:absolute;right:-20px;top:-40px;display:flex;align-items:center;gap:11px;
  background:var(--surface);border:1px solid var(--line);border-radius:13px;padding:12px 15px;box-shadow:var(--shadow-md);max-width:230px}
.toast .ti{width:34px;height:34px;border-radius:9px;background:var(--ok-soft);color:var(--ok);display:grid;place-items:center;flex:0 0 auto}
.toast .ti svg{width:17px;height:17px}
.toast small{display:block;font-size:11px;color:var(--muted);font-weight:500}
.toast b{font-size:13.5px;font-weight:600;font-family:"Schibsted Grotesk"}

/* ---------- logo cloud ---------- */
.cloud{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg-2)}
.cloud-in{padding:40px 0}
.cloud-h{text-align:center;font-size:14px;font-weight:600;color:var(--muted);margin-bottom:26px}
.logos{display:flex;align-items:center;justify-content:center;gap:46px;flex-wrap:wrap;opacity:.85}
.logos .lg{display:flex;align-items:center;gap:9px;color:var(--muted-2);font-family:"Schibsted Grotesk";font-weight:600;font-size:18px;letter-spacing:-.01em}
.logos .lg svg{width:22px;height:22px}
.cloud-stats{display:flex;justify-content:center;gap:54px;flex-wrap:wrap;margin-top:34px;padding-top:30px;border-top:1px solid var(--line)}
.cloud-stats .st{text-align:center}
.cloud-stats .st b{font-family:"Schibsted Grotesk";font-size:30px;font-weight:600;display:block;color:var(--text);letter-spacing:-.02em}
.cloud-stats .st span{font-size:13.5px;color:var(--muted);font-weight:500}

/* ---------- section heads ---------- */
.sec-head{max-width:660px;margin-bottom:54px}
.sec-head.ctr{margin-left:auto;margin-right:auto;text-align:center}
.sec-head h2{font-size:clamp(30px,3.5vw,44px);margin-bottom:16px;letter-spacing:-.03em}
.sec-head p{font-size:18.5px;color:var(--muted);line-height:1.5}

/* ---------- bento ---------- */
.bento{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.tile{grid-column:span 2;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);
  padding:26px;box-shadow:var(--shadow-sm);transition:.25s;overflow:hidden;display:flex;flex-direction:column}
.tile:hover{box-shadow:var(--shadow-md);transform:translateY(-3px);border-color:var(--line-2)}
.tile.wide{grid-column:span 3}
.tile .ic{width:42px;height:42px;border-radius:11px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;margin-bottom:16px}
.tile .ic svg{width:21px;height:21px}
.tile h3{font-size:19px;margin-bottom:7px}
.tile p{font-size:14.5px;color:var(--muted);line-height:1.5;margin-bottom:18px}
.tile .viz{margin-top:auto}

/* mini UI bits inside tiles */
.mini-feed{display:flex;flex-direction:column;gap:8px}
.mini-row{display:flex;align-items:center;gap:10px;background:var(--surface-2);border:1px solid var(--line);border-radius:10px;padding:9px 12px;font-size:12.5px}
.mini-row .md{width:8px;height:8px;border-radius:50%;flex:0 0 auto}
.mini-row .md.ok{background:var(--ok)}.mini-row .md.w{background:var(--warn)}.mini-row .md.d{background:var(--danger)}
.mini-row .mt{font-weight:600;color:var(--text-2)}
.mini-row .mtime{margin-left:auto;color:var(--muted-2);font-size:11.5px}
.sev{display:flex;flex-direction:column;gap:10px}
.sev .sv{display:grid;grid-template-columns:64px 1fr 28px;gap:10px;align-items:center;font-size:12.5px;font-weight:600;color:var(--text-2)}
.sev .sv .bar{height:8px;border-radius:5px;background:var(--bg-2);overflow:hidden}
.sev .sv .bar i{display:block;height:100%;border-radius:5px}
.donut-row{display:flex;align-items:center;gap:16px}
.donut{--v:78;width:74px;height:74px;border-radius:50%;flex:0 0 auto;position:relative;
  background:conic-gradient(var(--primary) calc(var(--v)*1%),var(--bg-2) 0);display:grid;place-items:center}
.donut::after{content:"";position:absolute;inset:9px;border-radius:50%;background:var(--surface)}
.donut b{position:relative;z-index:2;font-family:"Schibsted Grotesk";font-weight:600;font-size:17px}
.kv{display:flex;flex-direction:column;gap:7px;font-size:12.5px}
.kv .k{display:flex;justify-content:space-between;gap:14px}
.kv .k span{color:var(--muted)}.kv .k b{font-weight:600;color:var(--text-2)}
.acc-list{display:flex;flex-direction:column;gap:8px}
.acc{display:flex;align-items:center;gap:10px;font-size:12.5px;font-weight:600;color:var(--text-2);
  background:var(--surface-2);border:1px solid var(--line);border-radius:10px;padding:8px 11px}
.acc .av{width:22px;height:22px;border-radius:6px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;font-size:10px;font-weight:700;flex:0 0 auto}
.acc .tag{margin-left:auto;font-size:10.5px;font-weight:600;padding:3px 8px;border-radius:6px}
.acc .tag.ok{background:var(--ok-soft);color:var(--ok)}
.acc .tag.zt{background:var(--primary-soft);color:var(--primary)}

/* ---------- services ---------- */
.svc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.svc{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:30px;box-shadow:var(--shadow-sm);transition:.25s}
.svc:hover{box-shadow:var(--shadow-md);border-color:var(--line-2)}
.svc-h{display:flex;align-items:center;gap:13px;margin-bottom:18px}
.svc-h .ic{width:44px;height:44px;border-radius:12px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;flex:0 0 auto}
.svc-h .ic svg{width:22px;height:22px}
.svc-h h3{font-size:20px}
.svc ul{list-style:none;display:flex;flex-direction:column;gap:11px}
.svc li{display:flex;align-items:flex-start;gap:11px;font-size:15px;color:var(--text-2)}
.svc li svg{width:18px;height:18px;color:var(--primary);flex:0 0 auto;margin-top:2px}
.svc li b{font-weight:600;color:var(--text)}

/* ---------- product feature rows ---------- */
.feat{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:46px 0}
.feat.flip .feat-txt{order:2}
.feat-txt .tag{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--primary);
  background:var(--primary-soft);border-radius:999px;padding:6px 13px;margin-bottom:18px}
.feat-txt h3{font-size:clamp(26px,3vw,36px);margin-bottom:15px;letter-spacing:-.03em}
.feat-txt p{font-size:17px;color:var(--muted);line-height:1.55;margin-bottom:22px}
.feat-txt .pts{display:flex;flex-direction:column;gap:12px;margin-bottom:26px}
.feat-txt .pts div{display:flex;align-items:flex-start;gap:11px;font-size:15.5px;color:var(--text-2)}
.feat-txt .pts svg{width:19px;height:19px;color:var(--ok);flex:0 0 auto;margin-top:1px}
.feat-viz{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-md);overflow:hidden}
.viz-top{display:flex;align-items:center;gap:7px;padding:13px 16px;border-bottom:1px solid var(--line);background:var(--surface-2)}
.viz-top .d{width:9px;height:9px;border-radius:50%;background:var(--line-2)}
.viz-top .vt{margin-left:8px;font-size:12.5px;font-weight:600;color:var(--muted)}
.viz-body{padding:22px}
.stat3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px}
.stat3 .s{background:var(--surface-2);border:1px solid var(--line);border-radius:12px;padding:14px}
.stat3 .s b{font-family:"Schibsted Grotesk";font-size:24px;font-weight:600;display:block;letter-spacing:-.02em}
.stat3 .s span{font-size:11.5px;color:var(--muted);font-weight:500}
.barline{display:flex;align-items:flex-end;gap:8px;height:96px;padding-top:8px}
.barline .b{flex:1;background:var(--primary-soft);border-radius:6px 6px 0 0;position:relative}
.barline .b i{position:absolute;inset:auto 0 0 0;background:var(--primary);border-radius:6px 6px 0 0}
.dom-list{display:flex;flex-direction:column;gap:9px}
.dom{display:flex;align-items:center;gap:11px;background:var(--surface-2);border:1px solid var(--line);border-radius:11px;padding:11px 14px;font-size:13.5px}
.dom .dn{font-weight:600;color:var(--text-2)}
.dom .ssl{margin-left:auto;display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;color:var(--ok);background:var(--ok-soft);padding:4px 9px;border-radius:7px}
.dom .ssl svg{width:12px;height:12px}

/* small product cards */
.mini-prod{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}
.mp{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:24px;box-shadow:var(--shadow-sm);transition:.22s}
.mp:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}
.mp .ic{width:38px;height:38px;border-radius:10px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;margin-bottom:14px}
.mp .ic svg{width:19px;height:19px}
.mp h4{font-size:17.5px;margin-bottom:7px}
.mp p{font-size:14px;color:var(--muted);line-height:1.5}

/* ---------- frameworks band ---------- */
.fwband{background:var(--bg-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.fw-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:42px}
.fwb{display:flex;align-items:center;gap:13px;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:18px 20px;box-shadow:var(--shadow-sm)}
.fwb .bdg{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);flex:0 0 auto}
.fwb .bdg svg{width:21px;height:21px}
.fwb b{font-family:"Schibsted Grotesk";font-weight:600;font-size:15.5px;display:block}
.fwb span{font-size:12.5px;color:var(--muted)}

/* ---------- segments ---------- */
.seg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.seg{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:30px;box-shadow:var(--shadow-sm);transition:.25s}
.seg:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}
.seg .ic{width:46px;height:46px;border-radius:13px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;margin-bottom:18px}
.seg .ic svg{width:23px;height:23px}
.seg h3{font-size:21px;margin-bottom:9px}
.seg p{font-size:15px;color:var(--muted);line-height:1.55;margin-bottom:18px}

/* ---------- quote ---------- */
.quote{background:var(--primary);color:var(--on-primary);border-radius:var(--r-xl);padding:64px 56px;position:relative;overflow:hidden}
[data-theme="dark"] .quote{background:var(--surface);border:1px solid var(--line-2)}
.quote .qm{font-family:"Schibsted Grotesk";font-size:clamp(24px,3vw,34px);font-weight:600;line-height:1.28;letter-spacing:-.02em;max-width:880px;position:relative;z-index:2}
[data-theme="dark"] .quote .qm{color:var(--text)}
.quote-by{display:flex;align-items:center;gap:14px;margin-top:30px;position:relative;z-index:2}
.quote-by .av{width:50px;height:50px;border-radius:50%;background:color-mix(in srgb,var(--on-primary) 22%,transparent);
  display:grid;place-items:center;font-family:"Schibsted Grotesk";font-weight:600;font-size:18px;flex:0 0 auto}
[data-theme="dark"] .quote-by .av{background:var(--primary-soft);color:var(--primary)}
.quote-by .qn b{font-weight:600;display:block;font-size:16px}
.quote-by .qn span{opacity:.8;font-size:13.5px}
[data-theme="dark"] .quote-by .qn{color:var(--text)}
.quote .bigq{position:absolute;top:-30px;right:30px;font-size:280px;font-family:"Schibsted Grotesk";font-weight:700;opacity:.1;line-height:1;z-index:1}

/* ---------- cta band ---------- */
.cta-band{text-align:center;background:var(--bg-2);border-top:1px solid var(--line)}
.cta-band h2{font-size:clamp(32px,4vw,52px);letter-spacing:-.035em;margin-bottom:18px;max-width:820px;margin-left:auto;margin-right:auto}
.cta-band p{font-size:19px;color:var(--muted);max-width:560px;margin:0 auto 32px}
.cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* ---------- contact ---------- */
.contact-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:56px;align-items:start}
.ci{display:flex;gap:15px;padding:18px 0;border-bottom:1px solid var(--line)}
.ci:first-of-type{border-top:1px solid var(--line)}
.ci .ic{width:42px;height:42px;border-radius:11px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;flex:0 0 auto}
.ci .ic svg{width:19px;height:19px}
.ci small{font-size:12.5px;color:var(--muted);font-weight:600;display:block;margin-bottom:3px}
.ci b{font-weight:600;font-size:15.5px;line-height:1.45}
.form{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:32px;box-shadow:var(--shadow-md)}
.form .row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.field{margin-bottom:15px}
.field label{display:block;font-size:13px;font-weight:600;color:var(--text-2);margin-bottom:7px}
.field input,.field select,.field textarea{width:100%;background:var(--bg);border:1px solid var(--line-2);border-radius:10px;
  padding:12px 14px;color:var(--text);font-family:"Hanken Grotesk";font-size:15px;transition:.18s;resize:vertical}
.field input::placeholder,.field textarea::placeholder{color:var(--muted-2)}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}
.form .btn-primary{width:100%;justify-content:center;margin-top:6px}
.form-note{font-size:12.5px;color:var(--muted);text-align:center;margin-top:13px}

/* ---------- footer ---------- */
footer{background:var(--bg-2);border-top:1px solid var(--line);padding:64px 0 30px}
.foot-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:34px;margin-bottom:46px}
.foot-about p{font-size:14.5px;color:var(--muted);max-width:290px;margin:16px 0}
.foot-badges{display:flex;gap:10px;flex-wrap:wrap}
.foot-badges .b{font-size:11px;font-weight:600;color:var(--muted);border:1px solid var(--line-2);border-radius:7px;padding:5px 10px}
.foot-col h5{font-size:12.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted-2);margin-bottom:15px}
.foot-col a{display:block;font-size:14.5px;color:var(--muted);padding:5px 0;transition:.16s}
.foot-col a:hover{color:var(--primary)}
.foot-bottom{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-top:24px;border-top:1px solid var(--line);flex-wrap:wrap}
.foot-bottom p{font-size:13px;color:var(--muted-2)}

/* ---------- reveal ---------- */
.rv{opacity:0;transform:translateY(22px);transition:.7s cubic-bezier(.16,1,.3,1)}
.rv.in{opacity:1;transform:none}

/* ---------- mobile menu ---------- */
.mnav{display:none}
@media(max-width:1000px){
  .nav-links,.nav-login{display:none}
  .burger{display:flex}
  .mnav{display:block;position:fixed;inset:72px 0 auto 0;z-index:115;background:var(--bg);
    border-bottom:1px solid var(--line);box-shadow:var(--shadow-md);
    transform:translateY(-12px);opacity:0;pointer-events:none;transition:.22s}
  .mnav.open{transform:none;opacity:1;pointer-events:auto}
  .mnav a{display:block;padding:15px 28px;font-size:16px;font-weight:500;color:var(--text-2);border-bottom:1px solid var(--line)}
  .mnav .btn-primary{margin:18px 28px}
}
@media(max-width:920px){
  .hero-grid,.feat,.contact-grid{grid-template-columns:1fr;gap:40px}
  .feat.flip .feat-txt{order:0}
  .bento{grid-template-columns:repeat(4,1fr)}
  .tile,.tile.wide{grid-column:span 2}
  .svc-grid,.seg-grid,.mini-prod{grid-template-columns:1fr}
  .fw-grid{grid-template-columns:repeat(2,1fr)}
  .foot-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  body{font-size:16px}
  .wrap{padding:0 20px}
  .sec{padding:74px 0}
  .hero{padding:120px 0 60px}
  .bento{grid-template-columns:1fr}
  .tile,.tile.wide{grid-column:span 1}
  .stat3{grid-template-columns:repeat(3,1fr)}
  .form .row{grid-template-columns:1fr}
  .fw-grid,.foot-grid{grid-template-columns:1fr}
  .quote{padding:42px 26px}
  .cloud-stats{gap:30px}
  .toast{display:none}
}

/* ============================================================
   NEW — identité teal+navy, multi-pages, imagerie
   ============================================================ */

/* ---- animated shield mark ---- */
.mark-anim{position:relative;width:var(--s,44px);height:var(--s,44px);flex:0 0 auto;display:grid;place-items:center}
.mark-anim img{width:86%;height:86%;object-fit:contain;display:block;position:relative;z-index:2;animation:markBreathe 4.5s ease-in-out infinite}
.mark-anim .mi-dark{display:none}
[data-theme="dark"] .mark-anim .mi-light{display:none}
[data-theme="dark"] .mark-anim .mi-dark{display:block}
.mark-anim .ring{position:absolute;inset:0;border-radius:50%;z-index:1;pointer-events:none;
  background:conic-gradient(from 0deg,transparent 0 66%,var(--brand-teal) 80%,transparent 92%);
  -webkit-mask:radial-gradient(closest-side,transparent 70%,#000 72%);mask:radial-gradient(closest-side,transparent 70%,#000 72%);
  opacity:.6;animation:markSpin 4.8s linear infinite}
.mark-anim .glow{position:absolute;inset:-22%;border-radius:50%;z-index:0;pointer-events:none;filter:blur(14px);
  background:radial-gradient(circle,var(--brand-teal),transparent 62%);animation:markGlow 4.5s ease-in-out infinite}
@keyframes markSpin{to{transform:rotate(360deg)}}
@keyframes markBreathe{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-2px) scale(1.04)}}
@keyframes markGlow{0%,100%{opacity:.12}50%{opacity:.34}}
@media(prefers-reduced-motion:reduce){.mark-anim img,.mark-anim .ring,.mark-anim .glow{animation:none}}

/* nav logo (always visible) */
.brand img{opacity:1}

/* ---- mesh decoration ---- */
.mesh{position:absolute;inset:0;z-index:0;pointer-events:none;
  background:
   radial-gradient(46% 60% at 86% 6%,var(--primary-soft),transparent 70%),
   radial-gradient(50% 60% at 6% 96%,var(--primary-tint),transparent 72%);}

/* ---- page hero (sub-pages) ---- */
.page-hero{position:relative;padding:142px 0 64px;background:var(--bg-2);border-bottom:1px solid var(--line);overflow:hidden}
.page-hero .wrap{position:relative;z-index:2}
.breadcrumb{display:flex;align-items:center;gap:8px;font-size:13.5px;color:var(--muted);margin-bottom:18px}
.breadcrumb a:hover{color:var(--primary)}
.breadcrumb svg{width:14px;height:14px;opacity:.6}
.page-hero h1{font-size:clamp(34px,4.6vw,56px);letter-spacing:-.03em;max-width:14ch}
.page-hero p{font-size:19px;color:var(--muted);max-width:600px;margin-top:18px;line-height:1.5}
.page-hero.split{padding-bottom:64px}
.ph-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}

/* ---- media / image slots ---- */
.media,image-slot{border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-md);
  background:linear-gradient(135deg,var(--primary-soft),var(--surface-2));display:block}
.media{position:relative}
.media img{width:100%;height:100%;object-fit:cover;display:block}
.ph-photo{position:relative;display:grid;place-items:center;text-align:center;color:var(--muted);
  background:linear-gradient(135deg,var(--primary-soft),var(--surface-2));min-height:240px;border-radius:var(--r-lg)}
.ph-photo .pi{width:54px;height:54px;border-radius:14px;background:var(--surface);color:var(--primary);display:grid;place-items:center;box-shadow:var(--shadow-sm);margin-bottom:12px}
.ph-photo .pi svg{width:26px;height:26px}
.ph-photo small{font-size:13px;font-weight:500;max-width:240px}

/* ---- about / company ---- */
.about{display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center}
.about.flip .about-media{order:-1}
.about-media{aspect-ratio:4/3}
.about-media image-slot,.about-media .ph-photo{width:100%;height:100%}
.facts{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}
.fact{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:18px;box-shadow:var(--shadow-sm)}
.fact b{display:block;font-family:"Schibsted Grotesk";font-size:26px;font-weight:600;letter-spacing:-.02em}
.fact span{font-size:13px;color:var(--muted)}

/* ---- world / presence ---- */
.presence-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center}
.worldmap{position:relative;border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--line-2);aspect-ratio:1100/950;
  background:#0A043C url(map-afeu.png) center/contain no-repeat}
.wm-links{display:none}
.worldmap::after{content:"";position:absolute;inset:0;background:radial-gradient(60% 80% at 50% 50%,transparent 30%,rgba(10,4,60,.55))}
.pin{position:absolute;transform:translate(-50%,-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:6px}
.pin .d{position:relative;width:13px;height:13px;border-radius:50%;background:var(--brand-teal);box-shadow:0 0 16px var(--brand-teal)}
.pin .d::after{content:"";position:absolute;inset:-7px;border-radius:50%;border:1.5px solid var(--brand-teal);opacity:.5;animation:ripple 2.8s infinite}
.pin small{font-size:11.5px;font-weight:600;color:#EAF7F3;white-space:nowrap;text-shadow:0 1px 4px rgba(0,0,0,.6)}
@keyframes ripple{0%{transform:scale(.5);opacity:.6}100%{transform:scale(2.6);opacity:0}}
.presence-list{display:flex;flex-direction:column;gap:16px;margin-top:24px}
.pl-row{display:flex;gap:14px;align-items:flex-start}
.pl-row .ci-ic{width:40px;height:40px;border-radius:11px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;flex:0 0 auto}
.pl-row .ci-ic svg{width:19px;height:19px}
.pl-row b{font-weight:600;font-size:15.5px}
.pl-row p{font-size:14px;color:var(--muted)}

/* ---- blog ---- */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.post{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:.25s}
.post:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}
.post .thumb{aspect-ratio:16/9;position:relative;overflow:hidden;background:linear-gradient(135deg,var(--primary-soft),var(--surface-2))}
.post .thumb image-slot,.post .thumb .ph-photo{width:100%;height:100%;border:0;border-radius:0;box-shadow:none;min-height:0}
.post .pc{padding:22px;display:flex;flex-direction:column;gap:11px;flex:1}
.post .cat{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--primary)}
.post h3{font-size:19.5px;line-height:1.2}
.post p{font-size:14.5px;color:var(--muted);flex:1;line-height:1.5}
.post .meta{display:flex;align-items:center;gap:10px;font-size:12.5px;color:var(--muted-2)}
.post .meta .sep{width:3px;height:3px;border-radius:50%;background:var(--muted-2)}
.post.feat{grid-column:span 3;flex-direction:row}
.post.feat .thumb{aspect-ratio:auto;flex:0 0 48%}
.post.feat .pc{padding:36px;justify-content:center}
.post.feat h3{font-size:28px}
.post.feat p{flex:none}
.cat-chip{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;font-size:14px;font-weight:500;color:var(--text-2);padding:10px 14px;border-radius:10px;transition:.16s;cursor:pointer}
.cat-chip:hover,.cat-chip.on{background:var(--primary-soft);color:var(--primary)}
.cat-chip .n{margin-left:auto;font-size:12.5px;color:var(--muted-2)}

/* ---- careers ---- */
.jobs{display:flex;flex-direction:column;gap:14px}
.job{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:24px 28px;box-shadow:var(--shadow-sm);transition:.22s}
.job:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}
.job h3{font-size:20px;margin-bottom:10px}
.job .tags{display:flex;gap:9px;flex-wrap:wrap}
.job .t{font-size:12.5px;font-weight:600;color:var(--text-2);background:var(--bg-2);border:1px solid var(--line);border-radius:999px;padding:5px 13px}
.job .t.rmt{color:var(--primary);background:var(--primary-soft);border-color:transparent}
.job .right{display:flex;align-items:center;gap:18px}
.job .dept{font-size:13px;color:var(--muted);font-weight:500}
.perks{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.perk{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:24px;box-shadow:var(--shadow-sm)}
.perk .ic{width:44px;height:44px;border-radius:12px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;margin-bottom:14px}
.perk .ic svg{width:22px;height:22px}
.perk h4{font-size:17px;margin-bottom:6px}
.perk p{font-size:14px;color:var(--muted);line-height:1.5}
.values{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.value{padding:28px;border:1px solid var(--line);border-radius:var(--r-lg);background:var(--surface);box-shadow:var(--shadow-sm)}
.value .num{font-family:"Schibsted Grotesk";font-size:15px;font-weight:600;color:var(--primary);margin-bottom:10px}
.value h4{font-size:19px;margin-bottom:8px}
.value p{font-size:14.5px;color:var(--muted);line-height:1.55}

/* ---- detail rows (Services page) ---- */
.detail{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;padding:48px 0;border-bottom:1px solid var(--line)}
.detail:last-child{border-bottom:0}
.detail.flip .detail-txt{order:2}
.detail-media{aspect-ratio:4/3}
.detail-media image-slot,.detail-media .ph-photo{width:100%;height:100%}
.detail-txt h3{font-size:clamp(24px,2.8vw,32px);margin:14px 0 14px;letter-spacing:-.02em}
.detail-txt p{font-size:16.5px;color:var(--muted);line-height:1.55;margin-bottom:20px}
.detail-txt .pts{display:flex;flex-direction:column;gap:11px}
.detail-txt .pts div{display:flex;gap:11px;align-items:flex-start;font-size:15px;color:var(--text-2)}
.detail-txt .pts svg{width:18px;height:18px;color:var(--primary);flex:0 0 auto;margin-top:2px}

@media(max-width:920px){
  .ph-grid,.about,.presence-grid,.detail{grid-template-columns:1fr;gap:36px}
  .about.flip .about-media,.detail.flip .detail-txt{order:0}
  .blog-grid{grid-template-columns:1fr 1fr}
  .post.feat{flex-direction:column}.post.feat .thumb{flex:0 0 auto;aspect-ratio:16/9}
  .perks{grid-template-columns:repeat(2,1fr)}
  .values,.facts{grid-template-columns:1fr}
}
@media(max-width:600px){
  .blog-grid{grid-template-columns:1fr}
  .post.feat{grid-column:span 1}
  .perks{grid-template-columns:1fr}
  .job{grid-template-columns:1fr;gap:16px}
  .facts{grid-template-columns:repeat(3,1fr)}
}

/* ---- solution cards with real logos ---- */
a.mp{display:flex;flex-direction:column}
.mp .logo-chip{display:flex;align-items:center;justify-content:flex-start;height:58px;
  background:#fff;border:1px solid var(--line);border-radius:12px;padding:10px 16px;margin-bottom:16px}
.mp .logo-chip img{max-height:100%;max-width:100%;width:auto;object-fit:contain;display:block}
.mp .ext{display:inline-flex;align-items:center;gap:6px;margin-top:14px;font-size:13.5px;font-weight:600;color:var(--primary)}
.mp .ext svg{width:14px;height:14px;transition:.18s}
a.mp:hover .ext svg{transform:translate(2px,-2px)}

/* Drata-like logo shimmer */
.logo-chip{position:relative;overflow:hidden}
.logo-chip::after{content:"";position:absolute;top:0;bottom:0;left:-45%;width:34%;
  background:linear-gradient(100deg,transparent,rgba(47,211,188,.22),transparent);
  transform:skewX(-16deg);animation:chipSheen 6.5s ease-in-out infinite;pointer-events:none}
.mini-prod .mp:nth-child(2) .logo-chip::after{animation-delay:1.3s}
.mini-prod .mp:nth-child(3) .logo-chip::after{animation-delay:2.6s}
.mini-prod .mp:nth-child(4) .logo-chip::after{animation-delay:3.9s}
@keyframes chipSheen{0%{left:-45%}42%,100%{left:125%}}
a.mp:hover .logo-chip img{animation:logoPop .55s ease}
@keyframes logoPop{0%{transform:scale(1)}40%{transform:scale(1.06)}100%{transform:scale(1)}}
@media(prefers-reduced-motion:reduce){.logo-chip::after,a.mp:hover .logo-chip img{animation:none}}

/* ============================================================
   NEW — prose (articles & légal), foot-legal, chatbot
   ============================================================ */
.prose{max-width:760px;margin:0 auto}
.prose>p:first-child,.prose .lead{font-size:19px;color:var(--muted);line-height:1.65;margin-bottom:22px}
.prose h2{font-size:clamp(22px,2.6vw,30px);letter-spacing:-.02em;margin:38px 0 12px}
.prose h3{font-size:19px;margin:26px 0 8px}
.prose p{color:var(--text-2);font-size:16.5px;line-height:1.72;margin-bottom:15px}
.prose ul,.prose ol{margin:0 0 18px 22px;color:var(--text-2);font-size:16.5px;line-height:1.72}
.prose li{margin-bottom:7px}
.prose a{color:var(--primary);font-weight:600}
.prose strong{color:var(--text);font-weight:600}
.prose .callout{background:var(--bg-2);border:1px solid var(--line);border-left:3px solid var(--primary);
  border-radius:12px;padding:18px 20px;margin:22px 0;font-size:15.5px;color:var(--text-2)}
.prose hr{border:0;border-top:1px solid var(--line);margin:30px 0}
.legal-updated{font-size:13.5px;color:var(--muted-2);margin-bottom:6px}

/* article */
.art-meta{display:flex;align-items:center;gap:14px;margin-top:18px;flex-wrap:wrap;color:var(--muted);font-size:14px}
.art-author{display:flex;align-items:center;gap:10px}
.art-author .av{width:40px;height:40px;border-radius:50%;background:var(--primary-soft);color:var(--primary);
  display:grid;place-items:center;font-weight:600;font-family:"Schibsted Grotesk";font-size:15px}
.art-author b{font-weight:600;color:var(--text);font-size:14.5px;display:block}
.art-media{max-width:920px;margin:-44px auto 0;aspect-ratio:16/7;border-radius:var(--r-lg);overflow:hidden;
  border:1px solid var(--line);box-shadow:var(--shadow-lg);position:relative;z-index:3}
.art-media img{width:100%;height:100%;object-fit:cover;display:block}
.art-share{display:flex;gap:10px;align-items:center;margin-top:32px;padding-top:22px;border-top:1px solid var(--line)}
.art-share span{font-size:13.5px;color:var(--muted);font-weight:600}
.art-share a{width:36px;height:36px;border-radius:9px;border:1px solid var(--line-2);display:grid;place-items:center;color:var(--text-2);transition:.16s}
.art-share a:hover{border-color:var(--primary);color:var(--primary)}
.art-share a svg{width:17px;height:17px}

/* footer legal bar */
.foot-legal{display:flex;flex-wrap:wrap;gap:10px 22px;justify-content:center;padding:18px 0 4px}
.foot-legal a{font-size:13px;color:var(--muted);transition:.15s}
.foot-legal a:hover{color:var(--primary)}

/* ---- chatbot ---- */
.cs-chat{position:fixed;right:22px;bottom:22px;z-index:200;font-family:"Hanken Grotesk"}
.cs-fab{width:60px;height:60px;border-radius:50%;background:var(--btn-bg);color:var(--btn-fg);border:none;cursor:pointer;
  display:grid;place-items:center;box-shadow:var(--shadow-lg);transition:.2s;position:relative}
.cs-fab:hover{transform:translateY(-2px) scale(1.04)}
.cs-fab svg{width:26px;height:26px}
.cs-fab .ic-close{display:none}
.cs-chat.open .cs-fab .ic-chat{display:none}
.cs-chat.open .cs-fab .ic-close{display:block}
.cs-fab .badge{position:absolute;top:-3px;right:-3px;width:18px;height:18px;border-radius:50%;background:#FF5A5A;color:#fff;
  font-size:11px;font-weight:700;display:grid;place-items:center;border:2px solid var(--bg)}
.cs-chat.open .cs-fab .badge,.cs-chat.seen .cs-fab .badge{display:none}
.cs-greet{position:absolute;right:74px;bottom:6px;width:236px;background:var(--surface);border:1px solid var(--line);
  border-radius:14px;padding:13px 15px;box-shadow:var(--shadow-md);opacity:0;transform:translateY(8px) scale(.96);
  pointer-events:none;transition:.28s cubic-bezier(.16,1,.3,1);transform-origin:bottom right}
.cs-greet.show{opacity:1;transform:none;pointer-events:auto}
.cs-greet b{font-size:14px;display:block;margin-bottom:3px;color:var(--text)}
.cs-greet span{font-size:13px;color:var(--muted);line-height:1.4}
.cs-greet .gx{position:absolute;top:7px;right:9px;cursor:pointer;color:var(--muted-2);line-height:1}
.cs-panel{position:absolute;right:0;bottom:74px;width:344px;max-width:calc(100vw - 44px);background:var(--surface);
  border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-lg);overflow:hidden;
  opacity:0;transform:translateY(14px) scale(.97);pointer-events:none;transition:.24s cubic-bezier(.16,1,.3,1);transform-origin:bottom right}
.cs-chat.open .cs-panel{opacity:1;transform:none;pointer-events:auto}
.cs-head{display:flex;align-items:center;gap:11px;padding:15px 16px;background:var(--btn-bg);color:var(--btn-fg)}
.cs-head .av{width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,.16);display:grid;place-items:center;flex:0 0 auto}
.cs-head .av img{width:22px;height:22px}
[data-theme="dark"] .cs-head .av{background:rgba(0,0,0,.18)}
.cs-head b{font-size:15px;display:block;line-height:1.2}
.cs-head .st{font-size:12px;opacity:.85;display:flex;align-items:center;gap:6px;margin-top:2px}
.cs-head .on{width:7px;height:7px;border-radius:50%;background:#3EE08F;display:inline-block}
.cs-head .hx{margin-left:auto;cursor:pointer;opacity:.85}
.cs-head .hx svg{width:20px;height:20px}
.cs-body{padding:16px;height:296px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;background:var(--bg-2)}
.cs-msg{max-width:84%;padding:10px 13px;border-radius:14px;font-size:14px;line-height:1.45}
.cs-msg.bot{background:var(--surface);border:1px solid var(--line);border-bottom-left-radius:4px;align-self:flex-start;color:var(--text)}
.cs-msg.me{background:var(--primary);color:#06241f;border-bottom-right-radius:4px;align-self:flex-end;font-weight:500}
.cs-quick{display:flex;flex-wrap:wrap;gap:8px;padding:12px 16px;background:var(--bg-2);border-top:1px solid var(--line)}
.cs-quick button{font-size:13px;font-weight:600;color:var(--primary);background:var(--primary-soft);border:none;
  border-radius:999px;padding:8px 13px;cursor:pointer;transition:.15s}
.cs-quick button:hover{background:var(--primary);color:#06241f}
.cs-foot{display:flex;gap:8px;padding:12px 14px;border-top:1px solid var(--line);background:var(--surface)}
.cs-foot input{flex:1;border:1px solid var(--line-2);border-radius:10px;padding:10px 12px;font-size:14px;font-family:inherit;color:var(--text);background:var(--bg)}
.cs-foot input:focus{outline:none;border-color:var(--primary)}
.cs-foot button{width:40px;height:40px;border-radius:10px;border:none;background:var(--btn-bg);color:var(--btn-fg);cursor:pointer;display:grid;place-items:center;flex:0 0 auto}
.cs-foot button svg{width:18px;height:18px}
@media(max-width:600px){.cs-panel{width:calc(100vw - 32px)}.cs-greet{display:none}}

/* ---- careers: filter, deadline, expandable ---- */
.job-filter{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:24px}
.jf-btn{font-size:13.5px;font-weight:600;color:var(--text-2);background:var(--surface);border:1px solid var(--line-2);
  border-radius:999px;padding:9px 16px;cursor:pointer;transition:.15s}
.jf-btn:hover{border-color:var(--primary);color:var(--primary)}
.jf-btn.on{background:var(--btn-bg);color:var(--btn-fg);border-color:transparent}
.job{display:block}
.job-main{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}
.job .right{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.deadline{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:600;color:var(--warn);
  background:var(--warn-soft);border-radius:999px;padding:5px 12px;margin-top:12px}
.deadline svg{width:13px;height:13px}
.job-toggle{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--text-2);
  background:var(--bg-2);border:1px solid var(--line);border-radius:9px;padding:9px 14px;cursor:pointer;transition:.16s}
.job-toggle:hover{border-color:var(--primary);color:var(--primary)}
.job-toggle svg{width:14px;height:14px;transition:.2s}
.job.open .job-toggle svg{transform:rotate(180deg)}
.job-desc{max-height:0;overflow:hidden;transition:max-height .4s ease}
.job.open .job-desc{max-height:640px}
.job-desc-inner{padding-top:18px;margin-top:18px;border-top:1px solid var(--line)}
.job-desc-inner h4{font-size:14px;margin:14px 0 6px;color:var(--text)}
.job-desc-inner p{font-size:14.5px;color:var(--muted);line-height:1.6;margin-bottom:4px}
.job-desc-inner ul{margin:0 0 6px 20px}
.job-desc-inner li{font-size:14.5px;color:var(--muted);line-height:1.6;margin-bottom:4px}
.job.hide{display:none}
@media(max-width:600px){.job-main{grid-template-columns:1fr;gap:14px}.job .right{justify-content:flex-start}}

/* ---- testimonials carousel ---- */
.tcar{overflow:hidden;position:relative;-webkit-mask:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}
.tcar-track{display:flex;gap:20px;width:max-content;animation:tscroll 44s linear infinite}
.tcar:hover .tcar-track{animation-play-state:paused}
@keyframes tscroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.tcard{width:380px;max-width:80vw;flex:0 0 auto;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:28px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}
.tcard .stars{display:flex;gap:3px;color:#F5B544;margin-bottom:14px}
.tcard .stars svg{width:16px;height:16px}
.tcard p{font-size:15.5px;color:var(--text-2);line-height:1.6;margin-bottom:18px;flex:1}
.tcard .by{display:flex;align-items:center;gap:12px}
.tcard .by .av{width:44px;height:44px;border-radius:50%;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;font-family:"Schibsted Grotesk";font-weight:600;font-size:15px;flex:0 0 auto}
.tcard .by b{font-size:14.5px;display:block;color:var(--text)}
.tcard .by span{font-size:13px;color:var(--muted)}
@media(prefers-reduced-motion:reduce){.tcar-track{animation:none;flex-wrap:wrap;justify-content:center}}

/* ===== Ajustements CyberSpector ===== */
/* Logos des solutions : plus grands et plus visibles */
.mp .logo-chip{height:80px;padding:14px 20px;background:#fff;border-radius:14px}
.mp .logo-chip img{max-height:100%;max-width:100%;width:auto}
/* Logos clients (bandeau confiance) : un peu plus grands et nets */
.logos{gap:56px;opacity:1}
.logos .lg{font-size:21px}
.logos .lg svg{width:26px;height:26px}

/* Logo de marque (nav + footer) un peu plus grand */
.nav .brand img{height:38px}
footer .brand img{height:46px}
/* Logo Intelligency360 (2e carte solutions) un peu plus grand */
.mini-prod .mp:nth-child(2) .logo-chip img{transform:scale(1.16)}

/* ===== Loader (écran de chargement avec logo) ===== */
.cs-loader{position:fixed;inset:0;z-index:9999;
  background:radial-gradient(135% 135% at 50% 38%,#1a0c4f 0%,#0A043C 60%);
  display:grid;place-items:center;
  animation:csLoaderOut .6s cubic-bezier(.4,0,.2,1) forwards 1.7s}   /* fondu auto (fallback sans JS) */
.cs-loader.cs-loader--done{animation:csLoaderOut .5s cubic-bezier(.4,0,.2,1) forwards}
.cs-loader__inner{display:flex;flex-direction:column;align-items:center;gap:26px}
.cs-loader__mark{width:80px;height:80px;position:relative;display:grid;place-items:center}
/* halo qui respire derrière le mark */
.cs-loader__mark::before{content:"";position:absolute;inset:-26px;border-radius:50%;
  background:radial-gradient(circle,rgba(75,209,185,.22),transparent 70%);
  animation:csGlow 2.1s ease-in-out infinite}
/* anneau de progression qui tourne autour du mark */
.cs-loader__ring{position:absolute;inset:-16px;border-radius:50%;opacity:0;
  background:conic-gradient(from 90deg,rgba(75,209,185,0) 0%,rgba(75,209,185,.12) 45%,#4BD1B9 100%);
  -webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 2.5px),#000 calc(100% - 2.5px));
          mask:radial-gradient(farthest-side,transparent calc(100% - 2.5px),#000 calc(100% - 2.5px));
  animation:csSpin 1.05s linear infinite,csFade .5s ease forwards .35s}
.cs-loader__logo{position:relative;z-index:2;width:60%;height:60%;object-fit:contain;
  filter:drop-shadow(0 0 16px rgba(75,209,185,.5));
  opacity:0;animation:csPop .75s cubic-bezier(.34,1.32,.5,1) forwards .15s}
.cs-loader__word{font-family:"Schibsted Grotesk",sans-serif;font-weight:600;letter-spacing:.24em;
  text-transform:uppercase;font-size:14.5px;color:#fff;opacity:0;
  animation:csFadeUp .6s ease forwards .65s}
@keyframes csPop{0%{opacity:0;transform:scale(.55)}55%{opacity:1}100%{opacity:1;transform:scale(1)}}
@keyframes csSpin{to{transform:rotate(360deg)}}
@keyframes csGlow{0%,100%{opacity:.5;transform:scale(.9)}50%{opacity:1;transform:scale(1.06)}}
@keyframes csFade{to{opacity:1}}
@keyframes csFadeUp{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}
@keyframes csLoaderOut{to{opacity:0;visibility:hidden}}
@media(prefers-reduced-motion:reduce){
  .cs-loader{animation:csLoaderOut .3s ease forwards .4s}
  .cs-loader__logo,.cs-loader__ring,.cs-loader__word{animation:none;opacity:1}
  .cs-loader__mark::before{animation:none}
}

/* Logos partenaires (bandeau « Ils nous font confiance ») rendus en images */
.logos .lg img{height:clamp(42px,5vw,56px);width:auto;max-width:210px;object-fit:contain;display:block;opacity:.9;transition:opacity .2s,transform .2s}
.logos a.lg:hover img{opacity:1;transform:translateY(-2px)}
