/* ══════════════════════════════════════════════════════════════
   CABINET ALFRED GORY — Design System V6 · Professional
   Direction : lisibilité maximale, crédibilité institutionnelle
   Polices   : Playfair Display (titres) + DM Sans (corps)
   Palette   : Crème chaud · Navy foncé · Or Qualiopi · Bleu réservé aux CTA
══════════════════════════════════════════════════════════════ */

/* ── RESET ── */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;font-size:16px}
body{
  font-family:'DM Sans',system-ui,sans-serif;
  background:#FFFFFF;
  color:#0F172A;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}

/* ── DESIGN TOKENS ── */
:root{
  /* Neutres */
  --white:      #FFFFFF;
  --bg:         #F5F2EC;
  --bg-2:       #EDE9E0;
  --bg-3:       #E4E0D8;

  /* Texte — tous > 4.5:1 sur blanc */
  --text:       #0F172A;  /* titres, texte fort */
  --text-2:     #334155;  /* corps */
  --muted:      #64748B;  /* secondaire — 4.6:1 sur blanc ✓ */
  --border:     #E2E8F0;
  --border-2:   #CBD5E1;

  /* Bleu professionnel */
  --deep:       #0F172A;
  --blue:       #1D4ED8;  /* 4.6:1 sur blanc ✓ */
  --blue-2:     #1E40AF;
  --blue-3:     #1E3A8A;
  --blue-s:     #EFF6FF;  /* fond bleu clair */
  --blue-m:     #BFDBFE;  /* bleu moyen */

  /* Complémentaires */
  --sky:        #0EA5E9;
  --sky-s:      #E0F2FE;
  --teal:       #0891B2;
  --teal-2:     #0E7490;
  --teal-s:     #ECFEFF;

  /* Or — Qualiopi uniquement */
  --gold:       #B45309;  /* 4.8:1 sur blanc ✓ */
  --gold-s:     #FEF3C7;
  --gold-2:     #92400E;

  /* Gradients */
  --grad:       linear-gradient(135deg,#1D4ED8 0%,#0891B2 100%);
  --grad-soft:  linear-gradient(135deg,#F5F2EC 0%,#EDE9E0 100%);

  /* Ombres */
  --sh-xs:  0 1px 2px rgba(15,23,42,.04);
  --sh-sm:  0 2px 8px rgba(15,23,42,.06);
  --sh:     0 4px 20px rgba(15,23,42,.08);
  --sh-md:  0 8px 32px rgba(15,23,42,.10);
  --sh-lg:  0 16px 48px rgba(15,23,42,.12);
  --sh-xl:  0 32px 72px rgba(15,23,42,.14);
  --sh-b:   0 8px 28px rgba(29,78,216,.30);
  --sh-b-s: 0 4px 14px rgba(29,78,216,.22);

  /* Rayons */
  --r-xs:4px;--r-sm:8px;--r:12px;--r-lg:16px;--r-xl:24px;--r-2xl:36px;--r-f:999px;

  /* Transitions */
  --t:   0.2s cubic-bezier(.4,0,.2,1);
  --t-s: 0.4s cubic-bezier(.4,0,.2,1);

  /* Polices */
  --font-h:'Playfair Display',Georgia,serif;
  --font-b:'DM Sans',system-ui,sans-serif;

  /* Compat variables (pages internes) */
  --cream:var(--bg);
  --navy:var(--deep);
  --slate:var(--text-2);
}

/* ── TYPOGRAPHIE ── */
h1,h2,h3,h4,h5{
  font-family:var(--font-h);
  font-weight:700;
  letter-spacing:-.015em;
  line-height:1.18;
  color:var(--text);
}
h1{font-size:clamp(2.2rem,5vw,3.8rem);line-height:1.1}
h2{font-size:clamp(1.7rem,3.5vw,2.4rem)}
h3{font-size:clamp(1.1rem,2vw,1.3rem);letter-spacing:0}
h4{font-size:1rem;letter-spacing:0;font-family:var(--font-b);font-weight:700}
p{color:var(--text-2);line-height:1.8}
strong{color:var(--text);font-weight:600}

/* ── MISE EN PAGE ── */
.container{max-width:1160px;margin:0 auto;padding:0 1.5rem}
.container-sm{max-width:840px;margin:0 auto;padding:0 1.5rem}

/* ── SECTIONS ── */
.section{padding:5rem 0}
.section.alt{background:var(--white)}
.section.light{background:var(--bg)}
.section.blue-light{background:var(--bg-2)}

.section-eyebrow{
  display:inline-flex;align-items:center;gap:.55rem;
  font-family:var(--font-b);font-size:.62rem;font-weight:700;
  letter-spacing:.18em;text-transform:uppercase;
  color:var(--muted);background:none;
  border:none;padding:0;border-radius:0;
  margin-bottom:1rem;
}
.section-eyebrow::before{
  content:'';display:block;width:18px;height:1px;
  background:var(--border-2);flex-shrink:0;
}
.section-eyebrow.teal{color:var(--teal)}
.section-eyebrow.teal::before{background:var(--teal)}
.section-eyebrow.gold{color:var(--gold)}
.section-eyebrow.gold::before{background:var(--gold)}

.section-title{color:var(--text);margin-bottom:.9rem}
.section-title .grad{color:var(--deep)}
.section-sub{color:var(--text-2);font-size:.95rem;max-width:540px;line-height:1.85}
.section-header{margin-bottom:2.5rem}
.section-header.center{text-align:center}
.section-header.center .section-sub{margin:0 auto}

/* ── TOPBAR ── */
.topbar{background:var(--deep);padding:.44rem 0}
.topbar .container{display:flex;align-items:center;justify-content:space-between}
.topbar-left{display:flex;align-items:center;gap:1.4rem}
.topbar-item{display:flex;align-items:center;gap:.4rem;font-size:.67rem;color:rgba(255,255,255,.6);font-weight:500}
.topbar-item svg{width:13px;height:13px;stroke:var(--sky);flex-shrink:0}
.topbar-qualiopi{display:flex;align-items:center;gap:.5rem}
.topbar-qualiopi img{height:22px;display:block;background:#fff;border-radius:3px;padding:1px 5px}
.topbar-qualiopi span{font-size:.62rem;color:rgba(255,255,255,.45);font-weight:500;letter-spacing:.04em}

/* ── NAVBAR ── */
.navbar{
  position:sticky;top:0;z-index:200;
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
  border-bottom:1px solid var(--border);
  transition:box-shadow var(--t);
}
.navbar.scrolled{box-shadow:0 2px 20px rgba(15,23,42,.08)}
.navbar .container{display:flex;align-items:center;justify-content:space-between;height:64px}
.nav-logo{display:flex;align-items:center;gap:.8rem;text-decoration:none}
.nav-logo-icon{
  width:36px;height:36px;background:var(--grad);border-radius:var(--r-sm);
  display:flex;align-items:center;justify-content:center;
  font-size:10px;font-weight:900;color:var(--white);letter-spacing:.06em;flex-shrink:0;
  box-shadow:var(--sh-b-s);
}
.nav-logo-text{font-size:.8rem;font-weight:700;color:var(--text);line-height:1.25}
.nav-logo-text span{display:block;font-size:.6rem;font-weight:500;color:var(--muted);letter-spacing:.04em}
.nav-links{display:flex;align-items:center;gap:.05rem}
.nav-link{font-size:.76rem;font-weight:500;color:var(--text-2);padding:.45rem .85rem;border-radius:var(--r-sm);transition:color var(--t),background var(--t)}
.nav-link:hover{color:var(--text);background:var(--bg)}
.nav-link.active{color:var(--deep);font-weight:600;background:var(--bg-2)}
.nav-right{display:flex;align-items:center;gap:.55rem}
.nav-connexion{font-size:.72rem;font-weight:600;color:var(--text-2);padding:.48rem .9rem;border-radius:var(--r-f);border:1.5px solid var(--border-2);transition:all var(--t)}
.nav-connexion:hover{border-color:var(--blue);color:var(--blue);background:var(--blue-s)}
.nav-cta{background:var(--blue);color:var(--white);font-size:.73rem;font-weight:700;padding:.52rem 1.15rem;border-radius:var(--r-f);letter-spacing:.02em;transition:all var(--t);box-shadow:var(--sh-b-s)}
.nav-cta:hover{background:var(--blue-2);box-shadow:var(--sh-b);transform:translateY(-1px)}
.nav-burger{display:none;flex-direction:column;gap:5px;padding:8px;cursor:pointer}
.nav-burger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform var(--t),opacity var(--t)}

/* Menu mobile */
.mobile-nav{position:fixed;inset:0;background:var(--white);z-index:300;display:flex;flex-direction:column;padding:1.8rem 1.5rem;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}
.mobile-nav.open{transform:translateX(0)}
.mobile-nav-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}
.mobile-nav-close{font-size:1.2rem;color:var(--muted);padding:.5rem;cursor:pointer}
.mobile-nav-links{display:flex;flex-direction:column;gap:.2rem;flex:1}
.mobile-nav-link{font-size:1rem;font-weight:600;color:var(--text);padding:.8rem .5rem;border-bottom:1px solid var(--border)}
.mobile-nav-link:hover{color:var(--blue)}
.mobile-nav-bottom{margin-top:1.5rem;display:flex;flex-direction:column;gap:.6rem}
.mobile-nav-cta{display:block;text-align:center;background:var(--blue);color:var(--white);font-size:.85rem;font-weight:700;padding:.9rem;border-radius:var(--r);box-shadow:var(--sh-b-s)}
.mobile-nav-connexion{display:block;text-align:center;color:var(--text-2);font-size:.82rem;font-weight:600;padding:.75rem;border-radius:var(--r);border:1.5px solid var(--border-2)}

/* ── HERO ACCUEIL ── */
.hero{
  background:var(--white);
  padding:4.5rem 0 4rem;
  position:relative;overflow:hidden;
  min-height:78svh;
  display:grid;place-items:center;
  border-bottom:1px solid var(--border);
}
.hero-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.hero-bg-blob{
  position:absolute;width:70vw;height:70vw;max-width:800px;max-height:800px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(201,150,62,.04) 0%,transparent 70%);
  top:-30%;right:-15%;
  animation:blob-drift 18s ease-in-out infinite alternate;
}
.hero-bg-blob-2{
  position:absolute;width:45vw;height:45vw;max-width:500px;max-height:500px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(15,23,42,.025) 0%,transparent 70%);
  bottom:-20%;left:-8%;
  animation:blob-drift 24s ease-in-out infinite alternate-reverse;
}
.hero-bg-grid{display:none}
@keyframes blob-drift{0%{transform:translate(0,0)}100%{transform:translate(-20px,18px)}}

