/* ============================================================
   Spotlite Talent — vitrine + connexion. Monochrome, épuré,
   même ADN que spotlite-app.com. CSS unique, sans dépendance.
   ============================================================ */
:root {
  color-scheme: light dark;
  --ink: #0a0a0b; --ink-soft: #55565c; --soft: #9497a0;
  --bg: #ffffff; --bg-soft: #f6f6f7; --panel: #ffffff;
  --line: #ececed; --line-strong: #dcdcde;
  --cta: #0a0a0b; --cta-ink: #ffffff; --danger: #d33;
  --rx: 30px; --r: 16px; --rs: 12px;
  --sh-sm: 0 1px 2px rgba(10,10,15,.05), 0 4px 14px rgba(10,10,15,.05);
  --sh: 0 14px 44px rgba(10,10,15,.10);
  --sh-lg: 0 40px 120px rgba(10,10,15,.18);
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --e: cubic-bezier(.22,.61,.36,1);
}
@media (prefers-color-scheme: dark) {
  :root {
    --ink: #f4f4f6; --ink-soft: #a9abb3; --soft: #6c6e77;
    --bg: #000; --bg-soft: #0b0b0d; --panel: #0f0f12;
    --line: #1c1c20; --line-strong: #2a2a30; --cta: #fff; --cta-ink: #0a0a0b; --danger: #ff6b6b;
    --sh-sm: 0 1px 2px rgba(0,0,0,.5); --sh: 0 16px 50px rgba(0,0,0,.6); --sh-lg: 0 40px 120px rgba(0,0,0,.75);
  }
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--bg); line-height: 1.55; letter-spacing: -0.014em; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { line-height: 1.05; letter-spacing: -0.04em; margin: 0; font-weight: 640; }
p { margin: 0; }
.wrap { width: 100%; max-width: 1080px; margin-inline: auto; padding-inline: 24px; }
.lg-dark { display: none; }
@media (prefers-color-scheme: dark) { .lg-light { display: none; } .lg-dark { display: block; } }
section { padding: 84px 0; }
.alt { background: var(--bg-soft); }

.eyebrow { display: inline-flex; align-items: center; gap: .5rem; font-size: .8rem; font-weight: 620; letter-spacing: .06em; text-transform: uppercase; color: var(--soft); }
.sec-head { max-width: 640px; margin: 0 auto 48px; text-align: center; }
.sec-head .eyebrow { margin-bottom: 1rem; }
.sec-head h2 { font-size: clamp(1.9rem, 4.2vw, 2.9rem); }
.sec-head p { margin-top: 1rem; font-size: 1.08rem; color: var(--ink-soft); }

/* Boutons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; font: inherit; font-weight: 560; font-size: .98rem; line-height: 1; padding: .9rem 1.4rem; border-radius: 999px; border: 1px solid transparent; cursor: pointer; transition: transform .18s var(--e), opacity .18s var(--e), border-color .18s var(--e); white-space: nowrap; }
.btn:active { transform: translateY(1px) scale(.99); }
.btn-primary { background: var(--cta); color: var(--cta-ink); }
.btn-primary:hover { transform: translateY(-1px); opacity: .88; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-lg { padding: 1.04rem 1.8rem; font-size: 1.04rem; }
.btn.block { width: 100%; }
.btn svg { width: 18px; height: 18px; }

/* En-tête */
.lhead { position: sticky; top: 0; z-index: 40; backdrop-filter: saturate(180%) blur(20px); background: color-mix(in srgb, var(--bg) 72%, transparent); border-bottom: 1px solid transparent; transition: border-color .3s var(--e); }
.lhead.scrolled { border-bottom-color: var(--line); }
.lnav { display: flex; align-items: center; gap: 1rem; height: 64px; }
.lbrand { display: inline-flex; align-items: center; gap: .5rem; font-weight: 620; font-size: 1.08rem; letter-spacing: -0.03em; }
.lbrand img { height: 22px; width: 22px; }
.lbrand b { font-weight: 620; }
.lnav-links { display: flex; gap: .1rem; margin-left: 1.4rem; }
.lnav-links a { padding: .5rem .8rem; border-radius: 10px; font-size: .95rem; color: var(--ink-soft); font-weight: 480; }
.lnav-links a:hover { color: var(--ink); }
.lnav-spacer { flex: 1; }
@media (max-width: 780px) { .lnav-links { display: none; } }
/* Barre pleine largeur sur grand écran : le menu porte assez d'entrées pour que
   les gouttières du corps le tassent au centre. Seule la barre s'élargit — les
   sections gardent `.wrap` et sa largeur de lecture. */
