/* ══════════════════════════════════════════════════════════
   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;
    }
}


/* ══════════════════════════════════════════════════════════
   MODÜL HUB — modules sayfasından taşınan filo modülleri
   ══════════════════════════════════════════════════════════ */
.fm-page .fm-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.75s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: opacity, transform;
}

    .fm-page .fm-reveal.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

.fm-page .fm-module-hub-section {
    position: relative;
    background: linear-gradient(180deg, var(--fm-surface-2) 0%, #ffffff 100%);
    overflow: hidden;
    isolation: isolate;
}

.fm-page .fm-module-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.fm-page .fm-module-bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.5;
}

.fm-page .fm-module-bg-orb-a {
    width: 340px;
    height: 340px;
    top: -120px;
    left: -120px;
    background: rgba(10, 90, 128, 0.18);
}

.fm-page .fm-module-bg-orb-b {
    width: 360px;
    height: 360px;
    right: -160px;
    bottom: -160px;
    background: rgba(4, 64, 94, 0.14);
}

.fm-page .fm-module-bg-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(4, 64, 94, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(4, 64, 94, 0.04) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: radial-gradient(circle at center, rgba(0,0,0,0.9), transparent 82%);
}

.fm-page .fm-module-filterbar {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: -10px auto 34px;
}

.fm-page .fm-module-filter {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(4, 64, 94, 0.12);
    background: rgba(255, 255, 255, 0.78);
    color: var(--fm-ink);
    padding: 12px 18px;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 18px 40px rgba(4, 64, 94, 0.07);
    backdrop-filter: blur(10px);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

    .fm-page .fm-module-filter i {
        font-size: 1rem;
        color: var(--fm-primary);
    }

    .fm-page .fm-module-filter:hover,
    .fm-page .fm-module-filter.is-active {
        transform: translateY(-2px);
        border-color: rgba(4, 64, 94, 0.24);
        background: linear-gradient(135deg, rgba(4, 64, 94, 0.1) 0%, rgba(10, 90, 128, 0.14) 100%);
        color: var(--fm-primary);
        box-shadow: 0 20px 46px rgba(4, 64, 94, 0.13);
    }

    .fm-page .fm-module-filter:not(.is-active) {
        opacity: 1;
        filter: none;
    }

        .fm-page .fm-module-filter:not(.is-active) i {
            color: var(--fm-primary);
        }

.fm-page .fm-module-spotlight {
    position: relative;
    height: 100%;
    min-height: 100%;
    border-radius: 24px;
    padding: 30px;
    background: linear-gradient(155deg, #062f47 0%, #04405e 58%, #03283a 100%);
    box-shadow: var(--fm-shadow-lg);
    overflow: hidden;
    color: #fff;
}

.fm-page .fm-module-spotlight-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none;
}

.fm-page .fm-module-spotlight::before,
.fm-page .fm-module-spotlight::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    pointer-events: none;
}

.fm-page .fm-module-spotlight::before {
    width: 220px;
    height: 220px;
    top: -60px;
    right: -60px;
    background: rgba(126, 192, 224, 0.28);
}

.fm-page .fm-module-spotlight::after {
    width: 220px;
    height: 220px;
    bottom: -80px;
    left: -80px;
    background: rgba(10, 90, 128, 0.26);
}

.fm-page .fm-module-spotlight-head,
.fm-page .fm-module-spotlight-list,
.fm-page .fm-module-spotlight-stats,
.fm-page .fm-module-spotlight-visual {
    position: relative;
    z-index: 1;
}

    .fm-page .fm-module-spotlight-head h3 {
        line-height: 1.28;
        font-weight: 800;
        color: #fff;
        margin: 0 0 12px;
    }

    .fm-page .fm-module-spotlight-head p {
        margin: 0;
        color: rgba(255, 255, 255, 0.74);
        font-size: 0.96rem;
        line-height: 1.78;
    }

