/* ══════════════════════════════════════════════════════════
   TRANSAY — FİLO YÖNETİMİ SAYFASI
   wwwroot/assets/css/pages/technology/fleet-management.css
   Ana renk: #04405e · Tonlar + beyaz tonları
   Section padding: global (.section 'den gelir, burada override yok)
   ══════════════════════════════════════════════════════════ */

.fm-page {
    --fm-primary: #04405e;          /* ana marka */
    --fm-primary-2: #0a5a80;        /* açık ton */
    --fm-primary-3: #062f47;        /* koyu ton */
    --fm-ink: #0d2238;              /* metin koyu */
    --fm-ink-soft: #5d6b82;         /* metin soft */
    --fm-border: rgba(4, 64, 94, 0.14);
    --fm-border-soft: rgba(13, 34, 56, 0.08);
    --fm-surface: #ffffff;
    --fm-surface-2: #f5f9fc;
    --fm-surface-3: #eaf2f8;
    --fm-shadow: 0 12px 40px rgba(4, 64, 94, 0.08);
    --fm-shadow-lg: 0 24px 60px rgba(4, 64, 94, 0.14);
}

/* ── Ortak tipografi yardımcıları ────────────────────────── */
.fm-page .fm-kicker {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--fm-primary);
    margin-bottom: 14px;
}

.fm-page .fm-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(4, 64, 94, 0.08);
    color: var(--fm-primary);
    border: 1px solid rgba(4, 64, 94, 0.18);
    padding: 5px 16px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.fm-page .fm-chip-inline { margin-bottom: 10px; }
.fm-page .fm-chip-light {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.24);
}

.fm-page .fm-section-head {
    max-width: 860px;
    margin: 0 auto 48px;
}
.fm-page .fm-section-title {
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    font-weight: 700;
    color: var(--fm-ink);
    line-height: 1.22;
    margin-bottom: 14px;
}
.fm-page .fm-section-title-left { text-align: left; }
.fm-page .fm-section-desc {
    font-size: 1rem;
    color: var(--fm-ink-soft);
    line-height: 1.85;
    max-width: 720px;
    margin: 0 auto;
}
.fm-page .fm-section-desc-left {
    text-align: left;
    margin-left: 0;
}
.fm-page .fm-section-desc + .fm-section-desc { margin-top: 16px; }

/* ── Butonlar ────────────────────────────────────────────── */
.fm-page .fm-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    border-radius: 10px;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
    border: none;
    line-height: 1.1;
}
.fm-page .fm-btn:hover { transform: translateY(-2px); }

