.ps-policy-page {
    padding-top: clamp(1.5rem, 4vw, 3.5rem) !important;
    padding-bottom: 4rem !important;
}

.ps-policy-hero {
    max-width: 54rem;
    margin-bottom: 2rem;
}

.ps-policy-hero h1 {
    margin: .35rem 0 .75rem;
    color: #2d153f;
    font-size: clamp(2rem, 5vw, 3.25rem);
    line-height: 1.08;
}

.ps-policy-hero p {
    margin: 0;
    color: #5d5168;
    font-size: clamp(1rem, 2vw, 1.15rem);
    line-height: 1.7;
}

.ps-policy-layout {
    display: grid;
    grid-template-columns: minmax(13rem, 17rem) minmax(0, 52rem);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: start;
}

.ps-policy-contents {
    position: sticky;
    top: 6rem;
    padding: 1.25rem;
    border: 1px solid #ded8e8;
    border-radius: 14px;
    display: grid;
    gap: .45rem;
    background: #fff;
    box-shadow: 0 10px 28px rgba(45, 21, 63, .07);
}

.ps-policy-contents strong {
    margin-bottom: .35rem;
    color: #2d153f;
}

.ps-policy-contents a {
    padding: .55rem .65rem;
    border-radius: 8px;
    color: #54217f;
    font-weight: 700;
    text-decoration: none;
}

.ps-policy-contents a:hover,
.ps-policy-contents a:focus-visible {
    background: #f1e9f8;
}

.ps-policy-content {
    padding: clamp(1.35rem, 3vw, 2.4rem);
    border: 1px solid #ded8e8;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(45, 21, 63, .07);
}

.ps-policy-content section {
    scroll-margin-top: 8rem;
}

.ps-policy-content section + section {
    margin-top: 2.25rem;
    padding-top: 2.25rem;
    border-top: 1px solid #e8e2ed;
}

.ps-policy-content h2 {
    margin: 0 0 .85rem;
    color: #3f1e5a;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
}

.ps-policy-content h3 {
    margin: 1.4rem 0 .45rem;
    color: #4d216f;
    font-size: 1.05rem;
}

.ps-policy-content p,
.ps-policy-content li {
    color: #392f40;
    line-height: 1.72;
}

.ps-policy-content ul {
    padding-left: 1.3rem;
}

.ps-policy-return {
    margin-top: 2rem;
}

.ps-policy-page--compact {
    max-width: 62rem !important;
}

.ps-policy-responsibilities {
    margin: 0;
    padding: 0 !important;
    display: grid;
    gap: 1rem;
    list-style: none;
}

.ps-policy-responsibilities li {
    padding: 1rem 1.1rem;
    border-left: 4px solid #6f2da8;
    border-radius: 8px;
    background: #f7f3fa;
}

.ps-policy-actions {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

@media (max-width: 760px) {
    .ps-policy-page {
        width: 100% !important;
        max-width: none !important;
        padding: 1rem .75rem 2.25rem !important;
    }

    .ps-policy-hero {
        margin-bottom: 1rem;
        padding: 0 .25rem;
    }

    .ps-policy-hero h1 {
        margin: .2rem 0 .55rem;
        font-size: clamp(1.85rem, 9vw, 2.35rem);
        line-height: 1.08;
    }

    .ps-policy-hero p {
        font-size: 1rem;
        line-height: 1.55;
    }

    .ps-policy-layout {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .ps-policy-contents {
        position: static;
        padding: .85rem;
        gap: .2rem;
        border-radius: 12px;
        box-shadow: none;
    }

    .ps-policy-contents strong {
        margin: 0 0 .25rem;
    }

    .ps-policy-contents a {
        min-height: 2.75rem;
        padding: .65rem .7rem;
        display: flex;
        align-items: center;
    }

    .ps-policy-content {
        padding: 1.1rem 1rem;
        border-radius: 12px;
        box-shadow: none;
    }

    .ps-policy-content section + section {
        margin-top: 1.6rem;
        padding-top: 1.6rem;
    }

    .ps-policy-content h2 {
        margin-bottom: .65rem;
        font-size: 1.35rem;
    }

    .ps-policy-content h3 {
        margin-top: 1.15rem;
    }

    .ps-policy-content p,
    .ps-policy-content li {
        line-height: 1.6;
    }

    .ps-policy-content ul {
        margin-block: .75rem;
        padding-left: 1.15rem;
    }

    .ps-policy-actions .button,
    .ps-policy-return {
        width: 100%;
        min-height: 2.875rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}
