/* ============================================================
   PAGE MATERIEL
   ============================================================ */

/* ---- SECTION LIENS CLES ---- */
.liens-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:0.8rem; margin-top:2rem; }
.lien { display:flex; align-items:center; gap:1rem; background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.09); border-radius:var(--radius-sm); padding:1rem 1.2rem; text-decoration:none; color:white; transition:border-color 0.2s,background 0.2s; }
.lien:hover { border-color:rgba(var(--magenta-light-rgb),0.35); background:rgba(var(--magenta-light-rgb),0.06); }
.lien-icone { flex-shrink:0; }
svg.lien-icone { width:1.5rem; height:1.5rem; }
.lien-titre { font-family:var(--font-spartan); font-weight:700; font-size:0.88rem; display:block; margin-bottom:0.15rem; }
.lien-url { font-size:0.73rem; color:var(--magenta); word-break:break-all; }

/* ---- SECTION MESSAGE TYPE ---- */
.msg-body-lead { max-width: 58ch; margin-bottom: 2rem; }
.msg-box { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); border-radius: 18px; padding: 2rem; position: relative; overflow: hidden; }
.msg-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gradient); }
.msg-box-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.3rem; flex-wrap: wrap; gap: 0.8rem; }
.msg-box-header-actions { display: flex; gap: 0.8rem; align-items: center; }
.msg-box-title { font-family: var(--font-spartan); font-weight: 800; font-size: 1rem; display: flex; align-items: center; gap: 0.5rem; }
.msg-content { font-size: 0.88rem; color: rgba(255,255,255,0.7); line-height: 1.85; white-space: pre-wrap; word-break: break-word; max-height: 320px; overflow-y: auto; background: rgba(0,0,0,0.2); border-radius: 12px; padding: 1.2rem 1.4rem; font-family: var(--font-sans); }
.msg-content::-webkit-scrollbar { width: 4px; }
.msg-content::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.15); border-radius: 2px; }
.copy-feedback { font-size: 0.78rem; color: var(--magenta); font-family: var(--font-spartan); font-weight: 700; opacity: 0; transition: opacity 0.3s; }
.copy-feedback.show { opacity: 1; }
.btn-copy { font-size: 0.8rem; padding: 0.55rem 1.2rem; }

/* ---- SECTION AFFICHES ---- */
.mat-carte-apercu { position: absolute; bottom: 0.6rem; left: 0; right: 0; text-align: center; font-family: var(--font-sans); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.15em; color: rgba(255,255,255,0.35); text-transform: uppercase; }
.mat-notice { margin-top: 1.5rem; padding: 1rem 1.4rem; background: rgba(255,255,255,0.03); border: 1px dashed rgba(255,255,255,0.1); border-radius: var(--radius-sm); }
.mat-notice p { opacity: 0.5; text-align: center; }
.mat-notice a { color: var(--magenta); }

#insta-widget { background: var(--noir); padding: 5rem 0; }
#cta-final { background: var(--surface); padding: 4rem 0; }

