/* ================================================================
   04-sections.css — Styles spécifiques à chaque section
   ----------------------------------------------------------------
   SOMMAIRE :
      §1  Hero                       → .hero, .hi, .ht, .hs, .hc, .hp
      §2  Hero mockup dashboard      → .hv, .hm, .mt, .mb, .ms, .mbs, .mcs, .mai
      §3  Bandeau logos CMS          → .los, .ll, .lr, .cms-logo
      §4  Problème (3 stats rouges)  → .pg, .pc
      §5  Solution (intro)           → .br
      §6  Modes Autopilote/Copilote  → .mg, .mc, .mi, .mst, .msi
      §7  Comment ça marche (4 étapes) → .sr, .sc, .sn, .stm
      §8  Fonctionnalités (grille 3x3) → .fg, .fc2, .fi, .fv
      §9  Knowledge Base             → .kb, .kbi, .kbt, .kbl, .kbv, .kbsrc, .kbps…
      §10 Avant / Après              → .cc, .co, .cl, .ic2
      §11 Personas                   → .psg, .psc, .pa
      §12 Stats bannière             → .sts, .str, .sti, .stn, .stl
      §13 Témoignages                → .tg, .tc, .ts, .tt, .ta, .tv, .tres
      §14 Tarifs                     → .prg, .prc, .prn, .pra, .prd, .prl, .pran
                                       .prc.custom (plan Agence)
      §15 FAQ                        → .faq, .fql, .fqi, .fqq, .fqa
      §16 CTA final                  → .fcta, .gu
   ================================================================ */


/* ─────────────────────────────────────────────────────────────────
   §1 — HERO (texte gauche + mockup droite)
   ───────────────────────────────────────────────────────────────── */
.hero {
    padding: 90px 0 60px;
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute;
    top: -300px; left: 50%;
    transform: translateX(-50%);
    width: 1000px; height: 1000px;
    background: radial-gradient(circle, var(--ag), transparent 60%);
    pointer-events: none;
}

