/* Employer Occupational Health Services Grid — 8652644b
 * v6.2.0 | Zero JS | 6-Card Grid | Dual CTA | Trust Row | Local SEO
 * CSS prefix: eohsg-8652644b
 * ================================================================== */

.eohsg-8652644b {
    --eohsg-bg: #FAFBFC;
    --eohsg-accent-w: 3px;

    box-sizing: border-box;
    width: 100%;
    background-color: var(--eohsg-bg);
    contain: layout style;
    isolation: isolate;
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
}

.eohsg-8652644b *,
.eohsg-8652644b *::before,
.eohsg-8652644b *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.eohsg-8652644b__inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

/* ── Header ── */

.eohsg-8652644b__header {
    text-align: center;
    margin-bottom: 40px;
}

.eohsg-8652644b__eyebrow {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1.4;
}

.eohsg-8652644b__heading {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
    margin-left: auto;
    margin-right: auto;
}

.eohsg-8652644b__desc {
    font-size: 1.0625rem;
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

/* ── CTA Row ── */

.eohsg-8652644b__cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.eohsg-8652644b__cta {
    --eohsg-cta-bg: #0077B6;
    --eohsg-cta-color: #FFF;
    --eohsg-cta-bg-hover: #005F8A;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--eohsg-cta-bg);
    color: var(--eohsg-cta-color);
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.2s ease;
}

.eohsg-8652644b__cta:hover {
    background-color: var(--eohsg-cta-bg-hover);
    color: var(--eohsg-cta-color);
    transform: translateY(-1px);
}

.eohsg-8652644b__cta:active {
    transform: translateY(0);
}

.eohsg-8652644b__cta:focus-visible {
    outline: 2px solid var(--eohsg-cta-bg);
    outline-offset: 3px;
}

.eohsg-8652644b__cta--secondary {
    --eohsg-cta-bg: transparent;
    --eohsg-cta-color: #0077B6;
    --eohsg-cta-bg-hover: #E8F4FA;
    border: 2px solid currentColor;
}

.eohsg-8652644b__cta--secondary:hover {
    color: var(--eohsg-cta-color);
}

/* ── Trust Row ── */

.eohsg-8652644b__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
    justify-content: center;
    list-style: none;
    margin-bottom: 40px;
    padding: 24px 0;
    border-top: 1px solid #E8E8F0;
    border-bottom: 1px solid #E8E8F0;
}

.eohsg-8652644b__trust-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
}

.eohsg-8652644b__trust-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

.eohsg-8652644b__trust-check svg {
    display: block;
    width: 18px;
    height: 18px;
}

/* ── Service Grid ── */

.eohsg-8652644b__services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    list-style: none;
    margin-bottom: 36px;
}

/* ── Service Card ── */

.eohsg-8652644b__card {
    --eohsg-card-bg: #FFF;
    --_accent: #0077B6;

    display: flex;
    flex-direction: column;
    background-color: var(--eohsg-card-bg);
    border-top: var(--eohsg-accent-w) solid var(--_accent);
    contain: layout style paint;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.eohsg-8652644b__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.eohsg-8652644b__card:focus-within {
    box-shadow: 0 0 0 2px var(--_accent);
}

/* ── Card Icon ── */

.eohsg-8652644b__card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    line-height: 1;
    color: var(--_accent);
}

.eohsg-8652644b__card-icon svg {
    display: block;
    width: 28px;
    height: 28px;
    stroke: var(--_accent);
    fill: none;
}

/* ── Card Title ── */

.eohsg-8652644b__card-title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 8px;
}

.eohsg-8652644b__card-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.eohsg-8652644b__card-link:hover {
    color: var(--_accent);
}

.eohsg-8652644b__card-link:focus-visible {
    outline: 2px solid var(--_accent);
    outline-offset: 2px;
}

/* ── Card CTA Link Label ── */

.eohsg-8652644b__card-cta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: auto;
    padding-top: 12px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    color: #0077B6;
    transition: color 0.2s ease;
}

.eohsg-8652644b__card-cta:hover {
    color: #005F8A;
}

.eohsg-8652644b__card-cta:focus-visible {
    outline: 2px solid #0077B6;
    outline-offset: 2px;
}

/* ── Card Description ── */

.eohsg-8652644b__card-desc {
    font-size: 0.9063rem;
    line-height: 1.65;
}

/* ── Local Area Text ── */

.eohsg-8652644b__local {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.6;
    font-style: italic;
    max-width: 700px;
    margin: 0 auto;
}

/* ── Reduced Motion ── */

@media (prefers-reduced-motion: reduce) {
    .eohsg-8652644b__cta,
    .eohsg-8652644b__card,
    .eohsg-8652644b__card-link,
    .eohsg-8652644b__card-cta {
        transition: none;
    }
    .eohsg-8652644b__cta:hover,
    .eohsg-8652644b__card:hover {
        transform: none;
    }
}

/* ── Tablet ── */

@media (max-width: 1024px) {
    .eohsg-8652644b__services {
        grid-template-columns: repeat(2, 1fr);
    }
    .eohsg-8652644b__heading {
        font-size: 1.875rem;
    }
    .eohsg-8652644b__desc {
        max-width: 100%;
    }
    .eohsg-8652644b__trust {
        gap: 10px 20px;
    }
}

/* ── Mobile ── */

@media (max-width: 767px) {
    .eohsg-8652644b__services {
        grid-template-columns: 1fr;
    }
    .eohsg-8652644b__heading {
        font-size: 1.625rem;
    }
    .eohsg-8652644b__desc {
        font-size: 0.9375rem;
        margin-bottom: 24px;
    }
    .eohsg-8652644b__card-title {
        font-size: 1rem;
    }
    .eohsg-8652644b__card-desc {
        font-size: 0.875rem;
    }
    .eohsg-8652644b__cta-row {
        flex-direction: column;
    }
    .eohsg-8652644b__cta {
        align-self: stretch;
        text-align: center;
    }
    .eohsg-8652644b__trust {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
}
