/*!
 * SGD Brand Strip v14 — governed v1.4 component per MT-V1 §16.8
 * Version: 1.3 (2026-05-26)
 *
 * External governed CSS asset. Loaded by sgd-brand-strip-v14.php v1.3 via <link>.
 * Excluded from LiteSpeed CSS Minify via:
 *   - data-no-optimize="1" attribute on the <link> tag
 *   - litespeed_optimize_css_excludes filter matching this file URL
 *
 * The descendant-combinator space ( ) between `.sgd-bs-v14` and its children
 * is preserved because this file is not run through the CSS minifier, which
 * was provably collapsing those spaces into invalid compound selectors.
 *
 * Architecture: external file + governed exclude = MT-V1 compatible.
 */

.sgd-bs-v14 {
    padding: 60px 0;
    background: transparent;
}
.sgd-bs-v14 .sgd-bs-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    text-align: center;
}
.sgd-bs-v14 .sgd-bs-eyebrow {
    color: #C9FF3F;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.sgd-bs-v14 .sgd-bs-eyebrow::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #C9FF3F;
    box-shadow: 0 0 6px rgba(201,255,63,0.6);
}
.sgd-bs-v14 .sgd-bs-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
    align-items: center;
}
.sgd-bs-v14 .sgd-bs-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 8px 12px;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 4px;
    color: rgba(255,255,255,0.55);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-align: center;
    text-decoration: none;
    line-height: 1.05;
    transition: color 200ms cubic-bezier(0.25,0.1,0.25,1),
                border-color 200ms cubic-bezier(0.25,0.1,0.25,1),
                background 200ms cubic-bezier(0.25,0.1,0.25,1),
                transform 200ms cubic-bezier(0.25,0.1,0.25,1);
    user-select: none;
}
.sgd-bs-v14 .sgd-bs-cell:hover,
.sgd-bs-v14 .sgd-bs-cell:focus-visible {
    color: #ffffff;
    border-color: rgba(201,255,63,0.55);
    background: rgba(201,255,63,0.05);
    transform: translateY(-2px);
}
.sgd-bs-v14 .sgd-bs-cell img {
    max-height: 36px;
    max-width: 100%;
    width: auto;
    filter: grayscale(1) brightness(1.2) opacity(0.7);
    transition: filter 200ms cubic-bezier(0.25,0.1,0.25,1);
}
.sgd-bs-v14 .sgd-bs-cell:hover img {
    filter: grayscale(0) brightness(1) opacity(1);
}

/* Responsive */
@media (max-width: 1024px) {
    .sgd-bs-v14 .sgd-bs-grid { grid-template-columns: repeat(4, 1fr); gap: 14px; }
    .sgd-bs-v14 .sgd-bs-cell { height: 48px; font-size: 12px; letter-spacing: 1px; }
    .sgd-bs-v14 { padding: 50px 0; }
}
@media (max-width: 600px) {
    .sgd-bs-v14 .sgd-bs-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .sgd-bs-v14 { padding: 40px 0; }
}

/* Hide the original Elementor brand strips once our replacement is active */
body.sgd-bs-v14-active section.brands,
body.sgd-bs-v14-active .footer-brand-strip,
body.sgd-bs-v14-active #brands-band {
    display: none !important;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    .sgd-bs-v14 .sgd-bs-cell,
    .sgd-bs-v14 .sgd-bs-cell img {
        transition-duration: 0.01ms !important;
    }
    .sgd-bs-v14 .sgd-bs-cell:hover {
        transform: none !important;
    }
}