.hi {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.ht { max-width: 560px; }

.hero h1 {
    font-family: var(--fd);
    font-size: clamp(2.6rem, 5vw, 3.8rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -.04em;
    margin-bottom: 22px;
    animation: fU .6s ease-out .05s both;
}
.hero h1 em {
    font-style: normal;
    color: var(--a);
    font-weight: 800;
}

.hs {
    font-size: 1.08rem;
    line-height: 1.72;
    color: var(--t2);
    margin-bottom: 36px;
    max-width: 480px;
    animation: fU .6s ease-out .12s both;
}

.hc {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 32px;
    animation: fU .6s ease-out .18s both;
}

.hp {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: .8rem;
    color: var(--tm);
    animation: fU .6s ease-out .24s both;
}
.hp .fs { display: flex; }
.hp .fc {
    width: 30px; height: 30px;
    border-radius: 50%;
    background: var(--bg3);
    border: 2px solid var(--bg);
    margin-left: -7px;
    display: flex; align-items: center; justify-content: center;
    font-size: .6rem;
    font-weight: 700;
    color: var(--a);
}
.hp .fc:first-child { margin-left: 0; }


/* ─────────────────────────────────────────────────────────────────
   §2 — HERO MOCKUP (mini dashboard animé)
   ───────────────────────────────────────────────────────────────── */
.hv { animation: fU .8s ease-out .3s both; }
.hm {
    background: var(--bg3);
    border: 1px solid var(--b);
    border-radius: 16px;
    overflow: hidden;
    box-shadow:
        0 40px 100px rgba(0,0,0,.08),
        0 0 0 1px rgba(0,0,0,.025);
}

/* Image hero customisée (si uploadée dans le Customizer) */
.hv-image {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow:
        0 40px 100px rgba(0,0,0,.08),
        0 0 0 1px rgba(0,0,0,.025);
    display: block;
}

/* Chrome façon macOS window */
.mt {
    display: flex; align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: rgba(0,0,0,.015);
    border-bottom: 1px solid var(--b);
}
.md { width: 10px; height: 10px; border-radius: 50%; }
.md.r { background: #FF5F57; }
.md.y { background: #FEBC2E; }
.md.g { background: #28C840; }

.mu {
    flex: 1;
    margin-left: 12px;
    background: rgba(0,0,0,.025);
    border-radius: 6px;
    padding: 5px 12px;
    font-size: .72rem;
    font-family: var(--fm);
    color: var(--tm);
}

.mb {
    padding: 20px;
    min-height: 320px;
    position: relative;
    background: #fff;
}

.ms {
    display: flex; align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}
.mr {
    width: 64px; height: 64px;
    border-radius: 50%;
    border: 4px solid var(--a);
    border-top-color: transparent;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--fm);
    font-size: 1.3rem;
    font-weight: 700;
    animation: fl 4s ease-in-out infinite;
}
.ml { font-size: .7rem; color: var(--tm); }
.ml strong {
    display: block;
    font-size: .85rem;
    color: var(--t);
    margin-bottom: 2px;
}

.mbs {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}
.mbr { display: flex; align-items: center; gap: 10px; }
.mbl {
    font-size: .68rem;
    color: var(--tm);
    width: 100px;
    text-align: right;
    white-space: nowrap;
}
.mbt {
    flex: 1;
    height: 8px;
    background: var(--bg2);
    border-radius: 4px;
    overflow: hidden;
}
.mbf { height: 100%; border-radius: 4px; }
.mbv {
    font-family: var(--fm);
    font-size: .68rem;
    font-weight: 600;
    width: 36px;
}

.mcs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 16px;
}
.mcm {
    background: rgba(0,0,0,.015);
    border: 1px solid var(--b);
    border-radius: 8px;
    padding: 10px;
    font-size: .65rem;
}
.mcm .v {
    font-family: var(--fm);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 2px;
}
.mcm .l { color: var(--tm); }
.mcm .u { font-size: .62rem; font-weight: 600; color: var(--g); }

.mai {
    position: absolute;
    bottom: 16px; right: 16px;
    padding: 6px 12px;
    background: var(--vd);
    border: 1px solid rgba(124,58,237,.12);
    border-radius: var(--Rf);
    font-size: .68rem;
    font-weight: 600;
    color: var(--v);
    display: flex; align-items: center; gap: 5px;
    animation: fl 3s ease-in-out infinite;
}


/* ─────────────────────────────────────────────────────────────────
   §3 — BANDEAU LOGOS CMS
   ───────────────────────────────────────────────────────────────── */
.los {
    padding: 48px 0;
    border-top: 1px solid var(--b);
    border-bottom: 1px solid var(--b);
    background: #fff;
}
.ll {
    text-align: center;
    font-size: .7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .13em;
    color: var(--tm);
    margin-bottom: 28px;
}
.lr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* Chaque logo CMS (SVG)
   Les SVG fournis sont noirs → ils s'affichent directement sur fond clair.
   Opacity + grayscale pour une apparence discrète, couleur pleine au survol. */
.cms-logo {
    height: 28px;
    width: auto;
    max-width: 140px;
    opacity: .42;
    filter: grayscale(100%);
    transition: opacity .25s ease, filter .25s ease, transform .25s ease;
}
.cms-logo:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: translateY(-2px);
}


/* ─────────────────────────────────────────────────────────────────
   §4 — PROBLÈME (3 cartes rouges)
   ───────────────────────────────────────────────────────────────── */
.pg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.pc {
    background: #fff;
    border: 1px solid rgba(220,38,38,.1);
    border-radius: var(--R);
    padding: 32px;
    transition: all .3s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,.03);
}
.pc:hover {
    border-color: rgba(220,38,38,.15);
    transform: translateY(-3px);
}
.pc .st {
    font-family: var(--fm);
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--r);
    line-height: 1;
    margin-bottom: 10px;
}
.pc h3 {
    font-size: .98rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.pc p {
    font-size: .84rem;
    line-height: 1.6;
    color: var(--t2);
}


/* ─────────────────────────────────────────────────────────────────
   §5 — SOLUTION (bloc intro centré avec glow)
   ───────────────────────────────────────────────────────────────── */
.br {
    padding: 80px 0;
    text-align: center;
    position: relative;
}
.br::before {
    content: '';
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 500px; height: 500px;
    background: radial-gradient(circle, var(--ag), transparent 60%);
    pointer-events: none;
}
.br h2 {
    max-width: 700px;
    margin: 0 auto 20px;
    position: relative;
}
.br > p {
    font-size: 1.06rem;
    color: var(--t2);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
    position: relative;
}


/* ─────────────────────────────────────────────────────────────────
   §6 — MODES Autopilote / Copilote (2 cartes)
   ───────────────────────────────────────────────────────────────── */
.mg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.mc {
    border-radius: var(--R);
    padding: 40px;
    border: 1px solid var(--b);
    overflow: hidden;
    transition: all .35s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,.03);
}
.mc:hover { border-color: var(--bh); }

