/* SEO sheet: accessibility contrast & touch targets */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 4px;
    z-index: 99999;
    padding: 8px 16px;
    background: #1A73E8;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}
.skip-link:focus {
    left: 8px;
}
.text-grey { color: #595959; }
.meta-text { color: #767676; }
.label { color: #6B7280; }
.eyebrow-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #1A73E8;
    display: inline-block;
    margin-bottom: 8px;
}

@media (max-width: 1024px) {
    .menu-toggle,
    .menu-close {
        min-width: 48px;
        min-height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .menu-toggle img,
    .menu-toggle picture img {
        width: 38px;
        height: 38px;
    }
}

.menu-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    z-index: 10;
}
.faq-head {
    cursor: pointer;
}
.faq-head[role="button"]:focus {
    outline: 2px solid #1A73E8;
    outline-offset: 2px;
}

@media (max-width: 768px) {
    .btn, button, a.btn, a.learn-more, a.nav-menu-main {
        min-height: 44px;
    }
}

button.icon-btn {
    width: 48px;
    height: 48px;
}
