/* ============================================================
   Qlovis Plugins — feuille de style commune
   Charte qlovis.fr : dark #16161A, lime #CCFF00, violet #7440E3
   Typo et boutons alignés sur le reste de qlovis.fr (Archivo/Instrument
   Sans, boutons pilule plats) plutôt que sur ceux du sous-domaine
   d'origine (Sora, boutons à ombre dure) — demande explicite de Julie.
   ============================================================ */

.qv-plugins-theme{
  --bg:#16161A;
  --surface:#1E1E24;
  --surface-2:#26262E;
  --text:#FFFFFF;
  --text-mute:#A6A6B2;
  --text-faint:#74747F;
  --border:rgba(255,255,255,.09);
  --border-2:rgba(255,255,255,.17);
  --accent:#CCFF00;
  --accent-tint:rgba(204,255,0,.14);
  --accent-ring:rgba(204,255,0,.22);

  --lime:#CCFF00;
  --violet:#7440E3;
  --good:#3DDC97;
  --warn:#FF9F45;
  --danger:#FF5470;

  --btn-shadow:4px 5px 0 0 rgba(0,0,0,.5);
  --btn-shadow-hover:6px 8px 0 0 rgba(0,0,0,.5);

  --maxw:1600px;
  --font-display:'Archivo',sans-serif;
  --font-body:'Instrument Sans',sans-serif;
}

.qv-plugins-theme *{box-sizing:border-box}


body.qv-plugins-theme{
  margin:0;background:var(--bg) !important;color:var(--text) !important;
  font-family:var(--font-body);font-size:17px;line-height:1.62;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden;
}
.qv-plugins-theme h1, .qv-plugins-theme h2, .qv-plugins-theme h3, .qv-plugins-theme h4{font-family:var(--font-display);font-weight:700;line-height:1.09;letter-spacing:-.02em;text-wrap:balance;margin:0}
.qv-plugins-theme p{margin:0}
.qv-plugins-theme a{color:inherit;text-decoration:none}
.qv-plugins-theme img, .qv-plugins-theme svg{max-width:100%}
.qv-plugins-theme .wrap{width:100%;max-width:none;margin:0 auto;padding:0 max(10px + clamp(22px, 4vw, 64px), -800px + 50vw)}
.qv-plugins-theme .muted{color:var(--text-mute)}
.qv-plugins-theme .section{padding:80px 0}
.qv-plugins-theme .section-head{max-width:700px;margin-bottom:52px;display:flex;flex-direction:column;gap:18px;align-items:flex-start}
.qv-plugins-theme h2{text-transform:uppercase;line-height:0.96;letter-spacing:-0.04em}
.qv-plugins-theme .section-head h2{font-size:clamp(30px,4.4vw,46px)}
.qv-plugins-theme .section-head p{font-size:19px;color:var(--text-mute)}

/* Surtitres retirés (demande Julie) : plus de "Le problème", "Ce qu'il
   fait pour vous", etc. au-dessus des titres de section. */
.qv-plugins-theme .eyebrow{display:none}