.mc.ap { background: linear-gradient(135deg, rgba(79,70,229,.03), #fff); }
.mc.cp { background: linear-gradient(135deg, rgba(124,58,237,.03), #fff); }

.mc .mi {
    width: 48px; height: 48px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.mc.ap .mi { background: var(--ad); }
.mc.cp .mi { background: var(--vd); }

.mc h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.mc .ms2 {
    font-size: .78rem;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
}
.mc.ap .ms2 { color: var(--a); }
.mc.cp .ms2 { color: var(--v); }

.mc > p {
    font-size: .88rem;
    color: var(--t2);
    line-height: 1.65;
    margin-bottom: 20px;
}
.mst {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.msi {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: .82rem;
    color: var(--t2);
}
.msi .n {
    width: 22px; height: 22px;
    border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
    font-size: .65rem;
    font-weight: 700;
    flex-shrink: 0;
}
.mc.ap .msi .n { background: var(--ad); color: var(--a); }
.mc.cp .msi .n { background: var(--vd); color: var(--v); }


/* ─────────────────────────────────────────────────────────────────
   §7 — "EN PRATIQUE" (4 étapes en rangée)
   ───────────────────────────────────────────────────────────────── */
.sr {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
}
.sc {
    background: #fff;
    border: 1px solid var(--b);
    padding: 32px 24px;
    transition: all .3s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,.03);
}
.sc:first-child { border-radius: var(--R) 0 0 var(--R); }
.sc:last-child  { border-radius: 0 var(--R) var(--R) 0; }
.sc:hover {
    background: rgba(79,70,229,.03);
    border-color: rgba(79,70,229,.1);
    box-shadow: 0 4px 12px rgba(0,0,0,.05);
}
.sn {
    font-family: var(--fm);
    font-size: .65rem;
    font-weight: 700;
    color: var(--a);
    margin-bottom: 14px;
    letter-spacing: .1em;
}
.sc .ic {
    font-size: 1.8rem;
    margin-bottom: 14px;
    display: block;
}
.sc h3 {
    font-size: .95rem;
    font-weight: 700;
    margin-bottom: 7px;
}
.sc p {
    font-size: .8rem;
    line-height: 1.6;
    color: var(--tm);
}
.stm {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: .7rem;
    font-weight: 700;
    color: var(--g);
    background: var(--gd);
    padding: 3px 10px;
    border-radius: var(--Rf);
}


/* ─────────────────────────────────────────────────────────────────
   §8 — FONCTIONNALITÉS (bento grid 3 colonnes)
   ───────────────────────────────────────────────────────────────── */
.fg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.fc2 {
    background: #fff;
    border: 1px solid var(--b);
    border-radius: var(--R);
    padding: 32px;
    transition: all .35s cubic-bezier(.22,1,.36,1);
    box-shadow: 0 1px 3px rgba(0,0,0,.03);
}
.fc2:hover {
    border-color: var(--bh);
    transform: translateY(-3px);
    box-shadow: 0 4px 16px rgba(0,0,0,.06);
}
/* Carte "hero feature" (2×2) */
.fc2.hf {
    grid-column: span 2;
    grid-row: span 2;
    background: linear-gradient(135deg, rgba(79,70,229,.03), #fff);
    border-color: rgba(79,70,229,.1);
}

.fi {
    width: 44px; height: 44px;
    border-radius: 11px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 18px;
}
.fi.y { background: var(--ad); }
.fi.b { background: var(--bld); }
.fi.g { background: var(--gd); }
.fi.v { background: var(--vd); }
.fi.r { background: var(--rd); }
.fi.o { background: var(--od); }

.fc2 h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.fc2 p {
    font-size: .85rem;
    line-height: 1.6;
    color: var(--t2);
}

/* Placeholder visuel (ou image uploadée) */
.fv {
    margin-top: 20px;
    background: var(--bg2);
    border: 1px solid var(--b);
    border-radius: 10px;
    padding: 20px;
    min-height: 160px;
    display: flex; align-items: center; justify-content: center;
    font-size: .78rem;
    color: var(--tm);
    text-align: center;
    overflow: hidden;
}
.fv strong {
    color: var(--t);
    display: block;
    margin-bottom: 6px;
}
/* Image uploadée dans le Customizer → remplace le placeholder texte */
.fv img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}


/* ─────────────────────────────────────────────────────────────────
   §9 — KNOWLEDGE BASE (look premium avec gradient)
   ───────────────────────────────────────────────────────────────── */
.kb {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.kb::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at top right,   var(--od), transparent 60%),
        radial-gradient(ellipse at bottom left, var(--ag), transparent 60%);
    pointer-events: none;
    opacity: .5;
}
.kbi {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.kbt .stg .dt { background: var(--o); }
.kbt h2 { margin-bottom: 20px; }
.kbt > p {
    font-size: 1.02rem;
    color: var(--t2);
    line-height: 1.72;
    margin-bottom: 28px;
    max-width: 520px;
}

.kbl {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
}
.kbli {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.kbli .kbc {
    width: 24px; height: 24px;
    border-radius: 6px;
    background: var(--od);
    color: var(--o);
    display: flex; align-items: center; justify-content: center;
    font-size: .75rem;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}
.kbli span {
    font-size: .92rem;
    color: var(--t);
    line-height: 1.55;
}
.kbli span strong { font-weight: 700; }

.kbb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: var(--od);
    border: 1px solid rgba(217,119,6,.15);
    border-radius: var(--Rf);
    font-size: .76rem;
    font-weight: 600;
    color: var(--o);
}
.kbb .kbd {
    width: 8px; height: 8px;
    background: var(--o);
    border-radius: 50%;
    animation: pu 2s ease-in-out infinite;
}

/* Mockup de scan (à droite) */
.kbv {
    background: #fff;
    border: 1px solid var(--b);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 8px 32px rgba(0,0,0,.06);
}
.kbvh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--b);
}
.kbvh strong {
    font-size: .88rem;
    color: var(--t);
    display: block;
    margin-bottom: 2px;
}
.kbvh span {
    font-size: .72rem;
    color: var(--tm);
}
.kbvs {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    background: var(--gd);
    border-radius: var(--Rf);
    font-size: .7rem;
    font-weight: 700;
    color: var(--g);
}
.kbvs .kbsd {
    width: 6px; height: 6px;
    background: var(--g);
    border-radius: 50%;
    animation: sc 1.5s ease-in-out infinite;
}

.kbsrc {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}
.kbsi {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: rgba(0,0,0,.015);
    border: 1px solid var(--b);
    border-radius: 8px;
}
.kbsi .ic3 { font-size: 1rem; }
.kbsi .src {
    flex: 1;
    font-size: .78rem;
    color: var(--t2);
}
.kbsi .src b { color: var(--t); font-weight: 600; }
.kbsi .cnt {
    font-family: var(--fm);
    font-size: .68rem;
    color: var(--a);
    font-weight: 700;
}

.kbps {
    background: rgba(79,70,229,.04);
    border: 1px solid rgba(79,70,229,.07);
    border-radius: 8px;
    padding: 12px;
}
.kbps .kbph {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}
.kbps .kbph span {
    font-size: .68rem;
    font-weight: 700;
    color: var(--a);
    text-transform: uppercase;
    letter-spacing: .08em;
}
.kbps p {
    font-size: .76rem;
    color: var(--t2);
    line-height: 1.5;
    margin: 0;
}


/* ─────────────────────────────────────────────────────────────────
   §10 — AVANT / APRÈS (2 colonnes opposées)
   ───────────────────────────────────────────────────────────────── */
.cc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-width: 780px;
    margin: 0 auto;
}
.co {
    border-radius: var(--R);
    padding: 36px;
}
.co.od {
    background: #fff;
    border: 1px solid rgba(220,38,38,.12);
    box-shadow: 0 1px 3px rgba(0,0,0,.03);
}
.co.nw {
    background: #fff;
    border: 1px solid rgba(79,70,229,.12);
    box-shadow: 0 1px 3px rgba(0,0,0,.03);
}
.co h3 {
    font-size: .76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 24px;
}
.co.od h3 { color: var(--r); }
.co.nw h3 { color: var(--a); }

.cl {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.cl li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: .86rem;
    line-height: 1.45;
    color: var(--t2);
}
.co.od .ic2 { color: var(--r); }
.co.nw .ic2 { color: var(--a); }
.ic2 { flex-shrink: 0; margin-top: 2px; }


/* ─────────────────────────────────────────────────────────────────
   §11 — PERSONAS (3 cartes)
   ───────────────────────────────────────────────────────────────── */
.psg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.psc {
    background: #fff;
    border: 1px solid var(--b);
    border-radius: var(--R);
    padding: 32px;
    transition: all .3s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,.03);
}
.psc:hover {
    border-color: var(--bh);
    transform: translateY(-3px);
}
.pa {
    width: 52px; height: 52px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 16px;
}
.psc:nth-child(1) .pa { background: var(--ad); }
.psc:nth-child(2) .pa { background: var(--bld); }
.psc:nth-child(3) .pa { background: var(--vd); }

.psc h3 {
    font-size: 1.02rem;
    font-weight: 700;
    margin-bottom: 4px;
}
.psc .rl {
    font-size: .78rem;
    color: var(--tm);
    margin-bottom: 14px;
    display: block;
}
.psc blockquote {
    font-style: italic;
    font-size: .88rem;
    color: var(--t2);
    line-height: 1.6;
    margin-bottom: 16px;
    padding-left: 14px;
    border-left: 2px solid var(--b);
}
.psc .us {
    font-size: .78rem;
    font-weight: 600;
}


/* ─────────────────────────────────────────────────────────────────
   §12 — STATS BANNIÈRE (4 chiffres)
   ───────────────────────────────────────────────────────────────── */
.sts {
    padding: 72px 0;
    border-top: 1px solid var(--b);
    border-bottom: 1px solid var(--b);
    background: #fff;
}
.str {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
}
.sti {
    text-align: center;
    padding: 28px;
}
.stn {
    font-family: var(--fm);
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--a);
    line-height: 1;
    margin-bottom: 6px;
}
.stl {
    font-size: .78rem;
    color: var(--tm);
    line-height: 1.35;
}


