/* BILOHASH — unified ecosystem subscription strip (bilohash.com/ai/ style) */
.bh-eco-sub-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    background: linear-gradient(90deg, rgba(15, 23, 42, .97), rgba(8, 47, 73, .95));
    color: #e2e8f0;
    border-bottom: 1px solid rgba(34, 211, 238, .25);
    text-decoration: none;
    box-sizing: border-box;
}
.bh-eco-sub-strip:hover {
    background: linear-gradient(90deg, rgba(15, 23, 42, 1), rgba(14, 116, 144, .35));
    color: #f8fafc;
}
.bh-eco-sub-strip i.fa-crown { color: #22d3ee; }
.bh-eco-sub-strip-cta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 10px;
    border-radius: 999px;
    background: rgba(0, 156, 222, .15);
    color: #0369a1;
    font-size: 11px;
    white-space: nowrap;
}