/* ==========================================================
   GS1 Cameroun — Home Page v2 styles
   Complète gs1_theme_v2.css (chargé avant)
   ========================================================== */

:root {
  --blue:    #002c6c;
  --blue-dk: #001e50;
  --blue-lt: #e8eef8;
  --orange:  #f26334;
  --orange2: #d94f1e;
  --ink:     #1a1a2a;
  --muted:   #667085;
  --border:  #e4e7ec;
  --bg:      #f8f9fc;
  --white:   #ffffff;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter','Segoe UI',Arial,sans-serif;font-size:15px;color:var(--ink);background:#fff}
a{text-decoration:none;color:inherit}

/* ── Helpers ── */
.sec{padding:80px 0}
.sec-sm{padding:56px 0}
.sec-bg{background:var(--bg)}
.eyebrow{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--orange);margin-bottom:.65rem}
.sec-h2{font-size:2rem;font-weight:800;color:var(--ink);line-height:1.2;margin-bottom:.7rem}
.sec-h2 em{font-style:normal;color:var(--blue)}
.sec-sub{font-size:.975rem;color:var(--muted);line-height:1.75;max-width:580px}
.divider{width:48px;height:4px;background:var(--orange);border-radius:2px;margin:.75rem 0 1.25rem}
.divider-center{margin:.75rem auto 1.25rem}