/* ─────────────────────────────────────────────────────────────────
   §13 — TÉMOIGNAGES (3 cartes)
   ───────────────────────────────────────────────────────────────── */
.tg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.tc {
    background: #fff;
    border: 1px solid var(--b);
    border-radius: var(--R);
    padding: 28px;
    display: flex;
    flex-direction: column;
    transition: all .3s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,.03);
}
.tc:hover { border-color: var(--bh); }

.ts {
    color: var(--a);
    font-size: .85rem;
    letter-spacing: 2px;
    margin-bottom: 14px;
}
.tt {
    font-size: .92rem;
    line-height: 1.6;
    color: var(--t2);
    flex: 1;
    margin-bottom: 20px;
    font-style: italic;
}
.ta {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tv {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: var(--ad);
    display: flex; align-items: center; justify-content: center;
    font-weight: 700;
    font-size: .75rem;
    color: var(--a);
}
.tn { font-size: .82rem; font-weight: 700; }
.tr2 { font-size: .72rem; color: var(--tm); }

.tres {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--b);
    font-size: .76rem;
    font-weight: 700;
    color: var(--g);
}


/* ─────────────────────────────────────────────────────────────────
   §14 — TARIFS (4 plans — Starter / Pro / Scale / Agence)
   ───────────────────────────────────────────────────────────────── */
