/* CyberVision 24/7 — CSS de section partagé.
 *
 * Généré depuis les blocs <style> des 34 pages du site — même cascade,
 * dédupliquée, pas une réécriture.
 *
 * NE PAS ÉDITER À LA MAIN. Régénérer via le script d'extraction si les
 * prototypes changent, sinon les corrections seront écrasées.
 *
 * Les 12 pages guides ont leur propre feuille (guides.css) : elles
 * redéfinissent body et a, et ne doivent pas affecter le reste du site.
 */

/* ===== Sections spécifiques à la page Test d'intrusion ===== */
.pt-eyebrow-wrap {
  text-align:center;
  margin-bottom:0;
}

.hero .pt-badges {
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:30px;
}

.pt-badge {
  display:inline-flex;
  align-items:center;
  gap:9px;
  font-size:13px;
  font-weight:600;
  color:var(--lp-hero-muted);
  border:1px solid var(--lp-hero-btn2-bd);
  border-radius:999px;
  padding:8px 16px;
}

.pt-badge svg {
  color:var(--lp-hero-accent);
  flex:none;
}

/* Problème : grille de cartes "douleur" */
.pain-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:56px;
}

.pain-card {
  background:var(--lp-card);
  border:1px solid var(--lp-border);
  box-shadow:var(--lp-shadow);
  border-radius:22px;
  padding:32px;
  transition:var(--cv-transition);
}

.pain-card:hover {
  transform:translateY(-5px);
  border-color:var(--cv-red);
}

.pain-card .pain-ic {
  width:50px;
  height:50px;
  border-radius:13px;
  background:rgba(229,45,27,.12);
  color:var(--cv-red);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
}

.pain-card h3 {
  font-weight:700;
  font-size:18px;
  color:var(--lp-fg);
  margin:0 0 10px;
}

.pain-card p {
  color:var(--lp-muted);
  font-size:14.5px;
  line-height:1.6;
  margin:0;
}

.pain-note {
  max-width:720px;
  margin:44px auto 0;
  text-align:center;
  font-family:var(--cv-font-heading);
  font-weight:800;
  font-size:clamp(20px,2.6vw,28px);
  line-height:1.4;
  color:var(--lp-fg);
}

.pain-note b {
  color:var(--cv-red);
}

/* Solution : bloc en deux colonnes */
.sol {
  background:var(--lp-bg-alt);
}

.sol-card {
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:0;
  margin-top:8px;
  background:var(--lp-card);
  border:1px solid var(--lp-border);
  box-shadow:var(--lp-shadow);
  border-radius:28px;
  overflow:hidden;
}

.sol-body {
  padding:52px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
}

.sol-body h2 {
  font-weight:800;
  font-size:clamp(26px,3vw,40px);
  color:var(--lp-fg);
  margin:18px 0 16px;
}

.sol-body p {
  color:var(--lp-muted);
  font-size:16px;
  line-height:1.65;
  margin:0 0 18px;
}

.sol-list {
  list-style:none;
  margin:0 0 28px;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:13px;
}

.sol-list li {
  display:flex;
  gap:12px;
  align-items:flex-start;
  color:var(--lp-fg);
  font-size:15px;
  line-height:1.5;
}

.sol-list .ck {
  flex:none;
  width:24px;
  height:24px;
  border-radius:50%;
  background:var(--cv-red);
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:1px;
}

.sol-visual {
  position:relative;
  background:var(--lp-hero-bg);
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:420px;
  overflow:hidden;
}

.sol-visual .shot {
  position:absolute;
  inset:0;
  background:var(--lp-ph);
  display:flex;
  align-items:center;
  justify-content:center;
}

.sol-visual .shot span {
  font-family:ui-monospace,monospace;
  font-size:12px;
  color:var(--lp-ph-label);
}

/* Bénéfices : liste orientée résultat */
.ben-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
  margin-top:56px;
}

.ben-card {
  display:flex;
  gap:20px;
  align-items:flex-start;
  background:var(--lp-card);
  border:1px solid var(--lp-border);
  box-shadow:var(--lp-shadow);
  border-radius:22px;
  padding:30px 32px;
  transition:var(--cv-transition);
}

.ben-card:hover {
  transform:translateY(-5px);
  border-color:var(--cv-red);
}

