.field-operations-page {
    --fo-bg: #f4f7fa;
    --fo-surface: #ffffff;
    --fo-text: #102338;
    --fo-text-soft: #5c6d80;
    --fo-border: rgba(16, 35, 56, 0.08);
    --fo-shadow: 0 16px 34px rgba(10, 22, 35, 0.06);
    --fo-shadow-hover: 0 24px 44px rgba(10, 22, 35, 0.10);
    --fo-accent: #0f2f57;
    --fo-accent-dark: #0b2240;
    --fo-accent-2: #d72638;
    position: relative;
    background: radial-gradient(circle at top left, rgba(15, 47, 87, 0.08), transparent 28%), radial-gradient(circle at right center, rgba(215, 38, 56, 0.06), transparent 24%), linear-gradient(180deg, #f4f7fa 0%, #ffffff 100%);
    overflow: hidden;
    color: var(--fo-text);
}

    .field-operations-page::before,
    .field-operations-page::after {
        content: "";
        position: absolute;
        border-radius: 999px;
        filter: blur(30px);
        opacity: 0.45;
        pointer-events: none;
        z-index: 0;
    }



.field-operations-page::before {
    width: 260px;
    height: 260px;
    top: 120px;
    left: -100px;
    background: rgba(15, 47, 87, 0.12);
}

    .field-operations-page::after {
        width: 240px;
        height: 240px;
        right: -80px;
        top: 980px;
        background: rgba(215, 38, 56, 0.08);
    }

    .field-operations-page section {
        position: relative;
        z-index: 1;
    }

    .field-operations-page .container {
        position: relative;
        z-index: 2;
    }

/* shared */
.fo-eyebrow,
.fo-eyebrow-light {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.54rem 0.95rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 1rem;
}

.fo-eyebrow {
    color: var(--fo-accent);
    background: rgba(15, 47, 87, 0.08);
    border: 1px solid rgba(15, 47, 87, 0.12);
}

.fo-eyebrow-light {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.fo-section-title,
.fo-section-title-light {
    font-size: clamp(1.95rem, 2.8vw, 3.2rem);
    line-height: 1.12;
    font-weight: 800;
    margin-bottom: 1rem;
}

.fo-section-title {
    color: #0f2136;
}
    .fo-section-title strong {
        display: block;
        color: var(--fo-accent);
    }

.fo-section-title-light {
    color: #ffffff;
}

.fo-section-text,
.fo-section-text-light,
.fo-hero-text {
    font-size: 1.02rem;
    line-height: 1.82;
    margin-bottom: 0;
}

.fo-section-text,
.fo-hero-text {
    color: var(--fo-text-soft);
}

.fo-section-text-light {
    color: rgba(255, 255, 255, 0.82);
}

.fo-section-heading {
    margin-bottom: 3rem;
}

    .fo-section-heading.text-center {
        max-width: 860px;
        margin-left: auto;
        margin-right: auto;
    }

/* hero */
.fo-hero-section {
    padding: 8px 0 24px;
}

.fo-hero-title {
    font-size: clamp(2.35rem, 4.15vw, 4.45rem);
    line-height: 1.04;
    font-weight: 800;
    color: #091b30;
    margin-bottom: 1.35rem;
}

    .fo-hero-title span {
        color: var(--fo-accent);
    }

.fo-hero-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1.8rem 0 2rem;
}

.fo-hero-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.78rem 1rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    color: var(--fo-accent);
    background: rgba(15, 47, 87, 0.07);
    border: 1px solid rgba(15, 47, 87, 0.10);
    transition: transform 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

    .fo-hero-chip:hover {
        transform: translateY(-2px);
        background: var(--fo-accent);
        color: #ffffff;
        border-color: var(--fo-accent);
    }

.fo-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-bottom: 2.15rem;
}