.fm-page .fm-btn-main {
    background: linear-gradient(135deg, var(--fm-primary) 0%, var(--fm-primary-2) 100%);
    color: #fff;
    box-shadow: 0 14px 30px rgba(4, 64, 94, 0.25);
}
.fm-page .fm-btn-main:hover { color: #fff; box-shadow: 0 18px 38px rgba(4, 64, 94, 0.32); }

.fm-page .fm-btn-ghost {
    background: transparent;
    color: var(--fm-ink);
    border: 1.5px solid rgba(13, 34, 56, 0.16);
}
.fm-page .fm-btn-ghost:hover { background: var(--fm-surface-2); color: var(--fm-primary); }

.fm-page .fm-btn-light {
    background: #fff;
    color: var(--fm-primary);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.fm-page .fm-btn-light:hover { background: var(--fm-surface-3); color: var(--fm-primary); }

/* ══════════════════════════════════════════════════════════
   HERO
   ══════════════════════════════════════════════════════════ */
.fm-page .fm-hero-section { background: var(--fm-surface-2); }

.fm-page .fm-hero-title {
    font-size: clamp(2rem, 4vw, 2.9rem);
    font-weight: 800;
    color: var(--fm-ink);
    line-height: 1.15;
    margin-bottom: 18px;
    letter-spacing: -0.01em;
}
.fm-page .fm-hero-text {
    font-size: 1.05rem;
    color: var(--fm-ink-soft);
    line-height: 1.85;
    margin-bottom: 28px;
    max-width: 560px;
}
.fm-page .fm-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
}
.fm-page .fm-hero-bullets {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.fm-page .fm-hero-bullet {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.9rem;
    color: var(--fm-ink-soft);
    line-height: 1.55;
}
.fm-page .fm-hero-bullet i {
    color: var(--fm-primary);
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 2px;
}

/* ── Hero sahne (koyu panel) ─────────────────────────────── */
.fm-page .fm-hero-stage {
    position: relative;
    border-radius: 24px;
    background: linear-gradient(145deg, #062f47 0%, #04405e 55%, #03283a 100%);
    box-shadow: var(--fm-shadow-lg);
    overflow: hidden;
    padding: 28px;
    min-height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.fm-page .fm-stage-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}
.fm-page .fm-stage-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(70px);
    pointer-events: none;
    animation: fmGlow 7s ease-in-out infinite;
}
.fm-page .fm-stage-glow-a {
    width: 260px;
    height: 260px;
    top: -40px;
    right: -40px;
    background: rgba(10, 90, 128, 0.35);
}
.fm-page .fm-stage-glow-b {
    width: 200px;
    height: 200px;
    bottom: 0;
    left: 0;
    background: rgba(4, 64, 94, 0.45);
    animation-delay: -3s;
}
@keyframes fmGlow {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.7; }
}

.fm-page .fm-stage-window {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    animation: fmFloat 6s ease-in-out infinite;
}
@keyframes fmFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}
.fm-page .fm-stage-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    background: rgba(10, 90, 128, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.fm-page .fm-stage-top span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.7);
}
.fm-page .fm-stage-top strong {
    font-size: 0.82rem;
    color: #fff;
    font-weight: 700;
}
.fm-page .fm-stage-live {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #5ad4a3;
    box-shadow: 0 0 0 0 rgba(90, 212, 163, 0.6);
    animation: fmPulse 1.8s ease infinite;
}
@keyframes fmPulse {
    0% { box-shadow: 0 0 0 0 rgba(90, 212, 163, 0.6); }
    70% { box-shadow: 0 0 0 10px rgba(90, 212, 163, 0); }
    100% { box-shadow: 0 0 0 0 rgba(90, 212, 163, 0); }
}