/* Boutons — même style pilule plate que le reste de qlovis.fr (pas d'ombre dure) */
.qv-plugins-theme .btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  font-family:var(--font-body);font-weight:600;font-size:16px;
  padding:16px 26px;border-radius:100px;border:1px solid transparent;cursor:pointer;
  text-decoration:none;transition:opacity .15s ease, background-color .15s ease;white-space:nowrap;
}
.qv-plugins-theme .btn:focus-visible{outline:3px solid var(--violet);outline-offset:3px}
.qv-plugins-theme .btn-primary{background:var(--lime);color:#16161A}
.qv-plugins-theme .btn-primary:hover{opacity:.88}
.qv-plugins-theme .btn-ghost{background:var(--surface-2);color:var(--text);border-color:var(--border-2)}
.qv-plugins-theme .btn-ghost:hover{background-color:#31313b}
.qv-plugins-theme .btn-lg{padding:17px 30px;font-size:16.5px}
.qv-plugins-theme .btn-sm{padding:11px 20px;font-size:14.5px}
.qv-plugins-theme .btn .arrow{transition:transform .16s ease}
.qv-plugins-theme .btn:hover .arrow{transform:translateX(3px)}

/* Nav commune */
.qv-plugins-theme header.nav{position:sticky;top:0;z-index:50;backdrop-filter:blur(14px);background:rgba(22,22,26,.72);border-bottom:1px solid var(--border)}
.qv-plugins-theme .nav-inner{display:flex;align-items:center;justify-content:space-between;height:70px;gap:18px}
.qv-plugins-theme .brand{display:flex;align-items:center;gap:11px;font-family:var(--font-display);font-weight:800;font-size:19px;letter-spacing:-.02em;color:#fff;flex:none}
.qv-plugins-theme .brand img{height:24px;width:auto;display:block}
.qv-plugins-theme .brand .logo{width:26px;height:26px;border-radius:7px;background:var(--lime);display:grid;place-items:center;flex:none}
.qv-plugins-theme .brand .logo svg{width:16px;height:16px;display:block}
.qv-plugins-theme .brand small{font-family:var(--font-body);font-weight:400;font-size:11px;letter-spacing:.1em;color:var(--text-faint);text-transform:uppercase}
.qv-plugins-theme .nav-links{display:flex;align-items:center;gap:26px}
.qv-plugins-theme .nav-links a.link{font-size:15px;color:var(--text-mute);transition:color .15s;white-space:nowrap}
.qv-plugins-theme .nav-links a.link:hover{color:#fff}
.qv-plugins-theme .nav-links a.link[aria-current="page"]{color:var(--accent)}
@media(max-width:980px){.qv-plugins-theme .nav-links a.link{display:none}}
@media(max-width:480px){
  .qv-plugins-theme .nav-inner{gap:10px}
  .qv-plugins-theme .brand small{display:none}
  .qv-plugins-theme .nav-links .btn{padding:10px 16px;font-size:13.5px}
}

/* Pastille logo plugin (lettre/icône sur fond lime) */
.qv-plugins-theme .plogo{width:44px;height:44px;border-radius:12px;background:var(--lime);display:grid;place-items:center;flex:none}
.qv-plugins-theme .plogo svg{width:24px;height:24px;display:block}
.qv-plugins-theme .plogo.lg{width:56px;height:56px;border-radius:15px}
.qv-plugins-theme .plogo.lg svg{width:30px;height:30px}
.qv-plugins-theme .plogo.sm{width:32px;height:32px;border-radius:9px}
.qv-plugins-theme .plogo.sm svg{width:18px;height:18px}

/* Hero */
.qv-plugins-theme .hero{position:relative;padding:88px 0 96px;overflow:hidden}
.qv-plugins-theme .hero::before{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background:
    radial-gradient(58% 55% at 84% 6%, rgba(116,64,227,.32), transparent 60%),
    radial-gradient(48% 45% at 6% 88%, rgba(204,255,0,.10), transparent 60%);
}
.qv-plugins-theme .hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
@media(max-width:960px){.qv-plugins-theme .hero-grid{grid-template-columns:1fr;gap:44px}}
.qv-plugins-theme .hero-solo{position:relative;z-index:1;max-width:780px}
.qv-plugins-theme .hero h1{
  font-size:clamp(34px,5vw,68px);font-weight:800;margin:22px 0 0;
  text-transform:uppercase;line-height:0.96;letter-spacing:-0.04em;
}
.qv-plugins-theme .hero h1 .hl{
  display:inline;background:var(--accent);color:#14180a;
  line-height:1.32;padding:0.04em 0.1em 0.1em;border-radius:8px;
  box-decoration-break:clone;-webkit-box-decoration-break:clone;
}
.qv-plugins-theme .hero .sub{font-size:20px;color:var(--text-mute);margin-top:22px;max-width:560px}
.qv-plugins-theme .hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px;align-items:center}
.qv-plugins-theme .hero-cta .under{font-size:13px;color:var(--text-faint);flex-basis:100%}

/* Héro centré (accueil) : texte centré, visuel dessous */
.qv-plugins-theme .hero-center .hero-grid{display:block;text-align:center}
.qv-plugins-theme .hero-center .sub{margin-left:auto;margin-right:auto;max-width:660px}
.qv-plugins-theme .hero-center .hero-cta{justify-content:center}
.qv-plugins-theme .hero-center .assur{justify-content:center}
.qv-plugins-theme .hero-center .assur .a{flex:0 1 250px;text-align:left}
.qv-plugins-theme .hero-center .mock{max-width:620px;margin:60px auto 0;text-align:left}

/* Réassurances héro */
.qv-plugins-theme .assur{display:flex;gap:14px;flex-wrap:wrap;margin-top:38px;padding-top:30px;border-top:1px solid var(--border)}
.qv-plugins-theme .assur .a{display:flex;gap:11px;align-items:flex-start;flex:1 1 150px;min-width:150px}
.qv-plugins-theme .assur .a .ic{flex:none;width:34px;height:34px;border-radius:9px;background:var(--accent-tint);display:grid;place-items:center;margin-top:1px}
.qv-plugins-theme .assur .a .ic svg{width:18px;height:18px;color:var(--lime)}
.qv-plugins-theme .assur .a b{font-family:var(--font-display);font-size:15px;font-weight:700;display:block}
.qv-plugins-theme .assur .a span{font-size:13px;color:var(--text-faint);line-height:1.4;display:block;margin-top:2px}

/* Panneau mockup (visuel héro des pages plugin) */
.qv-plugins-theme .mock{background:linear-gradient(180deg,#26262E,#1E1E24);border:1px solid rgba(255,255,255,.17);border-radius:22px;padding:22px;box-shadow:0 40px 80px -40px rgba(0,0,0,.8), inset 0 1px 0 rgba(255,255,255,.05);color:#fff}
.qv-plugins-theme .mock-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px}
.qv-plugins-theme .mock-live{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body);font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--good)}
.qv-plugins-theme .mock-live .pulse{width:8px;height:8px;border-radius:50%;background:var(--good);animation:pulse 2s infinite}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(61,220,151,.6)}70%{box-shadow:0 0 0 9px rgba(61,220,151,0)}100%{box-shadow:0 0 0 0 rgba(61,220,151,0)}}
@media(prefers-reduced-motion:reduce){.qv-plugins-theme .mock-live .pulse{animation:none}}
.qv-plugins-theme .mock-tag{font-family:var(--font-body);font-size:11px;color:var(--text-faint);letter-spacing:.06em}
.qv-plugins-theme .mock-title{font-family:var(--font-display);font-weight:700;font-size:16px;margin-bottom:2px;color:#fff}
.qv-plugins-theme .mock-sub{font-size:12.5px;color:var(--text-faint);margin-bottom:16px}
.qv-plugins-theme .mock-rows{display:flex;flex-direction:column;gap:8px}
.qv-plugins-theme .mock-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 14px;border-radius:11px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.09);font-size:14px}
.qv-plugins-theme .mock-row .l{display:flex;align-items:center;gap:10px;color:var(--text-mute);min-width:0}
.qv-plugins-theme .mock-row .l i{width:7px;height:7px;border-radius:50%;background:var(--text-faint);display:inline-block;flex:none}
.qv-plugins-theme .mock-row .r{font-family:var(--font-body);font-variant-numeric:tabular-nums;font-size:13.5px;color:#fff;white-space:nowrap}
.qv-plugins-theme .mock-row.hi{background:rgba(204,255,0,.09);border-color:rgba(204,255,0,.35)}
.qv-plugins-theme .mock-row.hi .l{color:#fff;font-weight:600}
.qv-plugins-theme .mock-row.hi .l i{background:var(--lime)}
.qv-plugins-theme .mock-row.hi .r{color:var(--lime);font-weight:700}
.qv-plugins-theme .mock-foot{margin-top:14px;display:flex;align-items:center;gap:9px;font-size:12.5px;color:var(--text-mute);font-family:var(--font-body)}
.qv-plugins-theme .mock-foot svg{flex:none}
/* barre de progression générique pour mockups */
.qv-plugins-theme .mock-bar{height:10px;border-radius:6px;background:rgba(255,255,255,.08);overflow:hidden;position:relative}
.qv-plugins-theme .mock-bar .fill{position:absolute;inset:0 auto 0 0;border-radius:6px;background:var(--lime)}

/* Strip compatibilité */
.qv-plugins-theme .strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:24px 0;background:var(--surface)}
.qv-plugins-theme .strip-inner{display:flex;align-items:center;gap:14px 36px;flex-wrap:wrap;justify-content:center}
.qv-plugins-theme .strip .t{font-family:var(--font-body);font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint)}
.qv-plugins-theme .strip .chip{font-size:14.5px;color:var(--text-mute);display:inline-flex;align-items:center;gap:8px;font-weight:500}
.qv-plugins-theme .strip .chip svg{width:17px;height:17px;color:var(--accent);flex:none}
@media(max-width:680px){.qv-plugins-theme .strip .t{display:block;width:100%;text-align:center;margin-bottom:2px}}