.prg {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 1180px;
    margin: 0 auto;
}

.prc {
    background: #fff;
    border: 1px solid var(--b);
    border-radius: var(--R);
    padding: 34px 24px;
    display: flex;
    flex-direction: column;
    transition: all .3s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,.03);
}
.prc:hover {
    transform: translateY(-4px);
    border-color: rgba(79,70,229,.1);
}

/* Plan populaire (Pro) */
.prc.pp {
    background: linear-gradient(170deg, rgba(79,70,229,.04), #fff);
    border-color: rgba(79,70,229,.15);
    position: relative;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.prc.pp::before {
    content: 'PLUS POPULAIRE';
    position: absolute;
    top: -12px; left: 50%;
    transform: translateX(-50%);
    background: var(--a);
    color: #fff;
    font-size: .6rem;
    font-weight: 800;
    letter-spacing: .1em;
    padding: 4px 14px;
    border-radius: var(--Rf);
}

/* Plan sur-mesure (Agence) */
.prc.custom {
    background: linear-gradient(145deg, rgba(124,58,237,.04), #fff);
    border-color: rgba(124,58,237,.15);
    position: relative;
}
.prc.custom::before {
    content: 'SUR-MESURE';
    position: absolute;
    top: -12px; left: 50%;
    transform: translateX(-50%);
    background: var(--v);
    color: #fff;
    font-size: .6rem;
    font-weight: 800;
    letter-spacing: .1em;
    padding: 4px 14px;
    border-radius: var(--Rf);
}
.prc.custom:hover { border-color: rgba(124,58,237,.3); }

/* Nom du plan (label petit, gris) */
.prn {
    font-size: .76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--tm);
    margin-bottom: 14px;
}

/* Prix barré public */
.prp { margin-bottom: 2px; }
.prb {
    font-size: .9rem;
    color: var(--tm);
    text-decoration: line-through;
    font-weight: 400;
    font-family: var(--fm);
}

/* Prix Early Access */
.pra {
    font-family: var(--fm);
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
}
.pra span {
    font-size: .9rem;
    font-weight: 400;
    color: var(--tm);
}

/* Prix "Sur devis" (plan Agence) */
.prc.custom .pra {
    font-family: var(--fd);
    font-size: 1.8rem;
    color: var(--v);
    font-weight: 700;
}
.prc.custom .pra-note {
    font-size: .76rem;
    color: var(--tm);
    margin-bottom: 4px;
    display: block;
}

/* Description */
.prd {
    font-size: .8rem;
    color: var(--tm);
    margin-bottom: 24px;
    line-height: 1.45;
}

/* Liste des fonctionnalités */
.prl {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
    flex: 1;
}
.prl li {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    font-size: .82rem;
    color: var(--t2);
    line-height: 1.35;
}
.prl .ck {
    color: var(--a);
    flex-shrink: 0;
}
.prc.custom .prl .ck { color: var(--v); }

/* CTA du bouton tarif (pleine largeur dans la carte) */
.prc .btn { justify-content: center; }

/* Footnote sous la grille */
.pran {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 14px;
    font-size: .72rem;
    color: var(--tm);
    font-weight: 500;
}


/* ─────────────────────────────────────────────────────────────────
   §15 — FAQ (accordéon)
   ───────────────────────────────────────────────────────────────── */
.faq {
    border-top: 1px solid var(--b);
}
.fql {
    max-width: 680px;
    margin: 0 auto;
}
.fqi {
    border-bottom: 1px solid var(--b);
}
.fqq {
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: .96rem;
    font-weight: 600;
    color: var(--t);
    transition: color .2s;
}
.fqq:hover { color: var(--a); }
.fqq .tl {
    font-size: 1.3rem;
    color: var(--tm);
    font-weight: 300;
}
.fqa {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}
.fqa.op { max-height: 600px; }
.fqa p {
    padding-bottom: 22px;
    font-size: .88rem;
    line-height: 1.7;
    color: var(--tm);
}


/* ─────────────────────────────────────────────────────────────────
   §16 — CTA FINAL
   ───────────────────────────────────────────────────────────────── */
.fcta {
    padding: 120px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.fcta::before {
    content: '';
    position: absolute;
    bottom: -100px; left: 50%;
    transform: translateX(-50%);
    width: 800px; height: 500px;
    background: radial-gradient(ellipse, var(--ag), transparent 60%);
    pointer-events: none;
}
.fcta h2 {
    margin-bottom: 20px;
    max-width: 660px;
    margin-left: auto; margin-right: auto;
    position: relative;
}
.fcta p {
    font-size: 1.05rem;
    color: var(--t2);
    margin-bottom: 36px;
    max-width: 480px;
    margin-left: auto; margin-right: auto;
    line-height: 1.6;
    position: relative;
}
.gu {
    margin-top: 20px;
    font-size: .78rem;
    color: var(--tm);
    position: relative;
}


/* ═══════════════════════════════════════════════════════════════════
   §17  PAGE CONTACT          → .contact-page et dérivés
   ═══════════════════════════════════════════════════════════════════ */

.contact-page {
    padding-top: 40px;
    padding-bottom: 80px;
}

/* ─── Hero ─── */
.contact-hero {
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}
.contact-hero::before {
    content: '';
    position: absolute;
    top: -200px; left: 50%;
    transform: translateX(-50%);
    width: 900px; height: 600px;
    background: radial-gradient(ellipse, var(--ag), transparent 60%);
    pointer-events: none;
    z-index: 0;
}
.contact-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}
.contact-hero-inner .stg {
    justify-content: center;
    display: inline-flex;
    margin-bottom: 22px;
}
.contact-hero-inner h1 {
    font-family: var(--fd);
    font-size: clamp(2.4rem, 4.8vw, 3.6rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -.04em;
    margin-bottom: 20px;
}
.contact-hero-sub {
    font-size: 1.08rem;
    line-height: 1.7;
    color: var(--t2);
    max-width: 600px;
    margin: 0 auto;
}

/* ─── Grille principale : infos (40%) + formulaire (60%) ─── */
.contact-main {
    padding: 40px 0 80px;
}
.contact-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 32px;
    align-items: start;
}

/* ─── Cartes d'infos (colonne gauche) ─── */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.cinfo-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    background: #fff;
    border: 1px solid var(--b);
    border-radius: var(--R);
    text-decoration: none;
    color: var(--t);
    transition: all .3s cubic-bezier(.22,1,.36,1);
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,.03);
}
.cinfo-card:not(.cinfo-card-static):hover {
    border-color: rgba(79,70,229,.2);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}
