.hongzhe-legal-page {
    background: #f5f7fa;
    padding: 32px 0 72px;
}

.hongzhe-legal-page .section_container_con {
    width: 1240px;
}

.hongzhe-legal-page .bread_crumbs {
    margin-bottom: 20px;
}

.hongzhe-legal-page .bread_crumbs .section_container_con {
    width: 1240px;
    padding-left: 15px;
    padding-right: 15px;
}

.hongzhe-legal-page .nav-bread {
    color: #607087;
    font-size: 0.9375rem;
    line-height: 1.7;
}

.hongzhe-legal-page .nav-bread a {
    color: #607087;
}

.hongzhe-legal-page .nav-bread span {
    color: #0f172a;
    font-weight: 600;
}

.hongzhe-legal-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #10233d 0%, #183456 58%, #21456d 100%);
    border-radius: 18px;
    padding: 52px 56px;
    color: #fff;
    box-shadow: 0 20px 48px rgba(16, 35, 61, 0.18);
}

.hongzhe-legal-hero::after {
    content: "";
    position: absolute;
    top: -80px;
    right: -60px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
}

.hongzhe-legal-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}

.hongzhe-legal-hero__eyebrow::before {
    content: "";
    width: 38px;
    height: 2px;
    background: #e53935;
}

.hongzhe-legal-hero__title {
    max-width: 760px;
    margin: 0;
    font-size: 3rem;
    line-height: 1.16;
    font-weight: 800;
    color: #fff;
}

.hongzhe-legal-hero__desc {
    max-width: 760px;
    margin: 18px 0 0;
    font-size: 1.0625rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.82);
}

.hongzhe-legal-hero__meta {
    display: inline-flex;
    align-items: center;
    margin-top: 28px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.9375rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.hongzhe-legal-layout {
    margin-top: 28px;
}

.hongzhe-legal-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 44px 48px 52px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
}

.hongzhe-legal-content {
    max-width: 900px;
}

.hongzhe-legal-content > *:first-child {
    margin-top: 0;
}

.hongzhe-legal-content > *:last-child {
    margin-bottom: 0;
}

.hongzhe-legal-content h2,
.hongzhe-legal-content h3,
.hongzhe-legal-content h4 {
    color: #10233d;
    font-weight: 800;
}

.hongzhe-legal-content h2 {
    margin: 34px 0 14px;
    font-size: 1.625rem;
    line-height: 1.35;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8edf3;
}

.hongzhe-legal-content h3 {
    margin: 26px 0 12px;
    font-size: 1.25rem;
    line-height: 1.45;
}

.hongzhe-legal-content p,
.hongzhe-legal-content li {
    font-size: 1rem;
    line-height: 1.9;
    color: #334155;
}

.hongzhe-legal-content p {
    margin: 0 0 14px;
}

.hongzhe-legal-content strong {
    color: #0f172a;
    font-weight: 700;
}

.hongzhe-legal-content ul,
.hongzhe-legal-content ol {
    margin: 0 0 18px 22px;
    padding: 0;
}

.hongzhe-legal-content ul li,
.hongzhe-legal-content ol li {
    margin-bottom: 10px;
}

.hongzhe-legal-content ul li {
    list-style: disc;
}

.hongzhe-legal-content ol li {
    list-style: decimal;
}

.hongzhe-legal-content a {
    color: #c62828;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hongzhe-legal-content hr {
    margin: 28px 0;
    border: 0;
    border-top: 1px solid #e5e7eb;
}

.hongzhe-legal-content .wp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.hongzhe-legal-content .wp-block-table td,
.hongzhe-legal-content .wp-block-table th {
    border: 1px solid #dbe3ec;
    padding: 12px 14px;
    color: #334155;
}

.hongzhe-legal-content .wp-block-quote,
.hongzhe-legal-content blockquote {
    margin: 20px 0;
    padding: 16px 20px;
    border-left: 4px solid #e53935;
    background: #f8fafc;
    color: #475569;
}

@media (max-width: 1280px) {
    .hongzhe-legal-page .section_container_con,
    .hongzhe-legal-page .bread_crumbs .section_container_con {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .hongzhe-legal-page {
        padding: 20px 0 56px;
    }

    .hongzhe-legal-hero {
        border-radius: 14px;
        padding: 34px 28px;
    }

    .hongzhe-legal-hero__title {
        font-size: 2.25rem;
    }

    .hongzhe-legal-card {
        border-radius: 14px;
        padding: 30px 28px 36px;
    }
}

@media (max-width: 767px) {
    .hongzhe-legal-page .bread_crumbs {
        margin-bottom: 14px;
    }

    .hongzhe-legal-page .bread_crumbs .section_container_con {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hongzhe-legal-hero {
        padding: 28px 20px;
    }

    .hongzhe-legal-hero__eyebrow {
        font-size: 0.75rem;
    }

    .hongzhe-legal-hero__title {
        font-size: 1.75rem;
    }

    .hongzhe-legal-hero__desc,
    .hongzhe-legal-hero__meta,
    .hongzhe-legal-content p,
    .hongzhe-legal-content li {
        font-size: 0.9375rem;
    }

    .hongzhe-legal-card {
        padding: 24px 20px 28px;
    }

    .hongzhe-legal-content h2 {
        font-size: 1.375rem;
    }

    .hongzhe-legal-content h3 {
        font-size: 1.125rem;
    }
}