.hero-inner{position:relative;z-index:1;width:100%}
.hero-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}

/* Hero texte */
.hero-pill{
  display:inline-flex;align-items:center;gap:.45rem;
  background:var(--bg-2);border:1px solid var(--border-2);
  border-radius:var(--r-f);padding:.36rem 1rem;margin-bottom:1.2rem;
}
.hero-pill-dot{width:6px;height:6px;border-radius:50%;background:var(--gold);animation:pulse-dot 2.5s infinite;flex-shrink:0}
.hero-pill-text{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-2)}

.hero h1{color:var(--text);margin-bottom:1.4rem}
.hero h1 .line-grad{display:block;color:var(--text)}
.hero h1 .line-sub{display:block;font-weight:400;font-style:italic;color:var(--muted);font-size:.52em;letter-spacing:.01em;margin-top:.12em}

.hero-desc{font-size:.97rem;color:var(--text-2);line-height:1.82;max-width:440px;margin-bottom:1.8rem}
.hero-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;margin-bottom:2rem}
.hero-trust{display:flex;gap:1.5rem;align-items:center;padding-top:1.5rem;border-top:1px solid var(--border);flex-wrap:wrap}
.hero-trust-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;color:var(--text-2)}
.hero-trust-icon{display:none}

/* Hero visuel */
.hero-visual{position:relative;height:480px}

