body.page-privacy-policy .hh-legal-page,
body.page-terms-of-use .hh-legal-page,
body.page-accessibility .hh-legal-page {
    background: #f4f7fa;
}

.hh-legal-hero {
    padding: clamp(72px, 10vw, 120px) 0 clamp(36px, 5vw, 56px);
    text-align: center;
    background:
        linear-gradient(rgba(10, 17, 114, 0.84), rgba(0, 45, 78, 0.88)),
        url('../images/discover-role-hero.jpg') center / cover no-repeat;
    color: #ffffff;
}

.hh-legal-eyebrow {
    margin: 0 0 12px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
}

.hh-legal-title {
    margin: 0 0 16px;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #ffffff;
}

.hh-legal-lead {
    max-width: 44rem;
    margin: 0 auto 12px;
    font-size: 1.0625rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
}

.hh-legal-meta {
    margin: 0;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.78);
}

.hh-legal-body {
    padding: clamp(40px, 6vw, 72px) 0 clamp(72px, 8vw, 96px);
}

.hh-legal-card {
    max-width: 820px;
    margin: 0 auto;
    padding: clamp(28px, 4vw, 40px);
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
    color: #4b5563;
}

.hh-legal-intro {
    margin: 0 0 28px;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #374151;
}

.hh-legal-section + .hh-legal-section {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid #eef2f6;
}

.hh-legal-section h2 {
    margin: 0 0 12px;
    font-size: 1.25rem;
    font-weight: 800;
    color: #0a1172;
}

.hh-legal-section p {
    margin: 0 0 12px;
    line-height: 1.7;
}

.hh-legal-section ul {
    margin: 0;
    padding-left: 1.25rem;
}

.hh-legal-section li + li {
    margin-top: 10px;
}

.hh-legal-section a {
    color: #14857e;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hh-legal-section a:hover {
    color: #0a1172;
}

.hh-legal-contact-list {
    list-style: none;
    padding-left: 0;
}

.hh-legal-contact-list li + li {
    margin-top: 8px;
}

@media (max-width: 640px) {
    .hh-legal-card {
        padding: 24px 20px;
    }
}
