/** Seller Safety Tips page */
.pb-buyers-seller-safety-page {
    background: #fbf3ea;
}

.pb-seller-safety-page-wrap {
    --pb-safety-ink: #2a1222;
    --pb-safety-plum: #5a2144;
    --pb-safety-plum-dark: #381329;
    --pb-safety-gold: #c89a55;
    --pb-safety-rose: #f4d2cc;
    --pb-safety-panel: rgba(255, 250, 244, .93);
    position: relative;
    overflow: hidden;
    max-width: 1720px;
    margin: 0 auto;
    padding: clamp(42px, 6vw, 92px) clamp(18px, 4vw, 70px) 30px;
    color: var(--pb-safety-ink);
    background:
        linear-gradient(180deg, rgba(255, 251, 245, .88), rgba(252, 237, 229, .94)),
        var(--pb-seller-safety-bg, none),
        radial-gradient(circle at 10% 12%, rgba(242, 194, 186, .45), transparent 34%),
        radial-gradient(circle at 93% 15%, rgba(242, 194, 186, .4), transparent 30%);
    background-size: cover;
    background-position: center top;
    font-family: var(--pb-buyers-font-body, inherit);
}

.pb-seller-safety-page-wrap::before,
.pb-seller-safety-page-wrap::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 1px solid rgba(200, 154, 85, .28);
    pointer-events: none;
    opacity: .55;
}

.pb-seller-safety-page-wrap::before { top: 86px; left: -180px; }
.pb-seller-safety-page-wrap::after { top: 72px; right: -160px; }

.pb-seller-safety-hero {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto clamp(24px, 4vw, 34px);
    max-width: 1040px;
}

.pb-seller-safety-eyebrow {
    margin: 0 0 12px;
    color: var(--pb-safety-gold);
    font-size: clamp(13px, 1.2vw, 17px);
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.pb-seller-safety-hero h1 {
    margin: 0;
    color: var(--pb-safety-ink);
    font-family: var(--pb-buyers-font-heading, Georgia, serif);
    font-size: clamp(42px, 5vw, 72px);
    line-height: .98;
    letter-spacing: -.04em;
}

.pb-seller-safety-hero-body {
    max-width: 760px;
    margin: 22px auto 0;
    color: rgba(42, 18, 34, .78);
    font-size: clamp(16px, 1.4vw, 20px);
    line-height: 1.55;
}

.pb-seller-safety-board {
    position: relative;
    z-index: 2;
    border: 1px solid rgba(200, 154, 85, .42);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(72, 35, 50, .13);
    background: rgba(255, 250, 244, .58);
    backdrop-filter: blur(6px);
}

.pb-seller-safety-step-row {
    display: grid;
    grid-template-columns: minmax(250px, 360px) 1fr;
    min-height: 230px;
    border-bottom: 1px solid rgba(200, 154, 85, .28);
}

.pb-seller-safety-step-row:last-child {
    border-bottom: 0;
}

.pb-seller-safety-step-panel {
    position: relative;
    overflow: hidden;
    min-height: 230px;
    padding: clamp(24px, 3vw, 42px);
    padding-right: clamp(148px, 46%, 218px);
    background: linear-gradient(135deg, rgba(255, 230, 226, .78), rgba(255, 248, 241, .9));
    border-right: 1px solid rgba(200, 154, 85, .25);
}

.pb-seller-safety-step-row-after .pb-seller-safety-step-panel {
    color: #fff8ee;
    background: radial-gradient(circle at 85% 18%, rgba(255, 208, 162, .14), transparent 28%), linear-gradient(135deg, #7b355f, #4b1937);
}

.pb-seller-safety-step-number {
    position: relative;
    z-index: 2;
    display: block;
    color: var(--pb-safety-gold);
    font-family: var(--pb-buyers-font-heading, Georgia, serif);
    font-size: clamp(38px, 4.2vw, 62px);
    line-height: .88;
    margin-bottom: 8px;
}

.pb-seller-safety-step-panel h2 {
    position: relative;
    z-index: 2;
    margin: 0;
    max-width: 230px;
    font-family: var(--pb-buyers-font-heading, Georgia, serif);
    font-size: clamp(31px, 3.1vw, 48px);
    line-height: .98;
    letter-spacing: -.03em;
}

.pb-seller-safety-step-panel p {
    position: relative;
    z-index: 2;
    margin: 15px 0 0;
    max-width: 260px;
    color: currentColor;
    opacity: .78;
    font-size: 15px;
    line-height: 1.45;
}

.pb-seller-safety-step-image,
.pb-seller-safety-step-illustration {
    position: absolute;
    right: 22px;
    bottom: 18px;
    z-index: 1;
    width: min(38%, 154px);
    aspect-ratio: 1;
    border-radius: 28px;
    object-fit: cover;
    box-shadow: 0 16px 35px rgba(42, 18, 34, .18);
}

.pb-seller-safety-step-illustration {
    background: radial-gradient(circle, rgba(255,255,255,.9) 0 48%, rgba(200,154,85,.16) 49% 100%);
    border: 1px solid rgba(255,255,255,.75);
}

.pb-seller-safety-step-illustration span {
    position: absolute;
    inset: 28%;
    border: 3px solid rgba(200, 154, 85, .48);
    border-radius: 50% 50% 45% 45%;
}

.pb-seller-safety-tip-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 1.8vw, 22px);
    align-items: stretch;
    padding: clamp(20px, 3vw, 36px);
    background: rgba(255, 250, 244, .82);
}

