.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, #0D1E35 0%, #1a3a5c 60%, #0D1E35 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: 34px; font-weight: 800; margin: 0 0 6px; letter-spacing: -0.5px; }
.fm-hero h1 span { color: #E8720C; }
.fm-hero-sub { font-size: 16px; 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-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-eco { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; border-radius: 10px; overflow: hidden; margin: 24px 0; box-shadow: 0 4px 20px rgba(0,0,0,0.12); }
.fm-eco-cell { padding: 24px 20px; text-align: center; }
.fm-eco-cell.c1 { background: #e8f0e8; }
.fm-eco-cell.c2 { background: #0D1E35; color: white; }
.fm-eco-cell.c3 { background: #E8720C; color: white; }
.fm-eco-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; opacity: 0.75; margin-bottom: 8px; }
.fm-eco-val { font-size: 26px; font-weight: 900; line-height: 1; }
.fm-eco-sub { font-size: 11px; margin-top: 6px; opacity: 0.8; }
.fm-section { margin: 32px 0; }
.fm-section-title { font-size: 20px; font-weight: 800; color: #0D1E35; border-left: 4px solid #E8720C; padding-left: 14px; margin-bottom: 20px; }
.fm-quote { background: #f8f9fa; border-left: 5px solid #E8720C; padding: 20px 24px; border-radius: 0 8px 8px 0; margin: 24px 0; font-style: italic; color: #444; font-size: 15px; }
.fm-quote cite { display: block; margin-top: 10px; font-style: normal; font-weight: 700; font-size: 13px; color: #E8720C; }
.fm-assets { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 16px 0; }
.fm-atout { background: #f0f7f0; border: 1px solid #c8e0c8; border-radius: 8px; padding: 12px 16px; font-size: 14px; color: #1a3a1a; display: flex; align-items: center; gap: 10px; }
.fm-asset::before { content: '✅'; font-size: 16px; flex-shrink: 0; }
.fm-motor { background: linear-gradient(135deg, #0D1E35, #1a3a5c); color: white; border-radius: 10px; padding: 28px 32px; margin: 24px 0; }
.fm-motor H3 { color: #E8720C; font-size: 18px; font-weight: 800; margin: 0 0 6px; }
.fm-motor-main { font-size: 22px; font-weight: 900; margin: 0 0 20px; }
.fm-motor-main span { color: #E8720C; }
.fm-motor-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(232,114,12,0.2); border: 1px solid rgba(232,114,12,0.4); border-radius: 20px; padding: 6px 16px; font-size: 13px; font-weight: 700; color: #ffa94d; margin-right: 10px; margin-bottom: 10px; }
.fm-table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 14px; }
.fm-table thead tr { background: #0D1E35; color: white; }
.fm-table thead th { padding: 12px 16