.ben-card .ben-n {
  flex:none;
  font-family:var(--cv-font-heading);
  font-weight:800;
  font-size:34px;
  line-height:1;
  color:var(--lp-num);
  width:52px;
}

.ben-card:nth-child(even) .ben-n {
  color:var(--lp-num2);
}

.ben-card h3 {
  font-weight:700;
  font-size:18px;
  color:var(--lp-fg);
  margin:0 0 8px;
}

.ben-card p {
  color:var(--lp-muted);
  font-size:14.5px;
  line-height:1.6;
  margin:0;
}

.mid-cta {
  text-align:center;
  margin-top:52px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:20px;
}

.mid-cta p {
  font-family:var(--cv-font-heading);
  font-weight:800;
  font-size:clamp(20px,2.6vw,30px);
  color:var(--lp-fg);
  margin:0;
  max-width:24ch;
  line-height:1.25;
  text-wrap:pretty;
}

/* Comment ça fonctionne : 4 étapes en ligne */
.flow {
  background:var(--lp-bg-alt);
}

.flow-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  margin-top:56px;
  counter-reset:flow;
}

.flow-step {
  position:relative;
  background:var(--lp-card);
  border:1px solid var(--lp-border);
  box-shadow:var(--lp-shadow);
  border-radius:22px;
  padding:34px 28px;
  transition:var(--cv-transition);
}

.flow-step:hover {
  transform:translateY(-5px);
}

.flow-step .fnum {
  font-family:var(--cv-font-heading);
  font-weight:800;
  font-size:15px;
  letter-spacing:1px;
  color:var(--cv-red);
  margin-bottom:16px;
}

.flow-step .fic {
  width:52px;
  height:52px;
  border-radius:14px;
  border:1px solid var(--lp-icon-bd);
  color:var(--lp-accent);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:16px;
}

.flow-step h3 {
  font-weight:700;
  font-size:17px;
  color:var(--lp-fg);
  margin:0 0 9px;
}

.flow-step p {
  color:var(--lp-muted);
  font-size:14px;
  line-height:1.6;
  margin:0;
}

/* Différenciation : deux colonnes comparatives */
.vs-wrap {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin-top:56px;
}

.vs-col {
  border-radius:24px;
  padding:40px 36px;
  border:1px solid var(--lp-border);
}

.vs-them {
  background:var(--lp-bg-alt);
}

.vs-us {
  background:var(--lp-card);
  box-shadow:var(--lp-shadow);
  border-color:var(--cv-red);
}

.vs-col h3 {
  font-weight:800;
  font-size:20px;
  margin:0 0 6px;
  color:var(--lp-fg);
}

.vs-col .vs-sub {
  font-size:13px;
  color:var(--lp-faint);
  margin:0 0 24px;
}

.vs-list {
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:15px;
}

.vs-list li {
  display:flex;
  gap:13px;
  align-items:flex-start;
  font-size:15px;
  line-height:1.5;
  color:var(--lp-muted);
}

.vs-us .vs-list li {
  color:var(--lp-fg);
}

.vs-list .m {
  flex:none;
  width:22px;
  height:22px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:1px;
  font-weight:700;
  font-size:13px;
}

.vs-them .m {
  background:rgba(120,130,145,.18);
  color:var(--lp-faint);
}

.vs-us .m {
  background:var(--cv-red);
  color:#fff;
}

/* Objections + FAQ : accordéons natifs */
.acc-wrap {
  max-width:820px;
  margin:52px auto 0;
  display:flex;
  flex-direction:column;
  gap:14px;
}

.acc {
  background:var(--lp-card);
  border:1px solid var(--lp-border);
  border-radius:18px;
  box-shadow:var(--lp-shadow);
  overflow:hidden;
}

.acc summary {
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:24px 28px;
  font-family:var(--cv-font-heading);
  font-weight:700;
  font-size:16.5px;
  color:var(--lp-fg);
}

.acc summary::-webkit-details-marker {
  display:none;
}

.acc summary .plus {
  flex:none;
  width:30px;
  height:30px;
  border-radius:50%;
  border:1px solid var(--lp-accent-bd);
  color:var(--lp-accent);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  position:relative;
  transition:var(--cv-transition);
}