.fm-page .fm-stage-metrics {
    display: flex;
    padding: 14px 18px;
    gap: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.fm-page .fm-stage-metric {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 0 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.fm-page .fm-stage-metric:first-child { padding-left: 0; }
.fm-page .fm-stage-metric:last-child { border-right: none; }
.fm-page .fm-stage-metric small { font-size: 0.66rem; color: rgba(255, 255, 255, 0.5); }
.fm-page .fm-stage-metric strong { font-size: 1.05rem; font-weight: 800; color: #fff; font-variant-numeric: tabular-nums; }

.fm-page .fm-stage-chart { padding: 18px 18px 16px; }
.fm-page .fm-bars {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 86px;
}
.fm-page .fm-bars span {
    flex: 1;
    border-radius: 4px 4px 0 0;
    background: rgba(10, 90, 128, 0.55);
    animation: fmBarGrow 1s ease forwards;
    transform-origin: bottom;
}
.fm-page .fm-bars .is-1 { height: 42%; animation-delay: 0.1s; }
.fm-page .fm-bars .is-2 { height: 66%; animation-delay: 0.2s; background: rgba(10, 90, 128, 0.75); }
.fm-page .fm-bars .is-3 { height: 52%; animation-delay: 0.3s; }
.fm-page .fm-bars .is-4 { height: 82%; animation-delay: 0.4s; background: rgba(10, 90, 128, 0.88); }
.fm-page .fm-bars .is-5 { height: 62%; animation-delay: 0.5s; }
.fm-page .fm-bars .is-6 { height: 92%; animation-delay: 0.6s; background: #0a5a80; }
.fm-page .fm-bars .is-7 { height: 72%; animation-delay: 0.7s; }
@keyframes fmBarGrow {
    from { transform: scaleY(0); opacity: 0; }
    to   { transform: scaleY(1); opacity: 1; }
}
.fm-page .fm-bars-legend {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.fm-page .fm-bars-legend span {
    flex: 1;
    text-align: center;
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.4);
}

/* Floating kartlar */
.fm-page .fm-floating-card {
    position: relative;
    z-index: 3;
    padding: 12px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    color: #fff;
}
.fm-page .fm-floating-card span {
    display: block;
    font-size: 0.64rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 4px;
}
.fm-page .fm-floating-card strong {
    display: block;
    font-size: 0.98rem;
    font-weight: 800;
    margin-bottom: 4px;
}
.fm-page .fm-floating-card p {
    margin: 0;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.55;
}
.fm-page .fm-floating-card-a { animation: fmFloatA 6.5s ease-in-out infinite; }
.fm-page .fm-floating-card-b { animation: fmFloatB 7s ease-in-out infinite; }
.fm-page .fm-floating-card-c { animation: fmFloatA 5.5s ease-in-out infinite 1s; }
@keyframes fmFloatA { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes fmFloatB { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(7px); } }

/* ══════════════════════════════════════════════════════════
   OPERATIONS — hikâye kartları + görsel banner
   ══════════════════════════════════════════════════════════ */
.fm-page .fm-operations-section { background: var(--fm-surface); }

.fm-page .fm-story-card {
    background: var(--fm-surface);
    border: 1px solid var(--fm-border-soft);
    border-radius: 20px;
    padding: 32px;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.fm-page .fm-story-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--fm-shadow);
    border-color: rgba(4, 64, 94, 0.18);
}
.fm-page .fm-story-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--fm-primary), var(--fm-primary-2));
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 20px;
    box-shadow: 0 10px 24px rgba(4, 64, 94, 0.22);
}
.fm-page .fm-story-card h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--fm-ink);
    margin-bottom: 14px;
    line-height: 1.3;
}
.fm-page .fm-story-card p {
    font-size: 0.95rem;
    color: var(--fm-ink-soft);
    line-height: 1.8;
    margin-bottom: 0;
}
.fm-page .fm-story-card p + p { margin-top: 12px; }

/* ── Operations banner (geniş görsel şeridi) ──────────────── */
.fm-page .fm-op-banner {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    margin: 32px 0;
    min-height: 280px;
    box-shadow: var(--fm-shadow-lg);
    isolation: isolate;
}
.fm-page .fm-op-banner-image {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.fm-page .fm-op-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.fm-page .fm-op-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
        rgba(3, 40, 58, 0.92) 0%,
        rgba(4, 64, 94, 0.78) 45%,
        rgba(4, 64, 94, 0.35) 100%);
    z-index: 1;
}
.fm-page .fm-op-banner-overlay {
    position: relative;
    z-index: 2;
    padding: 48px 44px;
    max-width: 620px;
    color: #fff;
}
.fm-page .fm-op-banner-overlay h3 {
    font-size: clamp(1.3rem, 2.2vw, 1.8rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    margin: 6px 0 12px;
}
.fm-page .fm-op-banner-overlay p {
    font-size: 0.98rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.75;
    margin: 0;
}

/* ══════════════════════════════════════════════════════════
   MONITORING — 7/24 izleme merkezi
   ══════════════════════════════════════════════════════════ */
.fm-page .fm-monitoring-section { background: var(--fm-surface-2); }

.fm-page .fm-mon-copy { max-width: 560px; }

.fm-page .fm-mon-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 28px;
}
.fm-page .fm-mon-feature {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.fm-page .fm-mon-feature i {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(4, 64, 94, 0.08);
    color: var(--fm-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.fm-page .fm-mon-feature strong {
    display: block;
    font-size: 1rem;
    color: var(--fm-ink);
    font-weight: 700;
    margin-bottom: 4px;
}
.fm-page .fm-mon-feature span {
    display: block;
    font-size: 0.9rem;
    color: var(--fm-ink-soft);
    line-height: 1.6;
}

/* Sağ pano (koyu kart) */
.fm-page .fm-mon-stage {
    background: linear-gradient(160deg, #062f47 0%, #04405e 100%);
    border-radius: 22px;
    padding: 28px;
    height: 100%;
    color: #fff;
    box-shadow: var(--fm-shadow-lg);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.fm-page .fm-mon-stage::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(10, 90, 128, 0.35);
    filter: blur(60px);
    pointer-events: none;
}

.fm-page .fm-mon-stage-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
    position: relative;
    z-index: 1;
}
.fm-page .fm-mon-stage-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
}
.fm-page .fm-mon-stage-dot {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 5px 12px;
    border-radius: 999px;
}
.fm-page .fm-mon-stage-dot span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #5ad4a3;
    animation: fmPulse 1.8s ease infinite;
}

.fm-page .fm-mon-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    position: relative;
    z-index: 1;
}
.fm-page .fm-mon-cell {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 18px;
    transition: background 0.25s ease, border-color 0.25s ease;
}
.fm-page .fm-mon-cell:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}
.fm-page .fm-mon-cell-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.fm-page .fm-mon-cell-head span {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 700;
}
.fm-page .fm-mon-cell-head i {
    font-size: 1.1rem;
    color: #7ec0e0;
}
.fm-page .fm-mon-cell p {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
}