.fo-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.fo-stat-card {
    padding: 1.18rem 1.12rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(15, 47, 87, 0.08);
    box-shadow: var(--fo-shadow);
}

    .fo-stat-card strong {
        display: block;
        font-size: 1.18rem;
        line-height: 1.15;
        color: var(--fo-accent);
        margin-bottom: 0.5rem;
    }

    .fo-stat-card span {
        display: block;
        font-size: 0.92rem;
        line-height: 1.65;
        color: var(--fo-text-soft);
    }

.fo-hero-visual {
    position: relative;
}

.fo-image-stack {
    position: relative;
    min-height: 620px;
}

.fo-image-card {
    position: absolute;
    overflow: hidden;
    border-radius: 32px;
    background: #dce4eb;
    box-shadow: 0 28px 55px rgba(8, 24, 40, 0.14);
}

    .fo-image-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.fo-image-card-main {
    inset: 0 90px 84px 0;
}

.fo-image-card-secondary {
    width: 260px;
    height: 300px;
    right: 0;
    bottom: 0;
    border: 10px solid #ffffff;
}

.fo-floating-card {
    position: absolute;
    max-width: 250px;
    padding: 1rem 1.08rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(15, 47, 87, 0.10);
    box-shadow: 0 18px 40px rgba(8, 24, 40, 0.12);
    backdrop-filter: blur(8px);
}

.fo-floating-card-top {
    left: -20px;
    top: 24px;
    animation: foFloat 5.4s ease-in-out infinite;
}

.fo-floating-card-bottom {
    right: 24px;
    top: 55%;
    animation: foFloat 5.9s ease-in-out infinite;
}

.fo-floating-label {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--fo-accent);
    margin-bottom: 0.35rem;
}

.fo-floating-card strong {
    display: block;
    font-size: 0.98rem;
    line-height: 1.5;
    color: #13263d;
}

/* overview */
.fo-overview-section {
    padding: 18px 0 44px;
}

