.fm-wrap { font-family: 'Segoe UI', Arial, sans-serif; color: #1a1a1a; max-width: 960px; margin: 0 auto; line-height: 1.6; }
.fm-wrap * { box-sizing: border-box; }
.fm-hero { background: linear-gradient(135deg, #1C1008 0%, #2E1A0E 60%, #1C1008 100%); color: white; padding: 48px 32px 40px; border-radius: 12px; margin-bottom: 8px; position: relative; overflow: hidden; }
.fm-hero::before { content: ''; position: absolute; top: -60px; right: -60px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(232,114,12,0.15) 0%, transparent 70%); border-radius: 50%; }
.fm-hero-tag { display: inline-block; background: #E8720C; color: white; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 5px 14px; border-radius: 20px; margin-bottom: 18px; }
.fm-hero h1 { font-size: 32px; font-weight: 800; margin: 0 0 6px; letter-spacing: -0.5px; }
.fm-hero h1 span { color: #E8720C; }
.fm-hero-sub { font-size: 15px; color: rgba(255,255,255,0.75); margin: 0 0 28px; }
.fm-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.fm-pill { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: white; font-size: 13px; padding: 6px 14px; border-radius: 20px; }
.fm-pill.orange { background: rgba(232,114,12,0.25); border-color: #E8720C; color: #ffa94d; }
.fm-pill.green { background: rgba(40,167,69,0.25); border-color: #28a745; color: #7ddc8f; }
.fm-pill.red { background: rgba(220,53,69,0.25); border-color: #dc3545; color: #f5a0a8; }
.fm-specs-row { display: flex; flex-wrap: wrap; gap: 20px; border-top: 1px solid rgba(255,255,255,0.15); padding-top: 24px; }
.fm-spec { text-align: center; }
.fm-spec-val { font-size: 22px; font-weight: 800; color: #E8720C; display: block; }
.fm-spec-lbl { font-size: 11px; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 1px; }
.fm-alerte { background: linear-gradient(135deg, #E8720C, #c85e08); color: white; border-radius: 10px; padding: 22px 28px; margin: 24px 0; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; box-shadow: 0 4px 20px rgba(232,114,12,0.3); }
.fm-alerte-icon { font-size: 42px; flex-shrink: 0; }
.fm-alerte-content h3 { font-size: 18px; font-weight: 800; margin: 0 0 4px; }
.fm-alerte-content p { font-size: 14px; opacity: 0.9; margin: 0; }
.fm-alerte-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.fm-alerte-badge { background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.35); border-radius: 20px; padding: 4px 14px; font-size: 12px; font-weight: 700; }
.fm-leasing { background: linear-gradient(135deg, #155724, #1e7e34); color: white; border-radius: 10px; padding: 22px 28px; margin: 24px 0; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.fm-leasing-icon { font-size: 36px; flex-shrink: 0; }
.fm-leasing-content h3 { font-size: 16px; font-weight: 800; margin: 0 0 4px; color: #7ddc8f; }
.fm-leasing-content p { font-size: 14px; opacity: 0.9; margin: 0; }
.fm-section { margin: 32px 0; }
.fm-section-title { font-size: 20px; font-weight: 800; color: #1C1008; border-left: 4px solid #E8720C; padding-left: 14px; margin-bottom: 20px; }
.fm-intro { background: #f0f7ff; border: 1px solid #c8dff0; border-radius: 10px; padding: 22px 24px; margin: 24px 0; font-size: 15px; color: #333; }
.fm-intro strong { color: #1C1008; }
.fm-args { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; margin: 24px 0; }
.fm-arg { background: white; border: 1px solid #e0e8f0; border-radius: 10px; padding: 18px 16px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.fm-arg-icon { font-size: 28px; margin-bottom: 8px; }
.fm-arg-title { font-size: 13px; font-weight: 800; color: #1C1008; margin-bottom: 4px; }
.fm-arg-desc { font-size: 12px; color: #666; }
.fm-perf { background: linear-gradient(135deg, #1C1008, #2E1A0E); color: white; border-radius: 10px; padding: 28px 32px; margin: 24px 0; }
.fm-perf h3 {