.fm-wrap { font-family: 'Segoe UI', Arial, sans-serif; color: #1C2B3A; line-height: 1.7; max-width: 860px; }
.fm-hero-band {
background: linear-gradient(135deg, #0D1E35 0%, #1A3A5C 60%, #2A6496 100%);
border-radius: 8px;
padding: 36px 32px;
text-align: center;
margin-bottom: 28px;
position: relative;
overflow: hidden;
}
.fm-hero-band::before {
content: '';
position: absolute;
bottom: 0; left: 0; right: 0;
height: 4px;
background: linear-gradient(90deg, #E8720C, #F5924A, #E8720C);
}
.fm-hero-band .fm-tag {
display: inline-block;
background: #E8720C;
color: #fff;
font-size: 10px;
font-weight: 700;
letter-spacing: 2.5px;
text-transform: uppercase;
padding: 4px 16px;
border-radius: 2px;
margin-bottom: 14px;
}
.fm-hero-band h1 {
font-size: 38px;
font-weight: 900;
color: #fff;
letter-spacing: -1px;
margin: 0 0 4px;
text-transform: uppercase;
}
.fm-hero-band h1 span { color: #F5924A; }
.fm-hero-band p {
color: rgba(255,255,255,0.6);
font-size: 12px;
letter-spacing: 3px;
text-transform: uppercase;
margin: 0 0 20px;
}
.fm-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 24px; }
.fm-pill {
background: rgba(255,255,255,0.1);
border: 1px solid rgba(255,255,255,0.2);
color: rgba(255,255,255,0.85);
font-size: 12px;
font-weight: 600;
padding: 4px 14px;
border-radius: 20px;
}
.fm-refit-badge {
display: inline-block;
background: rgba(232,114,12,0.15);
border: 2px solid #E8720C;
border-radius: 6px;
padding: 14px 28px;
color: #F5924A;
font-size: 22px;
font-weight: 900;
}
.fm-refit-badge small {
display: block;
font-size: 11px;
color: rgba(255,255,255,0.5);
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 2px;
}
.fm-intro {
background: #fff;
border-left: 5px solid #E8720C;
border-radius: 0 8px 8px 0;
padding: 22px 26px;
margin-bottom: 28px;
font-size: 15px;
color: #1A3A5C;
box-shadow: 0 2px 12px rgba(13,30,53,0.07);
}
.fm-section-title {
display: flex;
align-items: center;
gap: 10px;
font-size: 18px;
font-weight: 800;
color: #0D1E35;
text-transform: uppercase;
letter-spacing: 0.5px;
margin: 32px 0 18px;
padding-bottom: 10px;
border-bottom: 2px solid #DDE4ED;
position: relative;
}
.fm-section-title::after {
content: '';
position: absolute;
bottom: -2px; left: 0;
width: 40px; height: 2px;
background: #E8720C;
}
.fm-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 20px; }
@media (max-width: 600px) { .fm-grid { grid-template-columns: 1fr; } }
.fm-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(13,30,53,0.08); border-top: 3px solid #E8720C; }
.fm-card-head { background: #0D1E35; padding: 13px 18px; display: flex; align-items: center; gap: 10px; }
.fm-card-head span { font-size: 20px; }
.fm-card-head h3 { font-size: 13px; font-weight: 700; color: #fff; margin: 0; line-height: 1.3; }
.fm-card-body { padding: 16px 18px; }
.fm-card-body ul { list-style: none; padding: 0; margin: 0; }
.fm-card-body ul li {
font-size: 13px;
color: #2e3f52;
padding: 5px 0;
border-bottom: 1px solid #EEF2F7;
display: flex;
align-items: flex-start;
gap: 8px;
line-height: 1.5;
}
.fm-card-body ul li:last-child { border-bottom: none; }
.fm-card-body ul li::before { content: '✓'; color: #1E7A45; font-weight: 800; font-size: 12px; margin-top: 2px; flex-shrink: 0; }
.fm-card-note {
margin-top: 12px;
background: #F5F7FA;
border-left: 3px solid #E8720C;
padding: 8px 12px;
border-radius: 0 4px 4px 0;
font-size: 12.5px;
color: #2A6496;
font-style: italic;
font-weight: 600;
}
.fm-total {
background: linear-gradient(135deg, #0D1E35, #1A3A5C);
border-radius: 8px;
padding: 24px 32px;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 16px;
margin-bottom: 28px;
box-shadow: 0 4px 20px rgba(13,30,53,0.18);
}
.fm-total-left p { font-size: 11px; color: rgba(255,