/* ============================================================
   FleetOps — One Operations Platform correction
   Designed to match reference/TARGET-original-mockup.png
   Scoped to .fo-op-platform to avoid leaking into other pages.
   ============================================================ */

.fo-op-platform {
    --fop-blue: #0b67f2;
    --fop-blue-dark: #0756d7;
    --fop-navy: #071f4e;
    --fop-text: #4f6685;
    --fop-line: #dbe6f3;

    background: #fff;
    padding: 58px 0 62px;
}

.fo-op-platform,
.fo-op-platform *,
.fo-op-platform *::before,
.fo-op-platform *::after {
    box-sizing: border-box;
}

.fo-op-platform__container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 315px minmax(0, 1fr);
    column-gap: 44px;
    align-items: stretch;
}

/* COPY COLUMN */

.fo-op-platform__copy {
    min-width: 0;
    padding: 2px 34px 0 0;
    border-right: 1px solid #e7edf6;
}

.fo-op-platform__eyebrow {
    margin-bottom: 12px;
    color: #0b5cff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .095em;
    text-transform: uppercase;
}

.fo-op-platform__copy h2 {
    margin: 0;
    color: var(--fop-navy);
    font-size: 31px;
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -.025em;
}

.fo-op-platform__copy p {
    margin: 17px 0 0;
    color: var(--fop-text);
    font-size: 12.5px;
    line-height: 1.65;
}

.fo-op-platform__checks {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: grid;
    gap: 10px;
}

.fo-op-platform__checks li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #405a7a;
    font-size: 12.5px;
}

.fo-op-platform__checks li::before {
    content: "✓";
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #0b64f2;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
}

.fo-op-platform__link {
    display: inline-block;
    margin-top: 19px;
    color: #0b5cff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 850;
}

/* ARCHITECTURE */

.fo-op-platform__architecture {
    min-width: 0;
    display: grid;
    grid-template-columns:
        minmax(122px, .9fr)
        42px
        minmax(355px, 2.25fr)
        42px
        minmax(130px, .95fr);
    grid-template-rows: 180px 42px 57px;
    align-items: center;
    justify-items: stretch;
}

/* ENDPOINT CARDS */

.fo-op-platform__endpoint {
    height: 180px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 12px 0;
    background: #fff;
    border: 1px solid #d9e4f1;
    border-radius: 11px;
    text-align: center;
    box-shadow: 0 5px 14px rgba(22, 64, 121, .035);
}

.fo-op-platform__endpoint h3 {
    margin: 0;
    color: var(--fop-navy);
    font-size: 12.5px;
    font-weight: 900;
}

.fo-op-platform__endpoint-type {
    margin-top: 5px;
    color: #415a79;
    font-size: 9.5px;
}

.fo-op-platform__endpoint-detail {
    margin-top: 4px;
    color: #667b96;
    font-size: 8.8px;
    line-height: 1.4;
}

/* TRACKER */

.fo-op-platform__tracker {
    grid-column: 1;
    grid-row: 1;
}

.fo-op-platform__wireless {
    width: 30px;
    height: 30px;
    margin-top: 8px;
    color: #0877ff;
}

.fo-op-platform__wireless svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
}

.fo-op-platform__tracker img {
    width: 100px;
    max-height: 73px;
    object-fit: contain;
    margin-top: -1px;
    filter: drop-shadow(0 6px 8px rgba(6, 26, 58, .14));
}

/* FLEETPILOT */

.fo-op-platform__pilot {
    grid-column: 5;
    grid-row: 1;
}

.fo-op-platform__pilot img {
    width: 74px;
    height: auto;
    margin-top: 8px;
    border-radius: 7px 7px 0 0;
    filter: drop-shadow(0 5px 6px rgba(6, 28, 61, .13));
}

/* HORIZONTAL CONNECTORS */

.fo-op-platform__connector {
    display: grid;
    place-items: center;
}

.fo-op-platform__connector svg {
    width: 31px;
    height: 18px;
    stroke: #102d55;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fo-op-platform__connector--left {
    grid-column: 2;
    grid-row: 1;
}

.fo-op-platform__connector--right {
    grid-column: 4;
    grid-row: 1;
}

/* CORE */

.fo-op-platform__core {
    grid-column: 3;
    grid-row: 1;
    height: 180px;
    padding: 16px 25px 18px;
    border-radius: 13px;
    background: linear-gradient(145deg, #0c75f8 0%, #0866eb 50%, #075cdb 100%);
    color: #fff;
    box-shadow: 0 11px 24px rgba(9, 98, 230, .19);
}

.fo-op-platform__core header {
    text-align: center;
}

.fo-op-platform__core h3 {
    margin: 0;
    color: #fff;
    font-size: 12.5px;
    font-weight: 900;
}

.fo-op-platform__core header span {
    display: block;
    margin-top: 1px;
    color: rgba(255,255,255,.92);
    font-size: 8.5px;
    font-weight: 600;
}

.fo-op-platform__core-divider {
    height: 1px;
    margin: 11px 0 13px;
    background: rgba(255,255,255,.20);
}

.fo-op-platform__capabilities {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
    row-gap: 11px;
}

.fo-op-platform__capability {
    min-width: 0;
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
}

.fo-op-platform__capability-icon {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    color: #fff;
}

.fo-op-platform__capability-icon svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fo-op-platform__capability strong {
    color: #fff;
    font-size: 8.6px;
    font-weight: 750;
    line-height: 1.25;
}

/* ASSIST */

.fo-op-platform__vertical-connector {
    grid-column: 3;
    grid-row: 2;
    display: grid;
    place-items: center;
}

.fo-op-platform__vertical-connector svg {
    width: 18px;
    height: 34px;
    stroke: #102d55;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fo-op-platform__assist {
    grid-column: 3;
    grid-row: 3;
    justify-self: center;
    width: 225px;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 9px 17px;
    background: #fff;
    border: 1px solid #d9e4f1;
    border-radius: 10px;
    box-shadow: 0 4px 11px rgba(18, 57, 109, .03);
}

.fo-op-platform__assist-icon {
    width: 34px;
    height: 34px;
    color: #0876ed;
}

.fo-op-platform__assist-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fo-op-platform__assist strong {
    display: block;
    color: var(--fop-navy);
    font-size: 10.5px;
    font-weight: 900;
}

.fo-op-platform__assist span {
    display: block;
    margin-top: 1px;
    color: #506987;
    font-size: 7.8px;
    white-space: nowrap;
}

/* RESPONSIVE */

@media (max-width: 1040px) {
    .fo-op-platform__container {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .fo-op-platform__copy {
        padding-right: 0;
        border-right: 0;
    }

    .fo-op-platform__copy p {
        max-width: 680px;
    }
}

@media (max-width: 760px) {
    .fo-op-platform {
        padding: 44px 0 48px;
    }

    .fo-op-platform__container {
        width: min(100% - 24px, 1180px);
    }

    .fo-op-platform__architecture {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 12px;
    }

    .fo-op-platform__tracker,
    .fo-op-platform__connector--left,
    .fo-op-platform__core,
    .fo-op-platform__connector--right,
    .fo-op-platform__pilot,
    .fo-op-platform__vertical-connector,
    .fo-op-platform__assist {
        grid-column: 1;
        grid-row: auto;
    }

    .fo-op-platform__connector {
        height: 27px;
        transform: rotate(90deg);
    }

    .fo-op-platform__endpoint,
    .fo-op-platform__core {
        width: 100%;
        height: auto;
        min-height: 180px;
    }

    .fo-op-platform__assist {
        width: 100%;
    }

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