#product-custom #lp-04_binding {
    padding-top: 16px;
}

.pasfoto-banner {
    --pfb-navy: #102852;
    --pfb-orange: #ff7b16;
    --pfb-muted: #f7f7f7;
    color: var(--pfb-navy);
    container-type: inline-size;
    margin: -16px -15px 32px;
    max-width: 1440px;
    overflow: hidden;
    width: calc(100% + (15px * 2));
}

.pasfoto-banner *,
.pasfoto-banner *::before,
.pasfoto-banner *::after {
    box-sizing: border-box;
}

.pasfoto-banner__hero {
    min-height: clamp(360px, 42cqw, 610px);
    position: relative;

    .id-photo-price {
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0;
        background-color: #3091ec;
        padding: 12px;
        color: white;
        font-size: 28px;
        border-radius: 10px 0 0 0;
    }
}

.pasfoto-banner__hero-copy {
    padding: clamp(28px, 3.6cqw, 56px) clamp(24px, 4.5cqw, 68px) clamp(28px, 3cqw, 42px);
    position: relative;
    width: 52%;
    z-index: 1;
}

.pasfoto-banner__eyebrow {
    background: var(--pfb-orange);
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-size: clamp(16px, 1.8cqw, 24px);
    font-weight: 700;
    letter-spacing: .01em;
    margin: 0 0 clamp(14px, 1.5cqw, 22px);
    padding: 8px 16px;
    text-transform: uppercase;
}

.pasfoto-banner__title {
    color: var(--pfb-navy);
    font-size: clamp(38px, 4.25cqw, 76px);
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: .98;
    margin: 0 0 clamp(18px, 2cqw, 28px);
    max-width: 620px;
}

.pasfoto-banner__title span {
    color: var(--pfb-orange);
    display: block;
}

.pasfoto-banner__intro {
    font-size: clamp(16px, 1.8cqw, 27px);
    line-height: 1.35;
    margin: 0;
    max-width: 560px;

    .highlight {
        display: inline;
        background-color: white;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        animation: unset;
    }
}

.pasfoto-banner__benefits {
    align-items: center;
    display: flex;
    gap: clamp(14px, 2.1cqw, 28px);
    list-style: none;
    margin: clamp(22px, 2.8cqw, 36px) 0 0;
    padding: 0;

    .highlight {
        display: inline;
        background-color: white;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        animation: unset;
    }
}

.pasfoto-banner__benefit {
    align-items: center;
    display: flex;
    font-size: clamp(11px, 1.45cqw, 17px);
    font-weight: 700;
    gap: clamp(6px, .9cqw, 10px);
    line-height: 1.2;
}

.pasfoto-banner__benefit-icon {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 auto;
    height: clamp(44px, 5.8cqw, 68px);
    justify-content: center;
    width: clamp(44px, 5.8cqw, 68px);
    padding: 10px !important;
}

.pasfoto-banner__benefit-icon img,
.pasfoto-banner__step-image img {
    height: 100%;
    margin: 0 !important;
    object-fit: contain;
    width: 100%;
}

.pasfoto-banner__hero-image {
    background: linear-gradient(110deg, #fbfbfa 0%, #f1f0ee 58%, #e3dfd9 100%);
    inset: 0;
    position: absolute;
}

.pasfoto-banner__hero-image img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: right center;
    position: absolute;
    width: 100%;
    margin: 0 !important;
}

.pasfoto-banner__process {
    background: #fff;
    padding: clamp(26px, 3cqw, 42px) clamp(20px, 3.5cqw, 50px) clamp(26px, 2.5cqw, 36px);
}

.pasfoto-banner__section-title {
    color: unset !important;
    font-size: clamp(24px, 2.8cqw, 38px);
    margin: 0 0 clamp(20px, 2.4cqw, 30px);
    text-align: center;
}

.pasfoto-banner__steps {
    display: grid;
    gap: clamp(14px, 2.2cqw, 30px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.pasfoto-banner__step {
    min-width: 0;
    position: relative;
    text-align: center;
}

.pasfoto-banner__step:not(:last-child)::after {
    color: #b9c0c9;
    content: '→';
    font-size: clamp(24px, 3cqw, 42px);
    left: calc(100% - 8px);
    position: absolute;
    top: clamp(46px, 6cqw, 82px);
}

.pasfoto-banner__number {
    align-items: center;
    background: var(--pfb-navy);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: clamp(15px, 1.8cqw, 22px);
    font-weight: 700;
    height: clamp(32px, 4cqw, 46px);
    justify-content: center;
    left: clamp(2px, .8cqw, 10px);
    position: absolute;
    top: clamp(-8px, -.8cqw, -5px);
    width: clamp(32px, 4cqw, 46px);
    z-index: 1;
}

.pasfoto-banner__step-image {
    align-items: center;
    display: flex;
    height: clamp(112px, 14cqw, 190px);
    justify-content: center;
    margin: 0 auto clamp(10px, 1.5cqw, 18px);
    width: clamp(112px, 14cqw, 190px);
}

.pasfoto-banner__step-title {
    color: var(--pfb-navy) !important;
    font-size: clamp(14px, 1.8cqw, 23px);
    margin: 0 0 clamp(5px, .7cqw, 9px);
}

.pasfoto-banner__step-copy {
    font-size: clamp(11px, 1.4cqw, 17px);
    line-height: 1.3;
    margin: 0 auto;
    max-width: 250px;
}

.pasfoto-banner__delivery-badge {
    align-items: center;
    background: var(--pfb-orange);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: clamp(10px, 1.2cqw, 16px);
    font-weight: 700;
    height: 60px;
    justify-content: center;
    line-height: 1.15;
    position: absolute;
    right: clamp(-24px, -2cqw, -12px);
    top: clamp(72px, 8cqw, 108px);
    width: 60px;
}

@media screen and (max-width: 768px) {
    .pasfoto-banner .highlight {
        background-color: transparent !important;
    }

    div#product-custom section.product_heading h1 {
        margin: 0 0 -16px;        
    }

    .pasfoto-banner__eyebrow {
        display: none;
    }

    .pasfoto-banner__hero {
        min-height: auto;
    }

    .pasfoto-banner__hero-image {
        min-height: 260px;
        position: relative;
    }

    .pasfoto-banner__hero-copy {
        background: #f7f6f4;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pasfoto-banner__title,
    .pasfoto-banner__intro {
        text-align: center;
    }

    .pasfoto-banner__benefits {
        flex-wrap: wrap;
    }
}

@container (max-width: 680px) {
    .pasfoto-banner__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pasfoto-banner__step:not(:last-child)::after {
        display: none;
    }

    .pasfoto-banner__delivery-badge {
        right: -8px;
        top: 78px;
    }
}

@container (max-width: 460px) {
    .pasfoto-banner__hero-copy,
    .pasfoto-banner__process {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pasfoto-banner__benefits {
        align-items: flex-start;
        flex-direction: column;
    }

    .pasfoto-banner__steps {
        grid-template-columns: 1fr;
    }

    .pasfoto-banner__delivery-badge {
        right: 8px;
        top: 76px;
    }
}
