#bhpb-page-banner.bhpb-banner {
    position: relative;
    overflow: hidden;
    background: #f7f4f1;
    padding: clamp(48px, 7vw, 96px) 0;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

#bhpb-page-banner .bhpb-banner__wrap {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

#bhpb-page-banner .bhpb-banner__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 30px;
    padding: 6px 14px;
    border: 1px solid rgba(190, 29, 52, 0.2);
    background: rgba(190, 29, 52, 0.06);
    border-radius: 999px;
    color: #be1d34;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

#bhpb-page-banner .bhpb-banner__title {
    position: relative;
    z-index: 2;
/*     margin: 26px 0 0; */
    line-height: 0.95;
    font-size: clamp(42px, 8vw, 72px);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #0f2460;
}

#bhpb-page-banner .bhpb-banner__line {
    display: block;
	font-family: "segoe-ui", sans-serif;
}

#bhpb-page-banner .bhpb-banner__line--two {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.18em;
}

#bhpb-page-banner .bhpb-banner__highlight {
    color: #be1d34;
   font-family: "segoe-ui", sans-serif;
}

#bhpb-page-banner .bhpb-banner__description {
    position: relative;
    z-index: 2;
    max-width: min(760px, 100%);
    margin-top: 28px;
}

#bhpb-page-banner .bhpb-banner__description p {
    margin: 0;
    color: #6b7890;
    font-size: clamp(18px, 2vw, 20px);
    line-height: 1.7;
}

#bhpb-page-banner .bhpb-banner__watermark {
    position: absolute;
    top: 100%;
    right: 0;
    transform: translate(7%, -34%);
    z-index: 1;
    display: block;
    max-width: 100%;
    font-size: clamp(120px, 22vw, 180px);
    font-weight: 700;
    line-height: 0.82;
    text-align: right;
    color: rgba(15, 36, 96, 0.04);
    letter-spacing: -0.04em;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}

@media (max-width: 991px) {
    #bhpb-page-banner .bhpb-banner__watermark {
        top: auto;
        bottom: -6px;
        right: -12px;
        transform: none;
        max-width: none;
        font-size: clamp(90px, 18vw, 180px);
    }
}

@media (max-width: 767px) {
    #bhpb-page-banner .bhpb-banner__wrap {
        width: min(100% - 28px, 1200px);
    }

    #bhpb-page-banner .bhpb-banner__title {
        max-width: 100%;
    }

    #bhpb-page-banner .bhpb-banner__description p {
        font-size: 17px;
        line-height: 1.65;
    }

    #bhpb-page-banner .bhpb-banner__watermark {
        right: -8px;
        bottom: 8px;
        font-size: clamp(72px, 22vw, 130px);
    }
}
