.wp-block-km-bizz-hex-hero.hhb-wrap {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    background: #111;
}

.hhb-wrap .hhb-bg-canvas,
.hhb-wrap .hhb-hex-canvas {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    pointer-events: none;
}

.hhb-wrap .hhb-src-img { display: none !important; }

.hhb-wrap .hhb-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px 24px;
    box-sizing: border-box;
    pointer-events: none;
}

.hhb-wrap .hhb-top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.hhb-wrap .hhb-top-text {
    display: flex;
    align-items: stretch;
    gap: 10px;
    max-width: 60%;
}

.hhb-wrap .hhb-accent {
    width: 4px;
    border-radius: 2px;
    flex-shrink: 0;
}

.hhb-wrap .hhb-title {
    margin: 0 0 6px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 0.04em;
}

.hhb-wrap .hhb-subtitle {
    margin: 0;
    line-height: 1.4;
}

.hhb-wrap .hhb-badge {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 6px;
    padding: 8px 14px;
    font-weight: 700;
    font-size: 14px;
    backdrop-filter: blur(4px);
    white-space: nowrap;
}

.hhb-wrap .hhb-bottom-text {
    border-top: 2px solid rgba(255,255,255,0.3);
    padding-top: 12px;
    font-weight: 700;
    margin: 0;
}