.hv-glow{
  position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:340px;height:340px;border-radius:50%;
  background:radial-gradient(circle,rgba(180,83,9,.04) 0%,transparent 70%);
  filter:blur(24px);pointer-events:none;z-index:0;
}
.hv-card-main{
  position:absolute;top:50%;left:50%;
  transform:translate(-50%,-50%) perspective(1200px) rotateY(-12deg) rotateX(4deg);
  width:270px;
  background:var(--white);border-radius:var(--r-xl);
  box-shadow:var(--sh-lg),0 0 0 1px rgba(15,23,42,.04);
  overflow:hidden;z-index:3;
  transition:transform .4s ease;
}
.hv-card-main:hover{transform:translate(-50%,-50%) perspective(1200px) rotateY(-6deg) rotateX(2deg)}
.hv-header{background:var(--grad);padding:1rem 1.2rem}
.hv-header-label{font-size:.56rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.75)}
.hv-header-title{font-size:.92rem;font-weight:700;color:#fff;font-family:var(--font-h);margin-top:.1rem}
.hv-body{padding:1rem 1.1rem}
.hv-row{display:flex;justify-content:space-between;align-items:center;padding:.34rem 0;border-bottom:1px solid var(--border);font-size:.72rem}
.hv-row:last-of-type{border-bottom:none}
.hv-row-lbl{color:var(--muted)}
.hv-row-val{font-weight:700;color:var(--text)}
.hv-row-val.neg{color:#DC2626}
.hv-row-val.pos{color:#16A34A}
.hv-total{background:var(--bg-2);border-radius:var(--r-sm);padding:.55rem .8rem;display:flex;justify-content:space-between;align-items:center;margin-top:.65rem}
.hv-total-lbl{font-size:.65rem;font-weight:600;color:var(--text-2)}
.hv-total-val{font-size:1rem;font-weight:800;color:var(--text);font-family:var(--font-h)}

.hv-float{position:absolute;z-index:4}
.hv-float-inner{background:var(--white);border-radius:var(--r-lg);box-shadow:var(--sh-md);border:1px solid var(--border);padding:.8rem 1rem}
.hv-float-1{top:4%;right:0%;animation:hf-a 5s ease-in-out infinite}
.hv-float-2{bottom:16%;right:-2%;animation:hf-b 7s ease-in-out infinite 1.2s}
.hv-float-3{bottom:2%;left:0%;animation:hf-a 7s ease-in-out infinite 2s}
.hv-float-4{top:12%;left:-2%;animation:hf-b 5.5s ease-in-out infinite .8s}
@keyframes hf-a{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
@keyframes hf-b{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}

.hv-stat{display:flex;align-items:center;gap:.55rem}
.hv-stat-ico{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.hv-stat-ico.blue{background:var(--bg-2)}.hv-stat-ico.teal{background:var(--teal-s)}.hv-stat-ico.green{background:#DCFCE7}
.hv-stat-ico svg{width:16px;height:16px;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.hv-stat-ico.blue svg{stroke:var(--blue)}.hv-stat-ico.teal svg{stroke:var(--teal)}.hv-stat-ico.green svg{stroke:#16A34A}
.hv-stat-val{font-size:.9rem;font-weight:800;color:var(--text);line-height:1}
.hv-stat-lbl{font-size:.58rem;color:var(--muted);margin-top:2px}

.hv-chart{display:flex;align-items:flex-end;gap:3px;height:32px;margin-bottom:.25rem}
.hv-bar{flex:1;border-radius:3px 3px 0 0;min-height:4px;background:var(--bg-3)}
.hv-bar.a{background:var(--grad)}
.hv-chart-lbl{font-size:.58rem;color:var(--muted)}

.hv-qual-badge{display:flex;align-items:center;gap:.5rem}
.hv-qual-dot{width:24px;height:24px;border-radius:50%;background:var(--gold-s);display:flex;align-items:center;justify-content:center;font-size:.7rem;flex-shrink:0}
.hv-qual-info strong{display:block;font-size:.65rem;font-weight:700;color:var(--gold)}
.hv-qual-info small{font-size:.55rem;color:var(--muted)}

/* ── BOUTONS ── */
.btn{
  display:inline-flex;align-items:center;gap:.5rem;
  font-family:var(--font-b);font-size:.82rem;font-weight:700;
  padding:.65rem 1.4rem;border-radius:var(--r-f);
  border:none;cursor:pointer;
  transition:all var(--t);letter-spacing:.015em;
  text-decoration:none;
  min-height:44px; /* accessibilité tactile — WCAG 2.5.5 */
}
.btn-primary{background:var(--blue);color:var(--white);box-shadow:var(--sh-b-s)}
.btn-primary:hover{background:var(--blue-2);box-shadow:var(--sh-b);transform:translateY(-1px);color:var(--white)}
.btn-secondary{background:var(--white);color:var(--text-2);border:1.5px solid var(--border-2)}
.btn-secondary:hover{border-color:var(--blue);color:var(--blue);background:var(--blue-s)}
.btn-outline{background:transparent;color:var(--blue);border:1.5px solid var(--blue)}
.btn-outline:hover{background:var(--blue-s)}
.btn-white{background:var(--white);color:var(--blue);font-weight:700}
.btn-white:hover{background:var(--blue-s)}
.btn-lg{font-size:.88rem;padding:.8rem 1.7rem}
.btn svg{width:16px;height:16px;flex-shrink:0}

/* ── TRUST STRIP ── */
.trust-strip{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1rem 0}
.trust-strip .container{display:flex;align-items:center;gap:2rem;overflow-x:auto;scrollbar-width:none}
.trust-strip .container::-webkit-scrollbar{display:none}
.trust-item{display:flex;align-items:center;gap:.6rem;flex-shrink:0;font-size:.75rem;font-weight:600;color:var(--text-2)}
.trust-icon{width:32px;height:32px;background:var(--bg-2);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.trust-icon svg{width:16px;height:16px;stroke:var(--text-2);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* ── CARTES FORMATION ── */
.formations-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.fc{
  background:var(--white);border-radius:var(--r-xl);
  overflow:hidden;border:1px solid var(--border);
  box-shadow:var(--sh-sm);
  transition:box-shadow var(--t-s),transform var(--t-s);
  display:flex;flex-direction:column;
}
.fc:hover{box-shadow:var(--sh-lg);transform:translateY(-4px)}
.fc-top{padding:1.8rem 2rem 1.4rem;position:relative;overflow:hidden}
.fc-top.blue{background:linear-gradient(135deg,#F5F2EC 0%,#EDE9E0 100%)}
.fc-top.teal{background:linear-gradient(135deg,#EDE9E0 0%,#F5F2EC 100%)}
.fc-tag{display:inline-flex;align-items:center;gap:.35rem;font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem}
.fc-tag.teal{color:var(--muted)}
.fc-ico{width:52px;height:52px;border-radius:var(--r);background:var(--white);box-shadow:var(--sh-sm);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.fc-ico svg{width:26px;height:26px;stroke:var(--blue);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.fc-ico.teal svg{stroke:var(--teal)}
.fc-title{font-size:1.2rem;font-weight:700;color:var(--text);margin-bottom:.25rem;line-height:1.3}
.fc-sub{font-size:.78rem;color:var(--muted)}
.fc-deco{position:absolute;right:-20px;top:-20px;width:100px;height:100px;border-radius:50%;background:radial-gradient(circle,rgba(15,23,42,.04) 0%,transparent 70%);pointer-events:none}
.fc-top.teal .fc-deco{background:radial-gradient(circle,rgba(15,23,42,.04) 0%,transparent 70%)}
.fc-body{padding:1.4rem 2rem;flex:1;display:flex;flex-direction:column;gap:1.2rem}
.fc-pills{display:flex;flex-wrap:wrap;gap:.35rem}
.fc-pill{font-size:.65rem;font-weight:600;padding:.28rem .75rem;border-radius:var(--r-f);border:1px solid var(--border-2);color:var(--text-2);background:var(--bg)}
.fc-pill.blue{background:var(--bg-2);color:var(--text-2);border-color:var(--border-2)}
.fc-pill.teal{background:var(--teal-s);color:var(--teal);border-color:rgba(8,145,178,.2)}
.fc-pill.green{background:#DCFCE7;color:#166534;border-color:rgba(22,101,52,.15)}
.fc-feats{display:flex;flex-direction:column;gap:.5rem}
.fc-feat{display:flex;align-items:flex-start;gap:.6rem;font-size:.82rem;color:var(--text-2)}
.fc-feat-dot{width:18px;height:18px;border-radius:50%;background:var(--bg-2);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.15rem}
.fc-feat-dot svg{width:10px;height:10px;stroke:var(--text-2);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.fc-feat-dot.teal{background:var(--teal-s)}
.fc-feat-dot.teal svg{stroke:var(--teal)}
.fc-foot{padding:1rem 2rem 1.4rem;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--bg)}
.fc-financement{display:flex;align-items:center;gap:.4rem;font-size:.7rem;font-weight:600;color:var(--text-2)}
.fc-financement svg{width:14px;height:14px;stroke:var(--blue);fill:none;stroke-width:2;flex-shrink:0}

/* ── TIMELINE ── */
.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;padding-top:1.8rem}
.timeline::before{content:'';position:absolute;top:calc(1.8rem + 26px);left:calc(12.5%);right:calc(12.5%);height:2px;background:var(--border);z-index:0}
.timeline-progress{position:absolute;top:calc(1.8rem + 26px);left:calc(12.5%);height:2px;width:75%;background:var(--grad);z-index:1;border-radius:2px}
.tl-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 .5rem;position:relative;z-index:2}
.tl-num{width:52px;height:52px;border-radius:50%;background:var(--white);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-family:var(--font-h);font-weight:700;font-size:1rem;color:var(--muted);margin-bottom:.9rem;transition:all var(--t)}
.tl-item.done .tl-num{background:var(--grad);border-color:transparent;color:var(--white)}
.tl-item.current .tl-num{background:var(--white);border-color:var(--deep);border-width:3px;color:var(--deep);box-shadow:0 0 0 4px var(--bg-2)}
.tl-title{font-size:.78rem;font-weight:700;color:var(--text);margin-bottom:.3rem}
.tl-desc{font-size:.68rem;color:var(--muted);line-height:1.55}

/* ── STATS ── */
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}
.stat-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.8rem 1.5rem;text-align:center;box-shadow:var(--sh-xs)}
.stat-card.featured{background:var(--grad);border:none;box-shadow:var(--sh-b)}
.stat-card.featured .stat-ico-wrap{background:rgba(255,255,255,.15)}
.stat-card.featured .stat-ico-wrap svg{stroke:rgba(255,255,255,.9)}
.stat-card.featured .stat-val{color:var(--white)}
.stat-card.featured .stat-lbl{color:rgba(255,255,255,.75)}
.stat-ico-wrap{width:44px;height:44px;border-radius:var(--r);background:var(--bg-2);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}
.stat-ico-wrap svg{width:22px;height:22px;stroke:var(--text-2);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.stat-val{font-family:var(--font-h);font-size:2.4rem;font-weight:700;color:var(--text);line-height:1;margin-bottom:.35rem}
.stat-val .u{font-size:1.2rem}
.stat-lbl{font-size:.75rem;color:var(--muted);line-height:1.5}

/* ── TÉMOIGNAGES ── */
.testi-wrap{position:relative;overflow:hidden}
.testi-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1)}
.testi-slide{min-width:100%}
.testi-card{background:var(--white);border-radius:var(--r-xl);padding:2.2rem;box-shadow:var(--sh-md);border:1px solid var(--border);display:grid;grid-template-columns:1fr auto;gap:1.8rem;align-items:start;position:relative}
.testi-open{position:absolute;top:1.5rem;left:2rem;font-family:var(--font-h);font-size:4rem;line-height:.7;color:var(--bg-3);font-style:italic;user-select:none;pointer-events:none}
.testi-text{font-size:.95rem;line-height:1.82;color:var(--text-2);font-style:italic;padding-top:2.2rem}
.testi-author{margin-top:1.2rem}
.testi-stars{display:flex;gap:.2rem;margin-bottom:.4rem}
.testi-star{width:15px;height:15px;fill:var(--gold)}
.testi-name{font-weight:700;color:var(--text);font-size:.88rem}
.testi-role{font-size:.75rem;color:var(--muted);margin-top:.12rem}
.testi-avatar{width:52px;height:52px;border-radius:50%;background:var(--grad);display:flex;align-items:center;justify-content:center;font-family:var(--font-h);font-size:1rem;font-weight:700;color:var(--white);flex-shrink:0}
.testi-nav{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-top:1.5rem}
.testi-btn{width:38px;height:38px;border-radius:50%;background:var(--white);border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--t)}
.testi-btn:hover{border-color:var(--blue);background:var(--blue-s)}
.testi-btn svg{width:16px;height:16px;stroke:var(--muted);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:stroke var(--t)}
.testi-btn:hover svg{stroke:var(--blue)}
.testi-dots{display:flex;gap:.4rem;align-items:center}
.testi-dot{width:7px;height:7px;border-radius:50%;background:var(--border-2);cursor:pointer;transition:all var(--t)}
.testi-dot.on{background:var(--blue);width:20px;border-radius:var(--r-f)}

/* ── CTA BAND ── */
.cta-band{
  background:var(--grad);border-radius:var(--r-xl);
  padding:3rem 3.5rem;display:grid;grid-template-columns:1fr auto;
  align-items:center;gap:2rem;position:relative;overflow:hidden;
  box-shadow:var(--sh-b);
}
.cta-band::before{content:'';position:absolute;right:-60px;top:-80px;width:300px;height:300px;border-radius:50%;background:rgba(255,255,255,.05)}
.cta-inner{position:relative;z-index:1}
.cta-btns{display:flex;flex-direction:column;gap:.65rem;flex-shrink:0;position:relative;z-index:1}
.cta-band h2{color:var(--white);margin-bottom:.6rem}
.cta-band p{color:rgba(255,255,255,.8);font-size:.92rem;line-height:1.75}

/* ── PAGE HERO (pages intérieures) ── */
.page-hero{
  background:var(--white);
  border-bottom:1px solid var(--border);
  padding:2.8rem 0 2.4rem;
  position:relative;overflow:hidden;
}
.page-hero::before{
  content:'';position:absolute;top:-40%;right:-5%;
  width:480px;height:480px;border-radius:50%;
  background:radial-gradient(circle,rgba(180,83,9,.03) 0%,transparent 70%);
  pointer-events:none;
}
.page-hero-geo{
  position:absolute;inset:0;pointer-events:none;
  background-image:radial-gradient(circle,rgba(15,23,42,.03) 1px,transparent 1px);
  background-size:30px 30px;
  mask-image:radial-gradient(ellipse 60% 100% at 90% 50%,rgba(0,0,0,.12) 0%,transparent 100%);
  -webkit-mask-image:radial-gradient(ellipse 60% 100% at 90% 50%,rgba(0,0,0,.12) 0%,transparent 100%);
}
.page-hero-inner{position:relative;z-index:1}
.page-hero h1{color:var(--text);font-size:clamp(1.6rem,3.2vw,2.3rem);margin-bottom:.55rem}
.page-hero h1 .accent{color:var(--deep)}
.page-hero p{color:var(--text-2);font-size:.9rem;max-width:500px;line-height:1.82}
.page-hero-badge{
  display:inline-flex;align-items:center;gap:.4rem;
  font-size:.6rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  color:var(--deep);background:var(--bg-2);
  border:1px solid var(--border-2);
  padding:.28rem .85rem;border-radius:var(--r-f);margin-bottom:.9rem;
}
.page-hero-badge::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--gold);display:inline-block}

/* ── BLOCS CONTENU ── */
.content-block{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.8rem}
.content-block.blue-left{border-left:3px solid var(--blue)}
.content-block.gold-left{border-left:3px solid var(--gold)}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.three-col{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.25rem}
.four-col{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}

.info-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:1.25rem;text-align:center}
.info-card-icon{font-size:1.4rem;margin-bottom:.5rem}
.info-card-title{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:.25rem}
.info-card-body{font-size:.9rem;font-weight:800;color:var(--text);margin-bottom:.15rem;font-family:var(--font-h)}
.info-card-sub{font-size:.68rem;color:var(--muted)}

.module-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:1.4rem}
.module-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}
.module-num{width:30px;height:30px;background:var(--deep);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:800}
.module-time{font-size:.62rem;font-weight:600;color:var(--muted);background:var(--bg);padding:.22rem .6rem;border-radius:var(--r-f);border:1px solid var(--border)}
.module-title{font-size:.88rem;font-weight:700;color:var(--text);margin-bottom:.65rem}
.module-list{display:flex;flex-direction:column;gap:.4rem}
.module-list li{font-size:.75rem;color:var(--text-2);padding-left:.85rem;position:relative;line-height:1.55}
.module-list li::before{content:'';position:absolute;left:0;top:.55em;width:4px;height:4px;border-radius:50%;background:var(--border-2)}

.obj-list{display:flex;flex-direction:column;gap:.7rem}
.obj-item{display:flex;align-items:flex-start;gap:.8rem}
.obj-check{width:20px;height:20px;background:var(--bg-2);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.18rem}
.obj-check svg{width:10px;height:10px;stroke:var(--text-2);stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}
.obj-text{font-size:.84rem;color:var(--text-2);line-height:1.65}

.psh-box{background:var(--white);border:1px solid var(--border);border-left:3px solid var(--blue);border-radius:var(--r-lg);padding:1.8rem}
.psh-box h3{color:var(--text);margin-bottom:.85rem;font-size:.95rem}
.psh-box p{font-size:.8rem;color:var(--text-2);line-height:1.75;margin-bottom:.65rem}
.psh-contact{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;margin-top:1rem;padding-top:.85rem;border-top:1px solid var(--border)}
.psh-pill{font-size:.7rem;font-weight:600;padding:.38rem .85rem;border-radius:var(--r-f);border:1.5px solid var(--border-2);color:var(--text);transition:all var(--t)}
.psh-pill:hover{background:var(--blue);color:var(--white);border-color:var(--blue)}

/* BENTO */
.bento{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem}
.bc{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.3rem;position:relative;overflow:hidden;box-shadow:var(--sh-xs)}
.bc.span2{grid-column:span 2}.bc.span3{grid-column:span 3}.bc.span4{grid-column:span 4}.bc.span6{grid-column:span 6}
.bc.dark{background:var(--bg-2);border-color:var(--border-2)}
.bc.gold-bg{background:linear-gradient(135deg,var(--gold) 0%,var(--gold-2) 100%);border:none}
.bc.gold-border{border-left:3px solid var(--gold)}
.bc-eyebrow{font-size:.58rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.45rem}
.bc.gold-bg .bc-eyebrow{color:rgba(255,255,255,.75)}
.bc-title{font-size:.9rem;font-weight:800;color:var(--text);letter-spacing:-.02em;margin-bottom:.35rem;line-height:1.3}
.bc.gold-bg .bc-title{color:#fff}
.bc-desc{font-size:.74rem;color:var(--muted);line-height:1.7}
.bc.gold-bg .bc-desc{color:rgba(255,255,255,.82)}
.bc-big{font-size:2.6rem;font-weight:900;letter-spacing:-.06em;color:var(--text);line-height:1;margin-bottom:.2rem;font-family:var(--font-h)}
.pill-row{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.75rem}
.pill{font-size:.62rem;font-weight:600;background:var(--bg-2);color:var(--text-2);padding:.28rem .7rem;border-radius:var(--r-f)}
.bc.dark .pill{background:var(--bg-3);color:var(--text-2)}

/* STEPS */
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.65rem}
.step-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.3rem;position:relative}
.step-card.active{background:var(--blue);border-color:var(--blue)}
.step-num{font-size:2rem;font-weight:900;letter-spacing:-.06em;color:var(--border-2);line-height:1;margin-bottom:.5rem;font-family:var(--font-h)}
.step-card.active .step-num{color:rgba(255,255,255,.15)}
.step-name{font-size:.82rem;font-weight:800;color:var(--text);margin-bottom:.25rem}
.step-card.active .step-name{color:var(--white)}
.step-detail{font-size:.7rem;color:var(--muted);line-height:1.6}
.step-card.active .step-detail{color:rgba(255,255,255,.6)}

/* ── FORMULAIRES ── */
.form-section{padding:4rem 0}
.form-wrap{background:var(--white);border:1px solid var(--border);border-radius:var(--r-xl);padding:2.5rem;box-shadow:var(--sh-md)}
.form-tabs{display:flex;gap:.5rem;margin-bottom:2rem;background:var(--bg);border-radius:var(--r-lg);padding:.35rem}
.form-tab{flex:1;padding:.65rem 1rem;border-radius:var(--r);font-size:.8rem;font-weight:600;color:var(--muted);cursor:pointer;transition:all var(--t);text-align:center;border:none;background:none}
.form-tab.active{background:var(--white);color:var(--blue);box-shadow:var(--sh-sm);font-weight:700}
.form-tab:hover:not(.active){color:var(--text-2)}
.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.1rem}
.form-group label{font-size:.75rem;font-weight:600;color:var(--text);letter-spacing:.01em}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:.7rem .95rem;border:1.5px solid var(--border-2);border-radius:var(--r-sm);font-family:inherit;font-size:.84rem;color:var(--text);background:var(--white);transition:border-color var(--t),box-shadow var(--t)}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(29,78,216,.1);background:var(--white)}
.form-group textarea{min-height:100px;resize:vertical}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-req{color:var(--blue)}
.form-note{font-size:.68rem;color:var(--muted);line-height:1.6;margin-top:.3rem}
.form-submit{width:100%;background:var(--blue);color:var(--white);font-size:.84rem;font-weight:700;padding:.95rem;border-radius:var(--r-sm);border:none;cursor:pointer;transition:all var(--t);margin-top:.5rem;box-shadow:var(--sh-b-s)}
.form-submit:hover{background:var(--blue-2);box-shadow:var(--sh-b);transform:translateY(-1px)}
.form-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}

/* ── FAQ ── */
.faq-item{border-bottom:1px solid var(--border)}
.faq-question{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 0;cursor:pointer;font-size:.88rem;font-weight:700;color:var(--text);gap:1rem}
.faq-icon{width:22px;height:22px;border-radius:50%;border:1.5px solid var(--border-2);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all var(--t)}
.faq-icon::after{content:'';display:block;width:8px;height:8px;border-right:1.5px solid var(--muted);border-bottom:1.5px solid var(--muted);transform:rotate(45deg) translate(-1px,-1px);transition:transform var(--t)}
.faq-item.open .faq-icon{background:var(--blue);border-color:var(--blue)}
.faq-item.open .faq-icon::after{border-color:var(--white);transform:rotate(-135deg) translate(-1px,-1px)}
.faq-answer{display:none;padding-bottom:1.1rem;font-size:.83rem;color:var(--text-2);line-height:1.8}
.faq-item.open .faq-answer{display:block}

/* ── BADGE ── */
.badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.28rem .75rem;border-radius:var(--r-f)}
.badge-blue{background:var(--bg-2);border:1px solid var(--border-2);color:var(--deep)}
.badge-teal{background:var(--teal-s);border:1px solid rgba(8,145,178,.2);color:var(--teal)}
.badge-gold{background:var(--gold-s);border:1px solid rgba(180,83,9,.2);color:var(--gold)}
.badge-green{background:#DCFCE7;color:#166534;border:1px solid rgba(22,101,52,.18)}

/* ── FOOTER ── */
.site-footer{background:var(--deep);padding:4rem 0 2rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}
.footer-brand .footer-logo{font-size:1rem;font-weight:700;color:var(--white);margin-bottom:.7rem;font-family:var(--font-h)}
.footer-brand .footer-logo em{background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-style:normal}
.footer-brand p{font-size:.73rem;color:rgba(255,255,255,.45);line-height:1.82;max-width:230px}
.footer-heading{font-size:.6rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:1rem}
.footer-links{display:flex;flex-direction:column;gap:.55rem}
.footer-links a{font-size:.76rem;color:rgba(255,255,255,.5);transition:color var(--t)}
.footer-links a:hover{color:rgba(255,255,255,.9)}
.footer-sep{border:none;border-top:1px solid rgba(255,255,255,.07);margin-bottom:1.2rem}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}
.footer-copy{font-size:.68rem;color:rgba(255,255,255,.3)}
.qualiopi-logo-card{margin-top:.9rem;background:#fff;border-radius:8px;padding:.6rem .9rem;display:inline-block;border:1px solid rgba(255,255,255,.15)}
.qualiopi-logo-card img{height:38px;display:block;margin-bottom:.3rem}
.qualiopi-logo-card p{font-size:.56rem;color:rgba(15,23,42,.5);line-height:1.6}

/* ── PROGRESS BAR ── */
.progress-bar{position:fixed;top:0;left:0;height:3px;background:var(--grad);z-index:2000;width:0%;transition:width .1s linear;pointer-events:none}

/* ── BOUTON D'APPEL FLOTTANT ── */
.fab-call{position:fixed;bottom:5.5rem;left:1.5rem;display:flex;align-items:center;gap:.55rem;background:var(--blue);color:var(--white);padding:.65rem 1rem .65rem .85rem;border-radius:50px;box-shadow:0 4px 18px rgba(29,78,216,.38);z-index:99;font-size:.75rem;font-weight:700;transition:all var(--t);text-decoration:none}
.fab-call:hover{background:var(--blue-2);transform:translateY(-2px);color:var(--white)}
.fab-call svg{width:17px;height:17px;flex-shrink:0}
.fab-call::before{content:'';position:absolute;inset:-4px;border-radius:50px;border:2px solid rgba(29,78,216,.22);animation:fab-pulse 2.8s ease-out infinite}
@keyframes fab-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(1.15)}100%{opacity:0}}
@media(max-width:480px){.fab-call span{display:none}.fab-call{padding:.78rem;border-radius:50%}}