/* ── Buttons ── */
.btn-primary-gs1{background:var(--blue);color:#fff;font-weight:700;border:2px solid var(--blue);border-radius:6px;padding:.7rem 1.75rem;font-size:.88rem;transition:all .25s;display:inline-block}
.btn-primary-gs1:hover{background:var(--blue-dk);border-color:var(--blue-dk);color:#fff;transform:translateY(-1px);box-shadow:0 6px 18px rgba(0,44,108,.3)}
.btn-orange-gs1{background:var(--orange);color:#fff;font-weight:700;border:2px solid var(--orange);border-radius:6px;padding:.7rem 1.75rem;font-size:.88rem;transition:all .25s;display:inline-block}
.btn-orange-gs1:hover{background:var(--orange2);border-color:var(--orange2);color:#fff;transform:translateY(-1px);box-shadow:0 6px 18px rgba(242,99,52,.35)}
.btn-outline-gs1{background:transparent;color:var(--blue);font-weight:700;border:2px solid var(--blue);border-radius:6px;padding:.68rem 1.75rem;font-size:.88rem;transition:all .25s;display:inline-block}
.btn-outline-gs1:hover{background:var(--blue);color:#fff}

/* ── Hero ── */
.s-hero{background:#ffffff;padding:80px 0 70px;border-bottom:1px solid var(--border)}
.hero-check{display:flex;align-items:center;gap:.55rem;margin-bottom:.5rem}
.hero-check i{color:var(--blue);font-size:.85rem}
.hero-check span{font-size:.9rem;color:var(--ink);font-weight:500}
.hero-card-main{background:#eef2fb;border:1px solid var(--border);border-radius:16px;padding:1.75rem;box-shadow:0 20px 60px rgba(0,44,108,.1)}
.barcode-row{display:flex;align-items:center;gap:3px;margin:.75rem 0;justify-content:center}
.bar{background:var(--ink);border-radius:1px;height:48px}
.w1{width:2px}.w2{width:4px}.w3{width:6px}.w4{width:8px}
.bg{width:3px}
.gtin-num{font-family:monospace;font-size:.78rem;letter-spacing:.12em;color:var(--muted);text-align:center}
.hero-badge{display:inline-flex;align-items:center;gap:.4rem;background:var(--blue-lt);color:var(--blue);font-size:.72rem;font-weight:700;padding:4px 10px;border-radius:20px;margin-right:.35rem;margin-top:.5rem}
.qr-art{display:grid;grid-template-columns:repeat(7,1fr);gap:3px;width:88px}
.q{width:100%;aspect-ratio:1;border-radius:2px}
.qb{background:var(--ink)}.qw{background:#eee}

/* ── Stats ── */
.s-stats{background:var(--blue);padding:36px 0}
.stat-item{text-align:center;padding:0 2rem;border-right:1px solid rgba(255,255,255,.2)}
.stat-item:last-child{border:none}
.stat-n{font-size:2rem;font-weight:900;color:#fff;line-height:1}
.stat-l{font-size:.78rem;color:rgba(255,255,255,.7);margin-top:.3rem;font-weight:500}

/* ── Services ── */
.service-card{background:#fff;border:1.5px solid var(--border);border-radius:12px;padding:1.75rem;height:100%;transition:all .3s}
.service-card:hover{border-color:var(--blue);box-shadow:0 10px 32px rgba(0,44,108,.1);transform:translateY(-3px)}
.service-icon{width:52px;height:52px;border-radius:10px;background:var(--blue-lt);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.service-icon i{color:var(--blue);font-size:1.3rem}
.service-icon.or{background:rgba(242,99,52,.1)}
.service-icon.or i{color:var(--orange)}
.service-card h4{font-size:.95rem;font-weight:700;color:var(--ink);margin-bottom:.4rem;line-height:1.35}
.service-card p{font-size:.85rem;color:var(--muted);line-height:1.65}
.service-arr{color:var(--muted);font-size:.82rem;font-weight:700;margin-top:1rem;display:inline-flex;align-items:center;gap:.3rem;transition:color .2s}
.service-card:hover .service-arr{color:var(--blue)}

/* ── Pourquoi ── */
.why-benefit{display:flex;align-items:flex-start;gap:.85rem;padding:.9rem 0;border-bottom:1px solid var(--border)}
.why-benefit:last-child{border:none}
.why-bi{width:38px;height:38px;border-radius:8px;background:#fff;border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.why-bi i{color:var(--blue);font-size:.9rem}
.why-benefit h5{font-size:.875rem;font-weight:700;color:var(--ink);margin-bottom:.15rem}
.why-benefit p{font-size:.82rem;color:var(--muted);line-height:1.55;margin:0}
.why-img-box{background:linear-gradient(135deg,var(--blue),#0055cc);border-radius:16px;min-height:420px;display:flex;align-items:center;justify-content:center}
.why-img-box i{font-size:9rem;color:rgba(255,255,255,.1)}
.why-pill{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1.5px solid var(--border);border-radius:30px;padding:.5rem 1.1rem;font-size:.82rem;font-weight:600;color:var(--ink);margin:.25rem}
.why-pill span{color:var(--blue);font-weight:800}

/* ── Steps ── */
.step-card{background:#fff;border:1.5px solid var(--border);border-radius:12px;padding:1.5rem;height:100%;transition:all .3s}
.step-card:hover{border-color:var(--blue);box-shadow:0 8px 24px rgba(0,44,108,.1)}
.step-num{width:36px;height:36px;border-radius:50%;background:var(--blue);color:#fff;font-weight:800;font-size:.88rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.step-card h4{font-size:.95rem;font-weight:700;color:var(--ink);margin-bottom:.45rem}
.step-card p{font-size:.85rem;color:var(--muted);line-height:1.65;margin:0}
.step-cta{color:var(--orange);font-size:.82rem;font-weight:700;margin-top:.75rem;display:inline-flex;align-items:center;gap:.3rem}
.step-cta:hover{text-decoration:underline}

/* ── Use cases ── */
.uc-card{background:#fff;border:1.5px solid var(--border);border-radius:12px;padding:1.5rem;height:100%;transition:all .3s}
.uc-card:hover{border-color:transparent;box-shadow:0 10px 32px rgba(0,0,0,.09);transform:translateY(-3px)}
.uc-icon{width:46px;height:46px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.uc-icon i{font-size:1.15rem;color:#fff}
.ci1{background:#002c6c}.ci2{background:#0097a7}.ci3{background:#7c3aed}.ci4{background:#059669}.ci5{background:#dc2626}.ci6{background:#d97706}
.uc-card h4{font-size:.88rem;font-weight:700;color:var(--ink);margin-bottom:.35rem;line-height:1.35}
.uc-card p{font-size:.82rem;color:var(--muted);line-height:1.6;margin:0}

/* ── Témoignages ── */
.temo-card{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:1.75rem;height:100%}
.temo-stars{color:#f59e0b;font-size:.82rem;margin-bottom:.9rem}
.temo-quote{font-size:.9rem;color:var(--ink);line-height:1.75;font-style:italic;margin-bottom:1.25rem}
.temo-quote::before{content:'\201C';color:var(--blue);font-size:2rem;line-height:.5;vertical-align:-.4em;margin-right:.1em;font-style:normal}
.temo-author{display:flex;align-items:center;gap:.75rem}
.temo-av{width:42px;height:42px;border-radius:50%;color:#fff;font-weight:700;font-size:.82rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.av1{background:var(--blue)}.av2{background:#0097a7}.av3{background:#7c3aed}
.temo-name{font-weight:700;font-size:.85rem;color:var(--ink);display:block}
.temo-role{font-size:.76rem;color:var(--muted)}

/* ── Kobo Scan ── */
.s-kobo{background:var(--ink);padding:80px 0;position:relative;overflow:hidden}
.s-kobo::before{content:'';position:absolute;top:-200px;right:-100px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(0,44,108,.3),transparent 65%);pointer-events:none}
.kobo-feat{display:flex;align-items:center;gap:.75rem;padding:.45rem 0}
.kobo-feat i{color:var(--orange);width:18px;flex-shrink:0}
.kobo-feat span{color:rgba(255,255,255,.8);font-size:.88rem}
.kobo-phone{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:1.4rem;max-width:272px;margin:0 auto}
.kobo-hd{background:rgba(255,255,255,.08);border-radius:10px;padding:.7rem 1rem;margin-bottom:1rem}
.kobo-hd-url{color:rgba(255,255,255,.35);font-size:.68rem;font-family:monospace;margin-bottom:.2rem}
.kobo-hd-tit{color:#fff;font-size:.8rem;font-weight:700}
.kobo-pc{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:.7rem;margin-bottom:.55rem;display:flex;gap:.6rem;align-items:center}
.kobo-pc-img{width:38px;height:38px;border-radius:7px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.kobo-pc-img i{color:rgba(255,255,255,.35);font-size:.95rem}
.kobo-pc-name{color:#fff;font-size:.77rem;font-weight:600}
.kobo-pc-brand{color:rgba(255,255,255,.4);font-size:.68rem}
.kobo-tag{display:inline-block;background:rgba(242,99,52,.2);color:#f9a87a;font-size:.61rem;padding:2px 7px;border-radius:8px;margin-top:.2rem;font-weight:600}

/* ── QR Code ── */
.qr-compare{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:center}
.qr-box{border-radius:14px;padding:1.75rem}
.qr-classic{border:2px solid var(--border);background:#fff}
.qr-smart{border:none;background:linear-gradient(145deg,var(--blue),#0055cc)}
.qr-bx-head{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.2rem}
.qr-classic .qr-bx-head{color:var(--muted)}
.qr-smart .qr-bx-head{color:rgba(255,255,255,.6)}
.qr-ico{width:68px;height:68px;border-radius:12px;background:var(--bg);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem}
.qr-ico i{font-size:2rem;color:var(--muted)}
.qr-smart .qr-ico{background:rgba(255,255,255,.15)}
.qr-smart .qr-ico i{color:#fff}
.qr-row{font-size:.82rem;padding:.38rem 0;border-bottom:1px solid rgba(0,0,0,.06);color:var(--muted)}
.qr-row:last-child{border:none}
.qr-row.yes{color:rgba(255,255,255,.82);border-color:rgba(255,255,255,.1)}
.qr-row.yes::before{content:'✓ ';color:var(--orange);font-weight:700}
.qr-vs{background:var(--blue);color:#fff;font-weight:800;font-size:.78rem;padding:8px 10px;border-radius:8px}
.qr-msg{background:var(--blue-lt);border-left:4px solid var(--blue);border-radius:0 10px 10px 0;padding:1rem 1.5rem;margin-top:2rem}
.qr-msg p{font-size:.9rem;color:var(--ink);line-height:1.7;margin:0}

/* ── Blog ── */
.blog-card{background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden;height:100%;transition:all .3s}
.blog-card:hover{box-shadow:0 12px 32px rgba(0,0,0,.09);transform:translateY(-3px);border-color:transparent}
.blog-img{height:155px;display:flex;align-items:center;justify-content:center}
.bi1{background:linear-gradient(135deg,var(--blue),#0055cc)}
.bi2{background:linear-gradient(135deg,#0097a7,#006978)}
.bi3{background:linear-gradient(135deg,#7c3aed,#5b21b6)}
.bi4{background:linear-gradient(135deg,#059669,#047857)}
.blog-img i{font-size:2.5rem;color:rgba(255,255,255,.2)}
.blog-body{padding:1.2rem}
.blog-tag{display:inline-block;background:var(--blue-lt);color:var(--blue);font-size:.68rem;font-weight:700;padding:3px 9px;border-radius:5px;margin-bottom:.55rem}
.blog-body h4{font-size:.875rem;font-weight:700;color:var(--ink);line-height:1.45;margin-bottom:.5rem}
.blog-read{color:var(--blue);font-size:.8rem;font-weight:700;display:inline-flex;align-items:center;gap:.3rem}
.blog-read:hover{text-decoration:underline}

/* ── Zebra ── */
.zebra-feat{display:flex;align-items:flex-start;gap:.75rem;padding:.6rem 0;border-bottom:1px solid var(--border)}
.zebra-feat:last-child{border:none}
.zebra-feat i{color:var(--blue);margin-top:2px;flex-shrink:0}
.zebra-feat span{font-size:.875rem;color:var(--muted);line-height:1.55}
.zebra-vis{background:linear-gradient(145deg,var(--ink),var(--blue));border-radius:16px;min-height:360px;display:flex;align-items:center;justify-content:center}
.zebra-vis i{font-size:9rem;color:rgba(255,255,255,.1)}

/* ── Secteurs ── */
.sect-card{border-radius:12px;overflow:hidden;position:relative;min-height:200px;display:flex;align-items:flex-end;transition:transform .3s,box-shadow .3s}
.sect-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(0,0,0,.2)}
.sect-card::before{content:'';position:absolute;inset:0}
.sc1::before{background:linear-gradient(145deg,#1b5e20ee,#2e7d32cc)}
.sc2::before{background:linear-gradient(145deg,#4e2b0aee,#795527cc)}
.sc3::before{background:linear-gradient(145deg,#0d47a1ee,#1565c0cc)}
.sc4::before{background:linear-gradient(145deg,#880e4fee,#c2185bcc)}
.sc5::before{background:linear-gradient(145deg,#bf360cee,#e64a19cc)}
.sc6::before{background:linear-gradient(145deg,#006064ee,#00838fcc)}
.sect-body{position:relative;z-index:2;padding:1.25rem 1.4rem}
.sect-emoji{font-size:1.8rem;display:block;margin-bottom:.3rem;opacity:.85}
.sect-body h4{color:#fff;font-size:.9rem;font-weight:800;margin:0 0 .2rem}
.sect-body p{color:rgba(255,255,255,.65);font-size:.76rem;margin:0}

/* ── Agenda ── */
.agenda-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:1.2rem;display:flex;gap:1rem;align-items:flex-start;transition:all .3s;margin-bottom:.75rem}
.agenda-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);border-color:var(--blue)}
.agenda-date{background:var(--blue);border-radius:8px;min-width:50px;text-align:center;padding:.45rem;flex-shrink:0}
.ag-day{color:#fff;font-size:1.4rem;font-weight:900;line-height:1}
.ag-mon{color:rgba(255,255,255,.65);font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.agenda-mode{display:inline-block;font-size:.68rem;font-weight:700;padding:2px 8px;border-radius:4px;margin-bottom:.3rem}
.mode-p{background:rgba(5,150,105,.12);color:#059669}
.mode-d{background:rgba(0,44,108,.1);color:var(--blue)}
.mode-h{background:rgba(124,58,237,.1);color:#7c3aed}
.agenda-body h5,.agenda-card h5{font-size:.875rem;font-weight:700;color:var(--ink);margin-bottom:.25rem;line-height:1.4}
.agenda-body p,.agenda-card p{font-size:.8rem;color:var(--muted);line-height:1.5;margin:0}

/* ── News ── */
.news-row{border-bottom:1px solid var(--border);padding:1.1rem 0;display:flex;gap:1rem;align-items:flex-start;transition:all .2s}
.news-row:last-child{border:none}
.news-row:hover .news-title{color:var(--blue)}
.news-tag{display:inline-block;font-size:.68rem;font-weight:700;padding:2px 8px;border-radius:4px;margin-bottom:.3rem}
.nt1{background:rgba(0,44,108,.1);color:var(--blue)}
.nt2{background:rgba(242,99,52,.1);color:var(--orange)}
.nt3{background:rgba(5,150,105,.1);color:#059669}
.news-title{font-size:.9rem;font-weight:700;color:var(--ink);line-height:1.45;transition:color .2s}
.news-date{font-size:.76rem;color:var(--muted);margin-top:.3rem}
.news-img{width:76px;height:65px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.ni1{background:linear-gradient(135deg,var(--blue),#0055cc)}
.ni2{background:linear-gradient(135deg,#059669,#047857)}
.ni3{background:linear-gradient(135deg,#0097a7,#006978)}
.ni4{background:linear-gradient(135deg,#7c3aed,#5b21b6)}
.news-img i{color:rgba(255,255,255,.3);font-size:1.4rem}

/* ── Partenaires ── */
.trust-logo{filter:grayscale(1);opacity:.5;transition:all .3s;display:flex;align-items:center;justify-content:center;height:64px}
.trust-logo:hover{filter:grayscale(0);opacity:1}
.logo-ph{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:0 1.25rem;height:42px;display:flex;align-items:center;font-size:.72rem;font-weight:700;color:var(--muted);min-width:110px;justify-content:center}

/* ── Conventions & Partner tiles ── */
.partners-cat{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#667085;text-align:center;margin-bottom:1.25rem}
.partner-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:.9rem .6rem;border:1px solid var(--border);border-radius:12px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.04);transition:all .3s;filter:grayscale(.75);opacity:.7;height:100%}
.partner-tile:hover{filter:grayscale(0);opacity:1;box-shadow:0 6px 24px rgba(0,44,108,.12);border-color:rgba(0,44,108,.22);transform:translateY(-3px)}
.partner-img{width:100%;height:54px;object-fit:contain}
.partner-name{font-size:.65rem;font-weight:600;color:var(--muted);text-align:center;line-height:1.3}
.partners-divider{height:1px;background:var(--border);margin:1.75rem 0}

/* ── CTA final ── */
.s-cta{background:linear-gradient(135deg,var(--blue-dk),var(--blue));padding:90px 0;text-align:center;position:relative;overflow:hidden}
.s-cta::before{content:'';position:absolute;top:-150px;left:50%;transform:translateX(-50%);width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(242,99,52,.14),transparent 60%);pointer-events:none}
.s-cta h2{color:#fff;font-size:2.25rem;font-weight:900;line-height:1.15;margin-bottom:.85rem;position:relative}
.cta-sub{color:rgba(255,255,255,.7);font-size:.95rem;margin-bottom:1.6rem;position:relative}
.cta-pills{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;margin-bottom:2rem;position:relative}
.cta-pill{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:20px;padding:4px 13px;font-size:.76rem;color:rgba(255,255,255,.8);font-weight:600}
.btn-cta-main{background:var(--orange);color:#fff;font-weight:800;padding:.9rem 2.5rem;border-radius:7px;font-size:.95rem;display:inline-block;transition:all .3s;position:relative}
.btn-cta-main:hover{background:var(--orange2);color:#fff;transform:translateY(-2px);box-shadow:0 10px 28px rgba(242,99,52,.5)}
.btn-cta-sec{background:rgba(255,255,255,.1);color:#fff;font-weight:700;padding:.9rem 2rem;border-radius:7px;font-size:.9rem;border:1px solid rgba(255,255,255,.2);display:inline-block;transition:all .3s;margin-left:.75rem}
.btn-cta-sec:hover{background:rgba(255,255,255,.18);color:#fff}

/* ============================================================
   RESPONSIVE — TABLET (≤ 991px)
   ============================================================ */
@media (max-width: 991.98px) {
  .sec     { padding: 56px 0; }
  .sec-sm  { padding: 40px 0; }
  .sec-h2  { font-size: 1.7rem; }
  .s-hero  { padding: 56px 0 48px; }
  .s-stats { padding: 28px 0; }
  .s-kobo  { padding: 56px 0; }
  .s-cta   { padding: 64px 0; }
  .s-cta h2 { font-size: 1.9rem; }
  .why-img-box { min-height: 300px; }
  .zebra-vis   { min-height: 260px; }

  /* QR compare : stack vertical */
  .qr-compare {
    grid-template-columns: 1fr;
    gap: .75rem;
    max-width: 420px;
    margin: 0 auto;
  }
  .qr-vs { display: none; }

  /* Stats : 2x2 grid */
  .stat-item {
    flex: 0 0 50%;
    max-width: 50%;
    border-right: none;
    padding: 16px 1.5rem;
    position: relative;
  }
  .stat-item:nth-child(odd) {
    border-right: 1px solid rgba(255,255,255,.2);
  }
  .stat-item + .stat-item { border-top: none; }
  .stat-item:nth-child(3),
  .stat-item:nth-child(4) {
    border-top: 1px solid rgba(255,255,255,.2);
  }
  .stat-item:last-child { border-right: none; }
}

/* ============================================================
   RESPONSIVE — MOBILE (≤ 767px)
   ============================================================ */
@media (max-width: 767.98px) {
  /* ── Globals ── */
  .sec     { padding: 44px 0; }
  .sec-sm  { padding: 32px 0; }
  .sec-h2  { font-size: 1.5rem; }
  .sec-sub { font-size: .92rem; }

  /* ── Hero ── */
  .s-hero { padding: 40px 0 36px; }
  .hero-check { margin-bottom: .4rem; }
  /* Boutons pleine largeur */
  .s-hero .d-flex.gap-3 {
    flex-direction: column;
    gap: .75rem !important;
  }
  .btn-orange-gs1,
  .btn-outline-gs1,
  .btn-primary-gs1 {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    padding: .8rem 1.5rem;
  }

  /* ── Stats ── */
  .s-stats { padding: 20px 0; }
  .stat-n  { font-size: 1.85rem; }
  .stat-l  { font-size: .74rem; }

  /* ── Why section ── */
  .why-img-box { min-height: 200px; border-radius: 12px; }
  .why-img-box i { font-size: 6rem; }

  /* ── Step cards ── */
  .step-card { padding: 1.35rem 1.25rem; }
  .step-card h4 { font-size: .92rem; }

  /* ── Service cards ── */
  .service-card { padding: 1.35rem 1.25rem; }

  /* ── Kobo ── */
  .s-kobo { padding: 44px 0; }
  .kobo-phone { max-width: 100%; }

  /* ── QR compare ── */
  .qr-compare { max-width: 100%; }
  .qr-box { padding: 1.35rem; }

  /* ── Blog ── */
  .blog-img { height: 130px; }
  .blog-img i { font-size: 2rem; }

  /* ── Zebra ── */
  .zebra-vis { min-height: 180px; border-radius: 12px; }
  .zebra-vis i { font-size: 5.5rem; }

  /* ── Sect cards ── */
  .sect-card { min-height: 155px; }
  .sect-emoji { font-size: 1.6rem; }

  /* ── Agenda ── */
  .agenda-card { padding: .9rem 1rem; }
  .agenda-card h5 { font-size: .85rem; }

  /* ── News ── */
  .news-img { width: 62px; height: 54px; }
  .news-img i { font-size: 1.1rem; }
  .news-title { font-size: .86rem; }
  .news-row { gap: .75rem; padding: .9rem 0; }

  /* ── Témoignages ── */
  .temo-card { padding: 1.35rem 1.25rem; }

  /* ── CTA final ── */
  .s-cta { padding: 52px 0; }
  .s-cta h2 { font-size: 1.6rem; line-height: 1.2; }
  .cta-sub { font-size: .9rem; }
  .cta-pills { gap: .35rem; }
  .cta-pill { font-size: .72rem; padding: 3px 11px; }
  /* Stack CTA buttons */
  .btn-cta-main, .btn-cta-sec {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: .5rem auto 0;
    text-align: center;
  }
  .btn-cta-sec { margin-left: auto; }

  /* ── QR message ── */
  .qr-msg { margin-top: 1.25rem; padding: .9rem 1.1rem; }
  .qr-msg p { font-size: .86rem; }
}

/* ============================================================
   RESPONSIVE — PETIT MOBILE (≤ 479px)
   ============================================================ */
@media (max-width: 479px) {
  /* ── Globals ── */
  .sec    { padding: 36px 0; }
  .sec-sm { padding: 28px 0; }
  .sec-h2 { font-size: 1.35rem; }
  .eyebrow { font-size: .67rem; }

  /* ── Hero ── */
  .s-hero { padding: 32px 0 28px; }

  /* ── Stats : 1 colonne ── */
  .stat-item {
    flex: 0 0 100%;
    max-width: 100%;
    border-right: none !important;
    border-top: 1px solid rgba(255,255,255,.15) !important;
    padding: 14px 1rem;
  }
  .stat-item:first-child { border-top: none !important; }
  .stat-n { font-size: 1.75rem; }

  /* ── Boutons ── */
  .btn-orange-gs1,
  .btn-outline-gs1,
  .btn-primary-gs1 {
    font-size: .87rem;
    padding: .75rem 1.25rem;
  }

  /* ── Cards padding ── */
  .service-card,
  .step-card,
  .uc-card,
  .temo-card,
  .blog-body { padding: 1.1rem 1rem; }

  /* ── CTA ── */
  .s-cta { padding: 44px 0; }
  .s-cta h2 { font-size: 1.3rem; }
  .btn-cta-main, .btn-cta-sec {
    padding: .8rem 1.5rem;
    font-size: .88rem;
    max-width: 100%;
  }

  /* ── Why ── */
  .why-pill { font-size: .76rem; padding: .4rem .85rem; }

  /* ── Kobo phone ── */
  .kobo-phone { padding: 1rem; }

  /* ── Trust logos ── */
  .logo-ph { font-size: .68rem; min-width: 90px; }

  /* ── Footer ── */
  .gs1-footer-grid { padding-left: 16px; padding-right: 16px; }
}

/* ============================================================
   OPTIMISATIONS TACTILES — KOBO-STYLE
   ============================================================ */

/* Touch targets minimum 48px — Google HIG + Apple HIG */
.btn-orange-gs1,
.btn-primary-gs1,
.btn-outline-gs1,
.btn-cta-main,
.btn-cta-sec,
.service-arr,
.step-cta,
.blog-read,
.innovation-link,
.news-row {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.service-arr,
.step-cta,
.blog-read { gap: .35rem; }

/* Supprime le délai 300ms iOS/Android + le flash gris au tap */
.btn-orange-gs1,
.btn-primary-gs1,
.btn-outline-gs1,
.btn-cta-main,
.btn-cta-sec,
.service-arr,
.step-cta,
.service-card,
.uc-card,
.blog-card,
.agenda-card,
.sect-card,
.news-row {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

/* iOS : éviter le zoom auto sur les champs (min. 16px) */
@media screen and (max-width: 991px) {
  input, select, textarea {
    font-size: 16px !important;
  }
}

/* Agrandir les boutons principaux sur mobile */
@media (max-width: 767.98px) {
  .btn-orange-gs1,
  .btn-primary-gs1,
  .btn-outline-gs1 {
    min-height: 52px;
    font-size: .97rem !important;
    border-radius: 8px;
  }
  .btn-cta-main {
    min-height: 56px;
    font-size: 1.02rem !important;
    border-radius: 8px;
  }
  .btn-cta-sec {
    min-height: 52px;
    font-size: .97rem !important;
    border-radius: 8px;
  }
  /* Corps de texte plus lisible sur mobile */
  body { font-size: 16px; }
  /* Surchargement de l'inline style du h1 hero */
  .sec-h2 { font-size: 1.5rem !important; }
  .s-cta h2 { font-size: 1.6rem !important; }
}

@media (max-width: 479px) {
  body { font-size: 15.5px; }
  .sec-h2 { font-size: 1.35rem !important; }
}

/* ── Hero centré sur mobile — GS1 France style ── */
@media (max-width: 991.98px) {
  .gs1-hero-text {
    text-align: center;
  }
  .gs1-hero-text .hero-check  { justify-content: center; }
  .gs1-hero-text .d-flex.gap-3 { justify-content: center; }
  .gs1-hero-text .divider     { margin-left: auto; margin-right: auto; }
  .gs1-hero-text .sec-sub     { margin-left: auto; margin-right: auto; }
  .gs1-hero-text .sec-h2      { font-size: 1.9rem !important; line-height: 1.18; }
}
@media (max-width: 479px) {
  .gs1-hero-text .sec-h2 { font-size: 1.6rem !important; }
}

/* ── Section vidéo — GS1 France style ── */
.s-video {
  background: #eef2fb;
  padding: 72px 0 80px;
}
.s-video .eyebrow { color: var(--orange); }
.s-video .sec-h2  { color: var(--ink); }
.s-video .sec-sub { color: var(--muted); margin: 0 auto; }
.s-video-embed {
  position: relative;
  padding-bottom: 56.25%; /* ratio 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 28px 72px rgba(0,0,0,.45);
  margin-top: 2rem;
}
.s-video-embed iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: none;
}
@media (max-width: 991.98px) {
  .s-video { padding: 36px 0 44px; }
  .s-video-embed {
    border-radius: 10px !important;
    margin-top: 1rem !important;
    padding-bottom: 0 !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    overflow: hidden !important;
    position: relative !important;
  }
  .s-video-embed iframe {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    min-height: 180px !important;
  }
}

/* Hover désactivé sur écrans tactiles */
@media (hover: none) {
  .service-card:hover,
  .step-card:hover,
  .uc-card:hover,
  .blog-card:hover,
  .agenda-card:hover,
  .temo-card:hover {
    transform: none;
    box-shadow: initial;
  }
}

/* ══════════════════════════════════════════════════════════
   MOBILE COMPACT — sections condensées
   ══════════════════════════════════════════════════════════ */
@media (max-width: 991.98px) {

  /* Sections : padding réduit */
  .sec { padding: 40px 0; }
  .sec-sm { padding: 28px 0; }

  /* Service cards — plus petites */
  .service-card { padding: 1rem 1rem 1rem; }
  .service-icon { width: 36px; height: 36px; font-size: 1rem; margin-bottom: .6rem; }
  .service-card h4 { font-size: .88rem; margin-bottom: .35rem; }
  .service-card p { font-size: .8rem; line-height: 1.5; margin-bottom: .5rem; }
  .service-card .service-arr { font-size: .78rem; }

  /* Step cards — compactes */
  .step-card { padding: 1.1rem 1rem; }
  .step-num { width: 36px; height: 36px; font-size: .9rem; margin-bottom: .6rem; }
  .step-card h4 { font-size: .88rem; margin-bottom: .3rem; }
  .step-card p { font-size: .8rem; }

  /* Pourquoi GS1 — cacher le globe (inutile sur mobile) */
  .why-img-box { display: none !important; }
  .why-benefit { margin-bottom: .75rem; gap: 10px; }
  .why-bi { width: 34px; height: 34px; font-size: .85rem; flex-shrink: 0; }
  .why-benefit h5 { font-size: .88rem; margin-bottom: .15rem; }
  .why-benefit p { font-size: .8rem; line-height: 1.5; }
  .why-pill { font-size: .75rem; padding: 4px 10px; }

  /* QR Code comparison — 2 cartes côte à côte */
  .qr-compare {
    display: flex !important;
    flex-direction: row !important;
    gap: 8px !important;
    align-items: stretch !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .qr-compare > div:not(.qr-box) { display: none !important; }
  .qr-compare .qr-box { flex: 1 !important; min-width: 0 !important; }
  .qr-box { padding: 10px 8px !important; }
  .qr-bx-head { font-size: .65rem !important; padding: 6px !important; }
  .qr-ico { font-size: 1rem !important; margin: 5px 0 !important; }
  .qr-row { font-size: .65rem !important; padding: 3px 4px !important; gap: 4px !important; line-height: 1.3 !important; }
  .qr-vs { display: none !important; }
  .qr-msg { margin-top: .75rem !important; padding: 10px !important; font-size: .79rem !important; }

  /* QR617 section — compacte */
  .s-kobo { padding: 32px 0 !important; }
  .s-kobo .col-lg-5 { display: none !important; }
  .kobo-feat { font-size: .82rem; margin-bottom: .4rem; }
  .kobo-feat i { font-size: .85rem; }
  .kobo-feat-extra { display: none !important; }
  .kobo-dl-wrap { display: none !important; }
  .s-kobo .btn-orange-gs1 { padding: .6rem 1.2rem !important; font-size: .85rem !important; margin-top: .75rem !important; }

  /* CTA — ultra-compact mobile */
  .cta-pills { display: none !important; }
  .s-cta { padding: 14px 0 !important; }
  .s-cta h2 { font-size: .88rem !important; margin-bottom: .2rem !important; line-height: 1.2 !important; }
  .cta-sub { font-size: .72rem !important; margin-bottom: .55rem !important; }
  .cta-btns { display: flex !important; flex-direction: row !important; gap: 6px !important; justify-content: center !important; flex-wrap: wrap !important; }
  .btn-cta-main, .btn-cta-sec { display: inline-flex !important; width: auto !important; max-width: none !important; margin: 0 !important; padding: .38rem .75rem !important; font-size: .72rem !important; border-radius: 5px !important; }
  .btn-cta-sec { margin-left: 0 !important; }

  /* Témoignages — carrousel mobile */
  .temo-slide { max-width: 100%; margin: 0 0 2.5rem; height: auto; }
  .temo-dots button { width: 8px !important; height: 8px !important; border-radius: 50% !important; background-color: var(--gs1-blue, #002c6c) !important; opacity: .3 !important; border-top: none !important; border-bottom: none !important; }
  .temo-dots .active { opacity: 1 !important; }
  #temoCarousel { padding-bottom: .5rem; }
  .temo-prev-btn, .temo-next-btn {
    position: absolute; top: 50%; transform: translateY(-60%); z-index: 10;
    background: rgba(0,44,108,.1); border: 1px solid rgba(0,44,108,.15);
    border-radius: 50%; width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
    color: var(--gs1-blue, #002c6c); font-size: .8rem; cursor: pointer;
    touch-action: manipulation;
  }
  .temo-prev-btn { left: 0; }
  .temo-next-btn { right: 0; }
}

/* == Hero card v5 == */
.hc-scan-icon{display:inline-block;width:18px;height:18px;flex-shrink:0;vertical-align:middle;
  background:
    linear-gradient(#f26334,#f26334) top 0 left 0/6px 2.5px no-repeat,
    linear-gradient(#f26334,#f26334) top 0 left 0/2.5px 6px no-repeat,
    linear-gradient(#f26334,#f26334) top 0 right 0/6px 2.5px no-repeat,
    linear-gradient(#f26334,#f26334) top 0 right 0/2.5px 6px no-repeat,
    linear-gradient(#f26334,#f26334) bottom 0 left 0/6px 2.5px no-repeat,
    linear-gradient(#f26334,#f26334) bottom 0 left 0/2.5px 6px no-repeat,
    linear-gradient(#f26334,#f26334) bottom 0 right 0/6px 2.5px no-repeat,
    linear-gradient(#f26334,#f26334) bottom 0 right 0/2.5px 6px no-repeat}
.hc-scan-icon-btn{display:inline-block;width:14px;height:14px;flex-shrink:0;vertical-align:middle;
  background:
    linear-gradient(#fff,#fff) top 0 left 0/5px 2px no-repeat,
    linear-gradient(#fff,#fff) top 0 left 0/2px 5px no-repeat,
    linear-gradient(#fff,#fff) top 0 right 0/5px 2px no-repeat,
    linear-gradient(#fff,#fff) top 0 right 0/2px 5px no-repeat,
    linear-gradient(#fff,#fff) bottom 0 left 0/5px 2px no-repeat,
    linear-gradient(#fff,#fff) bottom 0 left 0/2px 5px no-repeat,
    linear-gradient(#fff,#fff) bottom 0 right 0/5px 2px no-repeat,
    linear-gradient(#fff,#fff) bottom 0 right 0/2px 5px no-repeat}
.hc-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.55rem}
.hc-title{font-size:1.1rem;font-weight:900;color:#1a1a2a}
.hc-now{font-size:.95rem;font-weight:400;color:#667085}
.hc-desc{font-size:.76rem;color:#667085;line-height:1.6;margin-bottom:.9rem}
.hc-btn-wrap{text-align:center;margin:.1rem 0 .9rem}
.btn-scanner{background:#f26334;color:#fff;font-size:.88rem;font-weight:700;padding:10px 26px;border:none;border-radius:22px;cursor:pointer;display:inline-flex;align-items:center;gap:.45rem;transition:background .2s}
.btn-scanner:hover{background:#d94f1e}
.hc-bottom{display:flex;gap:.9rem;align-items:flex-start;margin-top:.85rem}
.hc-qr-col{display:flex;gap:.6rem;align-items:flex-start;flex:1;min-width:0}
.hc-qr-art{background:#f8f9fc;border-radius:6px;padding:.45rem;flex-shrink:0}
.hc-qr-title{font-size:.75rem;font-weight:700;color:#1a1a2a}
.hc-qr-desc{font-size:.66rem;color:#667085;line-height:1.5;margin-top:.18rem}
.hc-qr-link{font-size:.7rem;font-weight:700;color:#002c6c;display:inline-block;margin-top:.32rem}
.hc-bc-col{flex:1;min-width:0}
.hc-badges{display:flex;gap:.3rem;flex-wrap:wrap;margin-bottom:.4rem}
.hero-badge{display:inline-flex;align-items:center;gap:.28rem;background:#fff;color:#002c6c;font-size:.68rem;font-weight:700;padding:4px 9px;border-radius:20px;border:1.5px solid #dce5f5;white-space:nowrap}
.hero-badge i{font-size:.6rem;color:#002c6c}
.barcode-row{display:flex;align-items:center;gap:2px;margin:.35rem 0}
.bar{background:#1a1a2a;border-radius:1px;height:44px}
.w1{width:2px}.w2{width:3px}.w3{width:5px}.w4{width:7px}
.bg{width:3px}
.gtin-num{font-family:monospace;font-size:.67rem;letter-spacing:.08em;color:#667085}
.qr-art{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;width:68px}
.q{width:100%;aspect-ratio:1;border-radius:1px}
.qb{background:#1a1a2a}.qw{background:#e8ecf4}