.fm-page .fm-module-spotlight-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .fm-page .fm-module-spotlight-list li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding: 12px 14px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .fm-page .fm-module-spotlight-list i {
        color: #7ec0e0;
        font-size: 1rem;
        margin-top: 2px;
        flex-shrink: 0;
    }

    .fm-page .fm-module-spotlight-list span {
        color: rgba(255, 255, 255, 0.82);
        font-size: 0.9rem;
        line-height: 1.6;
    }

.fm-page .fm-module-spotlight-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 22px;
}

.fm-page .fm-module-spotlight-stat {
    padding: 14px 12px;
    border-radius: 14px;
    text-align: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

    .fm-page .fm-module-spotlight-stat strong {
        display: block;
        font-size: 1.15rem;
        font-weight: 800;
        color: #fff;
    }

    .fm-page .fm-module-spotlight-stat span {
        display: block;
        margin-top: 3px;
        font-size: 0.69rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.55);
    }

.fm-page .fm-module-spotlight-visual {
    position: relative;
    min-height: 230px;
    margin-top: 28px;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.fm-page .fm-module-core {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: radial-gradient(circle at 30% 30%, rgba(126, 192, 224, 0.42), rgba(126, 192, 224, 0.08) 58%, transparent 70%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: inset 0 0 36px rgba(255, 255, 255, 0.08);
    animation: fmCorePulse 6s ease-in-out infinite;
}

    .fm-page .fm-module-core span {
        font-size: 2rem;
        font-weight: 800;
        line-height: 1;
        color: #fff;
    }

    .fm-page .fm-module-core small {
        font-size: 0.68rem;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.58);
        margin-top: 4px;
    }

.fm-page .fm-module-ring {
    position: absolute;
    inset: 0;
    margin: auto;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.12);
}

.fm-page .fm-module-ring-a {
    width: 180px;
    height: 180px;
    animation: fmOrbitSpin 26s linear infinite;
}

.fm-page .fm-module-ring-b {
    width: 256px;
    height: 256px;
    animation: fmOrbitSpin 36s linear infinite reverse;
}

.fm-page .fm-module-node {
    position: absolute;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

.fm-page .fm-module-node-a {
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
}

.fm-page .fm-module-node-b {
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}

.fm-page .fm-module-node-c {
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
}

.fm-page .fm-module-node-d {
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
}

@keyframes fmCorePulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

@keyframes fmOrbitSpin {
    to {
        transform: rotate(360deg);
    }
}

.fm-page .fm-module-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.fm-page .fm-module-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--fm-border-soft);
    border-radius: 20px;
    padding: 22px 20px 20px;
    min-height: 238px;
    box-shadow: 0 18px 42px rgba(4, 64, 94, 0.07);
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, opacity 0.28s ease, filter 0.28s ease;
}

    .fm-page .fm-module-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        transform: scaleX(0.4);
        transform-origin: left;
        background: linear-gradient(90deg, transparent, var(--fm-primary), transparent);
        transition: transform 0.4s ease;
    }

    .fm-page .fm-module-card:hover {
        transform: translateY(-6px);
        border-color: rgba(4, 64, 94, 0.22);
        box-shadow: 0 26px 56px rgba(4, 64, 94, 0.14);
    }

    .fm-page .fm-module-card.is-active {
        transform: translateY(-6px);
        border-color: rgba(10, 90, 128, 0.38);
        background: linear-gradient(155deg, #062f47 0%, #04405e 58%, #03283a 100%);
        box-shadow: 0 28px 64px rgba(4, 64, 94, 0.24);
    }

        .fm-page .fm-module-card:hover::before,
        .fm-page .fm-module-card.is-active::before {
            transform: scaleX(1);
        }

    .fm-page .fm-module-card.is-muted {
        opacity: 1;
        filter: none;
    }

.fm-page .fm-module-card-glow {
    position: absolute;
    width: 220px;
    height: 220px;
    bottom: -150px;
    right: -120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(10, 90, 128, 0.18), transparent 70%);
    opacity: 0;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.fm-page .fm-module-card:hover .fm-module-card-glow,
.fm-page .fm-module-card.is-active .fm-module-card-glow {
    opacity: 1;
    transform: translate(-16px, -18px);
}

.fm-page .fm-module-card.is-active .fm-module-card-glow {
    background: radial-gradient(circle, rgba(126, 192, 224, 0.22), transparent 70%);
}

.fm-page .fm-module-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.fm-page .fm-module-card-number {
    font-size: 2rem;
    line-height: 1;
    font-weight: 800;
    background: linear-gradient(135deg, var(--fm-primary), rgba(10, 90, 128, 0.45));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fm-page .fm-module-card.is-active .fm-module-card-number {
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: #fff;
    color: #fff;
}

.fm-page .fm-module-card-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(4, 64, 94, 0.07);
    color: var(--fm-primary);
    border: 1px solid rgba(4, 64, 94, 0.14);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fm-page .fm-module-card.is-active .fm-module-card-tag {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.18);
}

.fm-page .fm-module-card h3 {
    font-size: 1rem;
    line-height: 1.38;
    color: var(--fm-ink);
    margin-bottom: 10px;
    font-weight: 800;
}

.fm-page .fm-module-card > p {
    font-size: 0.89rem;
    line-height: 1.66;
    color: var(--fm-ink-soft);
    margin-bottom: 14px;
}

.fm-page .fm-module-card.is-active h3 {
    color: #fff;
}

.fm-page .fm-module-card.is-active > p {
    color: rgba(255, 255, 255, 0.82);
}

.fm-page .fm-module-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fm-page .fm-module-card li {
    position: relative;
    padding-left: 16px;
    font-size: 0.84rem;
    line-height: 1.5;
    color: var(--fm-ink);
}

    .fm-page .fm-module-card li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 9px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--fm-primary);
        box-shadow: 0 0 0 4px rgba(4, 64, 94, 0.08);
    }