.cinfo-card:not(.cinfo-card-static):hover .cinfo-arrow {
    opacity: 1;
    transform: translateX(4px);
}

.cinfo-icon {
    width: 44px; height: 44px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.cinfo-icon-email   { background: var(--ad);  color: var(--a); }
.cinfo-icon-phone   { background: var(--bld); color: var(--bl); }
.cinfo-icon-address { background: var(--vd);  color: var(--v); }

.cinfo-body { flex: 1; min-width: 0; }
.cinfo-label {
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--tm);
    margin-bottom: 4px;
}
.cinfo-value {
    font-size: .98rem;
    font-weight: 600;
    color: var(--t);
    line-height: 1.4;
    word-break: break-word;
}
.cinfo-note {
    font-size: .78rem;
    color: var(--t2);
    margin-top: 6px;
    line-height: 1.45;
}
.cinfo-arrow {
    font-size: 1.15rem;
    color: var(--a);
    opacity: 0;
    align-self: center;
    transition: all .3s ease;
}

/* Réseaux sociaux */
.cinfo-social {
    padding: 18px 24px;
    background: #fff;
    border: 1px solid var(--b);
    border-radius: var(--R);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,.03);
}
.cinfo-social-label {
    font-size: .78rem;
    font-weight: 600;
    color: var(--t2);
}
.cinfo-social-links {
    display: flex;
    gap: 8px;
}
.cinfo-social-btn {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: var(--bg2);
    border: 1px solid var(--b);
    color: var(--t2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease;
    text-decoration: none;
}
.cinfo-social-btn:hover {
    background: var(--a);
    color: #fff;
    border-color: var(--a);
    transform: translateY(-2px);
}

/* ─── Formulaire (colonne droite) ─── */
.contact-form-wrap {
    position: relative;
}
.contact-form-card {
    background: #fff;
    border: 1px solid var(--b);
    border-radius: 18px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.04);
}
.contact-form-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--a), transparent);
    opacity: .4;
}
.contact-form-head {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--b);
}
.contact-form-head h2 {
    font-family: var(--fd);
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -.02em;
    margin-bottom: 8px;
}
.contact-form-head p {
    font-size: .92rem;
    color: var(--t2);
    line-height: 1.55;
    margin: 0;
}

/* Le formulaire réutilise les classes .ff .frow déjà stylées dans 03-components.css.
   On ajoute juste quelques ajustements pour le contexte page (vs modale) : */
.contact-form .ff { margin-bottom: 18px; }
.contact-form .frow { margin-bottom: 0; }
.contact-form .frow .ff { margin-bottom: 18px; }

.contact-form textarea {
    min-height: 120px;
    line-height: 1.55;
    font-family: var(--fb);
}

.contact-topic-select {
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1l5 5 5-5' stroke='%239B9B93' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    appearance: none;
    -webkit-appearance: none;
}

.contact-submit {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
    font-size: 1rem;
    padding: 16px 32px;
}
.contact-submit:disabled {
    cursor: wait;
}

.contact-form .fft {
    text-align: center;
    margin-top: 14px;
    font-size: .76rem;
    color: var(--tm);
}