/* Cartes génériques */
.qv-plugins-theme .grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
@media(max-width:860px){.qv-plugins-theme .grid-3{grid-template-columns:1fr}}
.qv-plugins-theme .grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
@media(max-width:760px){.qv-plugins-theme .grid-2{grid-template-columns:1fr}}
.qv-plugins-theme .card{background:var(--surface);border-radius:24px;padding:28px;display:flex;flex-direction:column;gap:12px}
.qv-plugins-theme .card .ic{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:var(--accent-tint);color:var(--accent);margin-bottom:4px}
.qv-plugins-theme .card .ic svg{width:22px;height:22px}
.qv-plugins-theme .card h3{font-size:19px}
.qv-plugins-theme .card p{font-size:15.5px;color:var(--text-mute)}

/* Étapes */
.qv-plugins-theme .flow{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;position:relative}
.qv-plugins-theme .flow.four{grid-template-columns:repeat(4,1fr);gap:26px}
@media(max-width:860px){.qv-plugins-theme .flow, .qv-plugins-theme .flow.four{grid-template-columns:1fr;gap:22px}}
.qv-plugins-theme .stage{position:relative;background:var(--surface);border-radius:24px;padding:30px 26px 28px;display:flex;flex-direction:column;gap:13px}
.qv-plugins-theme .stage .badge{position:relative;z-index:2;width:56px;height:56px;border-radius:16px;display:grid;place-items:center;background:var(--accent-tint);color:var(--accent);border:1px solid var(--border-2)}
.qv-plugins-theme .stage .badge svg{width:27px;height:27px}
.qv-plugins-theme .stage .idx{position:absolute;top:24px;right:26px;font-family:var(--font-display);font-weight:800;font-size:44px;line-height:1;color:var(--text);opacity:.07}
.qv-plugins-theme .stage h3{font-size:20px;margin-top:2px}
.qv-plugins-theme .stage p{font-size:15.5px;color:var(--text-mute)}
.qv-plugins-theme .stage .tag{display:inline-flex;align-items:center;gap:7px;margin-top:6px;font-size:12.5px;font-family:var(--font-body);color:var(--accent);background:var(--accent-tint);padding:5px 11px;border-radius:999px;align-self:flex-start}
@media(min-width:861px){
  .qv-plugins-theme .stage:not(:last-child)::after{
    content:"";position:absolute;top:58px;right:-30px;width:30px;height:0;
    border-top:2px dashed var(--border-2);z-index:1;
  }
  .qv-plugins-theme .stage:not(:last-child)::before{
    content:"";position:absolute;top:54px;right:-34px;width:9px;height:9px;border-radius:50%;
    background:var(--accent);z-index:2;box-shadow:0 0 0 4px var(--bg);
  }
  .qv-plugins-theme .flow.four .stage:not(:last-child)::after{right:-26px;width:26px}
  .qv-plugins-theme .flow.four .stage:not(:last-child)::before{right:-30px}
}

