/* ObsBS hosting band — load after Bootstrap/dark.css; Webflow blue + white type */
footer.obsbs-host-band {
    font-family: "Instrument Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #fff;
    background-color: #0f1624;
    background-image: linear-gradient(135deg, #1a1f3a 0%, #0f1624 45%, #0a0e1a 100%);
    border-top: 1px solid rgba(59, 130, 246, 0.35);
    box-shadow: 0 -8px 32px rgba(15, 22, 36, 0.85);
}

footer.obsbs-host-band .obsbs-host-band-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1.5rem 1.75rem;
}

footer.obsbs-host-band .obsbs-host-badge {
    font-family: "Instrument Sans", sans-serif;
    color: #fff;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 100px;
    padding: 0.4rem 1.1rem;
    font-size: 0.75rem;
    font-weight: 600;
    flex-shrink: 0;
}

footer.obsbs-host-band a.obsbs-host-band-name {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 1.125rem;
    letter-spacing: -0.01em;
    line-height: 1.2;
    text-decoration: none;
}

footer.obsbs-host-band a.obsbs-host-band-name:hover,
footer.obsbs-host-band a.obsbs-host-band-name:focus {
    color: #fff;
    opacity: 0.88;
    text-decoration: none;
}

footer.obsbs-host-band .obsbs-host-band-tagline {
    font-family: "Instrument Sans", sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    opacity: 0.92;
}

footer.obsbs-host-band .obsbs-host-band-tagline::before {
    content: "—";
    margin-right: 0.5rem;
    opacity: 0.55;
}

footer.obsbs-host-band a.obsbs-host-band-link {
    font-family: "Instrument Sans", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.45);
    text-underline-offset: 0.2em;
}

footer.obsbs-host-band a.obsbs-host-band-link:hover,
footer.obsbs-host-band a.obsbs-host-band-link:focus {
    color: #fff;
    text-decoration-color: #fff;
}