.pb-seller-safety-step-row-after .pb-seller-safety-tip-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pb-seller-safety-tip-card {
    display: grid;
    grid-template-columns: minmax(76px, 132px) 1fr;
    gap: clamp(14px, 1.4vw, 22px);
    align-items: center;
    min-height: 160px;
    padding: clamp(18px, 2.2vw, 28px);
    border: 1px solid rgba(214, 184, 153, .55);
    border-radius: 18px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 16px 35px rgba(72, 35, 50, .06);
}

.pb-seller-safety-step-row-after .pb-seller-safety-tip-card {
    grid-template-columns: 1fr;
    text-align: center;
}

.pb-seller-safety-tip-media {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 108px;
}

.pb-seller-safety-tip-media img {
    display: block;
    width: 100%;
    max-width: 138px;
    aspect-ratio: 1;
    border-radius: 22px;
    object-fit: cover;
    box-shadow: 0 12px 28px rgba(72, 35, 50, .12);
}

.pb-seller-safety-tip-icon {
    display: grid;
    place-items: center;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    color: var(--pb-safety-plum);
    font-size: 42px;
    background: radial-gradient(circle at 36% 30%, #fff, #f7ddd7 72%);
    border: 1px solid rgba(200, 154, 85, .22);
}

.pb-seller-safety-tip-copy h3 {
    margin: 0 0 8px;
    color: var(--pb-safety-ink);
    font-family: var(--pb-buyers-font-heading, Georgia, serif);
    font-size: clamp(20px, 1.5vw, 26px);
    line-height: 1.05;
}

.pb-seller-safety-tip-copy p {
    margin: 0;
    color: rgba(42, 18, 34, .75);
    font-size: 15px;
    line-height: 1.48;
}

.pb-seller-safety-faq-wrap {
    display: grid;
    grid-template-columns: minmax(260px, 360px) minmax(0, 1fr) minmax(260px, 360px);
    gap: clamp(18px, 2vw, 28px);
    align-items: stretch;
    margin-top: 22px;
}

.pb-seller-safety-faq-wrap h2,
.pb-seller-safety-heart-card {
    border: 1px solid rgba(200, 154, 85, .35);
    border-radius: 18px;
    background: rgba(255, 250, 244, .82);
    box-shadow: 0 16px 38px rgba(72, 35, 50, .08);
}

.pb-seller-safety-faq-wrap h2 {
    display: grid;
    place-items: center;
    margin: 0;
    padding: 30px;
    text-align: center;
    font-family: var(--pb-buyers-font-heading, Georgia, serif);
    font-size: clamp(24px, 2vw, 34px);
    line-height: 1.08;
}

.pb-seller-safety-faq-list {
    display: grid;
    gap: 1px;
    border: 1px solid rgba(200, 154, 85, .28);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(200, 154, 85, .18);
}

.pb-seller-safety-faq-item {
    background: rgba(255, 250, 244, .94);
}

.pb-seller-safety-faq-item summary {
    cursor: pointer;
    padding: 18px 22px;
    color: var(--pb-safety-ink);
    font-weight: 800;
    list-style: none;
}

.pb-seller-safety-faq-item summary::-webkit-details-marker {
    display: none;
}

.pb-seller-safety-faq-item summary::after {
    content: "+";
    float: right;
    color: var(--pb-safety-plum);
    font-weight: 900;
}

.pb-seller-safety-faq-item[open] summary::after {
    content: "–";
}

.pb-seller-safety-faq-item p {
    margin: 0;
    padding: 0 22px 20px;
    color: rgba(42, 18, 34, .72);
    line-height: 1.55;
}

.pb-seller-safety-heart-card {
    display: grid;
    align-content: center;
    justify-items: center;
    text-align: center;
    padding: 28px;
}

.pb-seller-safety-heart-card span {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    border: 1px solid rgba(200, 154, 85, .35);
    border-radius: 50%;
    color: var(--pb-safety-gold);
    font-size: 42px;
    margin-bottom: 12px;
}

.pb-seller-safety-heart-card h3 {
    margin: 0 0 8px;
    font-family: var(--pb-buyers-font-heading, Georgia, serif);
    font-size: 24px;
    line-height: 1.1;
}

.pb-seller-safety-heart-card p {
    margin: 0;
    color: rgba(42, 18, 34, .72);
}

.pb-seller-safety-support-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin-top: 22px;
    padding: clamp(24px, 3vw, 34px) clamp(28px, 4vw, 56px);
    border: 1px solid rgba(200, 154, 85, .48);
    border-radius: 22px;
    color: #fff8ee;
    background:
        radial-gradient(circle at 8% 100%, rgba(255, 211, 162, .16), transparent 28%),
        linear-gradient(135deg, #6f2a52, #351121);
    box-shadow: 0 18px 44px rgba(72, 35, 50, .18);
}

.pb-seller-safety-support-cta h2 {
    margin: 0;
    font-family: var(--pb-buyers-font-heading, Georgia, serif);
    font-size: clamp(27px, 2.5vw, 42px);
    line-height: 1.05;
}

.pb-seller-safety-support-cta p {
    margin: 8px 0 0;
    opacity: .86;
    font-size: 17px;
}

.pb-seller-safety-support-cta span {
    display: inline-block;
    margin-top: 10px;
    color: #f0c77c;
    font-size: 13px;
    letter-spacing: .04em;
}

.pb-seller-safety-support-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 240px;
    padding: 15px 26px;
    border-radius: 8px;
    color: var(--pb-safety-ink);
    background: linear-gradient(135deg, #f7e1b8, #c99755);
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1em;
    box-shadow: 0 14px 30px rgba(0,0,0,.18);
}

@media (max-width: 1220px) {
    .pb-seller-safety-step-row,
    .pb-seller-safety-faq-wrap {
        grid-template-columns: 1fr;
    }

    .pb-seller-safety-step-panel {
        min-height: 230px;
        border-right: 0;
        border-bottom: 1px solid rgba(200, 154, 85, .25);
    }

    .pb-seller-safety-tip-grid,
    .pb-seller-safety-step-row-after .pb-seller-safety-tip-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .pb-seller-safety-page-wrap {
        padding: 38px 12px 22px;
    }

    .pb-seller-safety-board,
    .pb-seller-safety-support-cta {
        border-radius: 18px;
    }

    .pb-seller-safety-tip-grid,
    .pb-seller-safety-step-row-after .pb-seller-safety-tip-grid {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .pb-seller-safety-tip-card,
    .pb-seller-safety-step-row-after .pb-seller-safety-tip-card {
        grid-template-columns: 86px 1fr;
        text-align: left;
        min-height: 0;
    }

    .pb-seller-safety-tip-icon {
        width: 72px;
        height: 72px;
        font-size: 30px;
    }

    .pb-seller-safety-tip-media img {
        max-width: 78px;
        border-radius: 16px;
    }

    .pb-seller-safety-support-cta {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .pb-seller-safety-support-cta a {
        width: 100%;
        min-width: 0;
    }
}


@media (max-width: 760px) {
    .pb-seller-safety-step-panel {
        min-height: 220px;
        padding-right: 132px;
    }

    .pb-seller-safety-step-panel h2 {
        max-width: 190px;
    }

    .pb-seller-safety-step-panel p {
        max-width: 190px;
    }

    .pb-seller-safety-step-image,
    .pb-seller-safety-step-illustration {
        right: 14px;
        bottom: 18px;
        width: 112px;
        border-radius: 22px;
    }
}

@media (max-width: 420px) {
    .pb-seller-safety-step-panel {
        padding-right: 22px;
        padding-bottom: 154px;
    }

    .pb-seller-safety-step-panel h2,
    .pb-seller-safety-step-panel p {
        max-width: none;
    }

    .pb-seller-safety-step-image,
    .pb-seller-safety-step-illustration {
        right: 18px;
        bottom: 18px;
        width: 118px;
    }
}

/* Full-screen background option and staged intro animation. */
.pb-seller-safety-fullscreen-bg {
    max-width: none;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    border-radius: 0;
    background:
        linear-gradient(180deg, rgba(255, 251, 245, .74), rgba(252, 237, 229, .86)),
        var(--pb-seller-safety-bg, none),
        radial-gradient(circle at 10% 12%, rgba(242, 194, 186, .45), transparent 34%),
        radial-gradient(circle at 93% 15%, rgba(242, 194, 186, .4), transparent 30%);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.pb-seller-safety-title-part {
    display: inline-block;
    margin-inline: .09em;
}

.pb-seller-safety-animated .pb-seller-safety-title-part,
.pb-seller-safety-animated .pb-seller-safety-hero-body,
.pb-seller-safety-animated .pb-seller-safety-board,
.pb-seller-safety-animated .pb-safety-row-reveal,
.pb-seller-safety-animated .pb-safety-rest-reveal {
    opacity: 0;
    transform: translateY(18px) scale(.985);
    will-change: opacity, transform;
}

.pb-seller-safety-animated .pb-seller-safety-title-part {
    animation: pbSellerSafetyTitleReveal .72s cubic-bezier(.2,.74,.2,1) var(--pb-safety-delay, .5s) forwards;
}

.pb-seller-safety-animated .pb-seller-safety-hero-body {
    animation: pbSellerSafetyFadeUp .72s cubic-bezier(.2,.74,.2,1) var(--pb-safety-delay, 2.8s) forwards;
}

.pb-seller-safety-animated .pb-seller-safety-board {
    animation: pbSellerSafetyBoardReveal .78s cubic-bezier(.2,.74,.2,1) var(--pb-safety-board-delay, 3.25s) forwards;
}

.pb-seller-safety-animated .pb-safety-row-reveal {
    animation: pbSellerSafetyFadeUp .78s cubic-bezier(.2,.74,.2,1) var(--pb-safety-delay, 4s) forwards;
}

.pb-seller-safety-animated .pb-safety-rest-reveal {
    animation: pbSellerSafetyFadeUp .72s cubic-bezier(.2,.74,.2,1) var(--pb-safety-rest-delay, 4.8s) forwards;
}

@keyframes pbSellerSafetyTitleReveal {
    0% {
        opacity: 0;
        transform: translateY(18px) scale(.975);
        filter: blur(6px);
    }
    65% {
        opacity: 1;
        transform: translateY(-2px) scale(1.01);
        filter: blur(0);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes pbSellerSafetyFadeUp {
    0% {
        opacity: 0;
        transform: translateY(18px) scale(.985);
        filter: blur(4px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes pbSellerSafetyBoardReveal {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(.992);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .pb-seller-safety-animated .pb-seller-safety-title-part,
    .pb-seller-safety-animated .pb-seller-safety-hero-body,
    .pb-seller-safety-animated .pb-seller-safety-board,
    .pb-seller-safety-animated .pb-safety-row-reveal,
    .pb-seller-safety-animated .pb-safety-rest-reveal {
        opacity: 1;
        transform: none;
        filter: none;
        animation: none;
        will-change: auto;
    }

    .pb-seller-safety-fullscreen-bg {
        background-attachment: scroll;
    }
}

@media (max-width: 760px) {
    .pb-seller-safety-fullscreen-bg {
        background-attachment: scroll;
    }

    .pb-seller-safety-title-part {
        display: block;
        margin-inline: 0;
    }
}