/* ── BACK TO TOP ── */
.back-top{position:fixed;bottom:1.5rem;right:1.5rem;width:42px;height:42px;background:var(--text);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--sh-md);cursor:pointer;opacity:0;transform:translateY(10px);transition:all var(--t);z-index:100;border:none;font-size:1rem}
.back-top.visible{opacity:1;transform:translateY(0)}
.back-top:hover{background:var(--blue)}

/* ── COOKIE ── */
.cookie{position:fixed;bottom:1rem;left:1rem;right:1rem;max-width:640px;background:var(--white);border:1px solid var(--border-2);border-radius:var(--r-lg);padding:1.1rem 1.4rem;box-shadow:var(--sh-xl);z-index:500;display:flex;align-items:center;gap:1.2rem;transform:translateY(calc(100% + 2rem));transition:transform .4s cubic-bezier(.4,0,.2,1)}
.cookie.visible{transform:translateY(0)}
.cookie p{font-size:.73rem;color:var(--text-2);line-height:1.65;flex:1}
.cookie-btns{display:flex;gap:.45rem;flex-shrink:0}
.cookie-accept{background:var(--blue);color:var(--white);font-size:.7rem;font-weight:700;padding:.48rem 1rem;border-radius:.5rem;cursor:pointer;border:none;transition:background var(--t)}
.cookie-accept:hover{background:var(--blue-2)}
.cookie-refuse{background:transparent;color:var(--muted);font-size:.7rem;font-weight:600;padding:.48rem .85rem;border-radius:.5rem;cursor:pointer;border:1px solid var(--border-2);transition:all var(--t)}
.cookie-refuse:hover{border-color:var(--text-2);color:var(--text-2)}

