/*
 * Phase 2 — Lot CSS 2X
 * Module : présentation de l’installation PWA
 * Extraction stricte du bloc nf-install-phase1-css.
 * Aucune règle de navigation et aucun JavaScript modifiés.
 */

#screen-installer .nf-install-why{background:rgba(196,103,66,.06);border:1px solid rgba(196,103,66,.18);border-radius:14px;padding:14px 16px;margin:0 0 18px;}
#screen-installer .nf-install-why-title{font-weight:600;margin-bottom:8px;font-size:15px;}
#screen-installer .nf-install-why-list{margin:0;padding:0;list-style:none;}
#screen-installer .nf-install-why-list li{position:relative;padding-left:22px;margin:6px 0;font-size:14px;line-height:1.45;}
#screen-installer .nf-install-why-list li::before{content:"\2713";position:absolute;left:0;top:0;color:#2c7a45;font-weight:700;}
#screen-installer .nf-install-score{margin:4px 0 14px;}
#screen-installer .nf-install-score-lbl{font-weight:600;font-size:15px;margin-bottom:8px;}
#screen-installer .nf-install-score-track{height:8px;border-radius:999px;background:rgba(0,0,0,.08);overflow:hidden;}
#screen-installer .nf-install-score-bar{height:100%;width:0;border-radius:999px;background:linear-gradient(90deg,#c46742,#e0a06f);transition:width .5s ease;}
#screen-installer .nf-install-btn-soft{background:rgba(196,103,66,.10) !important;color:#c46742 !important;}