/* Liste de fonctionnalités */
.qv-plugins-theme .feat{display:grid;grid-template-columns:repeat(2,1fr);gap:6px 30px}
@media(max-width:760px){.qv-plugins-theme .feat{grid-template-columns:1fr}}
.qv-plugins-theme .feat .f{display:flex;gap:14px;align-items:flex-start;padding:18px 0;border-bottom:1px solid var(--border)}
.qv-plugins-theme .feat .f .chk{flex:none;width:26px;height:26px;border-radius:8px;background:var(--accent-tint);display:grid;place-items:center;margin-top:1px}
.qv-plugins-theme .feat .f .chk svg{width:15px;height:15px;color:var(--accent)}
.qv-plugins-theme .feat .f b{font-family:var(--font-display);font-weight:700;font-size:16px}
.qv-plugins-theme .feat .f p{font-size:14.5px;color:var(--text-mute);margin-top:3px}

/* Comparatif eux / nous */
.qv-plugins-theme .compare{background:linear-gradient(160deg,var(--accent-tint),transparent 68%),var(--surface);border-radius:24px;padding:38px;display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media(max-width:760px){.qv-plugins-theme .compare{grid-template-columns:1fr;padding:26px}}
.qv-plugins-theme .compare .col h4{font-family:var(--font-display);font-weight:700;font-size:17px;margin-bottom:18px}
.qv-plugins-theme .compare .them h4{color:var(--text-mute)}
.qv-plugins-theme .compare .us h4{color:var(--accent)}
.qv-plugins-theme .compare ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:13px}
.qv-plugins-theme .compare li{display:flex;gap:11px;font-size:15px;align-items:flex-start}
.qv-plugins-theme .compare li svg{flex:none;width:19px;height:19px;margin-top:2px}
.qv-plugins-theme .compare .them li{color:var(--text-mute)}
.qv-plugins-theme .compare .them li svg{color:var(--danger)}
.qv-plugins-theme .compare .us li{color:var(--text)}
.qv-plugins-theme .compare .us li svg{color:var(--good)}
.qv-plugins-theme .compare .divider{grid-column:1/-1;height:1px;background:var(--border);margin:6px 0}
@media(min-width:761px){.qv-plugins-theme .compare .divider{display:none}}