/* ── BANNERS ERREUR / SUCCÈS ── */
.error-banner{display:none;background:#FEF2F2;border:1px solid #FECACA;border-radius:var(--r-sm);padding:.9rem 1.2rem;margin-bottom:1.2rem;color:#B91C1C;font-size:.82rem;gap:.65rem;align-items:flex-start}
.error-banner.visible{display:flex}
.success-banner{display:none;background:#F0FDF4;border:1px solid #BBF7D0;border-radius:var(--r-sm);padding:.9rem 1.2rem;margin-bottom:1.2rem;color:#166534;font-size:.82rem;gap:.65rem;align-items:flex-start}
.success-banner.visible{display:flex}

/* ── ANIMATIONS ── */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}
.reveal.revealed{opacity:1;transform:translateY(0)}
.reveal-scale{opacity:0;transform:scale(.97);transition:opacity .55s ease,transform .55s ease}
.reveal-scale.revealed{opacity:1;transform:scale(1)}
.reveal-delay-1{transition-delay:.08s}.reveal-delay-2{transition-delay:.16s}.reveal-delay-3{transition-delay:.24s}
.reveal-d1{transition-delay:.08s}.reveal-d2{transition-delay:.16s}.reveal-d3{transition-delay:.24s}
.reveal-d4{transition-delay:.32s}.reveal-d5{transition-delay:.40s}

/* ── SECTION QUALITÉ / QUALIOPI ── */
.quality-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.qc{
  background:var(--white);border:1px solid var(--border);
  border-radius:var(--r-lg);padding:2rem 1.75rem;
  position:relative;overflow:hidden;
  transition:box-shadow var(--t-s),transform var(--t-s);
}
.qc:hover{box-shadow:var(--sh);transform:translateY(-2px)}
.qc::before{
  content:'';position:absolute;top:-30px;right:-30px;
  width:110px;height:110px;border-radius:50%;
  background:var(--bg);pointer-events:none;
}
.qc-icon{display:none}
.qc-val{
  font-family:var(--font-h);font-size:2.2rem;font-weight:900;
  letter-spacing:-.04em;color:var(--text);line-height:1;margin-bottom:.5rem;
  position:relative;z-index:1;
}
.qc-val.gold{color:var(--gold)}
.qc-val.teal{color:var(--teal)}
.qc-val.blue{color:var(--blue)}
.qc-val.sky{color:var(--sky)}
.qc-title{
  font-size:.72rem;font-weight:700;text-transform:uppercase;
  letter-spacing:.1em;color:var(--text);margin-bottom:.6rem;
  position:relative;z-index:1;
}
.qc-body{font-size:.8rem;color:var(--text-2);line-height:1.82;position:relative;z-index:1}

/* ── TIMELINE ── */
.tl-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 .5rem;position:relative;z-index:2}
.tl-icon{display:none}
.tl-num{width:52px;height:52px;border-radius:50%;background:var(--white);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-family:var(--font-h);font-weight:700;font-size:1rem;color:var(--muted);margin-bottom:.9rem;transition:all var(--t-s)}
.tl-step.active .tl-num,.tl-step.done .tl-num{background:var(--grad);border-color:transparent;color:var(--white);box-shadow:var(--sh-b-s)}
.tl-step.current .tl-num{border-color:var(--deep);border-width:3px;color:var(--deep);box-shadow:0 0 0 4px var(--bg-2)}

