/* Calculateur VSP — styles (formulaire + résultat). Couleurs pilotées par --cvsp-primary / --cvsp-navy. */

/* ===== Formulaire ===== */
#cvsp-root{--c-navy:var(--cvsp-navy,#004E82);--c-blue:var(--cvsp-primary,#006DB5);--c-accent:var(--cvsp-primary,#006DB5);--c-line:#dce3ea;--c-grey:#61666b;--c-bg:#f3f7fb;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:#26303a;max-width:1080px;margin:0 auto;box-sizing:border-box}
#cvsp-root *{box-sizing:border-box}
#cvsp-root .cvsp-logo{height:54px;display:block;margin:0 0 14px}
#cvsp-root h2{font-size:26px;color:var(--c-navy);margin:0 0 4px}
#cvsp-root .cvsp-sub{color:var(--c-grey);margin:0 0 22px;font-size:15px}
#cvsp-root .cvsp-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}
@media(max-width:760px){#cvsp-root .cvsp-grid{grid-template-columns:1fr}}
#cvsp-root .cvsp-step{font-size:17px;font-weight:700;color:var(--c-navy);border-left:5px solid var(--c-accent);padding-left:10px;margin:0 0 14px}
#cvsp-root h4.cvsp-h4{font-size:14px;color:var(--c-blue);margin:16px 0 2px;text-transform:uppercase;letter-spacing:.5px}
#cvsp-root .cvsp-motifs{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
#cvsp-root .cvsp-motif{border:2px solid var(--c-line);border-radius:10px;padding:8px 6px;text-align:center;cursor:pointer;background:#fff;transition:.15s}
#cvsp-root .cvsp-motif:hover{border-color:var(--c-blue)}
#cvsp-root .cvsp-motif.active{border-color:var(--c-blue);box-shadow:0 0 0 3px rgba(31,111,178,.15)}
#cvsp-root .cvsp-motif canvas{width:100%;height:58px;border-radius:6px;display:block}
#cvsp-root .cvsp-motif span{display:block;font-size:11.5px;line-height:1.25;margin-top:6px;color:#3a4652;font-weight:600}
#cvsp-root .cvsp-schema{width:100%;aspect-ratio:560/340;height:auto;border-radius:10px;border:1px solid var(--c-line);background:#98a2ad;display:block;margin-bottom:6px}
#cvsp-root label{display:block;font-size:13px;font-weight:600;color:#3a4652;margin:12px 0 4px}
#cvsp-root input[type=number],#cvsp-root select{width:100%;padding:10px 12px;border:1.5px solid var(--c-line);border-radius:8px;font-size:15px;background:#fff}
#cvsp-root input:focus,#cvsp-root select:focus{outline:none;border-color:var(--c-blue)}
#cvsp-root .cvsp-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
#cvsp-root .cvsp-check{display:flex;align-items:center;gap:9px;margin:14px 0 2px;font-size:14px;font-weight:600;color:#3a4652;cursor:pointer}
#cvsp-root .cvsp-check input{width:18px;height:18px;accent-color:var(--c-blue);cursor:pointer}
#cvsp-root .cvsp-btn{margin-top:22px;width:100%;padding:15px;border:none;border-radius:10px;background:var(--c-blue);color:#fff;
  font-size:17px;font-weight:800;cursor:pointer;letter-spacing:.3px}
#cvsp-root .cvsp-btn:hover{filter:brightness(.96)}
#cvsp-root .cvsp-err{display:none;background:#fdecea;border:1px solid #f5b7b1;color:#a5281a;padding:12px 14px;border-radius:8px;margin-top:14px;font-size:14px}
#cvsp-root .cvsp-brand{text-align:right;font-size:12px;color:var(--c-grey);margin-top:18px}
#cvsp-overlay{position:fixed;inset:0;background:rgba(20,55,94,.55);display:none;align-items:center;justify-content:center;z-index:99999}
#cvsp-overlay .cvsp-box{background:#fff;border-radius:14px;padding:30px 44px;text-align:center;box-shadow:0 10px 40px rgba(0,0,0,.25)}
#cvsp-overlay .cvsp-spin{width:46px;height:46px;border:5px solid var(--c-line);border-top-color:var(--c-blue);border-radius:50%;margin:0 auto 16px;animation:cvspspin .8s linear infinite}
#cvsp-overlay p{margin:0;font-weight:700;color:var(--c-navy);font-size:16px}
@keyframes cvspspin{to{transform:rotate(360deg)}}

/* honeypot anti-spam */
.cvsp-hp{position:absolute!important;left:-9999px!important;top:auto;width:1px;height:1px;overflow:hidden;opacity:0}