.acc summary .plus::before,.acc summary .plus::after {
  content:"";
  position:absolute;
  background:currentColor;
  border-radius:2px;
}

.acc summary .plus::before {
  width:12px;
  height:2px;
}

.acc summary .plus::after {
  width:2px;
  height:12px;
  transition:transform .3s ease;
}

.acc[open] summary .plus {
  background:var(--cv-red);
  border-color:var(--cv-red);
  color:#fff;
}

.acc[open] summary .plus::after {
  transform:scaleY(0);
}

.acc .acc-body {
  padding:0 28px 26px;
  color:var(--lp-muted);
  font-size:15px;
  line-height:1.65;
}

.acc .acc-body p {
  margin:0 0 12px;
}

.acc .acc-body p:last-child {
  margin:0;
}

.acc .acc-body b {
  color:var(--lp-fg);
}

/* CTA final */
.final-cta {
  background:var(--lp-hero-bg);
  position:relative;
  overflow:hidden;
  text-align:center;
}

.final-cta .container {
  position:relative;
  z-index:2;
}

.final-cta h2 {
  font-weight:800;
  font-size:clamp(30px,4.4vw,54px);
  letter-spacing:-.5px;
  color:var(--lp-hero-fg);
  max-width:20ch;
  margin:0 auto;
  line-height:1.08;
}

.final-cta p {
  color:var(--lp-hero-muted);
  font-size:18px;
  line-height:1.6;
  max-width:56ch;
  margin:22px auto 0;
}

.final-cta .cta-row {
  display:flex;
  gap:14px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:36px;
}

.final-cta .reassure {
  display:flex;
  gap:22px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:30px;
  color:var(--lp-hero-muted);
  font-size:13.5px;
}