.fo-overview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.fo-overview-card {
    height: 100%;
    padding: 1.45rem;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(15, 47, 87, 0.08);
    box-shadow: var(--fo-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .fo-overview-card:hover {
        transform: translateY(-6px);
        box-shadow: var(--fo-shadow-hover);
    }

.fo-overview-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 47, 87, 0.09);
    color: var(--fo-accent);
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.fo-overview-card h3 {
    font-size: 1.08rem;
    font-weight: 800;
    color: #11253b;
    margin-bottom: 0.55rem;
}

.fo-overview-card p {
    margin: 0;
    color: #5a6979;
    line-height: 1.76;
}

/* media showcase */
.fo-media-section {
    padding: 12px 0 34px;
}

.fo-media-intro {
    position: sticky;
    top: 110px;
}

.fo-media-switcher {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.8rem;
}

.fo-media-switch-btn {
    width: 100%;
    text-align: left;
    padding: 1rem 1.15rem;
    border-radius: 22px;
    border: 1px solid rgba(15, 47, 87, 0.12);
    background: rgba(255, 255, 255, 0.90);
    color: #13263d;
    font-weight: 700;
    box-shadow: 0 12px 26px rgba(10, 22, 35, 0.05);
    transition: transform 0.28s ease, background-color 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}

    .fo-media-switch-btn:hover {
        transform: translateY(-2px);
    }

    .fo-media-switch-btn.is-active {
        background: linear-gradient(135deg, var(--fo-accent) 0%, var(--fo-accent-dark) 100%);
        color: #ffffff;
        border-color: var(--fo-accent);
    }

.fo-media-panels {
    position: relative;
    min-height: 540px;
}

.fo-media-panel {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    pointer-events: none;
    border-radius: 51px;
    padding: 1.7rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(15, 47, 87, 0.08);
    box-shadow: 0 24px 48px rgba(10, 22, 35, 0.08);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

    .fo-media-panel.is-active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

.fo-media-frame {
    width: 100%;
    min-height: 460px;
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
    background: #dce4eb;
    box-shadow: 0 24px 48px rgba(10, 22, 35, 0.10);
}

.fo-media-asset {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
}

.fo-media-tag {
    display: inline-flex;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--fo-accent);
    background: rgba(15, 47, 87, 0.08);
    margin-bottom: 1rem;
}

.fo-media-title {
    font-size: 1.72rem;
    line-height: 1.15;
    font-weight: 800;
    color: #11253b;
    margin-bottom: 0.85rem;
}

.fo-media-desc {
    color: #596879;
    line-height: 1.78;
    margin-bottom: 1.2rem;
}

.fo-media-points {
    display: grid;
    gap: 0.72rem;
}

    .fo-media-points div {
        display: flex;
        align-items: center;
        gap: 0.72rem;
        color: #304152;
        font-weight: 600;
    }

    .fo-media-points i {
        color: var(--fo-accent);
    }

.fo-media-progress {
    margin-top: 1rem;
}

.fo-media-progress-track {
    width: 100%;
    height: 4px;
    border-radius: 999px;
    background: #dbe3eb;
    overflow: hidden;
}

.fo-media-progress-fill {
    width: 0%;
    height: 100%;
    background: var(--fo-accent);
}

/* services */
.fo-services {
    padding: 18px 0 38px;
}

.fo-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.fo-service-card {
    height: 100%;
    padding: 30px 28px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(15, 47, 87, 0.08);
    box-shadow: var(--fo-shadow);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

    .fo-service-card:hover {
        transform: translateY(-8px);
        box-shadow: var(--fo-shadow-hover);
    }

.fo-service-card__top {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    margin-bottom: 22px;
}

.fo-service-card__icon {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    background: linear-gradient(135deg, var(--fo-accent), #1b4e87);
    color: #fff;
    font-size: 1.5rem;
    box-shadow: 0 16px 36px rgba(15, 47, 87, 0.22);
}

.fo-service-card h3 {
    margin: 2px 0 10px;
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: 800;
    color: var(--fo-text);
}

.fo-service-card__top p {
    margin: 0;
    color: var(--fo-text-soft);
    line-height: 1.75;
}

.fo-service-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .fo-service-list li {
        position: relative;
        padding-left: 28px;
        color: var(--fo-text);
        line-height: 1.75;
    }

        .fo-service-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 11px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: var(--fo-accent-2);
            box-shadow: 0 0 0 5px rgba(215, 38, 56, 0.12);
        }

/* gallery */
.fo-gallery-section {
    padding: 4px 0 84px;
}

.fo-gallery-mosaic {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    grid-template-rows: repeat(2, minmax(220px, 1fr));
    gap: 1rem;
}

.fo-gallery-image {
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 24px 48px rgba(10, 22, 35, 0.10);
    background: #dce4eb;
}

    .fo-gallery-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.fo-gallery-image-large {
    grid-row: 1 / span 2;
    min-height: 560px;
}

.fo-gallery-image-small {
    min-height: 272px;
}

.fo-gallery-list {
    display: grid;
    gap: 1rem;
    margin-top: 1.8rem;
}

.fo-gallery-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.2rem 1.15rem;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(15, 47, 87, 0.08);
    box-shadow: var(--fo-shadow);
}

    .fo-gallery-item i {
        flex: 0 0 auto;
        width: 46px;
        height: 46px;
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(15, 47, 87, 0.08);
        color: var(--fo-accent);
        font-size: 1.1rem;
    }

    .fo-gallery-item h3 {
        font-size: 1.08rem;
        font-weight: 800;
        color: #11253b;
        margin-bottom: 0.45rem;
    }

    .fo-gallery-item p {
        margin: 0;
        color: #5a6979;
        line-height: 1.72;
    }

/* cta */
.fo-final-cta {
    padding: 0 0 96px;
}

.fo-final-cta__box {
    padding: 2.7rem;
    border-radius: 36px;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 25%), linear-gradient(135deg, #0b1f42 0%, #0f2f57 55%, #214e87 100%);
    color: #fff;
    box-shadow: 0 28px 55px rgba(8, 24, 40, 0.18);
}

    .fo-final-cta__box .fo-eyebrow {
        background: rgba(255, 255, 255, 0.12);
        color: #ffffff;
        border-color: rgba(255, 255, 255, 0.14);
    }

    .fo-final-cta__box h2 {
        margin: 18px 0 14px;
        max-width: 900px;
        font-size: clamp(2rem, 3vw, 3.2rem);
        line-height: 1.15;
        font-weight: 800;
        color: #fff;
    }

    .fo-final-cta__box p {
        max-width: 860px;
        margin: 0;
        font-size: 1.02rem;
        line-height: 1.9;
        color: rgba(255, 255, 255, 0.84);
    }

/* animations */
@keyframes foFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* responsive */
@media (max-width: 1199.98px) {
    .fo-image-stack {
        min-height: 560px;
    }

    .fo-image-card-main {
        inset: 0 56px 70px 0;
    }

    .fo-media-panels {
        min-height: 520px;
    }
}

@media (max-width: 991.98px) {
    .fo-hero-section {
        padding: 4px 0 48px;
    }

    .fo-stat-grid,
    .fo-overview-grid,
    .fo-gallery-mosaic {
        grid-template-columns: 1fr 1fr;
    }

    .fo-media-intro {
        position: static;
    }

    .fo-media-panels {
        min-height: 580px;
    }

    .fo-services-grid {
        grid-template-columns: 1fr;
    }

    .fo-gallery-image-large {
        min-height: 460px;
    }
}

@media (max-width: 767.98px) {
    .fo-hero-section {
        padding: 0 0 40px;
    }

    .fo-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .fo-stat-grid,
    .fo-overview-grid,
    .fo-gallery-mosaic {
        grid-template-columns: 1fr;
    }

    .fo-image-stack {
        min-height: 500px;
    }

    .fo-image-card-main {
        inset: 0 0 110px 0;
    }

    .fo-image-card-secondary {
        width: 200px;
        height: 220px;
        right: 16px;
        bottom: 0;
    }

    .fo-floating-card-top {
        left: 12px;
        top: 12px;
    }

    .fo-floating-card-bottom {
        right: 12px;
        top: auto;
        bottom: 130px;
    }

    .fo-media-panel {
        position: relative;
        inset: auto;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
        min-height: auto;
        padding: 1.35rem;
    }

        .fo-media-panel.is-active {
            display: block;
        }

    .fo-media-panels {
        min-height: auto;
    }

    .fo-media-frame,
    .fo-media-asset {
        min-height: 300px;
    }

    .fo-service-card,
    .fo-final-cta__box {
        padding: 24px 20px;
    }

    .fo-service-card__top {
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 14px;
    }

    .fo-service-card__icon {
        width: 60px;
        height: 60px;
        border-radius: 18px;
    }

    .fo-gallery-image-large,
    .fo-gallery-image-small {
        min-height: 320px;
    }

    .fo-final-cta__box {
        border-radius: 28px;
    }
}

@media (max-width: 575.98px) {
    .fo-hero-chip-list {
        flex-direction: column;
    }

    .fo-hero-chip {
        justify-content: center;
    }

    .fo-image-stack {
        min-height: 440px;
    }

    .fo-image-card-secondary {
        width: 160px;
        height: 180px;
    }

    .fo-media-frame,
    .fo-media-asset {
        min-height: 280px;
    }

    .fo-hero-title {
        font-size: clamp(2rem, 10vw, 3.2rem);
    }

    .fo-section-title {
        font-size: 1.9rem;
    }

    .fo-section-text,
    .fo-hero-text,
    .fo-media-desc,
    .fo-overview-card p,
    .fo-gallery-item p,
    .fo-service-card__top p,
    .fo-final-cta__box p {
        font-size: 0.96rem;
        line-height: 1.75;
    }

    .fo-media-title {
        font-size: 1.45rem;
    }

    .fo-service-card h3 {
        font-size: 1.2rem;
    }

    .fo-final-cta__box h2 {
        font-size: 1.85rem;
    }
}


.fo-media-frame video.fo-media-asset {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    object-position: center center;
}

.fo-media-frame img.fo-media-asset {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    object-position: center center;
}

.fo-gallery-image img,
.fo-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.fo-media-panel .col-md-7,
.fo-media-panel .col-md-5 {
    object-position: center center;
}

.fo-media-panel .col-md-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

@media (max-width: 991.98px) {
    .fo-media-frame,
    .fo-media-frame video.fo-media-asset,
    .fo-media-frame img.fo-media-asset {
        min-height: 380px;
    }
}

@media (max-width: 767.98px) {
    .fo-media-frame,
    .fo-media-frame video.fo-media-asset,
    .fo-media-frame img.fo-media-asset {
        min-height: 300px;
    }

    .fo-media-panel .col-md-7,
    .fo-media-panel .col-md-5 {
        display: block;
    }
}

/* ========================================
   Field Operations - Media Showcase Fix
======================================== */

.fo-media-panels {
    min-height: 620px;
}

.fo-media-panel {
    padding: 28px;
    overflow: hidden;
}

    .fo-media-panel .row {
        --bs-gutter-x: 28px;
        align-items: center;
    }

    .fo-media-panel .col-md-7 {
        flex: 0 0 56%;
        max-width: 56%;
    }

    .fo-media-panel .col-md-5 {
        flex: 0 0 44%;
        max-width: 44%;
    }

.fo-media-frame {
    width: 100%;
    height: 520px;
    min-height: 520px;
    overflow: hidden;
    border-radius: 30px;
}

    .fo-media-asset,
    .fo-media-frame video.fo-media-asset,
    .fo-media-frame img.fo-media-asset {
        width: 100%;
        height: 100%;
        min-height: 0;
        object-fit: cover;
        object-position: center center;
        border-radius: 23px;
        display: block;
    }

.fo-media-title {
    font-size: clamp(2rem, 2.2vw, 3rem);
    line-height: 1.08;
    margin-bottom: 1rem;
    max-width: 12ch;
}

.fo-media-tag {
    margin-bottom: 1.15rem;
}

.fo-media-points {
    gap: 0.95rem;
}

    .fo-media-points div {
        align-items: flex-start;
        line-height: 1.65;
        font-weight: 600;
        padding: 10px 12px;
        border-radius: 14px;
        background: rgba(15, 47, 87, 0.04);
        transition: 0.2s;
    }

        .fo-media-points div:hover {
            transform: translateX(4px);
            background: rgba(15, 47, 87, 0.08);
        }


    .fo-media-points span {
        display: block;
    }

.fo-media-progress {
    margin-top: 18px;
}

@media (max-width: 1199.98px) {
    .fo-media-panels {
        min-height: 580px;
    }

    .fo-media-frame {
        height: 460px;
        min-height: 460px;
    }

    .fo-media-title {
        font-size: clamp(1.7rem, 2.1vw, 2.4rem);
        max-width: 14ch;
    }
}

@media (max-width: 991.98px) {
    .fo-media-panel .col-md-7,
    .fo-media-panel .col-md-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .fo-media-panels {
        min-height: auto;
    }

    .fo-media-panel {
        position: relative;
        inset: auto;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
        min-height: auto;
        padding: 22px;
    }

        .fo-media-panel.is-active {
            display: block;
        }

    .fo-media-frame {
        height: 420px;
        min-height: 420px;
        margin-bottom: 18px;
    }

    .fo-media-title {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .fo-media-panel {
        padding: 18px;
        border-radius: 26px;
    }

    .fo-media-frame {
        height: 300px;
        min-height: 300px;
        border-radius: 22px;
    }

        .fo-media-asset,
        .fo-media-frame video.fo-media-asset,
        .fo-media-frame img.fo-media-asset {
            border-radius: 22px;
        }

    .fo-media-title {
        font-size: 1.8rem;
        line-height: 1.12;
    }
}

/* ========================================
   Media Points FIX (icon + text)
======================================== */

.fo-media-points {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 18px;
}

    .fo-media-points div {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    /* ICON FIX */
    .fo-media-points i {
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        color: #ffffff;
        background: linear-gradient(135deg, var(--fo-accent), #1b4e87);
        box-shadow: 0 6px 16px rgba(15, 47, 87, 0.25);
    }

    /* TEXT FIX */
    .fo-media-points span {
        font-size: 0.95rem;
        line-height: 1.5;
        color: #2c3e50;
        font-weight: 600;
    }

/* ========================================
   Media Showcase Video Quality Fix
======================================== */


    .fo-media-frame-video .fo-media-asset {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
        object-position: center center;
        border-radius: inherit;
        background: #000;
    }

.fo-media-panel[data-panel="0"] .fo-media-frame {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
    max-height: min(72vh, 720px);
    overflow: hidden;
}

    .fo-media-panel[data-panel="0"] .fo-media-frame video.fo-media-asset {
        min-height: 0;
        height: 100%;
    }

@media (max-width: 1199.98px) {
    .fo-media-panel[data-panel="0"] .fo-media-frame {
        max-height: min(64vh, 620px);
    }
}

@media (max-width: 991.98px) {
    .fo-media-panel[data-panel="0"] .fo-media-frame {
        max-height: min(58vh, 520px);
    }
}

@media (max-width: 767.98px) {
    .fo-media-panel[data-panel="0"] .fo-media-frame {
        max-height: min(46vh, 360px);
        border-radius: 22px;
    }
}

/* ========================================
   Field Operations - Media Collage Panel
======================================== */

.fo-media-panel[data-panel="0"] {
    padding: 28px;
}

.fo-media-collage-card {
    width: 100%;
    height: 100%;
}

.fo-media-collage {
    position: relative;
    min-height: 560px;
}

.fo-media-collage__item {
    position: absolute;
    overflow: hidden;
    margin: 0;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(1, 30, 44, 0.08);
    box-shadow: var(--fo-shadow);
}

    .fo-media-collage__item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.45s ease;
    }

    .fo-media-collage__item:hover img {
        transform: scale(1.04);
    }

    .fo-media-collage__item video,
    .fo-media-collage__video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.fo-media-collage__item--main {
    inset: 0 0 118px 0;
    border-radius: 30px;
    box-shadow: 0 24px 48px rgba(10, 22, 35, 0.12);
}

.fo-media-collage__item--bottom {
    left: 7%;
    bottom: 0;
    width: 42%;
    height: 150px;
    z-index: 2;
}

.fo-media-collage__item--accent {
    right: 7%;
    bottom: 0;
    width: 42%;
    height: 150px;
    z-index: 3;
}

.fo-media-panel[data-panel="0"] .fo-media-frame,
.fo-media-panel[data-panel="0"] .fo-media-frame-video {
    display: none;
}

/* tablet */
@media (max-width: 1199.98px) {
    .fo-media-collage {
        min-height: 520px;
    }

    .fo-media-collage__item--main {
        inset: 0 0 108px 0;
    }

    .fo-media-collage__item--bottom {
        width: 40%;
        height: 138px;
    }

    .fo-media-collage__item--accent {
        width: 44%;
        height: 156px;
        right: 16px;
    }
}

/* mobile stacked */
@media (max-width: 767.98px) {
    .fo-media-panel[data-panel="0"] {
        padding: 18px;
    }

    .fo-media-collage {
        min-height: auto;
        display: grid;
        gap: 14px;
    }

    .fo-media-collage__item {
        position: static;
        width: 100% !important;
        inset: auto !important;
        border-radius: 18px;
    }

    .fo-media-collage__item--main {
        height: 240px !important;
    }

    .fo-media-collage__item--bottom,
    .fo-media-collage__item--accent {
        height: 180px !important;
    }
}

@media (max-width: 575.98px) {
    .fo-media-collage__item--main {
        height: 220px !important;
    }

    .fo-media-collage__item--bottom,
    .fo-media-collage__item--accent {
        height: 160px !important;
    }
}