.fm-page .fm-module-card.is-active li {
    color: rgba(255, 255, 255, 0.86);
}

    .fm-page .fm-module-card.is-active li::before {
        background: #fff;
        box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.12);
    }

.fm-page .fm-module-flow {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 30px;
}

.fm-page .fm-module-flow-step {
    position: relative;
    padding: 22px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--fm-border-soft);
    box-shadow: 0 16px 38px rgba(4, 64, 94, 0.07);
    overflow: hidden;
}

    .fm-page .fm-module-flow-step::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, var(--fm-primary-2), var(--fm-primary));
    }

    .fm-page .fm-module-flow-step span {
        display: inline-block;
        font-size: 0.74rem;
        font-weight: 800;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: rgba(4, 64, 94, 0.5);
        margin-bottom: 10px;
    }

    .fm-page .fm-module-flow-step strong {
        display: block;
        font-size: 1rem;
        color: var(--fm-ink);
        margin-bottom: 8px;
    }

    .fm-page .fm-module-flow-step p {
        margin: 0;
        color: var(--fm-ink-soft);
        font-size: 0.88rem;
        line-height: 1.7;
    }

@media (max-width: 1199.98px) {
    .fm-page .fm-module-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fm-page .fm-module-flow {
        grid-template-columns: repeat(2, 1fr);
    }

    .fm-page .fm-module-spotlight {
        margin-bottom: 2px;
    }
}