/* ── TRUST STRIP (sans icônes) ── */
.trust-icon{display:none}
.trust-item{display:flex;align-items:center;flex-shrink:0;font-size:.75rem;font-weight:600;color:var(--text-2)}
.trust-item+.trust-item::before{content:'·';margin:0 .85rem;color:var(--border-2);font-weight:400}

/* ── STAT CARDS (sans icônes) ── */
.stat-ico-wrap{display:none}
.stat-card{padding:2rem 1.5rem}

/* ── HERO TRUST (sans icônes) ── */
.hero-trust-icon{display:none}
.hero-trust-item{display:flex;align-items:center;font-size:.76rem;font-weight:600;color:var(--text-2)}
.hero-trust{gap:0;flex-wrap:wrap}
.hero-trust-item+.hero-trust-item::before{content:'·';margin:0 .75rem;color:var(--border-2);font-weight:400}

/* ── FORMATION CARDS (sans icône décoratif) ── */
.fc-ico{display:none}

/* ── TOPBAR QUALIOPI ── */
@keyframes pulse-dot{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.75)}}

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  .footer-grid{grid-template-columns:1fr 1fr;gap:1.8rem}
  .stats-grid{grid-template-columns:1fr 1fr}
  .quality-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:768px){
  /* Topbar : téléphone uniquement, qualiopi masqué */
  .topbar-left .topbar-item:nth-child(2),
  .topbar-left .topbar-item:nth-child(3){display:none}
  .topbar-qualiopi{display:none}
  .topbar .container{justify-content:center}

  /* Nav */
  .nav-links,.nav-cta,.nav-connexion{display:none}
  .nav-burger{display:flex}

  /* Hero */
  .hero{min-height:auto;padding:3rem 0 2.5rem}
  .hero-layout{grid-template-columns:1fr;gap:0}
  .hero-visual{display:none}
  .hero h1{font-size:clamp(1.9rem,7vw,2.6rem)}
  .hero-trust{flex-direction:column;align-items:flex-start;gap:.4rem;padding-top:1.2rem}
  .hero-trust-item+.hero-trust-item::before{display:none}
  .hero-actions{flex-direction:column;align-items:stretch}
  .hero-actions .btn{text-align:center;justify-content:center}

  /* Sections */
  .formations-grid{grid-template-columns:1fr}
  .timeline{grid-template-columns:1fr 1fr;gap:1.5rem}
  .timeline::before,.timeline-progress{display:none}
  .stats-grid{grid-template-columns:1fr 1fr}
  .quality-grid{grid-template-columns:1fr}
  .two-col,.three-col,.four-col{grid-template-columns:1fr}

  /* CTA */
  .cta-band{grid-template-columns:1fr;padding:2rem 1.5rem;gap:1.5rem}
  .cta-btns{flex-direction:column;width:100%}
  .cta-btns .btn{text-align:center;justify-content:center}

  /* Footer */
  .footer-grid{grid-template-columns:1fr 1fr}
  .form-row{grid-template-columns:1fr}

  /* Témoignage */
  .testi-card{grid-template-columns:1fr;padding:1.6rem}
  .testi-avatar{display:none}

  /* Bento/Steps */
  .bento{grid-template-columns:1fr 1fr}
  .bc.span2,.bc.span3,.bc.span4,.bc.span6{grid-column:span 2}
  .steps-grid{grid-template-columns:1fr 1fr}

  /* Trust strip : scroll horizontal */
  .trust-item+.trust-item::before{margin:0 .6rem}

  /* Section eyebrow */
  .section-sub{max-width:100%}

  /* Stat card plus compact */
  .stat-card{padding:1.5rem 1.2rem}
  .stat-val{font-size:2rem}

  /* Qualité grid */
  .qc{padding:1.5rem 1.25rem}
}