/* ===== Résultat ===== */
#cvspr-root{--c-navy:var(--cvsp-navy,#004E82);--c-blue:var(--cvsp-primary,#006DB5);--c-accent:var(--cvsp-primary,#006DB5);--c-line:#dce3ea;--c-grey:#61666b;--c-bg:#f3f7fb;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:#26303a;max-width:960px;margin:0 auto;box-sizing:border-box}
#cvspr-root *{box-sizing:border-box}
#cvspr-root .cvspr-logo{height:54px;display:block;margin:0 auto 18px}
#cvspr-root .cvspr-topback{display:inline-block;margin:0 0 14px;color:var(--c-blue);font-size:14px;text-decoration:none;font-weight:600}
#cvspr-root .cvspr-topback:hover{text-decoration:underline}
#cvspr-root .cvspr-schema{width:100%;max-width:820px;height:300px;border-radius:12px;display:block;margin:0 auto;background:#98a2ad}
#cvspr-root .cvspr-title{text-align:center;color:var(--c-navy);font-size:22px;font-weight:700;margin:16px 0 24px}
#cvspr-root .cvspr-cards{display:grid;grid-template-columns:1fr 1fr;gap:22px}
@media(max-width:720px){#cvspr-root .cvspr-cards{grid-template-columns:1fr}}
#cvspr-root .cvspr-card{border:1px solid var(--c-line);border-radius:14px;padding:20px 22px;background:#fff}
#cvspr-root .cvspr-card h3{margin:0 0 14px;font-size:16px;color:var(--c-blue);border-bottom:2px solid var(--c-accent);padding-bottom:8px;font-weight:700}
#cvspr-root .cvspr-line{display:flex;justify-content:space-between;padding:7px 0;border-bottom:1px dotted #ccd2d9;font-size:14.5px}
#cvspr-root .cvspr-line span:first-child{color:var(--c-grey)}
#cvspr-root .cvspr-line span:last-child{font-weight:700}
#cvspr-root .cvspr-big span:last-child{color:var(--c-blue);font-size:20px}
#cvspr-root .cvspr-actions{text-align:center;margin:28px 0 6px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
#cvspr-root .cvspr-pdf{padding:14px 26px;border:2px solid var(--c-blue);background:var(--c-blue);color:#fff;font-size:15px;font-weight:800;border-radius:10px;cursor:pointer}
#cvspr-root .cvspr-pdf:hover{filter:brightness(.94)}
#cvspr-root .cvspr-dxf{padding:14px 26px;border:2px solid var(--c-blue);background:#fff;color:var(--c-blue);font-size:15px;font-weight:800;border-radius:10px;cursor:pointer}
#cvspr-root .cvspr-dxf:hover{background:var(--c-blue);color:#fff}
#cvspr-root .cvspr-dlnote{font-size:12px;color:var(--c-grey);margin:2px 0 0;text-align:center}
#cvspr-root .cvspr-devis{max-width:660px;margin:30px auto 0;border-top:1px solid var(--c-line);padding-top:26px}
#cvspr-root .cvspr-devis-h{text-align:center;color:var(--c-navy);font-size:18px;font-weight:700;margin:0 0 18px}
#cvspr-root .cvspr-devis-btn,#cvspr-root .cvspr-devis-send{padding:14px 30px;border:none;border-radius:10px;color:#fff;font-size:16px;font-weight:800;cursor:pointer}
#cvspr-root .cvspr-devis-send{background:var(--c-navy);width:100%;margin-top:4px}
#cvspr-root .cvspr-devis-send:hover{filter:brightness(1.12)}
#cvspr-root .cvspr-recap-box{background:var(--c-bg);border:1px solid var(--c-line);border-left:5px solid var(--c-blue);border-radius:8px;padding:13px 16px;font-size:13px;color:#3a4652;margin-bottom:18px;line-height:1.65}
#cvspr-root .cvspr-recap-box b{color:var(--c-navy)}
#cvspr-root .cvspr-frow{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media(max-width:600px){#cvspr-root .cvspr-frow{grid-template-columns:1fr}}
#cvspr-root .cvspr-devis-form input{width:100%;padding:11px 13px;border:1.5px solid var(--c-line);border-radius:8px;font-size:15px;margin-bottom:12px}
#cvspr-root .cvspr-devis-form input:focus{outline:none;border-color:var(--c-blue)}
#cvspr-root .cvspr-devis-err{color:#a5281a;font-size:13px;margin:0 0 10px;display:none}
#cvspr-root .cvspr-devis-ok{background:#e8f5e9;border:1px solid #a5d6a7;color:#1b5e20;padding:20px;border-radius:12px;text-align:center;font-weight:600;font-size:15px}
#cvspr-root .cvspr-note{font-size:12px;color:var(--c-grey);margin:26px 4px 0;font-style:italic;text-align:center}
#cvspr-root .cvspr-brand{text-align:center;font-size:12px;color:var(--c-grey);margin-top:10px}
#cvspr-root .cvspr-empty{text-align:center;padding:40px 20px;color:var(--c-grey)}
#cvspr-root .cvspr-empty a{color:var(--c-blue);font-weight:700}
