/* GabaTech System Monitor product template. */

/* GabaTech Monitor product page */
body[data-product-template="system-monitor"] {
    background: #f4f7fb;
    color: #172033;
    color-scheme: light;
}

body[data-product-template="system-monitor"] header {
    border-color: #dbe4ee;
    background: rgba(255, 255, 255, 0.94);
    color: #172033;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
}

body[data-product-template="system-monitor"] header a,
body[data-product-template="system-monitor"] header summary {
    color: #475569;
}

body[data-product-template="system-monitor"] header a:hover,
body[data-product-template="system-monitor"] header summary:hover {
    color: #111827;
}

body[data-product-template="system-monitor"] header a {
    border-color: #dbe4ee;
}

body[data-product-template="system-monitor"] header [data-product-navigation],
body[data-product-template="system-monitor"] header [data-product-navigation-mobile] {
    border-color: #dbe4ee;
    background: #ffffff;
    color: #334155;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
}

body[data-product-template="system-monitor"] header [data-current-product="true"],
body[data-product-template="system-monitor"] header [aria-current="page"] {
    border-color: #fed7aa;
    background: #fff7ed;
    color: #111827;
}

body[data-product-template="system-monitor"] header summary span {
    background: #334155;
}

body[data-product-template="system-monitor"] header .text-xl,
body[data-product-template="system-monitor"] header .font-semibold {
    color: #172033;
}

body[data-product-template="system-monitor"] footer {
    border-color: #dbe4ee;
    background: #ffffff;
    color: #64748b;
}

body[data-product-template="system-monitor"] footer > div:last-child {
    border-color: #e2e8f0;
}

body[data-product-template="system-monitor"] footer a,
body[data-product-template="system-monitor"] footer .text-white {
    color: #334155;
}

body[data-product-template="system-monitor"] footer a:hover {
    color: #c65d0e;
}

body[data-product-template="system-monitor"] footer .text-orange-200 {
    color: #c65d0e;
}

body[data-product-template="system-monitor"] footer .text-slate-400,
body[data-product-template="system-monitor"] footer .text-slate-500 {
    color: #64748b;
}


body[data-product-template="system-monitor"] .product-availability-badge--available {
    border-color: #bbf7d0 !important;
    background: #f0fdf4 !important;
    color: #15803d !important;
}

body[data-product-template="system-monitor"] .product-hero-video-chrome {
    border-color: #dbe4ee;
    background: #f8fafc;
    color: #64748b;
}

body[data-product-template="system-monitor"] .product-hero-video {
    background: #eef3f8;
}

/* GabaTech Monitor feature showcase */
body[data-product-template="system-monitor"] .monitor-feature-showcase {
    position: relative;
    overflow: hidden;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 30px;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__heading > div {
    max-width: 760px;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__count {
    flex: none;
    padding: 9px 15px;
    border: 1px solid #dbe4ef;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #475569;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__list {
    display: grid;
    gap: 24px;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__card {
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
    overflow: hidden;
    border: 1px solid #dbe4ef;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.07);
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 38px 36px;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__eyebrow {
    color: #d45b00;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__title {
    margin: 14px 0 0;
    color: #0f172a;
    font-size: clamp(25px, 2.3vw, 34px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.04em;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__text {
    margin: 18px 0 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.75;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__chips span {
    padding: 7px 10px;
    border: 1px solid #dbe4ef;
    border-radius: 999px;
    background: #f8fafc;
    color: #334155;
    font-size: 11px;
    font-weight: 700;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__media {
    position: relative;
    display: flex;
    width: 100%;
    min-width: 0;
    align-items: center;
    justify-content: center;
    padding: 22px;
    border: 0;
    border-left: 1px solid #e2e8f0;
    background:
        radial-gradient(circle at 80% 15%, rgba(59, 130, 246, 0.10), transparent 35%),
        linear-gradient(145deg, #f8fafc, #eef4fb);
    cursor: zoom-in;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__media img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 590px;
    object-fit: contain;
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.12);
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__zoom {
    position: absolute;
    right: 36px;
    bottom: 36px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.88);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(10px);
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__zoom svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__card--reverse {
    grid-template-columns: minmax(0, 1.28fr) minmax(260px, 0.72fr);
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__card--reverse .monitor-feature-showcase__copy {
    order: 2;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__card--reverse .monitor-feature-showcase__media {
    order: 1;
    border-right: 1px solid #e2e8f0;
    border-left: 0;
}

@media (max-width: 900px) {
    body[data-product-template="system-monitor"] .monitor-feature-showcase__heading {
        display: grid;
        gap: 18px;
    }

    body[data-product-template="system-monitor"] .monitor-feature-showcase__count {
        justify-self: start;
    }

    body[data-product-template="system-monitor"] .monitor-feature-showcase__card,
    body[data-product-template="system-monitor"] .monitor-feature-showcase__card--reverse {
        grid-template-columns: 1fr;
    }

    body[data-product-template="system-monitor"] .monitor-feature-showcase__card--reverse .monitor-feature-showcase__copy,
    body[data-product-template="system-monitor"] .monitor-feature-showcase__card--reverse .monitor-feature-showcase__media {
        order: initial;
    }

    body[data-product-template="system-monitor"] .monitor-feature-showcase__media,
    body[data-product-template="system-monitor"] .monitor-feature-showcase__card--reverse .monitor-feature-showcase__media {
        border-right: 0;
        border-bottom: 1px solid #e2e8f0;
        border-left: 0;
    }
}

@media (max-width: 560px) {
    body[data-product-template="system-monitor"] .monitor-feature-showcase__card {
        border-radius: 24px;
    }

    body[data-product-template="system-monitor"] .monitor-feature-showcase__copy {
        padding: 28px 22px;
    }

    body[data-product-template="system-monitor"] .monitor-feature-showcase__media {
        padding: 12px;
    }

    body[data-product-template="system-monitor"] .monitor-feature-showcase__zoom {
        right: 22px;
        bottom: 22px;
    }
}