/* ─── FAQ rapide en bas de page ─── */
.contact-faq {
    padding: 80px 0 40px;
    border-top: 1px solid var(--b);
    margin-top: 40px;
}
.contact-faq h2 {
    text-align: center;
    font-family: var(--fd);
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    letter-spacing: -.02em;
    margin-bottom: 40px;
}
.contact-faq .fql {
    max-width: 680px;
    margin: 0 auto;
}


/* ═══════════════════════════════════════════════════════════════════
   §18  MODULES (11 modules groupés en 4 clusters)
   ═══════════════════════════════════════════════════════════════════
   Utilisé uniquement dans la section Fonctionnalités (features.php).
   Hiérarchie visuelle :
     .mod-cluster       → bloc d'un cluster (A/B/C/D)
     .mod-cluster-head  → en-tête avec numéro + titre du cluster
     .mod-grid          → grille des modules dans le cluster
     .mod-card          → carte d'un module individuel
     .mod-highlight     → carte de module mise en avant (Signature / Différenciateur)
     .mod-enterprise    → carte plan Enterprise uniquement
*/

.mod-cluster {
    margin-bottom: 72px;
}
.mod-cluster:last-child { margin-bottom: 0; }

.mod-cluster-head {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--b);
}
.mod-cluster-num {
    width: 52px; height: 52px;
    border-radius: 14px;
    background: var(--bg2);
    border: 1px solid var(--b);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--fd);
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--t);
    flex-shrink: 0;
    letter-spacing: -.02em;
}
.mod-cluster-num-hl {
    background: var(--a);
    color: #fff;
    border-color: var(--a);
    box-shadow: 0 4px 16px rgba(79,70,229,.25);
}
.mod-cluster-eyebrow {
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--tm);
    margin-bottom: 6px;
}
.mod-cluster-title {
    font-family: var(--fd);
    font-size: clamp(1.35rem, 2.4vw, 1.8rem);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -.02em;
    color: var(--t);
    margin: 0;
}
.mod-cluster-title em {
    font-style: normal;
    color: var(--a);
    font-weight: 800;
}

/* ─── Cluster C : mis en avant (différenciateur) ─── */
.mod-cluster-featured {
    padding: 32px;
    background: linear-gradient(160deg, rgba(79,70,229,.035), rgba(79,70,229,.01) 40%);
    border: 1px solid rgba(79,70,229,.1);
    border-radius: 20px;
}
.mod-cluster-featured .mod-cluster-head {
    border-bottom-color: rgba(79,70,229,.15);
}

/* ─── Grille des modules ─── */
.mod-grid {
    display: grid;
    gap: 16px;
}
.mod-grid-2 { grid-template-columns: repeat(2, 1fr); }
.mod-grid-3 { grid-template-columns: repeat(3, 1fr); }

/* Carte "wide" qui prend 2 colonnes dans une grille 3-col */
.mod-grid-3 .mod-card-wide { grid-column: span 2; }