/* Grille catalogue (accueil) */
.qv-plugins-theme .pgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
@media(max-width:860px){.qv-plugins-theme .pgrid{grid-template-columns:1fr}}
body.qv-plugins-theme .pcard{position:relative;background:var(--surface) !important;border-radius:24px;padding:36px !important;display:flex;flex-direction:column;gap:20px;transition:transform .18s ease;box-sizing:border-box}
.qv-plugins-theme .pcard:hover{transform:translateY(-3px)}
.qv-plugins-theme .pcard .head{display:flex;align-items:center;gap:15px}
.qv-plugins-theme .pcard .head h3{font-size:22px}
.qv-plugins-theme .pcard .head .cat{display:block;font-family:var(--font-body);font-size:11.5px;letter-spacing:.07em;text-transform:uppercase;color:var(--text-faint);margin-top:3px}
.qv-plugins-theme .pcard .pitch{font-size:16px;color:var(--text-mute);line-height:1.55}
.qv-plugins-theme .pcard ul{list-style:none;margin:8px 0;padding:0;display:flex;flex-direction:column;gap:11px}
.qv-plugins-theme .pcard li{display:flex;gap:10px;font-size:14.5px;color:var(--text-mute);align-items:flex-start}
.qv-plugins-theme .pcard li svg{flex:none;width:17px;height:17px;color:var(--accent);margin-top:3px}
.qv-plugins-theme .pcard .result{display:inline-flex;align-items:center;gap:6px;background:var(--accent-tint);color:var(--lime);font-family:var(--font-body);font-weight:700;font-size:13px;padding:7px 13px;border-radius:100px;width:fit-content;margin:8px 0}
.qv-plugins-theme .pcard .result svg{width:13px;height:13px;flex:none}
.qv-plugins-theme .pcard .foot{margin-top:auto;padding-top:24px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:16px}
.qv-plugins-theme .pcard .from{font-family:var(--font-display);display:flex;align-items:baseline;gap:9px}
.qv-plugins-theme .pcard .from .n{font-weight:800;font-size:28px;letter-spacing:-.02em}
.qv-plugins-theme .pcard .from .u{font-size:13.5px;color:var(--text-mute)}
.qv-plugins-theme .pcard .from small{font-family:var(--font-body);font-size:13px;color:var(--text-mute);font-weight:600}
.qv-plugins-theme .pcard .ctas{display:flex;gap:10px}
.qv-plugins-theme .pcard .ctas .btn{flex:1;justify-content:center}

/* Pricing 2 cartes (annuel / lifetime) */
.qv-plugins-theme .price-2{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:920px;margin:0 auto;align-items:stretch}
@media(max-width:860px){.qv-plugins-theme .price-2{grid-template-columns:1fr}}
.qv-plugins-theme .plan{position:relative;background:var(--surface);border-radius:28px;padding:34px;display:flex;flex-direction:column;gap:20px}
/* Offre mise en avant = remplissage lime plein (même convention que la carte
   "la plus demandée" des pages pôles), pas un simple contour. */