.mat-section { padding: 5rem 0; }
.mat-section-alt { background: var(--surface); }
.mat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.2rem; margin-top: 2rem; }
.mat-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.09); border-radius: var(--radius-md); overflow: hidden; transition: border-color 0.25s, transform 0.22s; display: flex; flex-direction: column; }
.mat-card:hover { border-color: rgba(204,0,0,0.35); transform: translateY(-3px); }
.mat-card-preview { width: 100%; background: linear-gradient(135deg, var(--surface) 0%, var(--surface2) 40%, var(--surface) 100%); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mat-card-preview-tall { aspect-ratio: 3/4; }
.mat-card-preview-wide { aspect-ratio: 7/5; }
.mat-card-body { padding: 1.4rem 1.5rem; flex: 1; display: flex; flex-direction: column; }
.mat-card-title { font-family: var(--font-spartan); font-weight: 800; font-size: 0.95rem; margin-bottom: 0.4rem; }
.mat-card-desc { font-size: 0.83rem; color: rgba(255,255,255,0.55); line-height: 1.65; flex: 1; margin-bottom: 1rem; }
.mat-card-meta { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1rem; }
.mat-badge { font-family: var(--font-spartan); font-weight: 700; font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.18rem 0.6rem; border-radius: var(--radius-pill); }
.mat-badge-format { background: rgba(var(--violet-tint-rgb),0.15); border: 1px solid rgba(var(--violet-tint-rgb),0.3); color: #c084fc; }
.mat-badge-use { background: rgba(204,0,0,0.12); border: 1px solid rgba(204,0,0,0.3); color: #ff8080; }
.btn-dl { display: flex; align-items: center; justify-content: center; gap: 0.5rem; font-family: var(--font-spartan); font-weight: 700; font-size: 0.78rem; letter-spacing: 0.05em; text-transform: uppercase; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15); color: white; border-radius: var(--radius-pill); padding: 0.6rem 1.2rem; cursor: pointer; transition: all 0.2s; text-decoration: none; width: 100%; }
.btn-dl:hover { background: var(--rouge); border-color: var(--rouge); }
.btn-dl-g { background: linear-gradient(135deg,var(--rouge),var(--magenta)); border-color: transparent; }
.btn-dl-g:hover { opacity: 0.85; }

/* ---- GUIDE MILITANT·E ---- */
.guide-intro { max-width: 60ch; margin-bottom: 0.5rem; }
.guide-wrap { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.09); border-radius: var(--radius-md); overflow: hidden; margin-top: 2rem; }
.guide-header { background: linear-gradient(135deg, rgba(var(--magenta-light-rgb),0.15), rgba(var(--violet-tint-rgb),0.2)); border-bottom: 1px solid rgba(255,255,255,0.07); padding: 1.6rem 2rem; display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.guide-header-icon { font-size: 2rem; flex-shrink: 0; }
.guide-header-info { flex: 1; }
.guide-header h3 { font-family: var(--font-spartan); font-weight: 900; font-size: 1.1rem; margin-bottom: 0.2rem; }
.guide-header p { font-size: 0.83rem; color: rgba(255,255,255,0.6); line-height: 1.6; }
.guide-body { padding: 2rem; }
.guide-body a { color: var(--magenta); }
.guide-section { margin-bottom: 2.2rem; }
.guide-section:last-child { margin-bottom: 0; }
.guide-section-title { font-family: var(--font-spartan); font-weight: 800; font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--magenta); margin-bottom: 1rem; display: flex; align-items: center; gap: 0.6rem; }
.guide-section-title::after { content: ''; flex: 1; height: 1px; background: rgba(var(--magenta-light-rgb),0.2); }
.objection { background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.07); border-radius: 14px; padding: 1.1rem 1.3rem; margin-bottom: 0.8rem; }
.objection-q { font-family: var(--font-spartan); font-weight: 700; font-size: 0.85rem; color: rgba(255,255,255,0.75); margin-bottom: 0.5rem; display: flex; gap: 0.5rem; align-items: flex-start; }
.objection-q::before { content: '—'; color: rgba(255,255,255,0.25); flex-shrink: 0; }
.objection-r { font-size: 0.84rem; color: rgba(255,255,255,0.6); line-height: 1.7; padding-left: 1.1rem; border-left: 2px solid rgba(var(--magenta-light-rgb),0.3); }
.objection-r strong { color: rgba(255,255,255,0.85); }
.chiffre-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 0.8rem; }
.chiffre-item { background: rgba(var(--magenta-light-rgb),0.06); border: 1px solid rgba(var(--magenta-light-rgb),0.15); border-radius: var(--radius-sm); padding: 1rem 1.2rem; }
.chiffre-val { font-family: var(--font-spartan); font-weight: 900; font-size: 1.5rem; background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.chiffre-label { font-size: 0.78rem; color: rgba(255,255,255,0.55); line-height: 1.5; margin-top: 0.2rem; }
.argument-list { list-style: none; padding: 0; margin-bottom: 1.4rem; }
.argument-list:last-child { margin-bottom: 0; }
.argument-list li { font-size: 0.87rem; color: rgba(255,255,255,0.65); line-height: 1.7; padding: 0.5rem 0 0.5rem 1.5rem; position: relative; border-bottom: 1px solid rgba(255,255,255,0.05); }
.argument-list li:last-child { border-bottom: none; }
.argument-list li::before { content: '→'; position: absolute; left: 0; color: var(--magenta); font-weight: 700; }
.argument-list li strong { color: rgba(255,255,255,0.88); }
.guide-sub { font-family: var(--font-spartan); font-weight: 700; font-size: 0.78rem; color: rgba(255,255,255,0.45); margin-bottom: 0.6rem; text-transform: uppercase; letter-spacing: 0.1em; }
.guide-print-btn { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--font-spartan); font-weight: 700; font-size: 0.75rem; letter-spacing: 0.06em; text-transform: uppercase; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.6); border-radius: var(--radius-pill); padding: 0.5rem 1rem; cursor: pointer; transition: all 0.2s; }
.guide-print-btn:hover { background: rgba(255,255,255,0.1); color: white; }
