/* Dedicated /sell-used-panties/ landing page. */
.pb-buyers-sell-used-panties-page {
    background: #f7efe2;
    color: #0f2233;
}

.pb-sup-page {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto 48px;
    padding: 24px 0 56px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pb-sup-hero,
.pb-sup-calculator,
.pb-sup-section,
.pb-sup-faq,
.pb-sup-final-cta {
    border: 1px solid rgba(178, 133, 47, 0.28);
    box-shadow: 0 18px 45px rgba(20, 33, 48, 0.10);
}

.pb-sup-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
    gap: 28px;
    align-items: center;
    padding: clamp(30px, 6vw, 72px);
    border-radius: 30px;
    background:
        radial-gradient(circle at 82% 18%, rgba(212, 169, 86, 0.26), transparent 34%),
        linear-gradient(135deg, #0a2a42 0%, #102f47 50%, #061928 100%);
    color: #fff8e9;
}

.pb-sup-eyebrow {
    margin: 0 0 14px;
    color: #d4a956;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pb-sup-hero h1,
.pb-sup-calculator h2,
.pb-sup-section h2,
.pb-sup-faq h2,
.pb-sup-final-cta h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.pb-sup-hero h1 {
    max-width: 820px;
    color: #fff8e9;
    font-size: clamp(3rem, 8vw, 7.25rem);
    text-shadow: 0 3px 24px rgba(0, 0, 0, 0.32);
}

.pb-sup-hero__lead {
    max-width: 740px;
    margin: 24px 0 0;
    color: rgba(255, 248, 233, 0.88);
    font-size: clamp(1.02rem, 1.7vw, 1.24rem);
    line-height: 1.75;
}

.pb-sup-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.pb-sup-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.pb-sup-button:hover,
.pb-sup-button:focus-visible {
    transform: translateY(-1px);
}

.pb-sup-button--primary {
    color: #061928 !important;
    background: linear-gradient(135deg, #f5d98d, #d4a956);
    box-shadow: 0 12px 30px rgba(212, 169, 86, 0.28);
}

.pb-sup-button--ghost {
    color: #fff8e9 !important;
    border: 1px solid rgba(255, 248, 233, 0.45);
    background: rgba(255, 255, 255, 0.08);
}

.pb-sup-final-cta .pb-sup-button--ghost {
    color: #0a2a42 !important;
    border-color: rgba(10, 42, 66, 0.2);
    background: rgba(255, 255, 255, 0.56);
}

.pb-sup-hero__card {
    padding: 28px;
    border: 1px solid rgba(255, 248, 233, 0.22);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12px);
}

.pb-sup-hero__card span {
    display: block;
    margin-bottom: 16px;
    color: #f5d98d;
    font-weight: 800;
}

.pb-sup-hero__card ul,
.pb-sup-checklist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pb-sup-hero__card li,
.pb-sup-checklist li {
    position: relative;
    padding-left: 26px;
    margin: 12px 0;
    line-height: 1.45;
}

.pb-sup-hero__card li::before,
.pb-sup-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #d4a956;
    font-weight: 900;
}

.pb-sup-calculator {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
    gap: 28px;
    margin-top: 28px;
    padding: clamp(24px, 4vw, 42px);
    border-radius: 28px;
    background: #fffaf0;
}

.pb-sup-calculator h2,
.pb-sup-section h2,
.pb-sup-faq h2,
.pb-sup-final-cta h2 {
    color: #102f47;
    font-size: clamp(2.1rem, 4.5vw, 4.2rem);
}

.pb-sup-calculator p,
.pb-sup-section p,
.pb-sup-faq p,
.pb-sup-final-cta p,
.pb-sup-grid p {
    color: rgba(15, 34, 51, 0.78);
    font-size: 1rem;
    line-height: 1.68;
}

.pb-sup-calculator__form {
    display: grid;
    gap: 14px;
    padding: 20px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(15, 34, 51, 0.08);
}

.pb-sup-calculator__form label {
    display: grid;
    gap: 8px;
    color: #102f47;
    font-weight: 800;
}

.pb-sup-calculator__form input[type="number"] {
    width: 100%;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid rgba(15, 34, 51, 0.18);
    border-radius: 14px;
    background: #fffaf0;
    color: #0f2233;
    font: inherit;
}

.pb-sup-money-input {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    border: 1px solid rgba(15, 34, 51, 0.18);
    border-radius: 14px;
    overflow: hidden;
    background: #fffaf0;
}

.pb-sup-money-input span {
    text-align: center;
    color: #8a6420;
    font-weight: 900;
}

.pb-sup-money-input input[type="number"] {
    border: 0;
    border-left: 1px solid rgba(15, 34, 51, 0.10);
    border-radius: 0;
}

.pb-sup-toggle {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center;
    gap: 10px !important;
    padding: 12px;
    border-radius: 16px;
    background: rgba(212, 169, 86, 0.12);
}

.pb-sup-toggle input {
    width: 18px;
    height: 18px;
}

.pb-sup-calculator__result {
    margin-top: 4px;
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(135deg, #0a2a42, #102f47);
    color: #fff8e9;
}

.pb-sup-calculator__result span,
.pb-sup-calculator__result small {
    display: block;
}

.pb-sup-calculator__result strong {
    display: block;
    margin: 6px 0;
    color: #f5d98d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.4rem, 6vw, 4.5rem);
    line-height: 1;
}

.pb-sup-calculator__result small {
    color: rgba(255, 248, 233, 0.74);
    line-height: 1.45;
}

.pb-sup-grid {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.pb-sup-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pb-sup-grid article,
.pb-sup-section,
.pb-sup-faq,
.pb-sup-final-cta {
    border-radius: 26px;
    background: rgba(255, 250, 240, 0.94);
}

.pb-sup-grid article {
    padding: 26px;
    border: 1px solid rgba(178, 133, 47, 0.24);
}

.pb-sup-grid article span {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #102f47;
    color: #f5d98d;
    font-weight: 900;
}

.pb-sup-grid h2 {
    margin: 0;
    color: #102f47;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.65rem;
    letter-spacing: -0.03em;
}

.pb-sup-section {
    margin-top: 28px;
    padding: clamp(24px, 4vw, 42px);
}

.pb-sup-section--split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
    gap: 28px;
    align-items: start;
}

.pb-sup-checklist {
    padding: 20px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(15, 34, 51, 0.08);
}

.pb-sup-faq {
    margin-top: 28px;
    padding: clamp(24px, 4vw, 42px);
}

.pb-sup-faq details {
    margin-top: 14px;
    padding: 18px 20px;
    border: 1px solid rgba(15, 34, 51, 0.10);
    border-radius: 18px;
    background: #ffffff;
}

.pb-sup-faq summary {
    cursor: pointer;
    color: #102f47;
    font-weight: 900;
}

.pb-sup-final-cta {
    margin-top: 28px;
    padding: clamp(28px, 5vw, 52px);
    text-align: center;
    background: linear-gradient(135deg, #fffaf0, #f4e3c3);
}

.pb-sup-final-cta .pb-sup-actions {
    justify-content: center;
}

@media (max-width: 860px) {
    .pb-sup-hero,
    .pb-sup-calculator,
    .pb-sup-section--split,
    .pb-sup-grid--three {
        grid-template-columns: 1fr;
    }

    .pb-sup-page {
        width: min(100% - 20px, 1180px);
        padding-top: 12px;
    }

    .pb-sup-hero,
    .pb-sup-calculator,
    .pb-sup-section,
    .pb-sup-faq,
    .pb-sup-final-cta {
        border-radius: 22px;
    }
}


/* Dedicated /how-to-sell-used-panties/ guide page accents. */
.pb-buyers-how-to-sell-used-panties-page {
    background: #f7efe2;
    color: #0f2233;
}

.pb-hsup-hero {
    background:
        radial-gradient(circle at 18% 20%, rgba(212, 169, 86, 0.22), transparent 34%),
        radial-gradient(circle at 82% 10%, rgba(255, 248, 233, 0.12), transparent 28%),
        linear-gradient(135deg, #061928 0%, #0a2a42 48%, #112f3c 100%);
}

.pb-hsup-intro p:last-of-type {
    color: #102f47;
    font-weight: 900;
}

.pb-hsup-pill-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.pb-hsup-pill-grid span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 12px 14px;
    border: 1px solid rgba(178, 133, 47, 0.22);
    border-radius: 999px;
    background: #ffffff;
    color: #102f47;
    font-weight: 900;
    text-align: center;
    box-shadow: 0 10px 24px rgba(20, 33, 48, 0.06);
}

.pb-hsup-step-list {
    display: grid;
    gap: 14px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.pb-hsup-step-list li {
    position: relative;
    padding: 18px 20px 18px 54px;
    border: 1px solid rgba(15, 34, 51, 0.10);
    border-radius: 18px;
    background: #ffffff;
    color: rgba(15, 34, 51, 0.78);
    line-height: 1.62;
}

.pb-hsup-step-list li::before {
    content: counter(list-item);
    position: absolute;
    left: 18px;
    top: 18px;
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #102f47;
    color: #f5d98d;
    font-size: 0.82rem;
    font-weight: 900;
}

.pb-hsup-step-list strong {
    color: #102f47;
}

@media (max-width: 860px) {
    .pb-hsup-pill-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 520px) {
    .pb-hsup-pill-grid {
        grid-template-columns: 1fr;
    }
}

/* Dedicated /sell-used-underwear/ quiz page accents. */
.pb-buyers-sell-used-underwear-page {
    background: #f7efe2;
    color: #0f2233;
}

.pb-suu-hero {
    background:
        radial-gradient(circle at 76% 18%, rgba(245, 217, 141, 0.28), transparent 30%),
        radial-gradient(circle at 14% 78%, rgba(255, 248, 233, 0.12), transparent 34%),
        linear-gradient(135deg, #071b2c 0%, #102f47 48%, #1b3d4a 100%);
}

.pb-suu-quiz {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(320px, 1fr);
    gap: 26px;
    align-items: start;
}

.pb-suu-quiz__intro {
    position: sticky;
    top: 22px;
}

.pb-suu-quiz__questions {
    display: grid;
    gap: 16px;
}

.pb-suu-question {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 18px;
    border: 1px solid rgba(15, 34, 51, 0.10);
    border-radius: 20px;
    background: #ffffff;
}

.pb-suu-question legend {
    padding: 0 0 8px;
    color: #102f47;
    font-weight: 900;
    line-height: 1.35;
}

.pb-suu-question button {
    width: 100%;
    min-height: 46px;
    padding: 12px 14px;
    border: 1px solid rgba(15, 34, 51, 0.14);
    border-radius: 16px;
    background: #fffaf0;
    color: #0f2233;
    font: inherit;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.pb-suu-question button:hover,
.pb-suu-question button:focus-visible,
.pb-suu-question button.is-selected {
    transform: translateY(-1px);
    border-color: rgba(212, 169, 86, 0.74);
    background: linear-gradient(135deg, rgba(245, 217, 141, 0.32), rgba(255, 250, 240, 0.96));
    box-shadow: 0 10px 22px rgba(20, 33, 48, 0.08);
    outline: none;
}

.pb-suu-result {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
    gap: clamp(18px, 4vw, 34px);
    align-items: center;
    padding: clamp(22px, 4vw, 34px);
    border-radius: 26px;
    background: linear-gradient(135deg, #0a2a42, #102f47);
    color: #fff8e9;
    box-shadow: 0 18px 45px rgba(20, 33, 48, 0.12);
    overflow: hidden;
}

.pb-suu-result__content {
    min-width: 0;
}

.pb-suu-result span,
.pb-suu-result strong,
.pb-suu-result p {
    display: block;
}

.pb-suu-result span {
    color: #f5d98d;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pb-suu-result strong {
    margin-top: 8px;
    color: #fff8e9;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.2rem, 5vw, 4.4rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.pb-suu-result p {
    max-width: 760px;
    color: rgba(255, 248, 233, 0.82);
}

.pb-suu-result__media {
    position: relative;
    margin: 0;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255, 248, 233, 0.08);
    border: 1px solid rgba(255, 248, 233, 0.18);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

.pb-suu-result__media[hidden] {
    display: none !important;
}

.pb-suu-result__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.pb-suu-result__media::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(255, 248, 233, 0.16), inset 0 -70px 90px rgba(7, 27, 44, 0.16);
}

@media (max-width: 860px) {
    .pb-suu-quiz,
    .pb-suu-result {
        grid-template-columns: 1fr;
    }

    .pb-suu-quiz__intro {
        position: static;
    }

    .pb-suu-result__media {
        max-width: 420px;
        width: 100%;
    }
}

/* Dedicated /sell-panties-online/ private boutique page accents. */
.pb-buyers-sell-panties-online-page {
    background: #f7efe2;
    color: #0f2233;
}

.pb-spo-hero {
    background:
        radial-gradient(circle at 82% 22%, rgba(245, 217, 141, 0.30), transparent 30%),
        radial-gradient(circle at 10% 86%, rgba(255, 248, 233, 0.12), transparent 32%),
        linear-gradient(135deg, #061928 0%, #102f47 48%, #243245 100%);
}

.pb-spo-boutique-card {
    box-shadow: inset 0 0 0 1px rgba(245, 217, 141, 0.10), 0 18px 38px rgba(0, 0, 0, 0.16);
}

.pb-spo-intro p:last-of-type {
    color: #102f47;
    font-weight: 900;
}

.pb-spo-rules .pb-sup-button--ghost,
.pb-spo-final-cta .pb-sup-button--ghost {
    color: #0a2a42 !important;
    border-color: rgba(10, 42, 66, 0.2);
    background: rgba(255, 255, 255, 0.56);
}

.pb-spo-step-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: pb-spo-steps;
}

.pb-spo-step-list li {
    position: relative;
    min-height: 190px;
    padding: 58px 18px 18px;
    border: 1px solid rgba(15, 34, 51, 0.10);
    border-radius: 20px;
    background: #ffffff;
    color: rgba(15, 34, 51, 0.78);
    line-height: 1.62;
    box-shadow: 0 10px 24px rgba(20, 33, 48, 0.06);
}

.pb-spo-step-list li::before {
    counter-increment: pb-spo-steps;
    content: counter(pb-spo-steps, decimal-leading-zero);
    position: absolute;
    top: 18px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
    border-radius: 999px;
    background: #102f47;
    color: #f5d98d;
    font-size: .82rem;
    font-weight: 900;
}

.pb-spo-step-list strong {
    display: block;
    margin-bottom: 6px;
    color: #102f47;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    line-height: 1.08;
}

.pb-spo-checklist {
    border: 1px solid rgba(178, 133, 47, 0.18);
}

@media (max-width: 1020px) {
    .pb-spo-step-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .pb-spo-step-list {
        grid-template-columns: 1fr;
    }

    .pb-spo-step-list li {
        min-height: 0;
    }
}

/* Dedicated /used-panty-selling-guide/ Boundaries First guide accents. */
.pb-buyers-used-panty-selling-guide-page {
    background: #f7efe2;
    color: #0f2233;
}

.pb-buyers-used-panty-selling-guide-page .pb-sup-hero.pb-upsg-hero {
    background:
        radial-gradient(circle at 82% 16%, rgba(245, 217, 141, 0.24), transparent 32%),
        radial-gradient(circle at 10% 88%, rgba(108, 75, 28, 0.18), transparent 30%),
        linear-gradient(135deg, #071827 0%, #10304a 52%, #07121e 100%);
}

.pb-upsg-boundary-card {
    box-shadow: inset 0 0 0 1px rgba(245, 217, 141, 0.12), 0 20px 50px rgba(0, 0, 0, 0.18);
}

.pb-upsg-core,
.pb-upsg-identity {
    margin-top: 28px;
}

.pb-upsg-boundaries {
    margin-top: 28px;
    background:
        radial-gradient(circle at 100% 0%, rgba(212, 169, 86, 0.16), transparent 30%),
        #fffaf0;
}

.pb-upsg-checklist {
    align-self: stretch;
    padding: clamp(20px, 3vw, 30px);
    border: 1px solid rgba(178, 133, 47, 0.18);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(15, 34, 51, 0.04);
}

.pb-upsg-grid {
    margin-top: 28px;
}

.pb-upsg-pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.pb-upsg-pill-list li {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(178, 133, 47, 0.24);
    border-radius: 999px;
    background: rgba(255, 250, 240, 0.82);
    color: #102f47;
    font-size: 0.88rem;
    font-weight: 800;
}

.pb-upsg-final-cta {
    background:
        radial-gradient(circle at 80% 0%, rgba(212, 169, 86, 0.22), transparent 30%),
        linear-gradient(135deg, #fffaf0 0%, #f4e4c9 100%);
}

/* Dedicated /panty-selling-platform/ Three-Minute Launch page accents. */
.pb-buyers-panty-selling-platform-page {
    background: #f7efe2;
    color: #0f2233;
}

.pb-buyers-panty-selling-platform-page .pb-sup-hero.pb-psp-hero {
    background:
        radial-gradient(circle at 78% 18%, rgba(245, 217, 141, 0.28), transparent 31%),
        radial-gradient(circle at 14% 84%, rgba(255, 248, 233, 0.13), transparent 32%),
        linear-gradient(135deg, #071827 0%, #0a2a42 52%, #16293d 100%);
}

.pb-psp-launch-card ol {
    margin: 0;
    padding: 0 0 0 20px;
}

.pb-psp-launch-card li {
    margin: 12px 0;
    line-height: 1.45;
}

.pb-psp-launch {
    margin-top: 28px;
    background:
        radial-gradient(circle at 100% 0%, rgba(212, 169, 86, 0.16), transparent 32%),
        #fffaf0;
}

.pb-psp-launch__intro {
    max-width: 820px;
}

.pb-psp-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.pb-psp-step {
    position: relative;
    display: grid;
    gap: 10px;
    min-height: 192px;
    padding: 22px;
    border: 1px solid rgba(15, 34, 51, 0.12);
    border-radius: 22px;
    background: #ffffff;
    color: #0f2233;
    font: inherit;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(20, 33, 48, 0.06);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.pb-psp-step:hover,
.pb-psp-step:focus-visible,
.pb-psp-step.is-active {
    transform: translateY(-2px);
    border-color: rgba(212, 169, 86, 0.72);
    background: linear-gradient(135deg, rgba(245, 217, 141, 0.34), #ffffff 72%);
    box-shadow: 0 18px 38px rgba(20, 33, 48, 0.10);
    outline: none;
}

.pb-psp-step span {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: #102f47;
    color: #f5d98d;
    font-weight: 900;
}

.pb-psp-step strong {
    color: #102f47;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: -0.04em;
}

.pb-psp-step em {
    color: rgba(15, 34, 51, 0.74);
    font-style: normal;
    font-weight: 700;
    line-height: 1.48;
}

.pb-psp-preview {
    margin-top: 18px;
    padding: clamp(22px, 4vw, 34px);
    border-radius: 24px;
    background: linear-gradient(135deg, #0a2a42, #102f47);
    color: #fff8e9;
    box-shadow: 0 18px 45px rgba(20, 33, 48, 0.12);
}

.pb-psp-preview h3 {
    margin: 0;
    color: #fff8e9;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.3rem, 5vw, 4.4rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.pb-psp-preview p:not(.pb-sup-eyebrow) {
    max-width: 820px;
    color: rgba(255, 248, 233, 0.84);
    font-size: 1.02rem;
    line-height: 1.7;
}

.pb-psp-progress {
    height: 12px;
    margin-top: 18px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 248, 233, 0.16);
}

.pb-psp-progress span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #f5d98d, #d4a956);
    transition: width .22s ease;
}

.pb-psp-grid {
    margin-top: 28px;
}

.pb-psp-simple {
    margin-top: 28px;
}

.pb-psp-checklist {
    align-self: stretch;
    border: 1px solid rgba(178, 133, 47, 0.18);
}

.pb-psp-simple .pb-sup-button--ghost,
.pb-psp-final-cta .pb-sup-button--ghost {
    color: #0a2a42 !important;
    border-color: rgba(10, 42, 66, 0.2);
    background: rgba(255, 255, 255, 0.56);
}

.pb-psp-final-cta {
    background:
        radial-gradient(circle at 82% 0%, rgba(212, 169, 86, 0.22), transparent 30%),
        linear-gradient(135deg, #fffaf0 0%, #f2dfbf 100%);
}

@media (max-width: 860px) {
    .pb-psp-steps {
        grid-template-columns: 1fr;
    }

    .pb-psp-step {
        min-height: 0;
    }
}

/* Dedicated /seller-safety-guide/ guided seller safety page accents. */
.pb-buyers-seller-safety-guide-page {
    background: #f4efe6;
    color: #0f2233;
}

.pb-buyers-seller-safety-guide-page .pb-sup-hero.pb-ssg-hero {
    background:
        radial-gradient(circle at 78% 16%, rgba(103, 193, 166, 0.24), transparent 32%),
        radial-gradient(circle at 12% 82%, rgba(245, 217, 141, 0.20), transparent 34%),
        linear-gradient(135deg, #071827 0%, #0e3048 50%, #0d3f4a 100%);
}

.pb-ssg-hero-card p {
    margin: 0 0 16px;
    color: rgba(255, 248, 233, 0.88);
    font-size: 1.04rem;
    line-height: 1.6;
}

.pb-ssg-sticky-report {
    position: fixed;
    right: max(18px, calc((100vw - 1180px) / 2));
    bottom: 22px;
    z-index: 50;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid rgba(14, 75, 91, 0.24);
    border-radius: 999px;
    background: linear-gradient(135deg, #0e4b5b, #176b73);
    color: #fff8e9 !important;
    font-size: 0.9rem;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 14px 34px rgba(10, 42, 66, 0.24);
}

.pb-ssg-sticky-report span {
    color: #f5d98d;
}

.pb-ssg-selector,
.pb-ssg-analyzer,
.pb-ssg-scams,
.pb-ssg-checklist-section {
    margin-top: 28px;
    background:
        radial-gradient(circle at 100% 0%, rgba(103, 193, 166, 0.12), transparent 32%),
        #fffaf0;
}

.pb-ssg-selector__intro {
    max-width: 860px;
}

.pb-ssg-situation-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.pb-ssg-situation {
    min-height: 78px;
    padding: 16px 18px;
    border: 1px solid rgba(15, 34, 51, 0.12);
    border-radius: 18px;
    background: #ffffff;
    color: #102f47;
    font: inherit;
    font-weight: 900;
    line-height: 1.28;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(20, 33, 48, 0.06);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.pb-ssg-situation:hover,
.pb-ssg-situation:focus-visible,
.pb-ssg-situation.is-active {
    transform: translateY(-1px);
    border-color: rgba(23, 107, 115, 0.62);
    background: linear-gradient(135deg, rgba(103, 193, 166, 0.18), #ffffff 76%);
    box-shadow: 0 16px 36px rgba(20, 33, 48, 0.10);
    outline: none;
}

.pb-ssg-result {
    margin-top: 18px;
    padding: clamp(22px, 4vw, 36px);
    border: 1px solid rgba(14, 75, 91, 0.18);
    border-radius: 26px;
    background: linear-gradient(135deg, #ffffff, #f7fbf7);
    box-shadow: inset 0 0 0 1px rgba(15, 34, 51, 0.04);
}

.pb-ssg-result h3 {
    margin: 0;
    color: #102f47;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.pb-ssg-result__intro {
    margin: 18px 0 8px;
    color: rgba(15, 34, 51, 0.80);
    font-weight: 900;
}

.pb-ssg-result__list {
    display: grid;
    gap: 10px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.pb-ssg-result__list li,
.pb-ssg-checklist label,
.pb-ssg-analyzer__panel label {
    position: relative;
    display: block;
    padding: 13px 14px 13px 42px;
    border: 1px solid rgba(15, 34, 51, 0.10);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
    color: rgba(15, 34, 51, 0.82);
    font-weight: 750;
    line-height: 1.45;
}

.pb-ssg-result__list li::before {
    content: "!";
    position: absolute;
    left: 14px;
    top: 13px;
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #f1b94d;
    color: #102f47;
    font-size: 0.78rem;
    font-weight: 900;
}

.pb-ssg-action {
    margin-top: 18px;
    padding: 18px;
    border-left: 5px solid #176b73;
    border-radius: 16px;
    background: rgba(103, 193, 166, 0.16);
    color: #0f3547;
    font-weight: 900;
    line-height: 1.55;
}

.pb-ssg-result__links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.pb-ssg-result__links a {
    color: #0e4b5b !important;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.pb-ssg-analyzer,
.pb-ssg-checklist-section {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1fr);
    gap: 24px;
    align-items: start;
}

.pb-ssg-analyzer__panel,
.pb-ssg-checklist {
    display: grid;
    gap: 10px;
    padding: clamp(18px, 3vw, 26px);
    border: 1px solid rgba(15, 34, 51, 0.10);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(20, 33, 48, 0.06);
}

.pb-ssg-analyzer__panel input,
.pb-ssg-checklist input {
    position: absolute;
    left: 14px;
    top: 16px;
    width: 17px;
    height: 17px;
    accent-color: #176b73;
}

.pb-ssg-risk-meter {
    margin-top: 8px;
    padding: 18px;
    border-radius: 18px;
    background: #f7fbf7;
    border: 1px solid rgba(23, 107, 115, 0.16);
}

.pb-ssg-risk-meter__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    color: #102f47;
}

.pb-ssg-risk-meter__top span {
    display: inline-grid;
    place-items: center;
    min-width: 40px;
    height: 32px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(23, 107, 115, 0.12);
    font-weight: 900;
}

.pb-ssg-risk-meter__track {
    height: 12px;
    margin-top: 14px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(15, 34, 51, 0.10);
}

.pb-ssg-risk-meter__track span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: #67c1a6;
    transition: width .22s ease, background .22s ease;
}

.pb-ssg-risk-meter[data-risk="caution"] .pb-ssg-risk-meter__track span {
    background: #f1b94d;
}

.pb-ssg-risk-meter[data-risk="high"] .pb-ssg-risk-meter__track span {
    background: #d85f4f;
}

.pb-ssg-risk-meter p {
    margin: 12px 0 0;
    color: rgba(15, 34, 51, 0.78);
    line-height: 1.58;
}

.pb-ssg-scam-list {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.pb-ssg-scam-list details,
.pb-ssg-faq details {
    border-color: rgba(15, 34, 51, 0.12);
}

.pb-ssg-scam-list summary,
.pb-ssg-faq summary {
    color: #102f47;
}

.pb-ssg-checklist__status {
    margin: 8px 0 0;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(103, 193, 166, 0.14);
    color: #0e4b5b;
    font-weight: 900;
}

.pb-ssg-tool-actions .pb-sup-button--ghost,
.pb-ssg-final-cta .pb-sup-button--ghost {
    color: #0a2a42 !important;
    border-color: rgba(10, 42, 66, 0.2);
    background: rgba(255, 255, 255, 0.56);
}

.pb-ssg-final-cta {
    background:
        radial-gradient(circle at 82% 0%, rgba(103, 193, 166, 0.24), transparent 30%),
        linear-gradient(135deg, #fffaf0 0%, #eaf4ef 100%);
}

@media print {
    .pb-ssg-sticky-report,
    .pb-sup-actions,
    .pb-ssg-situation-grid,
    .pb-ssg-analyzer,
    .pb-ssg-scams,
    .pb-sup-faq {
        display: none !important;
    }

    .pb-sup-page {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .pb-sup-hero,
    .pb-sup-section,
    .pb-sup-final-cta {
        box-shadow: none !important;
    }
}

@media (max-width: 960px) {
    .pb-ssg-situation-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pb-ssg-analyzer,
    .pb-ssg-checklist-section {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .pb-ssg-situation-grid {
        grid-template-columns: 1fr;
    }

    .pb-ssg-sticky-report {
        right: 14px;
        bottom: 14px;
        max-width: calc(100% - 28px);
    }
}