.final-cta .reassure span {
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.final-cta .reassure svg {
  color:var(--lp-hero-accent);
}

.rdv-card {
  max-width:1020px;
  margin:48px auto 0;
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  background:var(--lp-card);
  border:1px solid var(--lp-border);
  box-shadow:0 40px 90px rgba(0,0,0,.45);
  border-radius:28px;
  overflow:hidden;
  text-align:left;
}

.rdv-info {
  padding:44px 40px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:linear-gradient(160deg,#152f4e,#0a1c33);
}

.rdv-info h3 {
  font-family:var(--cv-font-heading);
  font-weight:800;
  font-size:clamp(22px,2.4vw,28px);
  color:#fff;
  margin:18px 0 12px;
  line-height:1.15;
}

.rdv-info>p {
  color:rgba(255,255,255,.68);
  font-size:15px;
  line-height:1.6;
  margin:0 0 26px;
}

.rdv-meta {
  list-style:none;
  margin:0 0 30px;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:14px;
}

.rdv-meta li {
  display:flex;
  gap:12px;
  align-items:flex-start;
  color:#fff;
  font-size:14.5px;
  line-height:1.4;
}

.rdv-meta .ck {
  flex:none;
  width:22px;
  height:22px;
  border-radius:50%;
  background:var(--cv-red);
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:1px;
}

.rdv-info .phone-pill {
  align-self:flex-start;
}

.rdv-cal {
  background:#fff;
  padding:6px;
}

.rdv-cal .calendly-inline-widget {
  border-radius:22px;
  overflow:hidden;
  min-width:0!important;
  height:100%!important;
  min-height:900px;
}

/* Bande logos */
.logos {
  background:var(--lp-bg-alt);
  padding:56px 0;
}

.logos .lg-head {
  text-align:center;
  font-size:13px;
  font-weight:700;
  letter-spacing:1.6px;
  text-transform:uppercase;
  color:var(--lp-faint);
  margin:0 0 30px;
}

.logo-row {
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  justify-content:center;
  align-items:center;
}

.logo-tile {
  width:150px;
  height:64px;
  border:1px dashed var(--lp-border);
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--lp-ph-label);
  font-family:ui-monospace,monospace;
  font-size:11px;
  text-align:center;
  padding:6px;
}

/* Témoignages */
/* Lead magnet */
.lm {
  background:var(--lp-bg-alt);
}

.lm-card {
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:44px;
  align-items:center;
  background:var(--lp-card);
  border:1px solid var(--lp-border);
  box-shadow:var(--lp-shadow);
  border-radius:28px;
  padding:48px;
}

.lm-body h2 {
  font-weight:800;
  font-size:clamp(24px,3vw,36px);
  color:var(--lp-fg);
  margin:14px 0 14px;
}

.lm-body p {
  color:var(--lp-muted);
  font-size:16px;
  line-height:1.6;
  margin:0 0 26px;
}

.lm-visual {
  aspect-ratio:3/4;
  border-radius:18px;
  border:1px solid var(--lp-border);
  background:var(--lp-ph);
  display:flex;
  align-items:center;
  justify-content:center;
}

.lm-visual span {
  font-family:ui-monospace,monospace;
  font-size:12px;
  color:var(--lp-ph-label);
}

.lm-mock {
  aspect-ratio:3/4;
  border-radius:16px;
  background:linear-gradient(180deg,#fff,#eef2f7);
  box-shadow:0 30px 70px rgba(0,0,0,.5);
  border:1px solid rgba(0,0,0,.06);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  transform:rotate(-2.2deg);
  transition:transform .55s cubic-bezier(.2,.7,.2,1);
}

.lm-card:hover .lm-mock {
  transform:rotate(0);
}

.lm-mock .m-top {
  background:var(--cv-navy);
  padding:24px 26px;
}

.lm-mock .m-eyebrow {
  font-size:10px;
  font-weight:700;
  letter-spacing:1.6px;
  text-transform:uppercase;
  color:var(--cv-cyan);
  margin:0 0 12px;
  display:inline-flex;
  align-items:center;
  gap:7px;
}

.lm-mock .m-eyebrow::before {
  content:"";
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--cv-red);
}

.lm-mock .m-title {
  font-family:var(--cv-font-heading);
  font-weight:800;
  font-size:clamp(18px,2vw,24px);
  line-height:1.1;
  color:#fff;
  margin:0;
}

.lm-mock .m-title b {
  color:var(--cv-red);
}

.lm-mock .m-body {
  padding:22px 26px;
  display:flex;
  flex-direction:column;
  gap:14px;
  flex:1;
  justify-content:center;
}

.lm-mock .m-row {
  display:flex;
  gap:12px;
  align-items:center;
}

.lm-mock .m-ck {
  flex:none;
  width:22px;
  height:22px;
  border-radius:6px;
  background:var(--cv-red);
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.lm-mock .m-line {
  height:9px;
  border-radius:5px;
  background:#dde3ec;
  flex:1;
}

.lm-mock .m-line.s {
  max-width:64%;
}

.lm-mock .m-foot {
  border-top:1px solid #e6eaf0;
  padding:15px 26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:11px;
  color:#8a94a3;
}

.lm-mock .m-foot b {
  color:var(--cv-navy);
  font-family:var(--cv-font-heading);
  letter-spacing:.4px;
}

/* CTA sticky mobile */
.sticky-cta {
  display:none;
}

.tl {
  max-width:760px;
  margin:0 auto;
}

.tl-card {
  background:var(--lp-card);
  border:1px solid var(--lp-border);
  border-radius:20px;
  box-shadow:var(--lp-shadow);
  padding:32px 30px;
  margin-bottom:18px;
}

.tl-field {
  display:block;
  margin-bottom:20px;
}

.tl-field>span {
  display:block;
  font-weight:600;
  font-size:14.5px;
  color:var(--lp-fg);
  margin-bottom:8px;
}

.tl-field input[type=number],.tl-field select {
  width:100%;
  box-sizing:border-box;
  background:var(--lp-bg-alt);
  border:1px solid var(--lp-border);
  border-radius:10px;
  padding:12px 14px;
  font-size:15px;
  color:var(--lp-fg);
  font-family:inherit;
}

.tl-field input[type=range] {
  width:100%;
  accent-color:#e52d1b;
}

.tl-rangeval {
  float:right;
  color:var(--cv-red);
  font-weight:700;
}

.tl-out {
  background:linear-gradient(160deg,#152f4e,#0a1c33);
  border-radius:20px;
  padding:34px 30px;
  text-align:center;
  color:#fff;
  margin-bottom:18px;
}

.tl-out .lbl {
  font-size:13px;
  letter-spacing:1px;
  text-transform:uppercase;
  color:var(--cv-cyan);
  font-weight:700;
  margin:0 0 8px;
}

.tl-big {
  font-family:var(--cv-font-heading);
  font-weight:800;
  font-size:clamp(38px,7vw,60px);
  line-height:1;
  letter-spacing:-1px;
  margin:0;
}

.tl-out .rng {
  color:rgba(255,255,255,.7);
  font-size:14px;
  margin:12px 0 0;
}

.tl-break {
  margin-top:22px;
  display:flex;
  flex-direction:column;
  gap:11px;
  text-align:left;
}

.tl-brk {
  display:flex;
  align-items:center;
  gap:12px;
}

.tl-brk .k {
  flex:none;
  width:44%;
  font-size:13.5px;
  color:rgba(255,255,255,.82);
}

.tl-brk .bar {
  flex:1;
  height:9px;
  border-radius:5px;
  background:rgba(255,255,255,.12);
  overflow:hidden;
}

.tl-brk .bar i {
  display:block;
  height:100%;
  background:var(--cv-red);
  border-radius:5px;
}

.tl-brk .v {
  flex:none;
  font-size:13px;
  font-weight:700;
  color:#fff;
  min-width:82px;
  text-align:right;
}

.tl-opts {
  display:flex;
  flex-direction:column;
  gap:10px;
}

.tl-opts label {
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 16px;
  border:1px solid var(--lp-border);
  border-radius:12px;
  cursor:pointer;
  color:var(--lp-muted);
  font-size:15px;
}

.tl-opts label:hover {
  border-color:var(--cv-red);
}

.tl-opts input {
  accent-color:#e52d1b;
  width:17px;
  height:17px;
  flex:none;
}

.tl-opts label:has(input:checked) {
  border-color:var(--cv-red);
  background:rgba(229,45,27,.06);
  color:var(--lp-fg);
}

.tl-ring {
  width:170px;
  height:170px;
  border-radius:50%;
  margin:0 auto 22px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:conic-gradient(#e52d1b 0%,rgba(120,130,145,.18) 0);
}

.tl-ring-in {
  width:134px;
  height:134px;
  border-radius:50%;
  background:var(--lp-card);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

.tl-ring-in span {
  font-family:var(--cv-font-heading);
  font-weight:800;
  font-size:40px;
  line-height:1;
  color:var(--lp-fg);
}

.tl-ring-in small {
  color:var(--lp-faint);
  font-size:12px;
  margin-top:2px;
}

.tl-warn {
  display:none;
  text-align:center;
  color:var(--cv-red);
  font-weight:600;
  margin:14px 0 0;
}

.tl-panel {
  display:none;
}

.tl-gate {
  max-width:520px;
  margin:0 auto;
  background:var(--lp-card);
  border:1px solid var(--lp-border);
  border-radius:20px;
  box-shadow:var(--lp-shadow);
  padding:32px;
}

.tl-gate h2 {
  font-family:var(--cv-font-heading);
  font-weight:800;
  font-size:21px;
  color:var(--lp-fg);
  margin:0 0 8px;
  text-align:center;
}

.tl-gate>p {
  color:var(--lp-muted);
  font-size:14px;
  text-align:center;
  margin:0 0 18px;
  line-height:1.5;
}

.tl-gate input[type=text],.tl-gate input[type=email] {
  width:100%;
  box-sizing:border-box;
  background:var(--lp-bg-alt);
  border:1px solid var(--lp-border);
  border-radius:10px;
  padding:12px 14px;
  font-size:14px;
  color:var(--lp-fg);
  margin-bottom:12px;
  font-family:inherit;
}

.tl-consent {
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:12.5px;
  color:var(--lp-muted);
  line-height:1.45;
  margin:2px 0 16px;
  cursor:pointer;
}

.tl-err {
  display:none;
  color:var(--cv-red);
  font-size:13px;
  font-weight:600;
  margin:0 0 12px;
  text-align:center;
}

.tl-recos {
  max-width:720px;
  margin:0 auto;
}

.tl-reco {
  display:flex;
  gap:14px;
  align-items:flex-start;
  background:var(--lp-card);
  border:1px solid var(--lp-border);
  border-radius:16px;
  padding:18px 22px;
  margin-bottom:12px;
  box-shadow:var(--lp-shadow);
}

.tl-reco .n {
  flex:none;
  width:26px;
  height:26px;
  border-radius:8px;
  background:var(--cv-red);
  color:#fff;
  font-weight:800;
  font-size:13px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:2px;
}

.tl-reco p {
  margin:0;
  color:var(--lp-muted);
  font-size:14.5px;
  line-height:1.55;
}

.tl-reco a {
  color:var(--cv-red);
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
}

.cyq {
  max-width:820px;
  margin:0 auto;
}

.cyq-item {
  background:var(--lp-card);
  border:1px solid var(--lp-border);
  border-radius:18px;
  padding:22px 24px;
  margin-bottom:16px;
  box-shadow:var(--lp-shadow);
}

.cyq-q {
  font-family:var(--cv-font-heading);
  font-weight:700;
  font-size:16px;
  color:var(--lp-fg);
  margin:0 0 15px;
  line-height:1.35;
}

.cyq-opts {
  display:flex;
  flex-direction:column;
  gap:10px;
}

.cyq-opts label {
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 16px;
  border:1px solid var(--lp-border);
  border-radius:12px;
  cursor:pointer;
  color:var(--lp-muted);
  font-size:15px;
  transition:var(--cv-transition);
}

.cyq-opts label:hover {
  border-color:var(--cv-red);
}

.cyq-opts input {
  accent-color:#e52d1b;
  width:17px;
  height:17px;
  flex:none;
}

.cyq-opts label:has(input:checked) {
  border-color:var(--cv-red);
  background:rgba(229,45,27,.06);
  color:var(--lp-fg);
}

.cyq-go {
  margin:24px auto 0;
  display:block;
}

.cyq-warn {
  display:none;
  text-align:center;
  color:var(--cv-red);
  font-weight:600;
  margin:16px 0 0;
}

.cyq-panel {
  display:none;
}

.cyq-result {
  background:var(--lp-card);
  border:1px solid var(--lp-border);
  border-radius:24px;
  box-shadow:var(--lp-shadow);
  padding:44px 40px;
  text-align:center;
  margin-top:12px;
}

.cyq-ring {
  width:180px;
  height:180px;
  border-radius:50%;
  margin:0 auto 24px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:conic-gradient(#e52d1b 0%, rgba(120,130,145,.18) 0);
}

.cyq-ring-in {
  width:142px;
  height:142px;
  border-radius:50%;
  background:var(--lp-card);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

.cyq-ring-in span {
  font-family:var(--cv-font-heading);
  font-weight:800;
  font-size:48px;
  line-height:1;
  color:var(--lp-fg);
}

.cyq-ring-in small {
  color:var(--lp-faint);
  font-size:13px;
  margin-top:2px;
}

.cyq-level {
  font-family:var(--cv-font-heading);
  font-weight:800;
  font-size:24px;
  margin:0 0 10px;
}

.cyq-sub {
  color:var(--lp-muted);
  font-size:15.5px;
  margin:0 auto 20px;
  max-width:52ch;
  line-height:1.6;
}

.cyq-chips {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
}

.cyq-chip {
  font-size:13px;
  font-weight:600;
  color:var(--lp-fg);
  background:var(--lp-bg-alt);
  border:1px solid var(--lp-border);
  border-radius:999px;
  padding:8px 14px;
}

.cyq-gate {
  max-width:520px;
  margin:22px auto 0;
  background:var(--lp-card);
  border:1px solid var(--lp-border);
  border-radius:20px;
  box-shadow:var(--lp-shadow);
  padding:34px;
}

.cyq-gate h2 {
  font-family:var(--cv-font-heading);
  font-weight:800;
  font-size:22px;
  color:var(--lp-fg);
  margin:0 0 8px;
  text-align:center;
}

.cyq-gate>p {
  color:var(--lp-muted);
  font-size:14.5px;
  text-align:center;
  margin:0 0 20px;
  line-height:1.5;
}

.cyq-gate input[type=text],.cyq-gate input[type=email] {
  width:100%;
  box-sizing:border-box;
  background:var(--lp-bg-alt);
  border:1px solid var(--lp-border);
  border-radius:10px;
  padding:12px 14px;
  font-size:14px;
  color:var(--lp-fg);
  margin-bottom:12px;
  font-family:inherit;
}

.cyq-consent {
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:12.5px;
  color:var(--lp-muted);
  line-height:1.45;
  margin:2px 0 16px;
  cursor:pointer;
}

.cyq-err {
  display:none;
  color:var(--cv-red);
  font-size:13px;
  font-weight:600;
  margin:0 0 12px;
  text-align:center;
}

.cyq-recos {
  max-width:720px;
  margin:0 auto;
}

.cyq-reco {
  display:flex;
  gap:14px;
  align-items:flex-start;
  background:var(--lp-card);
  border:1px solid var(--lp-border);
  border-radius:16px;
  padding:18px 22px;
  margin-bottom:12px;
  box-shadow:var(--lp-shadow);
}

.cyq-reco .n {
  flex:none;
  width:26px;
  height:26px;
  border-radius:8px;
  background:var(--cv-red);
  color:#fff;
  font-weight:800;
  font-size:13px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:2px;
}

.cyq-reco p {
  margin:0;
  color:var(--lp-muted);
  font-size:14.5px;
  line-height:1.55;
}

.cyq-reco a {
  color:var(--cv-red);
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
}

.gp-out {
  background:#0a1526;
  border:1px solid var(--lp-border);
  border-radius:14px;
  padding:22px 24px;
  white-space:pre-wrap;
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size:13px;
  line-height:1.65;
  color:#dbe7f2;
  max-height:420px;
  overflow:auto;
}

.gp-actions {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:16px;
}

/* ===== Page legale : prose longue. Tout est porte par .lgl pour que la
   factorisation dans sections.css ne rende pas ces regles globales. ===== */
.lgl {
  background:var(--lp-bg-alt);
}

.lgl-body {
  max-width:820px;
  margin:0 auto;
}

.lgl-body h2 {
  font-family:var(--cv-font-heading);
  font-weight:800;
  font-size:clamp(21px,2.5vw,29px);
  color:var(--lp-fg);
  line-height:1.2;
  margin:46px 0 14px;
}

.lgl-body h2:first-child {
  margin-top:0;
}

.lgl-body p {
  color:var(--lp-muted);
  font-size:16px;
  line-height:1.72;
  margin:0 0 16px;
}

.lgl-body ul,.lgl-body ol {
  color:var(--lp-muted);
  font-size:16px;
  line-height:1.72;
  margin:0 0 18px;
  padding-left:24px;
}

.lgl-body li {
  margin:0 0 10px;
}

.lgl-body b {
  color:var(--lp-fg);
}

.lgl-body a {
  color:var(--lp-accent);
}

/* CTA sticky mobile : meme regle que les autres pages du site. */
.sticky-cta {
  display:none;
}

@media(max-width:1024px) {
  .pain-grid {
    grid-template-columns:1fr 1fr;
  }
  .flow-grid {
    grid-template-columns:1fr 1fr;
  }
  .sol-card {
    grid-template-columns:1fr;
  }
  .sol-visual {
    min-height:280px;
    order:-1;
  }
}

@media(max-width:860px) {
  .rdv-card {
    grid-template-columns:1fr;
  }
  .rdv-cal .calendly-inline-widget {
    min-height:1050px;
  }
}

@media(max-width:760px) {
  .tst-grid {
    grid-template-columns:1fr;
  }
  .lm-card {
    grid-template-columns:1fr;
    padding:32px;
  }
  .sticky-cta {
    display:flex;
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:180;
    gap:10px;
    align-items:center;
    padding:12px 14px calc(12px + env(safe-area-inset-bottom));
    background:var(--lp-nav-bg);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    border-top:1px solid var(--lp-nav-bd);
  }
  .sticky-cta .btn {
    flex:1;
  }
  .sticky-cta .phone-pill {
    flex:none;
  }
  body {
    padding-bottom:78px;
  }
  .to-top {
    bottom:90px;
  }
  .pain-grid,.ben-grid,.flow-grid,.vs-wrap {
    grid-template-columns:1fr;
  }
  .sol-body {
    padding:34px;
  }
  .ben-card {
    padding:26px;
  }
}

