/* ── Policy & Procedure page ── */
.pp-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 88px 0 72px;
}
.pp-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.pp-hero__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(15, 22, 42, .95) 0%, rgba(31, 31, 31, .84) 42%, rgba(30, 20, 38, .92) 100%);
}
.pp-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pp-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 40px;
    align-items: center;
}
.pp-hero__copy { max-width: 680px; }
.pp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--rsbt-gold);
}
.pp-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--rsbt-gold);
}
.pp-hero__title {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: clamp(34px, 5vw, 52px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -.02em;
}
.pp-hero__subtitle {
    margin: 14px 0 0;
    font-size: 15px;
    color: #d6b565;
    font-weight: 600;
}
.pp-hero__tagline {
    margin: 18px 0 0;
    font-size: clamp(17px, 2.2vw, 22px);
    line-height: 1.45;
    color: #f9fafb;
    font-weight: 500;
}
.pp-breadcrumb {
    margin-top: 28px;
    font-size: 13px;
    color: #cbd5e1;
}
.pp-breadcrumb a {
    color: #f0dca0;
    text-decoration: none;
}
.pp-breadcrumb a:hover { text-decoration: underline; }

.pp-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}
.pp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: transform .2s, background .2s, border-color .2s;
}
.pp-btn--primary {
    background: var(--rsbt-gold);
    color: #fff;
    border: 1px solid var(--rsbt-gold);
}
.pp-btn--primary:hover {
    background: #9a3148;
    transform: translateY(-1px);
}
.pp-btn--outline {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .45);
}
.pp-btn--outline:hover {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .7);
    transform: translateY(-1px);
}

.pp-stats {
    padding: 0 0 48px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
}
.pp-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.pp-stat-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 22px 20px;
    text-align: center;
    box-shadow: 0 18px 40px -28px rgba(15, 23, 42, .25);
}
.pp-stat-card__value {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 700;
    color: var(--rsbt-gold);
    line-height: 1.1;
}
.pp-stat-card__label {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
}

.pp-intro {
    font-size: 17px;
    line-height: 1.75;
    color: #374151;
}
.pp-intro p { margin: 0 0 16px; }

.pp-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}
.pp-meta-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px 18px;
}
.pp-meta-item span {
    display: block;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #94a3b8;
    font-weight: 600;
    margin-bottom: 6px;
}
.pp-meta-item strong {
    display: block;
    font-size: 14px;
    color: #1f2937;
    line-height: 1.45;
    font-weight: 600;
}

.pp-principles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.pp-principle-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-top: 4px solid var(--rsbt-gold);
    border-radius: 14px;
    padding: 22px 20px;
    box-shadow: 0 16px 36px -28px rgba(15, 23, 42, .2);
}
.pp-principle-card__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(180, 58, 84, .12);
    color: var(--rsbt-gold);
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 12px;
}
.pp-principle-card p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.65;
    color: #4b5563;
}

.pp-vm-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.pp-vm-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 28px 24px;
    box-shadow: 0 16px 36px -28px rgba(15, 23, 42, .2);
}
.pp-vm-card h3 {
    margin: 0 0 12px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #1f2937;
}
.pp-vm-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
}
.pp-purpose-list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}
.pp-purpose-list li {
    position: relative;
    padding-left: 22px;
    font-size: 14.5px;
    line-height: 1.6;
    color: #4b5563;
}
.pp-purpose-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--rsbt-gold);
}

.pp-sec-head {
    margin-bottom: 28px;
}
.pp-sec-head h2 {
    margin: 8px 0 0;
    font-family: "Poppins", sans-serif;
    font-size: clamp(26px, 3.2vw, 34px);
    color: #1f2937;
}
.pp-sec-head p {
    margin: 10px 0 0;
    color: #64748b;
    max-width: 72ch;
    font-size: 15px;
    line-height: 1.6;
}

.pp-standards {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.pp-standard {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 30px -24px rgba(15, 23, 42, .18);
}
.pp-standard summary {
    cursor: pointer;
    list-style: none;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
    background: #fafafa;
    transition: background .2s;
}
.pp-standard summary::-webkit-details-marker { display: none; }
.pp-standard summary::after {
    content: "+";
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(180, 58, 84, .1);
    color: var(--rsbt-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}
.pp-standard[open] summary::after { content: "−"; }
.pp-standard summary:hover { background: #f3f4f6; }
.pp-standard__count {
    font-size: 12px;
    font-weight: 600;
    color: #94a3b8;
    white-space: nowrap;
}
.pp-standard__body {
    padding: 0 22px 18px;
    border-top: 1px solid #f1f5f9;
}
.pp-policy-list {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 20px;
}
.pp-policy-list li {
    font-size: 13.5px;
    line-height: 1.5;
    color: #4b5563;
    padding-left: 16px;
    position: relative;
}
.pp-policy-list li::before {
    content: "›";
    position: absolute;
    left: 0;
    color: var(--rsbt-gold);
    font-weight: 700;
}

.pp-reg-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
}
.pp-reg-table th,
.pp-reg-table td {
    padding: 14px 18px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #f1f5f9;
    font-size: 14px;
    line-height: 1.55;
}
.pp-reg-table th {
    background: #1f2937;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.pp-reg-table tr:last-child td { border-bottom: none; }
.pp-reg-table td:first-child {
    font-weight: 600;
    color: #1f2937;
    width: 34%;
}

.pp-pdf-panel {
    background: #1f2937;
    color: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
}
.pp-pdf-panel h2 {
    margin: 0 0 8px;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    color: #fff;
}
.pp-pdf-panel p {
    margin: 0;
    color: #cbd5e1;
    font-size: 14.5px;
    line-height: 1.6;
    max-width: 56ch;
}
.pp-pdf-viewer {
    margin-top: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    background: #f8fafc;
}
.pp-pdf-viewer iframe {
    display: block;
    width: 100%;
    height: min(80vh, 900px);
    border: 0;
    background: #fff;
}

.pp-quote {
    background: #fff;
    border-left: 4px solid var(--rsbt-gold);
    border-radius: 0 14px 14px 0;
    padding: 28px 28px 24px;
    box-shadow: 0 16px 36px -28px rgba(15, 23, 42, .2);
}
.pp-quote p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.75;
    color: #374151;
    font-style: italic;
}
.pp-quote cite {
    display: block;
    font-style: normal;
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
}

@media (max-width: 960px) {
    .pp-hero__inner { grid-template-columns: 1fr; }
    .pp-stats__grid { grid-template-columns: repeat(2, 1fr); }
    .pp-principles { grid-template-columns: 1fr; }
    .pp-vm-grid { grid-template-columns: 1fr; }
    .pp-meta-grid { grid-template-columns: 1fr; }
    .pp-policy-list { grid-template-columns: 1fr; }
    .pp-pdf-panel { grid-template-columns: 1fr; }
    .pp-reg-table td:first-child { width: auto; }
}