.qv-plugins-theme .plan.feature{background:var(--accent)}
.qv-plugins-theme .plan .kicker{font-family:var(--font-body);font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint)}
.qv-plugins-theme .plan.feature .kicker{color:#39421a}
.qv-plugins-theme .plan h3{font-size:24px}
.qv-plugins-theme .plan.feature h3{color:#14180a}
.qv-plugins-theme .plan .amt{display:flex;align-items:baseline;gap:8px}
.qv-plugins-theme .plan .amt .n{font-family:var(--font-display);font-weight:800;font-size:48px;letter-spacing:-.03em}
.qv-plugins-theme .plan.feature .amt .n{color:#14180a}
.qv-plugins-theme .plan .amt .u{font-size:16px;color:var(--text-mute)}
.qv-plugins-theme .plan.feature .amt .u{color:#39421a}
.qv-plugins-theme .plan .once{font-size:13.5px;color:var(--text-faint)}
.qv-plugins-theme .plan.feature .once{color:#39421a}
.qv-plugins-theme .plan ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.qv-plugins-theme .plan li{display:flex;gap:11px;font-size:15px;color:var(--text-mute);align-items:flex-start}
.qv-plugins-theme .plan li svg{flex:none;width:19px;height:19px;color:var(--accent);margin-top:2px}
.qv-plugins-theme .plan li b{color:var(--text);font-weight:600}
.qv-plugins-theme .plan.feature li{color:#39421a}
.qv-plugins-theme .plan.feature li svg{color:#14180a}
.qv-plugins-theme .plan.feature li b{color:#14180a}
.qv-plugins-theme .plan .foot{margin-top:auto;display:flex;flex-direction:column;gap:10px}
.qv-plugins-theme .plan.feature .btn-primary{background:#14180a;color:var(--accent)}
/* Le badge flotte surtout au-dessus de la carte, sur le fond sombre de la
   page (pas sur le lime de la carte) : il lui faut un fond clair pour
   ressortir là où il passe le plus de temps, quitte à se fondre sur le
   petit bout qui touche la carte lime (effet "ruban", pas gênant). */
.qv-plugins-theme .badge-best{position:absolute;top:-12px;right:26px;background:var(--lime);color:#16161A;font-family:var(--font-display);font-weight:700;font-size:12.5px;padding:6px 13px;border-radius:999px}
.qv-plugins-theme .price-note{margin-top:24px;text-align:center;font-size:14.5px;color:var(--text-mute)}
.qv-plugins-theme .price-note b{color:var(--accent)}

/* Bloc contact (formulaire Tally sur carte claire) */
.qv-plugins-theme .contact-card{background:#fff;border-radius:22px;padding:26px 30px;max-width:760px}

/* Bandeau réassurance (garantie, licence…) */
.qv-plugins-theme .trust{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
@media(max-width:960px){.qv-plugins-theme .trust{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.qv-plugins-theme .trust{grid-template-columns:1fr}}
.qv-plugins-theme .trust .t-item{display:flex;gap:13px;align-items:flex-start;background:var(--surface);border-radius:20px;padding:20px}
.qv-plugins-theme .trust .t-item .ic{flex:none;width:38px;height:38px;border-radius:10px;background:var(--accent-tint);display:grid;place-items:center}
.qv-plugins-theme .trust .t-item .ic svg{width:20px;height:20px;color:var(--lime)}
.qv-plugins-theme .trust .t-item b{font-family:var(--font-display);font-size:15px;font-weight:700;display:block}
.qv-plugins-theme .trust .t-item span{font-size:13px;color:var(--text-faint);line-height:1.45;display:block;margin-top:3px}

/* Bloc mise en avant (garde-fou, synergie…) */
.qv-plugins-theme .guard{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;background:var(--surface);border-radius:28px;padding:40px}
@media(max-width:860px){.qv-plugins-theme .guard{grid-template-columns:1fr;padding:28px}}
.qv-plugins-theme .guard h2{font-size:clamp(26px,3.6vw,36px);margin:16px 0}
.qv-plugins-theme .guard p{color:var(--text-mute);font-size:16.5px}

/* Cross-sell */
.qv-plugins-theme .xsell{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
@media(max-width:760px){.qv-plugins-theme .xsell{grid-template-columns:1fr}}
.qv-plugins-theme .xsell a.xcard{display:flex;gap:16px;align-items:center;background:var(--surface);border-radius:24px;padding:22px 24px;transition:background-color .18s ease, transform .18s ease}
.qv-plugins-theme .xsell a.xcard:hover{background-color:var(--surface-2);transform:translateY(-2px)}
.qv-plugins-theme .xsell .xcard b{font-family:var(--font-display);font-size:16.5px;font-weight:700;display:block}
.qv-plugins-theme .xsell .xcard span{font-size:13.5px;color:var(--text-mute);display:block;margin-top:2px}
.qv-plugins-theme .xsell .xcard .go{margin-left:auto;color:var(--accent);font-size:20px;flex:none}

/* Capture d'écran produit */
.qv-plugins-theme .shot{max-width:840px;margin:0 auto;background:var(--surface);border:1px solid var(--border-2);border-radius:18px;overflow:hidden;box-shadow:0 40px 80px -40px rgba(0,0,0,.8)}
.qv-plugins-theme .shot .bar{display:flex;align-items:center;gap:6px;padding:12px 16px;background:var(--surface-2);border-bottom:1px solid var(--border)}
.qv-plugins-theme .shot .bar i{width:10px;height:10px;border-radius:50%;display:block}
.qv-plugins-theme .shot .bar i:nth-child(1){background:#FF5F57}
.qv-plugins-theme .shot .bar i:nth-child(2){background:#FEBC2E}
.qv-plugins-theme .shot .bar i:nth-child(3){background:#28C840}
.qv-plugins-theme .shot img{display:block;width:100%;height:auto}
.qv-plugins-theme .shot-note{margin-top:14px;font-size:13.5px;color:var(--text-faint);text-align:center}

/* FAQ — même structure d'accordéon que .qv-faq (pages pôles), palette sombre */
/* Les <details> sont un niveau plus bas, dans le wrapper propre au bloc
   SEOPress (.wp-block-wpseopress-faq-block-v2) — c'est LUI qu'il faut
   flexer avec un gap, pas .faq (qui n'a qu'un seul enfant, d'où les
   questions collées les unes aux autres observées). */
.qv-plugins-theme .faq .wp-block-wpseopress-faq-block-v2{display:flex;flex-direction:column;gap:8px}
.qv-plugins-theme .faq details{
  padding:0;border:none;background:var(--surface);border-radius:20px;overflow:hidden;
}
.qv-plugins-theme .faq summary{
  list-style:none;cursor:pointer;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:22px 24px;background:transparent;
  font-family:var(--font-body);font-weight:500;font-size:17px;letter-spacing:-0.012em;color:var(--text);
  transition:background .15s ease;
}
.qv-plugins-theme .faq summary::-webkit-details-marker{display:none}
.qv-plugins-theme .faq summary:hover{background:rgba(255,255,255,.03)}
.qv-plugins-theme .faq summary::after{
  content:"+";position:static;transform:none;flex:none;
  width:30px;height:30px;border-radius:50%;
  background:rgba(255,255,255,.08);color:var(--text);
  display:flex;align-items:center;justify-content:center;font-size:17px;line-height:1;
  font-family:var(--font-body);
  transition:background .15s ease, color .15s ease;
}
.qv-plugins-theme .faq details[open] summary::after{content:"\2212";background:var(--accent);color:#14180a}
.qv-plugins-theme .faq details p{
  background:none;color:var(--text-mute);border-radius:0;
  margin:0;padding:0 68px 24px 24px;font-size:16px;line-height:1.65;
}

/* CTA final */
.qv-plugins-theme .final{position:relative;overflow:hidden;border-radius:34px;background:linear-gradient(140deg,#2a2050,var(--surface) 70%);padding:64px 48px;text-align:center;color:#fff}
.qv-plugins-theme .final::before{content:"";position:absolute;inset:0;background:radial-gradient(50% 70% at 50% 0%,rgba(204,255,0,.14),transparent 60%);pointer-events:none}
.qv-plugins-theme .final .in{position:relative;z-index:1;max-width:640px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:22px}
.qv-plugins-theme .final h2{font-size:clamp(30px,4.6vw,46px)}
.qv-plugins-theme .final p{color:#A6A6B2;font-size:19px}
.qv-plugins-theme .final .cta{display:flex;gap:14px;flex-wrap:wrap;justify-content:center}
.qv-plugins-theme .final .rea{font-size:13.5px;color:#74747F;font-family:var(--font-body)}
@media(max-width:560px){.qv-plugins-theme .final{padding:44px 22px}}

/* Bloc offre service (WPricePilot) */
.qv-plugins-theme .service{background:linear-gradient(160deg,rgba(116,64,227,.16),transparent 65%),var(--surface);border:1px solid var(--border-2);border-radius:20px;padding:38px;display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center}
@media(max-width:860px){.qv-plugins-theme .service{grid-template-columns:1fr;padding:26px}}
.qv-plugins-theme .service h3{font-size:clamp(22px,3vw,30px)}
.qv-plugins-theme .service p{color:var(--text-mute);font-size:16px;margin-top:12px}
.qv-plugins-theme .service .offer{background:var(--surface-2);border:1px solid var(--border);border-radius:15px;padding:24px;display:flex;flex-direction:column;gap:12px}
.qv-plugins-theme .service .offer .line{display:flex;justify-content:space-between;gap:14px;align-items:baseline;font-size:15px}
.qv-plugins-theme .service .offer .line b{font-family:var(--font-display);font-weight:700}
.qv-plugins-theme .service .offer .line .p{font-family:var(--font-body);color:var(--accent);white-space:nowrap}
.qv-plugins-theme .service .offer small{color:var(--text-faint);font-size:12.5px;line-height:1.5}

/* Footer */
.qv-plugins-theme footer.ft{border-top:1px solid var(--border);padding:44px 0 40px;margin-top:20px}
.qv-plugins-theme .ft-inner{display:flex;justify-content:space-between;gap:24px 40px;flex-wrap:wrap;align-items:flex-start}
.qv-plugins-theme .ft-col{display:flex;flex-direction:column;gap:9px;min-width:150px}
.qv-plugins-theme .ft-col .h{font-family:var(--font-body);font-size:11.5px;letter-spacing:.09em;text-transform:uppercase;color:var(--text-faint);margin-bottom:4px}
.qv-plugins-theme .ft-col a{font-size:14px;color:var(--text-mute)}
.qv-plugins-theme .ft-col a:hover{color:#fff}
.qv-plugins-theme .ft-brand{max-width:300px;display:flex;flex-direction:column;gap:14px}
.qv-plugins-theme .ft-brand p{font-size:13.5px;color:var(--text-faint);line-height:1.55}
.qv-plugins-theme .ft-bottom{margin-top:36px;padding-top:22px;border-top:1px solid var(--border);display:flex;justify-content:space-between;gap:12px 24px;flex-wrap:wrap}
.qv-plugins-theme .ft-bottom p, .qv-plugins-theme .ft-bottom a{font-size:13px;color:var(--text-faint)}
.qv-plugins-theme .ft-bottom a:hover{color:var(--text-mute)}

/* Reveal on scroll */
.qv-plugins-theme .reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}
.qv-plugins-theme .reveal.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.qv-plugins-theme .reveal{opacity:1;transform:none;transition:none}}

/* ============================================================
   Neutralise le padding horizontal imposé par .qv-canvas (qlovis.css)
   sur ces pages : le composant .wrap ci-dessus gère déjà son propre
   centrage/padding (1120px), on ne veut pas les deux cumulés.
   ============================================================ */
body.qv-plugins-theme .entry-content { padding: 0 !important; }

/* ============================================================
   Habillage sombre de l'en-tête/pied de page WordPress (partagés avec
   le reste du site) sur ces pages seulement, pour que la transition
   vers le hero sombre ne soit pas brutale.
   ============================================================ */
body.qv-plugins-theme .site-header { background-color: #16161A !important; border-bottom: 1px solid rgba(255,255,255,.09); }
body.qv-plugins-theme .main-navigation,
body.qv-plugins-theme .main-navigation ul { background-color: #16161A !important; }
body.qv-plugins-theme .main-navigation .main-nav ul li a,
body.qv-plugins-theme .main-navigation .menu-toggle,
body.qv-plugins-theme .main-navigation .menu-bar-items,
body.qv-plugins-theme .main-title a,
body.qv-plugins-theme .site-branding a { color: #FFFFFF !important; }
body.qv-plugins-theme .main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a,
body.qv-plugins-theme .main-navigation .main-nav ul li[class*="current-menu-"] > a { color: #CCFF00 !important; }
body.qv-plugins-theme .qv-menu-cta a {
  background-color: #CCFF00 !important; color: #16161A !important;
  border-radius: 999px; padding: 10px 18px !important; font-weight: 700;
}
body.qv-plugins-theme .footer-widgets,
body.qv-plugins-theme .site-info { background-color: #16161A !important; color: #A6A6B2 !important; }
body.qv-plugins-theme .footer-widgets a,
body.qv-plugins-theme .site-info a { color: #FFFFFF !important; }
body.qv-plugins-theme .sidebar .widget { background-color: #1E1E24 !important; }

/* Logo Qlovis (SVG sombre par défaut) passé en blanc sur ces pages */
body.qv-plugins-theme .header-image.is-logo-image { filter: brightness(0) invert(1); }

/* Offre multi-sites / pack (23/09/2026) : liens contact visibles */
.qv-plugins-theme .multi-offer a,
.qv-plugins-theme #tarifs p.gb-text a[href="/contact/"] { color: #CCFF00; text-decoration: underline; text-underline-offset: 3px; }
.qv-plugins-theme .multi-offer a:hover,
.qv-plugins-theme #tarifs p.gb-text a[href="/contact/"]:hover { text-decoration-thickness: 2px; }
