:root{
  --blue:#2563eb;
  --blue-dark:#1d4ed8;
  --purple:#7c3aed;
  --purple-dark:#6d28d9;
  --ink:#0f172a;
  --slate:#475569;
  --muted:#586273;
  --line:#e8edf3;
  --bg:#f6f8fb;
  --card:#ffffff;
  --green:#16a34a;
  --green-bg:#dcfce7;
  --orange:#ea580c;
  --orange-bg:#ffedd5;
  --ms-red:#f25022;
  --ms-green:#7fba00;
  --ms-blue:#00a4ef;
  --ms-yellow:#ffb900;
  --shadow:0 1px 2px rgba(15,23,42,.04),0 4px 16px rgba(15,23,42,.05);
  --shadow-lg:0 10px 40px rgba(15,23,42,.08);
  --r:16px;
  --font:'Plus Jakarta Sans',-apple-system,sans-serif;
  --body:'Inter',-apple-system,sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--body);color:var(--slate);background:#fff;line-height:1.55;-webkit-font-smoothing:antialiased;font-size:15px;overflow-x:hidden;font-variant-ligatures:no-common-ligatures}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
svg.i14,svg.i16,svg.i18,svg.ico{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:none}
svg.i14{width:14px;height:14px}
svg.i16{width:16px;height:16px}
svg.i18{width:18px;height:18px}
svg.ico{width:22px;height:22px}
.exp svg{margin-right:1px;stroke:#94a3b8}
.sub svg{stroke:var(--muted)}
.wrap{max-width:1240px;margin:0 auto;padding:0 24px}
h1,h2,h3,h4{font-family:var(--font);color:var(--ink);line-height:1.15}
.btn{display:inline-flex;align-items:center;gap:8px;border:none;cursor:pointer;font-family:var(--font);font-weight:600;font-size:14px;border-radius:10px;padding:11px 18px;transition:.18s}
.ar{width:17px;height:17px;flex:none;transition:transform .18s}
.btn:hover .ar,.seeall:hover .ar{transform:translateX(3px)}
.btn-blue{background:var(--blue);color:#fff}
.btn-blue:hover{background:var(--blue-dark);transform:translateY(-1px)}
.btn-purple{background:var(--purple);color:#fff}
.btn-purple:hover{background:var(--purple-dark);transform:translateY(-1px)}
.btn-ghost{background:#fff;color:var(--ink);border:1px solid var(--line)}
.btn-ghost:hover{border-color:#cbd5e1}

/* ===== NAV ===== */
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.85);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
nav{display:flex;align-items:center;justify-content:space-between;height:72px}
.logo{display:flex;align-items:center;gap:10px}
.logo img{height:54px;width:auto;display:block;flex-shrink:0}
.nav-links{display:flex;gap:30px;font-weight:500;font-size:14.5px;color:var(--slate)}
.nav-links a{transition:.15s}.nav-links a:hover{color:var(--blue)}
.nav-links a.active{color:var(--blue);font-weight:700}
.nav-cta{display:flex;gap:12px;align-items:center}
.nav-cta-btn{padding:9px 17px;font-size:14px;white-space:nowrap}
.menu-btn{display:none;background:none;border:none;font-size:24px;cursor:pointer}
@media(max-width:980px){.nav-cta-btn{padding:8px 13px;font-size:13px}}
@media(max-width:380px){.nav-cta-btn{padding:7px 11px;font-size:12px}}

/* ===== HERO ===== */
.hero{padding:64px 0 40px;position:relative;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:34px;align-items:center}
.badge{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 14px;font-size:12.5px;font-weight:600;color:var(--slate);box-shadow:var(--shadow);letter-spacing:.3px;text-transform:uppercase}
.hero h1{font-size:46px;font-weight:800;margin:22px 0 18px;letter-spacing:-1.4px;line-height:1.08;white-space:nowrap}
.hero h1 .accent{color:var(--blue)}
.hero p.lead{font-size:17px;color:var(--muted);max-width:480px;margin-bottom:26px}
.hero-checks{display:flex;gap:26px;flex-wrap:wrap}
.hero-check{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:500;color:var(--slate)}
.hero-check .ic{width:26px;height:26px;border-radius:8px;background:#eef2ff;display:grid;place-items:center;color:var(--blue)}

/* hero art — floating tiles, dotted grid + dashed connectors */
.hero-art{position:relative;height:400px}
.hero-art .grid-bg{position:absolute;inset:-50px;
  background-image:
    radial-gradient(rgba(37,99,235,.18) 1.3px,transparent 1.3px),
    linear-gradient(rgba(37,99,235,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(37,99,235,.04) 1px,transparent 1px);
  background-size:48px 48px,48px 48px,48px 48px;
  -webkit-mask-image:radial-gradient(circle at 55% 50%,#000 30%,transparent 80%);
          mask-image:radial-gradient(circle at 55% 50%,#000 30%,transparent 80%)}
.hero-art{display:grid;place-items:center}
.hero-art .connectors{display:none}
/* soft colored glow behind */
.hero-art .grid-bg{background-image:radial-gradient(rgba(37,99,235,.10) 1.2px,transparent 1.2px);background-size:30px 30px}
.hero-art::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:340px;height:300px;border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(37,99,235,.14),rgba(124,58,237,.07) 50%,transparent 72%);
  z-index:0;pointer-events:none}
/* clean flat tiles */
.tile{position:absolute;border-radius:24px;background:#fff;display:grid;place-items:center;z-index:4;
  border:1px solid var(--line);box-shadow:0 18px 40px -18px rgba(37,71,143,.30);
  animation:floaty 6s ease-in-out infinite}
.tile-center{width:172px;height:172px;left:50%;top:50%;margin:-86px 0 0 -86px;border-radius:32px;z-index:5;
  box-shadow:0 26px 60px -20px rgba(37,71,143,.34)}
.tile-center svg{width:84px;height:84px}
.tile-azure{width:96px;height:96px;left:14%;top:10%;animation-duration:6s}
.tile-azure svg{width:48px;height:48px}
.tile-pbi{width:84px;height:84px;right:14%;top:6%;animation-duration:7s;animation-delay:.8s}
.tile-pbi svg{width:40px;height:40px}
.tile-dyn{width:88px;height:88px;right:6%;top:40%;animation-duration:6.6s;animation-delay:.4s}
.tile-dyn svg{width:42px;height:42px}
.tile-pa{width:92px;height:92px;left:10%;top:54%;animation-duration:7.4s;animation-delay:1.1s}
.tile-pa svg{width:44px;height:44px}
/* Microsoft 4-color accent bar under the scene */
@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}

/* ===== DUAL CARDS ===== */
.dual{padding:10px 0 36px}
.dual-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;background:var(--bg);border:1px solid var(--line);border-radius:24px;overflow:hidden}
.dual-col{padding:36px 34px;position:relative;display:grid;align-items:center;
  column-gap:40px;grid-template-columns:218px 1fr;grid-template-rows:1fr auto;grid-template-areas:"cluster text" "cluster btn"}
.dual-col.rev{grid-template-columns:1fr 218px;grid-template-areas:"text cluster" "btn cluster"}
.dual-col:first-child{border-right:1px solid var(--line)}
.dual-text{grid-area:text;min-width:0;align-self:start}
.dual-cluster{grid-area:cluster;position:relative;height:268px;align-self:center}
.dcta{grid-area:btn;align-self:start}
.avatar-stack{display:none;align-items:center;margin:4px 0}
.avatar-stack img{width:42px;height:42px;border-radius:50%;border:2px solid #fff;object-fit:cover;margin-left:-10px;box-shadow:var(--shadow)}
.avatar-stack img:first-child{margin-left:0}
.avatar-stack .more{margin-left:13px;font-size:13.5px;font-weight:700;color:var(--ink)}
.tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;padding:5px 11px;border-radius:6px;margin-bottom:18px}
.tag-blue{background:#dbeafe;color:var(--blue-dark)}
.tag-purple{background:#ede9fe;color:var(--purple-dark)}
.dual-col h3{font-size:25px;font-weight:800;margin-bottom:20px;letter-spacing:-.5px;line-height:1.2}
.feat{display:flex;align-items:flex-start;gap:11px;margin-bottom:13px;font-size:14.5px;color:var(--slate)}
.feat .chk{flex:none;width:20px;height:20px;border-radius:6px;background:#dbeafe;color:var(--blue);display:grid;place-items:center;margin-top:1px}
.dual-col:last-child .feat .chk{background:#ede9fe;color:var(--purple)}
.dual-col .dcta{margin-top:14px;width:100%;justify-content:center;padding:13px}
/* stacked back cards — fanned behind the front card */
.cluster-back{position:absolute;z-index:1;left:50%;top:26px;width:166px;background:#fff;border-radius:16px;box-shadow:var(--shadow);border:1px solid var(--line);overflow:hidden}
.cluster-back .bphoto{height:150px;overflow:hidden;background:linear-gradient(135deg,#cbd5e1,#94a3b8)}
.cluster-back .bphoto img{width:100%;height:100%;object-fit:cover}
.cluster-back .bmeta{padding:12px 13px 16px}
.cluster-back .bbar{height:6px;border-radius:4px;background:#eef1f6;margin-bottom:8px}
.cluster-back .bbar.s{width:50%}
.back-l{transform:translateX(-50%) translate(-44px,18px) rotate(-6deg) scale(.9)}
.back-r{transform:translateX(-50%) translate(44px,18px) rotate(6deg) scale(.9)}
/* front profile card */
.profile-card{position:absolute;z-index:3;left:50%;top:22px;transform:translateX(-50%);width:172px;background:#fff;border-radius:16px;box-shadow:var(--shadow-lg);border:1px solid var(--line);padding:14px}
.profile-card .avatar{width:100%;height:104px;border-radius:11px;background:linear-gradient(135deg,#cbd5e1,#94a3b8);position:relative;overflow:hidden;margin-bottom:10px}
.profile-card .avatar img{width:100%;height:100%;object-fit:cover}
.profile-card .dot{position:absolute;top:8px;right:8px;width:12px;height:12px;border-radius:50%;background:var(--green);border:2px solid #fff}
.profile-card h4{font-size:14px;font-weight:700}
.profile-card .role{font-size:12px;color:var(--muted);margin-bottom:8px}
.pills{display:flex;gap:5px;margin-bottom:9px;flex-wrap:wrap}
.pill{font-size:10px;font-weight:600;background:#f1f5f9;color:var(--slate);padding:3px 7px;border-radius:5px}
.avail{font-size:11px;font-weight:600;color:var(--green);background:var(--green-bg);padding:4px 9px;border-radius:6px;display:inline-block}
/* front mission card */
.mission-card{position:absolute;z-index:3;left:50%;top:22px;transform:translateX(-50%);width:172px;background:#fff;border-radius:16px;box-shadow:var(--shadow-lg);border:1px solid var(--line);padding:14px}
.mission-card .photo{width:100%;height:88px;border-radius:11px;background:linear-gradient(135deg,#93c5fd,#64748b);margin-bottom:10px;overflow:hidden}
.mission-card .co{display:flex;align-items:center;gap:6px;margin-bottom:8px;height:18px}
.mission-card .co img{height:100%;width:auto}
.mission-card h4{font-size:13.5px;font-weight:700;margin-bottom:6px}
.mission-card .meta{font-size:11px;color:var(--muted);margin-bottom:3px;display:flex;align-items:center;gap:5px}
.tjm-pill{margin-top:8px;font-size:12px;font-weight:700;color:var(--purple-dark);background:#ede9fe;padding:5px 10px;border-radius:7px;display:inline-block}

/* ===== STATS ===== */
.stats{padding:8px 0 40px}
.stats-bar{display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:26px 10px}
.stat{display:flex;align-items:center;gap:13px;padding:0 18px;border-right:1px solid var(--line)}
.stat:last-child{border-right:none}
.stat .ic{width:42px;height:42px;border-radius:12px;background:#eef2ff;color:var(--blue);display:grid;place-items:center;flex:none}
.stat .num{font-family:var(--font);font-size:23px;font-weight:800;color:var(--ink);line-height:1}
.stat .lab{font-size:12px;color:var(--muted);margin-top:3px}

/* ===== LISTINGS ===== */
.listings{padding:36px 0}
.listings-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:stretch}
.listings-grid>div{display:flex;flex-direction:column;min-width:0}
.sec-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.sec-head h2{font-size:22px;font-weight:800}
.sec-head a{font-size:13.5px;font-weight:600;color:var(--blue);display:flex;align-items:center;gap:5px}
.filters{display:flex;gap:7px;margin-bottom:16px;flex-wrap:wrap}
.filter{font-size:12.5px;font-weight:600;padding:7px 13px;border-radius:9px;background:#fff;border:1px solid var(--line);color:var(--slate);cursor:pointer;transition:.15s;white-space:nowrap}
.filter.active{background:#eef2ff;color:var(--blue);border-color:#c7d2fe}
.filter:hover{border-color:#cbd5e1}

.cons-list{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;flex:1;display:flex;flex-direction:column}
.row{display:flex;align-items:center;gap:12px;background:#fff;border-bottom:1px solid var(--line);padding:14px 16px;transition:.15s;flex:1}
.row:last-child{border-bottom:none}
.row:hover{background:#fafbfd}
.row .av{width:52px;height:52px;border-radius:13px;flex:none;background:linear-gradient(135deg,#cbd5e1,#94a3b8);overflow:hidden}
.row .av img,.tcard .who .av img,.mission-card .photo img{width:100%;height:100%;object-fit:cover}
.tcard .who .av{overflow:hidden}
.row .info{flex:1;min-width:0}
.row .info h4{font-size:14.5px;font-weight:700;white-space:nowrap}
.row .info .sub{font-size:12.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.row .info .exp{font-size:11.5px;color:#94a3b8;margin-top:3px;display:flex;align-items:center;gap:5px;white-space:nowrap}
.certs{display:flex;gap:5px;flex:none}
.cert{font-size:10.5px;font-weight:700;background:#eef2ff;color:var(--blue);padding:4px 7px;border-radius:6px;white-space:nowrap}
.status{font-size:11px;font-weight:600;padding:4px 9px;border-radius:7px;flex:none;white-space:nowrap}
.status.dispo{color:var(--green);background:var(--green-bg)}
.status.soon{color:var(--orange);background:var(--orange-bg)}
.tjm{font-size:13px;font-weight:700;color:var(--ink);text-align:right;white-space:nowrap;flex:none}
.tjm small{display:block;font-size:10.5px;font-weight:500;color:var(--muted)}
.row .arrow{width:34px;height:34px;border-radius:9px;background:#f1f5f9;display:grid;place-items:center;color:var(--blue);flex:none}

/* mission row */
.mrow{display:flex;align-items:center;gap:13px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px;margin-bottom:11px;transition:.18s}
.mrow:hover{box-shadow:var(--shadow);border-color:#dbe3ec;transform:translateY(-1px)}
.mrow .cologo{width:48px;height:48px;border-radius:12px;flex:none;display:grid;place-items:center;background:#fff;border:1px solid var(--line);padding:7px;overflow:hidden}
.mrow .cologo img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.mrow .info{flex:1;min-width:0}
.mrow .info h4{font-size:14.5px;font-weight:700}
.mrow .info .sub{font-size:12px;color:var(--muted);display:flex;gap:10px;flex-wrap:wrap;margin-top:3px}
.mrow .info .sub span{display:flex;align-items:center;gap:4px}

/* ===== PROCESS ===== */
.process{padding:48px 0}
.process h2.title{text-align:center;font-size:26px;font-weight:800;margin-bottom:34px}
.process-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.proc-col{background:var(--bg);border:1px solid var(--line);border-radius:20px;padding:26px}
.proc-head{display:flex;align-items:center;gap:8px;font-family:var(--font);font-weight:700;font-size:15px;margin-bottom:22px}
.proc-head.blue{color:var(--blue)}.proc-head.purple{color:var(--purple)}
.steps{display:flex;gap:14px}
.step{flex:1;position:relative}
.step .n{width:28px;height:28px;border-radius:50%;color:#fff;display:grid;place-items:center;font-weight:700;font-size:13px;margin-bottom:14px}
.proc-col.blue .step .n{background:var(--blue)}
.proc-col.purple .step .n{background:var(--purple)}
.step h4{font-size:14px;font-weight:700;margin-bottom:3px}
.step .when{font-size:11.5px;color:var(--blue);font-weight:600;margin-bottom:7px}
.proc-col.purple .step .when{color:var(--purple)}
.step p{font-size:12px;color:var(--muted);line-height:1.5}
.step .conn{position:absolute;top:13px;right:-10px;color:#cbd5e1}

/* ===== TRUST ===== */
.trust{padding:34px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg)}
.trust h3{text-align:center;font-size:18px;font-weight:700;margin-bottom:26px}
.logos{position:relative;overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);
          mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}
.logos-track{display:flex;align-items:center;gap:64px;width:max-content;
  animation:marquee 34s linear infinite}
.logos:hover .logos-track{animation-play-state:paused}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.logo-item{opacity:.78;transition:.2s;white-space:nowrap;display:flex;align-items:center;height:34px;flex:none}
.logo-item img,.logo-item svg{height:100%;width:auto;max-width:150px}
.logo-item:hover{opacity:1}
.car-btn{display:none}

/* ===== TESTIMONIALS ===== */
.testi{padding:48px 0}
.testi h3{text-align:center;font-size:24px;font-weight:800;margin-bottom:34px}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.tcard{background:var(--bg);border:1px solid var(--line);border-radius:18px;padding:26px}
.tcard .quote{font-size:34px;font-family:var(--font);font-weight:800;color:#cbd5e1;line-height:.4;margin-bottom:14px}
.tcard .stars{color:#f59e0b;letter-spacing:1px;font-size:14px;margin-bottom:12px}
.tcard p{font-size:14px;color:var(--slate);margin-bottom:20px;line-height:1.55}
.tcard .who{display:flex;align-items:center;gap:11px}
.tcard .who .av{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#cbd5e1,#94a3b8);flex:none;display:grid;place-items:center;color:#fff;font-size:14px;font-weight:700;font-family:var(--font)}
.tcard .who .li{margin-left:auto;color:#0a66c2;flex:none}
.tcard .who .li svg{width:20px;height:20px;display:block}
.tcard .who h4{font-size:13.5px;font-weight:700}
.tcard .who .r{font-size:12px;color:var(--muted)}
.tcard .who .colab{margin-left:auto;height:20px;display:flex;align-items:center}
.tcard .who .colab img,.tcard .who .colab svg{height:100%;width:auto}
.dots{display:flex;gap:7px;justify-content:center;margin-top:26px}
.dots i{width:8px;height:8px;border-radius:50%;background:#cbd5e1;display:block}
.dots i.on{background:var(--blue);width:22px;border-radius:4px}

/* ===== FOOTER ===== */
footer{background:var(--bg);border-top:1px solid var(--line);padding:48px 0 0}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1fr 1.3fr;gap:28px;padding-bottom:38px}
.foot-about p{font-size:13px;color:var(--muted);margin:14px 0 18px;line-height:1.6}
.socials{display:flex;gap:10px}
.socials a{width:36px;height:36px;border-radius:9px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;color:var(--slate);transition:.15s}
.socials a:hover{color:var(--blue);border-color:#c7d2fe}
.foot-col h5{font-family:var(--font);font-size:13px;font-weight:700;color:var(--ink);margin-bottom:14px}
.foot-col a{display:block;font-size:13px;color:var(--muted);margin-bottom:10px;transition:.15s}
.foot-col a:hover{color:var(--blue)}
.newsletter p{font-size:13px;color:var(--muted);margin-bottom:14px}
.news-input{display:flex;background:#fff;border:1px solid var(--line);border-radius:10px;padding:5px;gap:5px}
.news-input input{flex:1;border:none;outline:none;padding:8px 10px;font-size:13px;font-family:var(--body);background:none}
.news-input button{width:40px;height:38px;border-radius:8px;background:var(--blue);color:#fff;border:none;display:grid;place-items:center;cursor:pointer}
.foot-bottom{border-top:1px solid var(--line);padding:20px 0;display:flex;align-items:center;justify-content:space-between;font-size:12.5px;color:var(--muted);flex-wrap:wrap;gap:12px}
.foot-bottom .links{display:flex;gap:24px}
.foot-bottom .links a:hover{color:var(--blue)}
.made-by{font-weight:700;text-decoration:none;background:linear-gradient(90deg,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#2563eb;transition:.15s}
.made-by:hover{text-decoration:underline;text-decoration-color:#7c3aed}
.made{color:var(--muted)}.made .heart{color:#ef4444}

/* ===== CRO ADDITIONS ===== */
/* hero rating + cta */
.hero-top{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:6px}
.hero-rating{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--slate);font-weight:500}
.hero-rating .stars{color:#f59e0b;letter-spacing:1px;font-size:14px}
.hero-rating b{color:var(--ink);font-weight:700}
.partner-badge{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:6px 11px;font-size:11.5px;font-weight:600;color:var(--slate);box-shadow:var(--shadow)}
.partner-badge .ms-tiles{width:15px;height:15px}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin:26px 0 14px}
.btn-lg{padding:15px 26px;font-size:15px;border-radius:12px}
.micro-trust{display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-size:12.5px;color:var(--muted)}
.micro-trust span{display:flex;align-items:center;gap:6px}
.micro-trust svg{width:14px;height:14px;color:var(--green)}

/* WHY section */
.why{padding:30px 0 10px}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.why-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px 24px;box-shadow:var(--shadow);transition:.18s}
.why-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}
.why-card .wic{width:50px;height:50px;border-radius:14px;display:grid;place-items:center;margin-bottom:16px}
.why-card .wic svg{width:26px;height:26px;color:#fff}
.why-card:nth-child(1) .wic{background:linear-gradient(135deg,#2563eb,#3b82f6)}
.why-card:nth-child(2) .wic{background:linear-gradient(135deg,#7c3aed,#a855f7)}
.why-card:nth-child(3) .wic{background:linear-gradient(135deg,#0ea5e9,#06b6d4)}
.why-card h4{font-size:17px;font-weight:700;margin-bottom:8px}
.why-card p{font-size:13.5px;color:var(--muted);line-height:1.6}
.sec-title{text-align:center;max-width:620px;margin:0 auto 36px}
.sec-title .eyebrow{font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--blue);margin-bottom:10px;display:block}
.sec-title h2{font-size:30px;font-weight:800;letter-spacing:-.5px;margin-bottom:12px}
.sec-title p{font-size:15.5px;color:var(--muted)}

/* FAQ */
.faq{padding:50px 0}
.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:.18s}
.faq-item[open]{box-shadow:var(--shadow);border-color:#dbe3ec}
.faq-item summary{list-style:none;cursor:pointer;padding:18px 22px;font-family:var(--font);font-weight:700;font-size:15.5px;color:var(--ink);display:flex;justify-content:space-between;align-items:center;gap:14px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary .plus{flex:none;width:26px;height:26px;border-radius:50%;background:#eef2ff;color:var(--blue);position:relative;font-size:0;transition:.2s}
.faq-item summary .plus::before,.faq-item summary .plus::after{content:"";position:absolute;top:50%;left:50%;background:currentColor;border-radius:2px}
.faq-item summary .plus::before{width:11px;height:2px;transform:translate(-50%,-50%)}
.faq-item summary .plus::after{width:2px;height:11px;transform:translate(-50%,-50%)}
.faq-item[open] summary .plus{transform:rotate(45deg);background:var(--blue);color:#fff}
.faq-item .ans{padding:0 22px 20px;font-size:14px;color:var(--slate);line-height:1.65}

/* FINAL CTA band */
.cta-band{padding:20px 0 60px}
.cta-card{position:relative;overflow:hidden;border-radius:28px;padding:54px 56px;
  background:#2563eb;color:#fff;
  display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}
.cta-card::before{content:none}
.cta-card .cta-left{position:relative;z-index:1;max-width:520px}
.cta-card h2{color:#fff;font-size:32px;font-weight:800;letter-spacing:-.6px;margin-bottom:12px;line-height:1.15}
.cta-card p{color:rgba(255,255,255,.85);font-size:15.5px;margin-bottom:0}
.cta-form{position:relative;z-index:1;background:#fff;border-radius:18px;padding:22px;width:380px;max-width:100%;box-shadow:0 20px 50px rgba(0,0,0,.25)}
.cta-form label{display:block;font-size:12.5px;font-weight:600;color:var(--slate);margin-bottom:6px}
.cta-form input{width:100%;border:1px solid var(--line);border-radius:10px;padding:12px 14px;font-size:14px;font-family:var(--body);margin-bottom:14px;outline:none;transition:.15s}
.cta-form input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,235,.12)}
.cta-form .btn{width:100%;justify-content:center;padding:14px}
.cta-form .formnote{font-size:11.5px;color:var(--muted);text-align:center;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:6px}
.cta-form .formnote svg{width:13px;height:13px;color:var(--green)}

/* sticky header shadow on scroll */
header.scrolled{box-shadow:0 4px 20px rgba(15,23,42,.06)}

/* ===== SEARCH + CAROUSEL LISTINGS ===== */
.search-wrap{max-width:760px;margin:0 auto 30px}
.search-bar{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);
  border-radius:14px;padding:6px 6px 6px 18px;box-shadow:var(--shadow)}
.search-bar svg{width:20px;height:20px;color:var(--muted);flex:none}
.search-bar input{flex:1;min-width:0;border:none;outline:none;font-size:15px;font-family:var(--body);padding:12px 0;background:none}
.search-bar .btn{padding:12px 22px;border-radius:10px;flex:none}
.list-block{margin-bottom:40px}
.list-block:last-child{margin-bottom:0}
.carousel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:16px}
.carousel-head h2{font-size:22px;font-weight:800}
.carousel-head .ch-right{display:flex;align-items:center;gap:14px}
.carousel-head .seeall{font-size:13.5px;font-weight:600;color:var(--blue);white-space:nowrap;display:inline-flex;align-items:center;gap:5px}
.car-nav{display:flex;gap:8px}
.car-nav button{width:38px;height:38px;border-radius:50%;background:#fff;border:1px solid var(--line);
  display:grid;place-items:center;cursor:pointer;color:var(--slate);transition:.15s}
.car-nav button:hover{border-color:var(--blue);color:var(--blue)}
.carousel{display:flex;gap:18px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;
  padding:6px 2px 14px;scrollbar-width:none}
.carousel::-webkit-scrollbar{display:none}
/* consultant card (anonymized) */
.cv-card{flex:0 0 300px;scroll-snap-align:start;background:#fff;border:1px solid var(--line);
  border-radius:18px;padding:22px;box-shadow:var(--shadow);transition:.18s;display:flex;flex-direction:column}
.cv-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:#dbe3ec}
.cv-top{display:flex;align-items:center;gap:13px;margin-bottom:16px}
.anon-av{width:54px;height:54px;border-radius:14px;flex:none;display:grid;place-items:center;color:#fff;position:relative}
.anon-av svg{width:28px;height:28px}
.anon-av .dot{position:absolute;right:-2px;bottom:-2px;width:14px;height:14px;border-radius:50%;background:var(--green);border:2.5px solid #fff}
.anon-av.soon .dot{background:var(--orange)}
.cv-top .who h4{font-size:15px;font-weight:700;color:var(--ink)}
.cv-top .who .ref{font-size:12px;color:#94a3b8;font-weight:600}
.cv-card .role-t{font-size:14px;font-weight:600;color:var(--slate);margin-bottom:10px}
.cv-card .certs{margin-bottom:12px;flex-wrap:wrap}
.cv-meta{display:flex;flex-direction:column;gap:7px;font-size:12.5px;color:var(--muted);margin-bottom:16px}
.cv-meta span{display:flex;align-items:center;gap:7px}
.cv-meta svg{width:15px;height:15px;color:#94a3b8;flex:none}
.cv-foot{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:14px;border-top:1px solid var(--line)}
.cv-foot .price{font-size:15px;font-weight:800;color:var(--ink)}
.cv-foot .price small{display:block;font-size:10.5px;font-weight:500;color:var(--muted)}
.cv-foot .btn{padding:9px 16px;font-size:13px}
.type-badge{display:inline-block;font-size:10.5px;font-weight:700;padding:4px 9px;border-radius:6px;letter-spacing:.3px}
.type-badge.free{background:#ede9fe;color:var(--purple-dark)}
.type-badge.cdi{background:#dcfce7;color:#15803d}
.av-grad-1{background:linear-gradient(135deg,#2563eb,#3b82f6)}
.av-grad-2{background:linear-gradient(135deg,#7c3aed,#a855f7)}
.av-grad-3{background:linear-gradient(135deg,#0ea5e9,#06b6d4)}
.av-grad-4{background:linear-gradient(135deg,#f59e0b,#f97316)}
.av-grad-5{background:linear-gradient(135deg,#10b981,#22c55e)}
/* mission card (anonymized client) */
.op-card{flex:0 0 320px;scroll-snap-align:start;background:#fff;border:1px solid var(--line);
  border-radius:18px;padding:22px;box-shadow:var(--shadow);transition:.18s;display:flex;flex-direction:column}
.op-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:#dbe3ec}
.op-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.sector-ic{width:48px;height:48px;border-radius:13px;display:grid;place-items:center;background:#eef2ff;color:var(--blue)}
.sector-ic svg{width:24px;height:24px}
.op-card h4{font-size:16px;font-weight:700;margin-bottom:6px}
.op-card .client{font-size:13px;color:var(--muted);margin-bottom:12px}
.op-meta{display:flex;flex-direction:column;gap:7px;font-size:12.5px;color:var(--muted);margin-bottom:16px}
.op-meta span{display:flex;align-items:center;gap:7px}
.op-meta svg{width:15px;height:15px;color:#94a3b8;flex:none}
.op-foot{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:14px;border-top:1px solid var(--line)}
.op-foot .price{font-size:15px;font-weight:800;color:var(--ink)}
.op-foot .price small{display:block;font-size:10.5px;font-weight:500;color:var(--muted)}
.op-foot .btn{padding:9px 16px;font-size:13px}

/* ===== CANDIDATE SECTION ===== */
.candidate{padding:56px 0}
.cand-card{background:var(--bg);border:1px solid var(--line);border-radius:24px;padding:44px;
  display:grid;grid-template-columns:1fr 1.05fr;gap:44px;align-items:center}
.cand-card .ci-eyebrow{font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--purple);margin-bottom:10px;display:block}
.cand-card h2{font-size:28px;font-weight:800;letter-spacing:-.5px;margin-bottom:14px;line-height:1.2}
.cand-card>div>p{font-size:15px;color:var(--muted);margin-bottom:18px}
.cand-bullets{display:flex;flex-direction:column;gap:11px}
.cand-bullets .b{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--slate)}
.cand-bullets .b svg{width:20px;height:20px;color:var(--purple);flex:none}
.cand-form{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:var(--shadow)}
.cand-form .seg{display:flex;gap:8px;margin-bottom:16px}
.cand-form .seg label{flex:1;text-align:center;font-size:13px;font-weight:600;padding:9px;border:1px solid var(--line);
  border-radius:10px;cursor:pointer;color:var(--slate);transition:.15s}
.cand-form .seg input{position:absolute;opacity:0}
.cand-form .seg input:checked+span{display:block}
.cand-form .seg label:has(input:checked){background:#ede9fe;border-color:#c4b5fd;color:var(--purple-dark)}
.cand-form .fld{margin-bottom:13px}
.cand-form label.lbl{display:block;font-size:12.5px;font-weight:600;color:var(--slate);margin-bottom:6px}
.cand-form input[type=text],.cand-form input[type=email],.cand-form input[type=tel],.cand-form input[type=url]{
  width:100%;border:1px solid var(--line);border-radius:10px;padding:12px 14px;font-size:14px;font-family:var(--body);outline:none;transition:.15s}
.cand-form input:focus{border-color:var(--purple);box-shadow:0 0 0 3px rgba(124,58,237,.12)}
.cand-or{text-align:center;font-size:12px;color:var(--muted);margin:4px 0 13px;position:relative}
.cand-file{display:flex;align-items:center;gap:10px;border:1.5px dashed #cbd5e1;border-radius:10px;padding:14px;
  cursor:pointer;color:var(--slate);font-size:13.5px;transition:.15s}
.cand-file:hover{border-color:var(--purple);background:#faf8ff}
.cand-file svg{width:20px;height:20px;color:var(--purple);flex:none}
.cand-form .btn{width:100%;justify-content:center;padding:14px;margin-top:6px}
.cand-form .formnote{font-size:11.5px;color:var(--muted);text-align:center;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:6px}
.cand-form .formnote svg{width:13px;height:13px;color:var(--green)}

/* ===== STORY SECTION ===== */
.story{padding:56px 0;background:var(--bg);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center;max-width:1000px;margin:0 auto}
.story-art{position:relative;aspect-ratio:1/1;border-radius:24px;background:#2563eb;
  display:grid;place-items:center;overflow:hidden;box-shadow:var(--shadow-lg)}
.story-art::before{content:none}
.story-art svg{width:46%;height:46%;position:relative;z-index:1}
.story-art .story-logo{position:relative;z-index:1;background:#fff;border-radius:20px;padding:36px 32px;width:66%;display:grid;place-items:center;box-shadow:0 14px 34px rgba(0,0,0,.2)}
.story-art .story-logo img{width:100%;height:auto;display:block}
.story-text .eyebrow{font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--blue);margin-bottom:10px;display:block}
.story-text h2{font-size:30px;font-weight:800;letter-spacing:-.5px;margin-bottom:18px;line-height:1.2}
.story-text p{font-size:15px;color:var(--slate);line-height:1.7;margin-bottom:14px}
.story-text p:last-child{margin-bottom:0}
.story-sign{margin-top:20px;font-family:var(--font);font-weight:700;color:var(--ink);font-size:15px}
.story-sign small{display:block;font-weight:500;font-size:13px;color:var(--muted)}

/* ===== PAGE HERO / BANNER (sub-pages) ===== */
.page-hero{padding:46px 0 38px;background:var(--bg);border-bottom:1px solid var(--line);position:relative;overflow:hidden}
.page-hero .wrap{position:relative;z-index:1}
.breadcrumb{font-size:12.5px;color:var(--muted);margin-bottom:14px;display:flex;gap:7px;align-items:center;flex-wrap:wrap}
.breadcrumb a:hover{color:var(--blue)}
.breadcrumb span{color:#cbd5e1}
.page-hero .eyebrow{font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--blue);margin-bottom:10px;display:block}
.page-hero.purple .eyebrow{color:var(--purple)}
.page-hero h1{font-size:38px;font-weight:800;letter-spacing:-1px;line-height:1.1;margin-bottom:14px;max-width:760px}
.page-hero p{font-size:16px;color:var(--muted);max-width:620px}
.page-hero .pills{margin-top:18px;gap:8px}
.page-hero .pill{font-size:12px;padding:6px 12px;background:#fff;border:1px solid var(--line)}

/* generic section spacing */
.section{padding:54px 0}
.section.bg{background:var(--bg);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}

/* ===== GENERIC FORM PAGE ===== */
.form-shell{padding:48px 0 64px}
.form-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:44px;align-items:start;max-width:1080px;margin:0 auto}
.form-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:32px;box-shadow:var(--shadow)}
.form-card h2{font-size:21px;font-weight:800;margin-bottom:6px}
.form-card .sub{font-size:13.5px;color:var(--muted);margin-bottom:22px}
.f-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.fld{margin-bottom:15px}
.fld label{display:block;font-size:12.5px;font-weight:600;color:var(--slate);margin-bottom:6px}
.fld .req{color:#ef4444}
.fld.invalid input,.fld.invalid textarea,.fld.invalid select,input.invalid,textarea.invalid,select.invalid{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.12)}
.fld-msg{color:#ef4444;font-size:12.5px;font-weight:500;margin-top:6px;display:flex;align-items:center;gap:5px}
.fld-msg::before{content:"!";display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;border-radius:50%;background:#ef4444;color:#fff;font-size:11px;font-weight:700;flex:none}
.form-err{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:13.5px;font-weight:500;border-radius:10px;padding:11px 14px;margin-bottom:14px}
.cv-chip{display:inline-flex;align-items:center;gap:8px;margin-top:10px;background:#eef2ff;border:1px solid #c7d2fe;border-radius:10px;padding:7px 10px 7px 12px;font-size:13px;font-weight:600;color:var(--slate);max-width:100%}
.cv-chip-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px}
.cv-chip-x{border:none;background:#c7d2fe;color:#1e293b;width:20px;height:20px;border-radius:50%;font-size:16px;line-height:1;cursor:pointer;flex:none;display:flex;align-items:center;justify-content:center;padding:0}
.cv-chip-x:hover{background:#a5b4fc}
.fld input,.fld select,.fld textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:12px 14px;
  font-size:14px;font-family:var(--body);outline:none;transition:.15s;background:#fff;color:var(--ink)}
.fld textarea{resize:vertical;min-height:110px}
.fld input:focus,.fld select:focus,.fld textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,235,.12)}
.form-card.purple .fld input:focus,.form-card.purple .fld select:focus,.form-card.purple .fld textarea:focus{border-color:var(--purple);box-shadow:0 0 0 3px rgba(124,58,237,.12)}
.seg{display:flex;gap:8px;margin-bottom:6px}
.seg label{position:relative;overflow:hidden;flex:1;text-align:center;font-size:13px;font-weight:600;padding:10px;border:1px solid var(--line);border-radius:10px;cursor:pointer;color:var(--slate);transition:.15s}
.seg input{position:absolute;opacity:0;pointer-events:none}
.seg label:has(input:checked){background:#eef2ff;border-color:#c7d2fe;color:var(--blue)}
.form-card.purple .seg label:has(input:checked){background:#ede9fe;border-color:#c4b5fd;color:var(--purple-dark)}
.chips{display:flex;flex-wrap:wrap;gap:8px}
.chip{position:relative;overflow:hidden;font-size:12.5px;font-weight:600;padding:8px 13px;border:1px solid var(--line);border-radius:999px;cursor:pointer;color:var(--slate);transition:.15s;user-select:none}
.chip input{position:absolute;opacity:0;pointer-events:none}
.chip:has(input:checked){background:#eef2ff;border-color:#c7d2fe;color:var(--blue)}
.form-card.purple .chip:has(input:checked){background:#ede9fe;border-color:#c4b5fd;color:var(--purple-dark)}
.file-drop{display:flex;align-items:center;gap:10px;border:1.5px dashed #cbd5e1;border-radius:10px;padding:16px;cursor:pointer;color:var(--slate);font-size:13.5px;transition:.15s}
.file-drop:hover{border-color:var(--blue);background:#f5f8ff}
.form-card.purple .file-drop:hover{border-color:var(--purple);background:#faf8ff}
.file-drop svg{width:20px;height:20px;color:var(--blue);flex:none}
.form-card.purple .file-drop svg{color:var(--purple)}
.form-card .btn{width:100%;justify-content:center;padding:14px;margin-top:8px}
.formnote{font-size:11.5px;color:var(--muted);text-align:center;margin-top:12px;display:flex;align-items:center;justify-content:center;gap:6px}
.formnote svg{width:13px;height:13px;color:var(--green)}
.fld-note{font-size:11.5px;color:var(--muted);margin-top:8px}
.form-err{font-size:13px;font-weight:600;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:10px 14px;margin-top:10px;text-align:center}
/* form aside */
.form-aside{position:sticky;top:96px;display:flex;flex-direction:column;gap:18px}
.aside-card{background:var(--bg);border:1px solid var(--line);border-radius:18px;padding:24px}
.aside-card h3{font-size:16px;font-weight:800;margin-bottom:16px}
.aside-step{display:flex;gap:12px;margin-bottom:16px}
.aside-step:last-child{margin-bottom:0}
.aside-step .n{width:28px;height:28px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:700;font-size:13px;flex:none}
.form-card.purple~.form-aside .aside-step .n,.aside-card.purple .aside-step .n{background:var(--purple)}
.aside-step h4{font-size:13.5px;font-weight:700;margin-bottom:2px}
.aside-step p{font-size:12.5px;color:var(--muted);line-height:1.5}
.aside-trust{display:flex;flex-direction:column;gap:10px}
.aside-trust .t{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--slate)}
.aside-trust .t svg{width:17px;height:17px;color:var(--green);flex:none}

/* ===== AUTH PAGES ===== */
.auth{min-height:calc(100vh - 72px);display:grid;place-items:center;padding:48px 20px;background:var(--bg)}
/* Une règle d'auteur bat la feuille UA [hidden]{display:none} : sans ceci,
   #adm-login reste affiché après connexion malgré son attribut hidden. */
#adm-login[hidden] { display: none; }
.auth-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:38px 34px;width:100%;max-width:440px;box-shadow:var(--shadow-lg)}
.auth-card .a-logo{display:flex;justify-content:center;margin-bottom:20px}
.auth-card .a-logo img{height:46px;width:auto}
.auth-card h1{font-size:24px;font-weight:800;text-align:center;margin-bottom:6px;letter-spacing:-.4px}
.auth-card .a-sub{text-align:center;font-size:14px;color:var(--muted);margin-bottom:24px}
.auth-card .fld{margin-bottom:15px}
.auth-card .btn{width:100%;justify-content:center;padding:14px;margin-top:6px}
.auth-alt{text-align:center;font-size:13.5px;color:var(--muted);margin-top:20px}
.auth-alt a{color:var(--blue);font-weight:600}
.auth-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;font-size:13px}
.auth-meta a{color:var(--blue);font-weight:600}
.auth-meta label{display:flex;align-items:center;gap:7px;color:var(--slate);cursor:pointer}
.auth-fine{font-size:11.5px;color:var(--muted);text-align:center;margin-top:18px;line-height:1.6}
.auth-fine a{color:var(--blue)}
.adm-err{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;font-size:13px;border-radius:8px;padding:10px 12px;margin-bottom:14px}
.adm-logout{background:none;border:none;padding:0;color:var(--blue);font-weight:600;font-size:inherit;cursor:pointer;text-decoration:underline}
.adm-status{display:inline-block;margin-left:8px;font-size:10.5px;font-weight:700;padding:2px 7px;border-radius:5px;vertical-align:middle}
.adm-status.draft{background:#fef3c7;color:#b45309}
.adm-status.live{background:#dcfce7;color:#15803d}
.adm-actions{display:flex;gap:8px;flex:none}
.adm-toggle{font-size:12.5px;font-weight:600;color:var(--blue);background:#eef2ff;border:1px solid #c7d2fe;border-radius:8px;padding:7px 12px;cursor:pointer;transition:.15s}
.adm-toggle:hover{background:#e0e7ff}

/* ===== TALENTS / EXPERTISE GRID ===== */
.tech-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.tech-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:var(--shadow);transition:.18s}
.tech-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:#dbe3ec}
.tech-card .tic{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;margin-bottom:16px;color:#fff}
.tech-card .tic svg{width:27px;height:27px}
.tech-card h3{font-size:18px;font-weight:800;margin-bottom:8px}
.tech-card p{font-size:13.5px;color:var(--muted);line-height:1.6;margin-bottom:14px}
.tech-card .tlist{display:flex;flex-wrap:wrap;gap:6px}
.tech-card .tlist span{font-size:11.5px;font-weight:600;background:#f1f5f9;color:var(--slate);padding:5px 10px;border-radius:7px}

/* ===== LEGAL ===== */
.legal{padding:48px 0 70px}
.legal-wrap{max-width:780px;margin:0 auto}
.legal-wrap .updated{font-size:13px;color:var(--muted);margin-bottom:30px}
.legal-wrap h2{font-size:20px;font-weight:800;margin:34px 0 12px;letter-spacing:-.3px}
.legal-wrap h2:first-of-type{margin-top:0}
.legal-wrap h3{font-size:15.5px;font-weight:700;margin:20px 0 8px}
.legal-wrap p{font-size:14.5px;color:var(--slate);line-height:1.75;margin-bottom:14px}
.legal-wrap ul{margin:0 0 16px 20px}
.legal-wrap li{font-size:14.5px;color:var(--slate);line-height:1.7;margin-bottom:8px}
.legal-wrap a{color:var(--blue)}
.legal-toc{background:var(--bg);border:1px solid var(--line);border-radius:14px;padding:20px 24px;margin-bottom:34px}
.legal-toc h4{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--muted);margin-bottom:12px}
.legal-toc a{display:block;font-size:14px;color:var(--blue);margin-bottom:8px}

/* ===== CONTACT ===== */
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:start;max-width:1080px;margin:0 auto}
.contact-info .ci{display:flex;gap:14px;margin-bottom:22px}
.contact-info .ci .ic{width:46px;height:46px;border-radius:13px;background:#eef2ff;color:var(--blue);display:grid;place-items:center;flex:none}
.contact-info .ci .ic svg{width:22px;height:22px}
.contact-info .ci h4{font-size:14.5px;font-weight:700;margin-bottom:3px}
.contact-info .ci p{font-size:13.5px;color:var(--muted);line-height:1.5}

/* ===== RESPONSIVE ===== */
@media(max-width:980px){
  .nav-cta .btn-ghost{display:none}
  .menu-btn{display:block}
  /* mobile dropdown menu */
  .nav-links{position:absolute;top:72px;left:0;right:0;background:#fff;border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);flex-direction:column;gap:0;padding:6px 0;display:none;
    box-shadow:var(--shadow-lg);z-index:60}
  .nav-links.open{display:flex}
  .nav-links a{padding:13px 24px;font-size:15px;font-weight:600}
  .hero-grid{grid-template-columns:1fr;gap:8px}.hero-art{height:320px;order:-1}
  .hero h1{font-size:40px;white-space:normal}
  .dual-grid,.listings-grid,.process-grid,.testi-grid{grid-template-columns:1fr}
  /* reset equal-height flex so stacked columns size naturally */
  .listings-grid>div{display:block}
  .cons-list,.row{flex:none}
  /* dual cards: text -> visual -> button, single column */
  .dual-col,.dual-col.rev{display:flex;flex-direction:column;align-items:stretch;gap:14px;grid-template-columns:none}
  .dual-text{order:1}
  .avatar-stack{order:2}
  .dual-cluster{order:2;width:100%;height:auto;margin:0 auto;display:flex;justify-content:center;min-height:0}
  .cluster-right .mission-card{position:static;transform:none;margin:0 auto;width:210px}
  .cluster-right .cluster-back{display:none}             /* drop fanned back cards on mobile */
  .dcta{order:3}
  .dual-col:first-child{border-right:none;border-bottom:1px solid var(--line)}
  .dual-col:first-child .dual-cluster{display:none}      /* entreprise: avatars instead of cluster */
  .dual-col:first-child .avatar-stack{display:flex}
  /* stats: 2-column grid on mobile */
  .stats-bar{grid-template-columns:1fr 1fr;gap:6px 4px;padding:20px 14px}
  .stat{border-right:none;padding:12px 10px}
  .foot-grid{grid-template-columns:1fr 1fr}
  .testi-grid{gap:16px}
  .why-grid{grid-template-columns:1fr}
  .cta-card{flex-direction:column;align-items:flex-start;padding:36px 30px}
  .cta-form{width:100%}
  /* candidate + story stack */
  .cand-card{grid-template-columns:1fr;gap:28px;padding:32px}
  .story-grid{grid-template-columns:1fr;gap:30px}
  .story-art{max-width:320px;margin:0 auto;width:100%}
  /* carousels: hide arrows (swipe), near-full-width cards */
  .car-nav{display:none}
  .carousel-head{flex-wrap:wrap;gap:6px 12px}
  .carousel-head h2{font-size:20px}
  .cv-card,.op-card{flex-basis:calc(100% - 30px);max-width:none}
  .carousel{gap:14px;padding:6px 0 14px}
  .search-bar{padding-left:14px}
  .search-bar .btn{padding:12px 16px}
  /* sub-page layouts stack */
  .form-grid,.contact-grid{grid-template-columns:1fr;gap:30px}
  .form-aside{position:static}
  .tech-grid{grid-template-columns:1fr 1fr}
  .page-hero h1{font-size:32px}
}
@media(max-width:640px){
  /* Compactage vertical mobile : reduit le scroll sans toucher au contenu. */
  .hero{padding:40px 0 24px}
  .dual{padding:8px 0 18px}
  .stats{padding:8px 0 20px}
  .listings{padding:24px 0}
  .process{padding:28px 0}
  .testi{padding:28px 0}
  .why{padding:18px 0 6px}
  .faq{padding:30px 0}
  .candidate{padding:30px 0}
  .story{padding:32px 0}
  .cta-band{padding:16px 0 32px}
  .hero-art{height:240px}
  .sec-title{margin-bottom:20px}
  .sec-head{margin-bottom:12px}
  .proc-head{margin-bottom:14px}
  .steps{gap:12px}
  .testi-grid{gap:12px}
  .cand-card{padding:24px}
  .story-grid{gap:22px}
  .hero h1{font-size:34px}
  .hero p.lead{font-size:15.5px}
  .steps{flex-direction:column;gap:18px}
  .step .conn{display:none}
  .hero-cta{flex-direction:column}
  .hero-cta .btn{width:100%;justify-content:center}
  .sec-title h2,.cta-card h2{font-size:24px}
  .sec-head h2,.process h2.title,.testi h3,.trust h3{font-size:20px}
  /* compact consultant rows: keep certs, hide price */
  .row{flex-wrap:wrap;gap:8px 10px}
  .row .info{flex:1 1 100%}
  .row .tjm{display:none}
  .row .certs{order:2}
  .row .status{order:3;margin-left:auto}
  .row .arrow{order:4}
  /* mission rows stack action */
  .mrow{flex-wrap:wrap}
  .mrow .info{flex:1 1 60%}
  .mrow .tjm{margin-left:auto}
  .mrow .btn{flex:1 1 100%;justify-content:center;margin-top:4px}
  /* hero badges + art */
  .partner-badge{display:none}
  .tile-center{width:148px;height:148px;margin:-74px 0 0 -74px}
  .tile-center svg{width:72px;height:72px}
  /* sub-page */
  .f-row{grid-template-columns:1fr}
  .tech-grid{grid-template-columns:1fr}
  .page-hero h1{font-size:27px}
}
@media(max-width:430px){
  .hero h1{font-size:29px}
  .foot-grid{grid-template-columns:1fr}
  .wrap{padding:0 18px}
  .dual-col,.proc-col,.why-card{padding-left:20px;padding-right:20px}
  .cta-card{padding:30px 22px}
  .testi-grid .tcard{padding:22px}
  .form-card,.auth-card{padding:24px 20px}
}

/* mot du fondateur : liens + CTA */
.story-text p a{color:var(--blue);font-weight:600;text-decoration:underline;text-underline-offset:2px}
.story-text p a:hover{color:var(--purple)}
.story-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}

/* ===================================================================
   CARTES CLIQUABLES + ÉTAT VIDE
   =================================================================== */
.profile-board{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px}
.tg-clic{cursor:pointer}
.tg-clic:focus-visible{outline:2px solid var(--blue);outline-offset:2px}
.tg-empty{padding:26px;text-align:center;color:var(--muted);font-size:14px;background:#fff;border:1px dashed var(--line);border-radius:14px}

/* ===================================================================
   BANNIÈRE OFFRE / PROFIL SÉLECTIONNÉ (formulaires)
   =================================================================== */
.tg-applied{display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#eff6ff,#eef2ff);
  border:1px solid #bfdbfe;border-radius:14px;padding:14px 16px;margin-bottom:22px}
.tg-applied-ic{width:42px;height:42px;border-radius:11px;background:#fff;border:1px solid #dbeafe;
  color:var(--blue);display:grid;place-items:center;flex:none}
.tg-applied-ic svg{width:21px;height:21px}
.tg-applied-txt{flex:1;min-width:0}
.tg-applied-lab{display:block;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--blue)}
.tg-applied-txt strong{display:block;font-size:15px;font-weight:700;color:var(--ink);margin-top:2px}
.tg-applied-meta{font-size:12px;color:var(--muted);margin-top:3px}
.tg-applied-x{flex:none;font-size:12.5px;font-weight:600;color:var(--slate);background:#fff;
  border:1px solid var(--line);border-radius:8px;padding:7px 12px;white-space:nowrap}
.tg-applied-x:hover{color:var(--blue);border-color:#c7d2fe}
@media(max-width:560px){
  .tg-applied{flex-wrap:wrap;align-items:flex-start;gap:8px 12px;padding:12px 14px}
  .tg-applied-ic{width:38px;height:38px;border-radius:9px}
  .tg-applied-ic svg{width:19px;height:19px}
  /* Texte pleine largeur (moins l'icône) -> le titre wrappe large, et le
     badge + 'Changer' passent sur la ligne suivante au lieu de comprimer. */
  .tg-applied-txt{flex:1 1 calc(100% - 52px)}
  .tg-applied .type-badge{order:5}
  .tg-applied-x{order:6;margin-left:auto}
}

/* ===================================================================
   POPUP / MODALE DE DÉTAILS
   =================================================================== */
.tg-modal-ov{position:fixed;inset:0;z-index:1000;background:rgba(15,23,42,.55);
  backdrop-filter:blur(3px);display:flex;align-items:flex-start;justify-content:center;
  padding:40px 18px;overflow-y:auto;animation:tgfade .18s ease}
.tg-modal-ov[hidden]{display:none}
@keyframes tgfade{from{opacity:0}to{opacity:1}}
.tg-modal{position:relative;background:#fff;border-radius:22px;max-width:560px;width:100%;
  padding:34px 34px 30px;box-shadow:0 30px 70px rgba(15,23,42,.3);animation:tgpop .22s cubic-bezier(.2,.8,.3,1)}
@keyframes tgpop{from{transform:translateY(14px) scale(.98);opacity:0}to{transform:none;opacity:1}}
.tg-modal-x{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;
  border:1px solid var(--line);background:#fff;color:var(--slate);font-size:22px;line-height:1;
  cursor:pointer;display:grid;place-items:center;transition:.15s}
.tg-modal-x:hover{background:#f1f5f9;color:var(--ink)}
.tg-modal-head{display:flex;align-items:center;margin-bottom:6px;padding-right:44px}
.tg-modal-flip{display:flex;align-items:center;gap:4px}
.tg-modal-flip[hidden]{display:none}
.tg-flip{width:32px;height:32px;border-radius:9px;border:1px solid var(--line);background:#fff;color:var(--slate);font-size:20px;line-height:1;cursor:pointer;display:grid;place-items:center;transition:.15s;padding:0}
.tg-flip:hover{background:#eef2ff;border-color:#c7d2fe;color:var(--blue)}
.tg-modal-count{font-size:12.5px;font-weight:600;color:var(--muted);padding:0 8px;min-width:46px;text-align:center}
.tg-modal-body .eyebrow{font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--blue);margin-bottom:8px;display:block}
.tg-modal-body h2{font-size:25px;font-weight:800;letter-spacing:-.4px;line-height:1.15;margin-bottom:14px;padding-right:30px}
.tg-modal-tags{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:20px}
.tg-price{font-size:17px;font-weight:800;color:var(--ink)}
.tg-price small{font-size:11.5px;font-weight:500;color:var(--muted)}
.tg-dispo{font-size:11px;font-weight:700;padding:4px 9px;border-radius:6px;background:#dcfce7;color:#15803d}
.tg-dispo.soon{background:#ffedd5;color:#c2410c}
.tg-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px;margin-bottom:8px}
.tg-mrow{display:flex;gap:11px;align-items:flex-start}
.tg-mic{width:34px;height:34px;border-radius:10px;background:#eef2ff;color:var(--blue);display:grid;place-items:center;flex:none}
.tg-mic svg{width:17px;height:17px}
.tg-mk{font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.4px}
.tg-mv{font-size:14px;font-weight:600;color:var(--ink);margin-top:1px}
.tg-block{margin-top:20px}
.tg-block-t{font-size:12px;font-weight:700;color:var(--slate);text-transform:uppercase;letter-spacing:.5px;margin-bottom:9px}
.tg-block p{font-size:14px;color:var(--slate);line-height:1.65}
.tg-block .certs{display:flex;gap:7px;flex-wrap:wrap}
.tg-modal-cta{display:flex;gap:11px;flex-wrap:wrap;margin-top:26px}
.tg-modal-cta .btn-lg{flex:1;min-width:200px;justify-content:center}
.tg-modal-note{margin-top:16px;font-size:11.5px;color:var(--muted);display:flex;align-items:center;gap:7px;line-height:1.5}
.tg-modal-note svg{flex:none}
@media(max-width:520px){
  .tg-modal{padding:26px 20px 24px}
  .tg-modal-body h2{font-size:21px}
  .tg-meta-grid{grid-template-columns:1fr}
  .tg-modal-cta .btn{flex:1 1 100%}
}

/* ===================================================================
   PANNEAU D'ADMINISTRATION (admin.html)
   =================================================================== */
.adm-wrap{max-width:1040px;margin:0 auto;padding:30px 22px 70px}
.adm-head{margin-bottom:24px}
.adm-head h1{font-size:28px;font-weight:800;letter-spacing:-.5px;margin-bottom:6px}
.adm-head p{color:var(--muted);font-size:14.5px}
.adm-note{margin-top:14px;background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;border-radius:12px;
  padding:12px 16px;font-size:13px;display:flex;gap:9px;align-items:flex-start}
.adm-note svg{width:17px;height:17px;flex:none;margin-top:1px}
.adm-tabs{display:flex;gap:8px;margin-bottom:22px;border-bottom:1px solid var(--line)}
.adm-tabs button{background:none;border:none;padding:12px 16px;font-family:var(--font);font-weight:700;
  font-size:14.5px;color:var(--muted);cursor:pointer;border-bottom:2.5px solid transparent;margin-bottom:-1px}
.adm-tabs button.active{color:var(--blue);border-color:var(--blue)}
.adm-panel{display:none}
.adm-panel.active{display:block}
.adm-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:26px;align-items:start}
.adm-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:var(--shadow)}
.adm-card h2{font-size:17px;font-weight:800;margin-bottom:4px}
.adm-card .adm-cardsub{font-size:13px;color:var(--muted);margin-bottom:18px}
.adm-card form .fld{margin-bottom:14px}
.adm-card label{display:block;font-size:12.5px;font-weight:600;color:var(--slate);margin-bottom:6px}
.adm-card input,.adm-card select,.adm-card textarea{width:100%;border:1px solid var(--line);border-radius:10px;
  padding:11px 13px;font-size:14px;font-family:var(--body);outline:none;transition:.15s;background:#fff}
.adm-card input:focus,.adm-card select:focus,.adm-card textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,235,.12)}
.adm-card textarea{min-height:78px;resize:vertical}
.adm-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.adm-hint{font-size:11.5px;color:var(--muted);margin-top:-8px;margin-bottom:14px}
.adm-listhead{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.adm-listhead h2{margin-bottom:0}
.adm-item{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;background:#fff;
  border:1px solid var(--line);border-radius:12px;padding:13px 15px;margin-bottom:10px}
.adm-item strong{font-size:14px;font-weight:700}
.adm-item-main{min-width:0;flex:1}
.adm-item-head{display:flex;flex-wrap:wrap;align-items:center;gap:8px}
.adm-item-head .adm-tag{margin-left:0}
.adm-tag{display:inline-block;margin-left:8px;font-size:10.5px;font-weight:700;background:#eef2ff;color:var(--blue);padding:2px 7px;border-radius:5px;vertical-align:middle}
.adm-sub{font-size:12px;color:var(--muted);margin-top:5px}
.adm-del{flex:none;font-size:12.5px;font-weight:600;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:7px 12px;cursor:pointer;transition:.15s}
.adm-del:hover{background:#fee2e2}
.adm-empty{color:var(--muted);font-size:13.5px;padding:14px}
.adm-item .adm-actions{flex-direction:column;gap:7px;min-width:176px;align-items:stretch;max-width:none}
.adm-act{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;border:1px solid transparent;border-radius:9px;padding:9px 13px;cursor:pointer;transition:.15s;width:100%;text-align:left;line-height:1}
.adm-act svg{width:15px;height:15px;flex:none}
.adm-act-edit{color:#334155;background:#fff;border-color:#cbd5e1}
.adm-act-edit:hover{background:#f1f5f9}
.adm-act-traite{color:#15803d;background:#dcfce7;border-color:#bbf7d0}
.adm-act-traite:hover{background:#bbf7d0}
.adm-act-archive{color:#475569;background:#f1f5f9;border-color:#e2e8f0}
.adm-act-archive:hover{background:#e5eaf0}
.adm-act-nouveau{color:#1d4ed8;background:#dbeafe;border-color:#bfdbfe}
.adm-act-nouveau:hover{background:#bfdbfe}
.adm-act-del{color:#dc2626;background:#fef2f2;border-color:#fecaca;margin-top:3px}
.adm-act-del:hover{background:#fee2e2}
.adm-cancel-edit{width:100%;margin-top:8px;background:none;border:none;color:var(--muted);font:inherit;font-size:13px;font-weight:600;text-decoration:underline;cursor:pointer}
.adm-cancel-edit:hover{color:var(--slate)}
@media(max-width:560px){.adm-item{flex-direction:column}.adm-item .adm-actions{flex-direction:row;flex-wrap:wrap;min-width:0;width:100%;margin-top:6px}.adm-act{width:auto;flex:1 1 auto;justify-content:center;text-align:center}}
.adm-tag-candidature{background:#ede9fe;color:var(--purple-dark,#5b21b6)}
.adm-tag-profil{background:#eef2ff;color:var(--blue)}
.adm-tag-contact{background:#fff7ed;color:#c2410c}
.adm-status.req-nouveau{background:#dbeafe;color:#1d4ed8}
.adm-status.req-traite{background:#dcfce7;color:#15803d}
.adm-status.req-archive{background:#f1f5f9;color:#64748b}
.adm-payload{display:flex;flex-wrap:wrap;gap:6px 14px;margin-top:6px}
.adm-payload-item{font-size:12px;color:var(--slate)}
.adm-cv{display:inline-flex;align-items:center;gap:4px;margin-top:8px;font-size:13px;font-weight:600;color:var(--blue);text-decoration:none;border:1px solid var(--line);border-radius:8px;padding:5px 11px}
.adm-cv:hover{background:#eef2ff}
.req-filters{display:flex;flex-wrap:wrap;gap:10px 14px;align-items:center;margin:16px 0}
.req-fgroup{display:inline-flex;background:#f1f5f9;border-radius:9px;padding:3px}
.req-fgroup button{border:none;background:transparent;font:inherit;font-size:12.5px;font-weight:600;color:var(--muted);padding:6px 11px;border-radius:7px;cursor:pointer}
.req-fgroup button.active{background:#fff;color:var(--slate);box-shadow:0 1px 3px rgba(0,0,0,.08)}
.req-sort{margin-left:auto;font:inherit;font-size:12.5px;font-weight:600;color:var(--slate);border:1px solid var(--line);border-radius:8px;padding:7px 10px;background:#fff;cursor:pointer}
.adm-count{font-size:13px;font-weight:600;color:var(--muted);margin-left:10px}
@media(max-width:640px){.req-sort{margin-left:0;width:100%}}
.adm-payload-item b{color:var(--ink);font-weight:600}
.adm-toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(20px);
  background:var(--ink);color:#fff;padding:13px 22px;border-radius:12px;font-size:14px;font-weight:600;
  box-shadow:0 14px 34px rgba(0,0,0,.28);opacity:0;pointer-events:none;transition:.25s;z-index:1100}
.adm-toast.on{opacity:1;transform:translateX(-50%) translateY(0)}
.adm-toast.error{background:#dc2626}
@media(max-width:760px){.adm-grid{grid-template-columns:1fr}}
@media(max-width:480px){
  .adm-2{grid-template-columns:1fr}
  .adm-wrap{padding:24px 16px 60px}
  .adm-item{flex-wrap:wrap}
  .adm-del{margin-left:auto}
  .adm-tabs button{padding:11px 12px;font-size:13.5px}
}

/* États de chargement / erreur de la couche données API */
.tg-skel{
  height:120px;border-radius:14px;margin-bottom:14px;
  background:linear-gradient(90deg,#eef1f6 25%,#e3e8f0 37%,#eef1f6 63%);
  background-size:400% 100%;animation:tg-shimmer 1.2s ease-in-out infinite;
}
@keyframes tg-shimmer{0%{background-position:100% 0}100%{background-position:-100% 0}}
.tg-error{padding:28px;text-align:center;border:1px solid #e3e8f0;border-radius:14px}
.tg-error p{margin:0 0 14px;color:#5b6474}
@media (prefers-reduced-motion:reduce){.tg-skel{animation:none}}

/* Indicateur de chargement de la coquille admin (#tg-admin), avant que
   /api/me n'ait répondu et que l'écran de connexion ou l'app ne s'affiche. */
.adm-loading{padding:48px 20px;text-align:center;color:var(--muted);font-size:14px}