.fm-page .fm-mon-footer {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    position: relative;
    z-index: 1;
}
.fm-page .fm-mon-stat { text-align: center; }
.fm-page .fm-mon-stat strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: #fff;
}
.fm-page .fm-mon-stat span {
    display: block;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 2px;
}

/* ── Stage alt görsel alanı (boşluğu dolduran) ─────────────── */
.fm-page .fm-mon-stage-visual {
    margin-top: 22px;
    position: relative;
    z-index: 1;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    flex: 1;
    min-height: 220px;
    isolation: isolate;
}
.fm-page .fm-mon-stage-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    inset: 0;
}
.fm-page .fm-mon-stage-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        rgba(3, 40, 58, 0.12) 0%,
        rgba(3, 40, 58, 0.2) 55%,
        rgba(3, 40, 58, 0.85) 100%);
}
.fm-page .fm-mon-stage-visual-caption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
    z-index: 2;
    color: #fff;
}
.fm-page .fm-mon-stage-visual-caption span {
    display: block;
    font-size: 0.66rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.68);
    margin-bottom: 2px;
}
.fm-page .fm-mon-stage-visual-caption strong {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}

/* ══════════════════════════════════════════════════════════
   KPI & REPORTING
   ══════════════════════════════════════════════════════════ */
.fm-page .fm-kpi-section { background: var(--fm-surface); }

.fm-page .fm-kpi-card {
    background: var(--fm-surface);
    border: 1px solid var(--fm-border-soft);
    border-radius: 18px;
    padding: 28px;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.fm-page .fm-kpi-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--fm-shadow);
    border-color: rgba(4, 64, 94, 0.18);
}
.fm-page .fm-kpi-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(4, 64, 94, 0.08);
    color: var(--fm-primary);
    font-size: 1.3rem;
    margin-bottom: 18px;
}
.fm-page .fm-kpi-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--fm-ink);
    margin-bottom: 12px;
    line-height: 1.3;
}
.fm-page .fm-kpi-card p {
    font-size: 0.92rem;
    color: var(--fm-ink-soft);
    line-height: 1.75;
    margin-bottom: 0;
}