@media (max-width: 767.98px) {
    .fm-page .fm-module-filterbar {
        justify-content: stretch;
        gap: 10px;
    }

    .fm-page .fm-module-filter {
        width: 100%;
        justify-content: center;
    }

    .fm-page .fm-module-grid,
    .fm-page .fm-module-flow,
    .fm-page .fm-module-spotlight-stats {
        grid-template-columns: 1fr;
    }

    .fm-page .fm-module-spotlight {
        padding: 24px 20px;
    }

    .fm-page .fm-module-spotlight-visual {
        min-height: 200px;
    }

    .fm-page .fm-module-node {
        font-size: 0.62rem;
        padding: 6px 10px;
    }

    .fm-page .fm-module-card {
        min-height: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fm-page .fm-reveal,
    .fm-page .fm-module-core,
    .fm-page .fm-module-ring,
    .fm-page .fm-floating-card,
    .fm-page .fm-stage-glow,
    .fm-page .fm-stage-window {
        animation: none !important;
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}


/* ══════════════════════════════════════════════════════════
   MODÜL HUB OVERRIDE — spotlight sabitleme + stat sadeleştirme
   Bunu dosyanın en altına ekle
   ══════════════════════════════════════════════════════════ */

.fm-page .fm-module-spotlight {
    display: grid;
    grid-template-rows: 144px 228px 88px 230px;
    gap: 18px;
    align-content: start;
    min-height: 760px;
    height: 100%;
    padding: 30px;
}

.fm-page .fm-module-spotlight-head,
.fm-page .fm-module-spotlight-stats,
.fm-page .fm-module-spotlight-visual {
    margin: 0;
    min-width: 0;
}

.fm-page .fm-module-spotlight-head {
    min-height: 220px;
    overflow: hidden;
}

    .fm-page .fm-module-spotlight-head h3 {
        margin: 0 0 10px;
        min-height: 52px;
        max-height: 52px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .fm-page .fm-module-spotlight-head p {
        margin: 0;
        max-height: 84px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.fm-page .fm-module-spotlight-list {
    min-height: 228px;
    max-height: 228px;
    gap: 10px;
    overflow: hidden;
}

    .fm-page .fm-module-spotlight-list li {
        min-height: 48px;
        padding: 12px 14px;
        align-items: center;
    }

    .fm-page .fm-module-spotlight-list span {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

/* Stat alanını daha sade ve mantıklı göster */
.fm-page .fm-module-spotlight-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    min-height: 88px;
    max-height: 88px;
    margin-top: 0;
}

.fm-page .fm-module-spotlight-stat {
    min-height: 88px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.045) 100%);
    border: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

    .fm-page .fm-module-spotlight-stat strong {
        display: block;
        font-size: 0.96rem;
        line-height: 1.3;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: 0.01em;
    }

    .fm-page .fm-module-spotlight-stat span {
        display: block;
        margin-top: 4px;
        font-size: 0.64rem;
        line-height: 1.2;
        letter-spacing: 0.11em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.5);
    }

/* Görsel alanın da yeri sabit kalsın */
.fm-page .fm-module-spotlight-visual {
    min-height: 350px;
    max-height: 350px;
    margin-top: 0;
}

/* Sol panelin iç glow/orbit elemanları taşma yapmasın */
.fm-page .fm-module-core {
    width: 110px;
    height: 110px;
}

.fm-page .fm-module-ring-a {
    width: 172px;
    height: 172px;
}

.fm-page .fm-module-ring-b {
    width: 238px;
    height: 238px;
}

/* Sağ kartlar ile sol panel yüksekliği daha dengeli dursun */
.fm-page .fm-module-grid {
    align-items: stretch;
}

.fm-page .fm-module-card {
    min-height: 238px;
    height: 100%;
}

/* Tablet ve altı: sabit yükseklikleri gevşet */
@media (max-width: 1199.98px) {
    .fm-page .fm-module-spotlight {
        grid-template-rows: auto auto auto 220px;
        min-height: auto;
    }

    .fm-page .fm-module-spotlight-head,
    .fm-page .fm-module-spotlight-list,
    .fm-page .fm-module-spotlight-stats,
    .fm-page .fm-module-spotlight-visual {
        min-height: auto;
        max-height: none;
    }
}

@media (max-width: 767.98px) {
    .fm-page .fm-module-spotlight {
        grid-template-rows: auto auto auto 200px;
        padding: 24px 20px;
        gap: 16px;
    }

    .fm-page .fm-module-spotlight-head h3,
    .fm-page .fm-module-spotlight-head p,
    .fm-page .fm-module-spotlight-list span {
        display: block;
        max-height: none;
        overflow: visible;
    }

    .fm-page .fm-module-spotlight-stats {
        grid-template-columns: 1fr;
        min-height: auto;
        max-height: none;
    }

    .fm-page .fm-module-spotlight-stat {
        min-height: 76px;
    }

    .fm-page .fm-module-spotlight-visual {
        min-height: 200px;
        max-height: 200px;
    }
}