/* ─── Carte d'un module ─── */
.mod-card {
    background: #fff;
    border: 1px solid var(--b);
    border-radius: var(--R);
    padding: 28px 26px;
    transition: all .35s cubic-bezier(.22,1,.36,1);
    box-shadow: 0 1px 3px rgba(0,0,0,.03);
    display: flex;
    flex-direction: column;
}
.mod-card:hover {
    border-color: var(--bh);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

/* Carte signature / différenciateur */
.mod-card.mod-highlight {
    background: linear-gradient(170deg, rgba(79,70,229,.04), #fff 60%);
    border-color: rgba(79,70,229,.15);
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.mod-card.mod-highlight:hover {
    border-color: rgba(79,70,229,.3);
    box-shadow: 0 12px 32px rgba(0,0,0,.08);
}

/* Carte Enterprise */
.mod-card.mod-enterprise {
    background: linear-gradient(170deg, rgba(5,150,105,.04), #fff 60%);
    border-color: rgba(5,150,105,.15);
}
.mod-card.mod-enterprise:hover {
    border-color: rgba(5,150,105,.28);
}

/* ─── En-tête de carte (icône + tag) ─── */
.mod-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}
.mod-head .fi {
    margin-bottom: 0;
}
.mod-tag {
    font-family: var(--fm);
    font-size: .62rem;
    font-weight: 700;
    color: var(--tm);
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 3px 8px;
    background: var(--bg2);
    border-radius: var(--Rf);
    white-space: nowrap;
}
.mod-tag-hl {
    color: var(--a);
    background: var(--ad);
}
.mod-tag-ent {
    color: var(--g);
    background: var(--gd);
}

/* ─── Titre &amp; lead de carte ─── */
.mod-card h4 {
    font-family: var(--fd);
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -.01em;
    margin-bottom: 8px;
    color: var(--t);
}
.mod-card .mod-lead {
    font-size: .84rem;
    color: var(--t2);
    line-height: 1.55;
    margin-bottom: 18px;
    font-weight: 500;
}

/* ─── Liste de bullets ─── */
.mod-bullets {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    flex: 1;
}
.mod-bullets li {
    font-size: .82rem;
    color: var(--t2);
    line-height: 1.5;
    padding-left: 18px;
    position: relative;
}
.mod-bullets li::before {
    content: '';
    position: absolute;
    left: 0; top: .55em;
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--a);
    opacity: .45;
}
.mod-bullets li strong {
    color: var(--t);
    font-weight: 700;
}
.mod-card.mod-highlight .mod-bullets li::before { background: var(--a); opacity: .7; }
.mod-card.mod-enterprise .mod-bullets li::before { background: var(--g); opacity: .7; }

/* ─── Image / placeholder intégré (carte AEO) ─── */
.mod-card .fv {
    margin-top: 20px;
}


/* ═══════════════════════════════════════════════════════════════════
   §19  MATRICE DE COMPARAISON DES PLANS
   ═══════════════════════════════════════════════════════════════════
   Tableau horizontal qui mappe modules × plans.
   Responsive : passe en scroll horizontal en dessous de 900px.
*/

.mtx-wrap {
    background: #fff;
    border: 1px solid var(--b);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.04);
}

/* Scroll horizontal sur mobile */
@media (max-width: 900px) {
    .mtx-wrap { overflow-x: auto; }
}

.mtx {
    width: 100%;
    border-collapse: collapse;
    min-width: 640px;
}

/* ─── En-tête ─── */
.mtx thead th {
    background: var(--bg2);
    padding: 22px 18px;
    text-align: center;
    font-family: var(--fb);
    font-weight: 700;
    font-size: .88rem;
    color: var(--t);
    border-bottom: 1px solid var(--b);
    position: relative;
    vertical-align: top;
}
.mtx-feature-col {
    text-align: left !important;
    min-width: 240px;
    background: #fff !important;
}
.mtx-plan-col.mtx-pop {
    background: linear-gradient(180deg, rgba(79,70,229,.08), var(--bg2));
    border-left: 1px solid rgba(79,70,229,.15);
    border-right: 1px solid rgba(79,70,229,.15);
}
.mtx-plan-col.mtx-custom {
    background: linear-gradient(180deg, rgba(124,58,237,.06), var(--bg2));
}

.mtx-plan-name {
    font-family: var(--fd);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -.02em;
    color: var(--t);
    margin-bottom: 4px;
}
.mtx-plan-price {
    font-family: var(--fm);
    font-size: .75rem;
    color: var(--tm);
    font-weight: 500;
}
.mtx-plan-badge {
    display: inline-block;
    margin-top: 8px;
    padding: 2px 10px;
    background: var(--a);
    color: #fff;
    font-size: .6rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-radius: var(--Rf);
}

/* ─── Ligne de catégorie (Volumes, Modules, Support) ─── */
.mtx-category-row td {
    background: var(--bg2);
    padding: 10px 18px;
    font-family: var(--fm);
    font-size: .66rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--tm);
    border-top: 1px solid var(--b);
    border-bottom: 1px solid var(--b);
}

/* ─── Lignes de données ─── */
.mtx tbody tr:not(.mtx-category-row):not(.mtx-cta-row) {
    transition: background .15s;
}
.mtx tbody tr:not(.mtx-category-row):not(.mtx-cta-row):hover {
    background: rgba(79,70,229,.02);
}

.mtx td {
    padding: 14px 18px;
    font-size: .86rem;
    color: var(--t2);
    border-bottom: 1px solid var(--b);
    vertical-align: middle;
}
.mtx td.mtx-feature-col {
    color: var(--t);
    font-weight: 500;
}
.mtx-cell {
    text-align: center;
    font-family: var(--fm);
    font-size: .82rem;
}
.mtx-plan-col.mtx-pop ~ td,
.mtx tbody tr td:nth-of-type(3).mtx-cell {
    /* Fond subtil sur la colonne populaire (Pro est 3e colonne) */
}
.mtx tbody tr td:nth-of-type(3) {
    background: rgba(79,70,229,.015);
    border-left: 1px solid rgba(79,70,229,.08);
    border-right: 1px solid rgba(79,70,229,.08);
}

/* ─── Icônes de cellule ─── */
.mtx-full {
    color: var(--a);
    font-weight: 800;
    font-size: 1.1rem;
}
.mtx-lite {
    color: var(--o);
    font-size: 1rem;
}
.mtx-none {
    color: var(--tm);
    opacity: .5;
}
.mtx-val {
    color: var(--t);
    font-weight: 600;
    font-family: var(--fb);
}

/* ─── Ligne CTA finale ─── */
.mtx-cta-row td {
    background: var(--bg2);
    padding: 20px 18px;
    border-bottom: none;
}
.mtx-cta-row .btn {
    padding: 10px 20px;
    font-size: .8rem;
    width: 100%;
    justify-content: center;
}

/* ─── Légende sous le tableau ─── */
.mtx-legend {
    display: flex;
    justify-content: center;
    gap: 24px;
    padding: 16px;
    background: var(--bg2);
    border-top: 1px solid var(--b);
    font-size: .78rem;
    color: var(--tm);
    flex-wrap: wrap;
}
.mtx-legend span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.mtx-legend .mtx-full,
.mtx-legend .mtx-lite,
.mtx-legend .mtx-none {
    font-size: .95rem;
}