/* KPI board — 2 sütun: görsel + progress list */
.fm-page .fm-kpi-board {
    margin-top: 36px;
    background: var(--fm-surface);
    border: 1px solid var(--fm-border-soft);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--fm-shadow);
}
.fm-page .fm-kpi-board-visual {
    position: relative;
    min-height: 100%;
    height: 100%;
    overflow: hidden;
    isolation: isolate;
}
.fm-page .fm-kpi-board-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.fm-page .fm-kpi-board-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(3, 40, 58, 0.72) 0%,
        rgba(4, 64, 94, 0.55) 55%,
        rgba(10, 90, 128, 0.35) 100%);
}
.fm-page .fm-kpi-board-visual-overlay {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 26px;
    z-index: 2;
    color: #fff;
}
.fm-page .fm-kpi-board-visual-overlay strong {
    display: block;
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
}
.fm-page .fm-kpi-board-visual-overlay p {
    margin: 0;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.6;
}
.fm-page .fm-kpi-board-content {
    padding: 36px 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(145deg, var(--fm-surface-2) 0%, #fff 100%);
}
.fm-page .fm-kpi-board-head {
    margin-bottom: 24px;
}
.fm-page .fm-kpi-board-head h3 {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--fm-ink);
    margin: 6px 0 10px;
    line-height: 1.3;
}
.fm-page .fm-kpi-board-head p {
    font-size: 0.88rem;
    color: var(--fm-ink-soft);
    margin: 0;
    line-height: 1.65;
}

.fm-page .fm-progress-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.fm-page .fm-progress-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 0.88rem;
    color: var(--fm-ink);
    font-weight: 600;
}
.fm-page .fm-progress-meta span:last-child {
    color: var(--fm-primary);
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}
.fm-page .fm-progress-bar {
    position: relative;
    height: 8px;
    border-radius: 999px;
    background: rgba(4, 64, 94, 0.08);
    overflow: hidden;
}
.fm-page .fm-progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--fm-primary) 0%, var(--fm-primary-2) 100%);
    transition: width 1.2s cubic-bezier(0.2, 0.7, 0.3, 1);
}

/* ══════════════════════════════════════════════════════════
   CTA
   ══════════════════════════════════════════════════════════ */
.fm-page .fm-cta-section { background: var(--fm-surface); }

.fm-page .fm-cta-box {
    background: linear-gradient(135deg, var(--fm-primary-3) 0%, var(--fm-primary) 55%, var(--fm-primary-2) 100%);
    border-radius: 24px;
    padding: 48px 44px;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: var(--fm-shadow-lg);
}
.fm-page .fm-cta-box::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}
.fm-page .fm-cta-box::after {
    content: '';
    position: absolute;
    bottom: -120px;
    left: -60px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.14);
    pointer-events: none;
}
.fm-page .fm-cta-title {
    font-size: clamp(1.4rem, 2.4vw, 1.9rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    margin: 8px 0 12px;
    position: relative;
    z-index: 1;
}
.fm-page .fm-cta-text {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.7;
    position: relative;
    z-index: 1;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════ */
@media (max-width: 991.98px) {
    .fm-page .fm-hero-stage { min-height: 380px; margin-top: 24px; }
    .fm-page .fm-mon-stage { margin-top: 24px; }
    .fm-page .fm-cta-box { padding: 40px 28px; }
    .fm-page .fm-op-banner-overlay { padding: 40px 28px; max-width: 100%; }
    .fm-page .fm-op-banner { min-height: 240px; }
    .fm-page .fm-kpi-board-visual { min-height: 260px; }
    .fm-page .fm-kpi-board-content { padding: 32px 28px; }
}

@media (max-width: 575.98px) {
    .fm-page .fm-story-card,
    .fm-page .fm-kpi-card { padding: 24px; }
    .fm-page .fm-mon-stage { padding: 22px; }
    .fm-page .fm-hero-stage { padding: 22px; }
    .fm-page .fm-stage-metrics { flex-wrap: wrap; gap: 12px; }
    .fm-page .fm-stage-metric {
        flex: 1 1 45%;
        border-right: none;
        padding: 0;
    }
    .fm-page .fm-mon-grid { grid-template-columns: 1fr; }
    .fm-page .fm-mon-footer { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .fm-page .fm-cta-box { padding: 32px 22px; }
    .fm-page .fm-op-banner-overlay { padding: 32px 22px; }
    .fm-page .fm-op-banner-overlay h3 { font-size: 1.2rem; }
    .fm-page .fm-kpi-board-content { padding: 28px 22px; }
    .fm-page .fm-mon-stage-visual { min-height: 180px; }
}