@media(max-width:480px){
  /* Topbar : masqué entièrement */
  .topbar{display:none}

  /* Container */
  .container{padding:0 1.1rem}

  /* Sections */
  .section{padding:3rem 0}
  .section-header{margin-bottom:2rem}

  /* Hero */
  .hero{padding:2.5rem 0 2rem}
  .hero h1{font-size:clamp(1.7rem,8vw,2.2rem)}
  .hero-pill-text{font-size:.6rem}

  /* Formations */
  .fc-top,.fc-body{padding-left:1.25rem;padding-right:1.25rem}
  .fc-foot{padding-left:1.25rem;padding-right:1.25rem}

  /* Timeline 1 col */
  .timeline{grid-template-columns:1fr;gap:1.2rem}

  /* Stats 1 col */
  .stats-grid{grid-template-columns:1fr}
  .stat-card{padding:1.25rem 1rem}
  .stat-val{font-size:1.8rem}

  /* CTA */
  .cta-band{padding:1.8rem 1.25rem}
  .cta-band h2{font-size:1.5rem}

  /* Footer */
  .footer-grid{grid-template-columns:1fr}
  .footer-brand p{max-width:100%}

  /* Bento 1 col */
  .bento{grid-template-columns:1fr}
  .bc.span2,.bc.span3,.bc.span4,.bc.span6{grid-column:span 1}
  .steps-grid{grid-template-columns:1fr}

  /* Trust strip */
  .trust-strip .container{gap:0}
  .trust-item+.trust-item::before{margin:0 .5rem}

  /* Cookies */
  .cookie{flex-direction:column;gap:.8rem}
  .cookie-btns{width:100%;justify-content:stretch;display:flex;gap:.5rem}
  .cookie-accept,.cookie-refuse{flex:1;text-align:center}

  /* Qualité */
  .quality-grid{gap:.8rem}
  .qc{padding:1.25rem 1rem}
  .qc-val{font-size:1.8rem}

  /* FAB call */
  .fab-call span{display:none}
  .fab-call{padding:.82rem;border-radius:50%}

  /* Navbar height réduite */
  .navbar .container{height:56px}
  .nav-logo-icon{width:32px;height:32px;font-size:9px}
  .nav-logo-text{font-size:.75rem}
}

/* ── PRINT ── */
@media print{
  .topbar,.navbar,.mobile-nav,.cookie,.fab-call,.back-top,.progress-bar{display:none!important}
  body{background:#fff;color:#000;font-size:11pt}
  .site-footer{background:#fff}
  .footer-brand p,.footer-links a,.footer-copy{color:#000}
  a[href]::after{content:" (" attr(href) ")";font-size:8pt;color:#555}
}
