/* ZimBuyer checkout brand layer.
 * Loaded after the legacy/natural bundle so the masthead has one final owner.
 */
#wk-one-page-checkout .wk-checkout-intro {
    align-items: center;
    background:
        radial-gradient(circle at 92% 8%, rgba(245, 130, 32, .27) 0, rgba(245, 130, 32, 0) 31%),
        linear-gradient(125deg, #103d2e 0%, #176b4d 58%, #1f7d59 100%);
    border: 1px solid rgba(15, 81, 56, .35);
    border-left: 0;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(15, 67, 47, .16);
    box-sizing: border-box;
    display: flex;
    gap: 18px;
    justify-content: flex-start;
    margin: 0 0 20px;
    max-width: none;
    min-height: 0;
    overflow: hidden;
    padding: 22px 28px;
    position: relative;
    text-align: left;
    width: 100%;
}

#wk-one-page-checkout .wk-checkout-intro::before {
    background: #f58220;
    border-radius: 0;
    bottom: 0;
    content: "";
    display: block;
    inset: auto auto 0 0;
    left: 0;
    mask: none;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: 0;
    width: 5px;
}

#wk-one-page-checkout .wk-checkout-intro::after {
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    content: "";
    height: 150px;
    pointer-events: none;
    position: absolute;
    right: 4%;
    top: -92px;
    width: 150px;
}

#wk-one-page-checkout .wk-checkout-intro__icon {
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 15px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 8px 18px rgba(3, 37, 25, .16);
    color: #fff;
    display: inline-flex;
    flex: 0 0 52px;
    height: 52px;
    justify-content: center;
    margin: 0;
    order: 0;
    position: relative;
    z-index: 2;
}

#wk-one-page-checkout .wk-checkout-intro__icon::after {
    background: #f58220;
    border: 2px solid #176b4d;
    border-radius: 50%;
    content: "";
    height: 9px;
    position: absolute;
    right: -4px;
    top: -4px;
    width: 9px;
}

#wk-one-page-checkout .wk-checkout-intro__icon svg {
    fill: none;
    height: 28px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    width: 28px;
}

#wk-one-page-checkout .wk-checkout-intro__copy {
    flex: 1 1 auto;
    margin: 0;
    min-width: 0;
    order: 1;
    position: relative;
    width: auto;
    z-index: 2;
}

#wk-one-page-checkout .wk-checkout-eyebrow {
    align-items: center;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 999px;
    color: #ffd7b0;
    display: inline-flex;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1;
    margin: 0 0 8px;
    padding: 6px 9px;
    text-transform: uppercase;
}

#wk-one-page-checkout .wk-checkout-intro h1 {
    color: #fff;
    font-size: clamp(25px, 2.4vw, 32px);
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.12;
    margin: 0 0 5px;
}

#wk-one-page-checkout .wk-checkout-intro p {
    color: #dcece4;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 767px) {
    #wk-one-page-checkout .wk-checkout-intro {
        align-items: flex-start;
        border-radius: 15px;
        gap: 13px;
        margin-bottom: 14px;
        padding: 18px 16px 18px 19px;
    }

    #wk-one-page-checkout .wk-checkout-intro__icon {
        border-radius: 12px;
        flex-basis: 44px;
        height: 44px;
    }

    #wk-one-page-checkout .wk-checkout-intro__icon svg {
        height: 24px;
        width: 24px;
    }

    #wk-one-page-checkout .wk-checkout-eyebrow {
        font-size: 9px;
        margin-bottom: 6px;
    }

    #wk-one-page-checkout .wk-checkout-intro h1 {
        font-size: 24px;
    }

    #wk-one-page-checkout .wk-checkout-intro p {
        font-size: 12px;
        line-height: 1.45;
    }
}