@media (min-width: 781px) { .lhead > .wrap { max-width: none; padding-inline: 14px; } }

/* Hero */
.hero { padding: 70px 0 26px; text-align: center; }
.hero .eyebrow { margin-bottom: 1.1rem; }
.hero h1 { font-size: clamp(2.3rem, 6.2vw, 4.4rem); margin: 0 auto; max-width: 16ch; font-weight: 660; }
.hero .lead { font-size: clamp(1.05rem, 2.3vw, 1.28rem); color: var(--ink-soft); margin: 1.3rem auto 0; max-width: 46ch; }
.cta-row { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; margin-top: 1.9rem; }
.note { margin-top: 1.1rem; font-size: .88rem; color: var(--soft); }

/* Feed reconstitué */
/* .shot vit désormais entre la section « 4 gestes » (padding bas 84px) et le
   manifeste : plus de marge haute propre à lui, le rythme des sections suffit. */
.shot { margin: 0 auto; max-width: 1080px; padding-inline: 24px; }
.dwin { border-radius: var(--rx); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--sh-lg); background: var(--bg-soft); }
.dwin-bar { display: flex; align-items: center; gap: 7px; padding: 12px 16px; background: var(--panel); border-bottom: 1px solid var(--line); }
.dwin-bar i { width: 11px; height: 11px; border-radius: 50%; background: var(--line-strong); }
.dwin-bar span { margin-left: 10px; font-size: .76rem; color: var(--soft); font-weight: 500; }
.dfeed { padding: 16px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
@media (max-width: 720px) { .dfeed { grid-template-columns: 1fr 1fr; } }
.dcard { border-radius: 15px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--sh-sm); }
.dcard .cover { position: relative; aspect-ratio: 4 / 5; background: #2a2c34; }
.dcard .cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 48%, rgba(0,0,0,.66)); }
.dcard .cover.c1 { background: linear-gradient(140deg,#3b4252,#5b6478); }
.dcard .cover.c2 { background: linear-gradient(140deg,#4a3b2f,#7a5c42); }
.dcard .cover.c3 { background: linear-gradient(140deg,#2f3d4a,#41677a); }
.dcard .cover.c4 { background: linear-gradient(140deg,#3a2f42,#5f486a); }
.dcard .chip { position: absolute; top: 9px; left: 9px; z-index: 2; font-size: .6rem; font-weight: 640; letter-spacing: .04em; text-transform: uppercase; color: #fff; background: rgba(0,0,0,.42); backdrop-filter: blur(6px); border-radius: 999px; padding: 4px 8px; }
.dcard .play { position: absolute; top: 9px; right: 9px; z-index: 2; width: 26px; height: 26px; border-radius: 50%; background: rgba(0,0,0,.5); color: #fff; display: grid; place-items: center; font-size: 11px; }
.dcard .who { position: absolute; left: 11px; bottom: 9px; z-index: 2; color: #fff; }
.dcard .who b { display: block; font-size: .82rem; font-weight: 620; }
.dcard .who span { font-size: .66rem; opacity: .92; }

/* Cartes / grilles */
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 760px) { .grid3 { grid-template-columns: 1fr; } }
.card { border: 1px solid var(--line); border-radius: var(--r); padding: 26px 24px; background: var(--panel); box-shadow: var(--sh-sm); }
.card .ic { font-size: 1.7rem; }
.card h3 { font-size: 1.14rem; margin: .7rem 0 .4rem; }
.card p { color: var(--ink-soft); font-size: .95rem; }

/* Étapes */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; gap: 26px; } }
.step { padding-top: 22px; border-top: 2px solid var(--ink); }
.step .n { font-size: .82rem; font-weight: 680; color: var(--soft); letter-spacing: .05em; }
.step h3 { font-size: 1.16rem; margin-top: .7rem; }
.step p { margin-top: .5rem; color: var(--ink-soft); font-size: .95rem; }

/* ============================================================
   Le parcours en 4 gestes — flux visuel avec mini-maquettes
   ============================================================ */
.flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 18px; align-items: stretch; }
@media (max-width: 980px) { .flow { grid-template-columns: 1fr 1fr; } .flow-arrow { display: none; } }
@media (max-width: 560px) { .flow { grid-template-columns: 1fr; } }
.flow-step { display: flex; flex-direction: column; }
.flow-head { display: flex; align-items: center; gap: .6rem; margin-bottom: .8rem; }
.flow-head .fn { width: 28px; height: 28px; flex: none; border-radius: 50%; background: var(--ink); color: var(--bg); font-size: .88rem; font-weight: 700; display: grid; place-items: center; }
.flow-head h3 { font-size: 1.02rem; line-height: 1.2; }
.flow-step > p { margin-top: .8rem; color: var(--ink-soft); font-size: .88rem; line-height: 1.55; }
.flow-link { text-decoration: underline; color: var(--ink); font-weight: 560; }
.flow-arrow { align-self: center; color: var(--soft); font-size: 1.5rem; padding-top: 34px; }
.flow-note { margin: 34px auto 0; max-width: 52ch; text-align: center; font-size: 1rem; font-weight: 560; color: var(--ink); }

/* Mini-maquette générique (carte sombre, lisible par tous) */
.mini { flex: 1; background: #0d0d0f; border: 1px solid #26262c; border-radius: 16px; padding: 13px; color: #f4f4f6; box-shadow: var(--sh-sm); display: flex; flex-direction: column; gap: 9px; }
.mini-bar { font-size: .68rem; letter-spacing: .05em; text-transform: uppercase; font-weight: 640; color: #6c6e77; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mini-th { position: relative; aspect-ratio: 4 / 5; border-radius: 10px; display: grid; place-items: center; }
.mini-th i { font-style: normal; width: 26px; height: 26px; border-radius: 50%; background: rgba(0,0,0,.45); color: #fff; display: grid; place-items: center; font-size: .72rem; }
.mini-th.th1 { background: linear-gradient(140deg,#3b4252,#5b6478); }
.mini-th.th2 { background: linear-gradient(140deg,#4a3b2f,#7a5c42); }
.mini-btn { text-align: center; background: #24242b; border: 1px dashed #3a3a42; border-radius: 10px; padding: .55rem; font-size: .76rem; color: #a9abb3; }
.mini-field { background: #161619; border: 1px solid #26262c; border-radius: 999px; padding: .6rem .8rem; font-size: .76rem; color: #9497a0; }
.mini-or { text-align: center; font-size: .68rem; color: #6c6e77; }
.mini-ext { display: flex; align-items: center; gap: 8px; background: #161619; border: 1px solid #26262c; border-radius: 10px; padding: .6rem .8rem; font-size: .74rem; color: #d3d5db; }
.mini-dot { width: 12px; height: 12px; flex: none; border-radius: 50%; background: conic-gradient(#3466f6,#6b4dff,#ff3b6b,#3466f6); }
.mini-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; background: #161619; border: 1px solid #26262c; border-radius: 10px; padding: .55rem .7rem; }
.mini-row b { font-size: .78rem; font-weight: 600; }
.mini-tag { font-size: .62rem; font-weight: 640; border-radius: 999px; padding: 3px 7px; border: 1px solid #3a3a42; color: #a9abb3; white-space: nowrap; }
.mini-tag.ok { color: #4fe0a5; border-color: #1e5c41; background: rgba(34,192,125,.12); }
.mini-tag.hot { color: #ffb46b; border-color: #6b4a1e; background: rgba(255,158,60,.12); }

/* Mini-CV (étape 3) : le lien Smartlink mis en évidence */
.mini-cv { background: #fdfdfc; border-color: #e4e2dc; color: #21232a; gap: 7px; }
.cv-name { font-size: .84rem; font-weight: 750; letter-spacing: .04em; }
.cv-link { display: inline-block; align-self: flex-start; font-size: .7rem; font-weight: 640; color: #2547c9; background: #eef2ff; border: 1px solid #ccd6ff; border-radius: 999px; padding: 3px 8px; }
.cv-line { height: 7px; border-radius: 4px; background: #e7e5df; }
.cv-line.w9 { width: 92%; } .cv-line.w8 { width: 80%; } .cv-line.w6 { width: 62%; } .cv-line.w5 { width: 48%; }

/* Bouton « Ajouter à Chrome » (section extension) */
.ext-get { display: flex; align-items: center; gap: 12px; margin-top: 1.4rem; flex-wrap: wrap; }
.ext-get-note { font-size: .8rem; color: var(--soft); }

/* Connexion */
.access-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 44px; align-items: center; max-width: 980px; margin: 0 auto; }
@media (max-width: 820px) { .access-grid { grid-template-columns: 1fr; gap: 30px; } }
.access-copy .eyebrow { margin-bottom: 1rem; }
.access-copy h2 { font-size: clamp(1.9rem, 4vw, 2.6rem); }
.access-copy p { margin-top: 1rem; color: var(--ink-soft); font-size: 1.05rem; }
.ticks { list-style: none; padding: 0; margin: 1.3rem 0 0; display: grid; gap: .55rem; }
.ticks li { position: relative; padding-left: 1.6rem; color: var(--ink-soft); font-size: .96rem; }
.ticks li::before { content: "✓"; position: absolute; left: 0; color: var(--ink); font-weight: 700; }

.signin-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--rx); box-shadow: var(--sh); padding: 26px 26px 22px; }
.seg { display: flex; gap: 4px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 999px; padding: 4px; margin-bottom: 18px; }
.seg-btn { flex: 1; border: 0; background: transparent; color: var(--soft); font: inherit; font-weight: 560; font-size: .92rem; padding: .6rem; border-radius: 999px; cursor: pointer; }
.seg-btn.active { background: var(--panel); color: var(--ink); box-shadow: var(--sh-sm); }
.oauth { width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; padding: .82rem; border: 1px solid var(--line-strong); border-radius: var(--rs); background: var(--panel); color: var(--ink); font: inherit; font-weight: 560; font-size: .95rem; cursor: pointer; transition: border-color .15s; }
.oauth:hover { border-color: var(--ink); }
.or { display: flex; align-items: center; gap: 12px; margin: 16px 0; color: var(--soft); font-size: .8rem; }
.or::before, .or::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.signin-card form { display: block; }
.signin-card label { display: block; font-size: .82rem; color: var(--soft); margin: 0 0 .4rem; font-weight: 560; }
.signin-card input { width: 100%; padding: .82rem .95rem; margin-bottom: .9rem; background: var(--bg-soft); border: 1px solid var(--line-strong); border-radius: var(--rs); color: var(--ink); font-size: 1rem; font-family: inherit; }
.signin-card input:focus { outline: none; border-color: var(--ink); }
.signin-card .btn.block { margin-top: .3rem; }
.spin { width: 16px; height: 16px; border-radius: 50%; border: 2px solid color-mix(in srgb, var(--cta-ink) 40%, transparent); border-top-color: var(--cta-ink); animation: sp .7s linear infinite; }
@keyframes sp { to { transform: rotate(360deg); } }
.err { color: var(--danger); font-size: .88rem; margin: .6rem 0 0; }
.linkbtn { display: block; margin: .8rem auto 0; background: none; border: 0; color: var(--soft); font: inherit; font-size: .85rem; text-decoration: underline; cursor: pointer; }
.fineprint { margin-top: 1rem; font-size: .78rem; color: var(--soft); text-align: center; }
.fineprint a { text-decoration: underline; }

/* Pied */
.lfoot { border-top: 1px solid var(--line); padding: 34px 0; }
.lfoot-row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center; font-size: .86rem; color: var(--soft); }
.lfoot-links { display: flex; flex-wrap: wrap; gap: 16px; }
.lfoot-links a:hover { color: var(--ink); }

/* Split : mockup + copie côte à côte */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; max-width: 980px; margin: 0 auto; }
@media (max-width: 820px) { .split { grid-template-columns: 1fr; gap: 34px; } .split-rev .split-copy { order: -1; } }
.split-copy .eyebrow { margin-bottom: 1rem; }
.split-copy h2 { font-size: clamp(1.8rem, 3.8vw, 2.5rem); }
.split-copy p { margin-top: 1rem; color: var(--ink-soft); font-size: 1.04rem; }
.split-copy .ticks { margin-top: 1.2rem; }

/* Liste de fonctionnalités */
.featlist { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
.featlist li { display: flex; gap: .9rem; align-items: flex-start; }
.featlist .fic { font-size: 1.25rem; line-height: 1.4; flex: none; }
.featlist b { display: block; font-size: 1rem; margin-bottom: .15rem; }
.featlist div { color: var(--ink-soft); font-size: .93rem; }

/* Maquette téléphone (app Carrière) */
.phone { justify-self: center; width: 100%; max-width: 320px; border-radius: 38px; border: 1px solid var(--line-strong); background: #000; padding: 12px; box-shadow: var(--sh-lg); }
.ph-screen { background: #0b0b0d; border-radius: 28px; padding: 18px 15px; color: #f4f4f6; }
.ph-top { display: flex; align-items: center; gap: 14px; font-size: 1rem; margin-bottom: 14px; }
.ph-top b { font-weight: 640; }
.ph-top span { color: #6c6e77; }
.ph-search { display: flex; align-items: center; justify-content: space-between; font-size: .82rem; color: #9497a0; background: #161619; border: 1px solid #26262c; border-radius: 999px; padding: .7rem 1rem; }
.ph-search i { font-style: normal; width: 24px; height: 24px; border-radius: 50%; background: #26262c; color: #f4f4f6; display: grid; place-items: center; }
.ph-card { display: flex; gap: 10px; align-items: center; background: #161619; border: 1px solid #26262c; border-radius: 16px; padding: 12px; margin-top: 14px; }
.ph-logo { width: 40px; height: 40px; border-radius: 11px; background: linear-gradient(140deg,#6b4dff,#3466f6); color: #fff; font-weight: 700; font-size: .8rem; display: grid; place-items: center; }
.ph-meta b { display: block; font-size: .9rem; }
.ph-meta small { color: #6c6e77; font-size: .72rem; }
.ph-menu { background: #1c1c20; border: 1px solid #2a2a30; border-radius: 16px; margin-top: 12px; overflow: hidden; }
.ph-mi { padding: 12px 14px; border-bottom: 1px solid #2a2a30; }
.ph-mi:last-child { border-bottom: 0; }
.ph-mi.on { background: #24242b; }
.ph-mi b { display: block; font-size: .84rem; }
.ph-mi span { color: #6c6e77; font-size: .72rem; }
.ph-bar { margin-top: 14px; background: #161619; border: 1px solid #26262c; border-radius: 999px; padding: .6rem 1rem; color: #6c6e77; font-size: .78rem; }

/* Maquette extension Copilot */
.ext { justify-self: center; width: 100%; max-width: 360px; background: #0d0d0f; border: 1px solid #26262c; border-radius: 18px; padding: 20px; box-shadow: var(--sh-lg); color: #f4f4f6; }
.ext-head { display: flex; align-items: center; gap: 8px; font-size: 1.05rem; font-weight: 500; margin-bottom: 18px; }
.ext-head b { color: #ff3b6b; font-weight: 700; }
.ext-dot { width: 16px; height: 16px; border-radius: 50%; background: conic-gradient(#3466f6,#6b4dff,#ff3b6b,#3466f6); }
.ext-label { font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; color: #6c6e77; margin: 14px 0 6px; font-weight: 640; }
.ext-field { background: #161619; border: 1px solid #26262c; border-radius: 10px; padding: .7rem .85rem; font-size: .82rem; }
.ext-box { position: relative; background: #161619; border: 1px solid #26262c; border-radius: 10px; padding: .7rem .85rem 1.7rem; font-size: .8rem; color: #a9abb3; line-height: 1.5; }
.ext-count { position: absolute; left: .85rem; bottom: .5rem; font-size: .66rem; color: #6c6e77; }
.ext-cta { margin-top: 16px; text-align: center; background: #ff3b6b; color: #fff; font-weight: 620; font-size: .92rem; border-radius: 12px; padding: .82rem; }
.ext-foot { margin-top: 12px; font-size: .72rem; color: #6c6e77; text-align: center; }

/* Splash de bascule vers Discover */
.splash { position: fixed; inset: 0; z-index: 999; display: none; place-items: center; background: var(--bg); }
.splash.show { display: grid; animation: fade .3s var(--e); }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.splash-inner { text-align: center; }
.splash-inner img { margin: 0 auto; }
.splash-spin { width: 30px; height: 30px; margin: 20px auto 14px; border-radius: 50%; border: 3px solid var(--line-strong); border-top-color: var(--ink); animation: sp .7s linear infinite; }
.splash-inner p { color: var(--ink-soft); font-size: .95rem; }

/* ============================================================
   Photos réelles dans le feed « Découvrir » (aperçu hero)
   ============================================================ */
.dcard .cover img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }

/* ============================================================
   Manifeste — le parti pris humain
   ============================================================ */
.manifesto-wrap { padding: 40px 24px 0; }
.manifesto {
  max-width: 1080px; margin: 0 auto;
  background: var(--ink); color: var(--bg);
  border-radius: var(--rx);
  padding: clamp(46px, 7vw, 88px) clamp(24px, 5vw, 64px);
  text-align: center;
}
.manifesto .eyebrow { color: color-mix(in srgb, var(--bg) 60%, transparent); }
.manifesto h2 { font-size: clamp(2.1rem, 5.4vw, 3.4rem); line-height: 1.05; letter-spacing: -0.025em; margin-top: 1rem; }
.manifesto .m-lead { max-width: 48ch; margin: 1.35rem auto 0; font-size: clamp(1.02rem, 1.5vw, 1.16rem); line-height: 1.62; color: color-mix(in srgb, var(--bg) 74%, transparent); }
.manifesto .m-punch { max-width: 42ch; margin: 1.9rem auto 0; font-size: clamp(1.16rem, 2.3vw, 1.58rem); line-height: 1.42; font-weight: 620; letter-spacing: -0.01em; }
.manifesto .m-punch b { font-weight: 820; }

/* ============================================================
   Boutons stores (App Store / Google Play)
   ============================================================ */
.stores { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.8rem; }
.split .stores { grid-column: 1 / -1; justify-content: center; margin-top: 2.4rem; }
/* Quand la rangée de stores suit un .split (elle en est le FRÈRE, pas l'enfant),
   elle restait callée à gauche du .wrap (1080px) alors que le split est centré
   sur 980px : elle paraissait décalée. On l'aligne sur le même axe. */
.wrap > .stores { justify-content: center; max-width: 980px; margin-inline: auto; margin-top: 2.4rem; }
.store { display: inline-flex; align-items: center; gap: .55rem; padding: .62rem 1rem; border: 1px solid var(--line-strong); border-radius: 12px; font-size: .82rem; font-weight: 560; color: var(--ink); background: transparent; transition: border-color .18s var(--e); }
.store:hover { border-color: var(--ink); }
.store svg { width: 19px; height: 19px; }
.store small { display: block; font-size: .62rem; color: var(--soft); font-weight: 500; letter-spacing: .03em; }
.store-soon { opacity: .5; cursor: default; }
.store-soon:hover { border-color: var(--line-strong); }

/* ── Connexion par QR (device login) ─────────────────────────────────────── */
.qr-open { margin-top: .6rem; }
.qr-open svg { color: currentColor; }
.qr-panel { text-align: center; padding-top: .4rem; }
.qr-back { display: inline-block; margin-bottom: .6rem; }
.qr-title { margin: .2rem 0 .4rem; font-size: 1.15rem; }
.qr-sub { color: var(--ink-soft); font-size: .9rem; margin: 0 0 1rem; }
.qr-img { display: inline-flex; align-items: center; justify-content: center; box-sizing: border-box; min-width: 220px; min-height: 220px; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); transition: opacity .2s var(--e); }
.qr-img img { image-rendering: pixelated; border-radius: 6px; }
.qr-codelbl { margin: 1rem 0 .2rem; font-size: .8rem; color: var(--soft); }
.qr-code { font-size: 2rem; font-weight: 700; letter-spacing: .5rem; color: var(--ink); }
.qr-status { margin-top: .8rem; color: var(--ink-soft); font-size: .9rem; }
