/* A quiet, optional desktop invitation; hidden HTML is also safe without JavaScript. */
#abraham-service-help[hidden] { display: none !important; }

#abraham-service-help {
    --abraham-service-help-ready: 1;
    box-sizing: border-box;
    position: fixed;
    inset: auto 24px 24px auto;
    z-index: 900;
    width: 360px;
    max-height: calc(100dvh - 48px);
    overflow-y: auto;
    padding: 28px;
    border: 1px solid var(--abe-line, oklch(89% 0.024 241));
    border-top: 3px solid var(--abe-copper, oklch(49% 0.1 50));
    border-radius: 3px;
    background: var(--abe-surface, oklch(97% 0.013 235));
    color: var(--abe-ink, oklch(25% 0.065 255));
    box-shadow: 0 12px 36px oklch(25% 0.065 255 / .12);
    font-family: 'Instrument Sans', sans-serif;
    text-align: left;
}

#abraham-service-help .abraham-service-help__dismiss {
    position: absolute;
    top: 8px;
    right: 8px;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border: 0;
    border-radius: 3px;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

#abraham-service-help .abraham-service-help__eyebrow {
    margin: 0 32px 16px 0;
    color: var(--abe-muted, oklch(46% 0.035 251));
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.4;
    text-transform: uppercase;
}

#abraham-service-help h2 {
    max-width: 18ch;
    margin: 0 0 12px;
    color: inherit;
    font-family: inherit;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -.025em;
    line-height: 1.18;
    text-transform: none;
}

#abraham-service-help .abraham-service-help__copy {
    margin: 0 0 24px;
    color: var(--abe-muted, oklch(46% 0.035 251));
    font-size: 15px;
    line-height: 1.55;
}

#abraham-service-help .abraham-service-help__actions { display: grid; gap: 8px; }

#abraham-service-help .abraham-service-help__actions a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    min-height: 48px;
    padding: 11px 12px;
    border: 1px solid var(--abe-navy, oklch(25% 0.065 255));
    border-radius: 3px;
    color: inherit;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    text-transform: none;
}

#abraham-service-help .abraham-service-help__actions .abraham-service-help__call {
    border-color: var(--abe-copper, oklch(49% 0.1 50));
    background: var(--abe-copper, oklch(49% 0.1 50));
    color: oklch(100% 0 0);
}

#abraham-service-help .abraham-service-help__book span { margin-left: auto; }
#abraham-service-help .abraham-service-help__book { padding-left: 16px; justify-content: flex-start; }

#abraham-service-help .abraham-service-help__offers {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    margin: 10px 0 -10px;
    color: inherit;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

#abraham-service-help :is(a, button):focus-visible {
    outline: 3px solid var(--abe-link, oklch(43% 0.1 241));
    outline-offset: 3px;
}

#abraham-service-help .abraham-service-help__dismiss:hover,
#abraham-service-help .abraham-service-help__book:hover { background: oklch(92% 0.025 235); }
#abraham-service-help .abraham-service-help__call:hover { background: oklch(43% 0.1 50); }

@media (max-width: 1199px), (hover: none), (pointer: coarse) {
    #abraham-service-help { display: none !important; }
}
