.privacy-enterprise {
    max-width: 920px;
    margin: 0 auto;
    padding-bottom: 3rem;
}

.privacy-hero {
    background: linear-gradient(135deg, #1c3d5a 0%, #1864ab 45%, #228be6 100%);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    color: #fff;
    margin-bottom: 1.75rem;
    position: relative;
    overflow: hidden;
}

.privacy-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 45%);
    pointer-events: none;
}

.privacy-hero-inner {
    position: relative;
    z-index: 1;
}

.privacy-hero h1 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    margin: 0 0 0.5rem;
    line-height: 1.25;
}

.privacy-hero p {
    margin: 0;
    opacity: 0.92;
    max-width: 640px;
}

.privacy-hero--danger {
    background: linear-gradient(135deg, #5c1a1a 0%, #c92a2a 45%, #e03131 100%);
}

.account-delete-panel .account-delete-action {
    border: 1px solid rgba(220, 53, 69, 0.25);
}

.privacy-hero-meta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    font-size: 0.8125rem;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
}

.privacy-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 1.5rem;
    align-items: start;
}

.privacy-toc-sticky {
    position: sticky;
    top: 88px;
}

.privacy-toc-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    padding: 1.25rem;
    box-shadow: 0 8px 28px rgba(24, 100, 171, 0.06);
}

.privacy-toc-card h2 {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #868e96;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.privacy-toc-card ol {
    margin: 0;
    padding-left: 1.15rem;
    font-size: 0.875rem;
}

.privacy-toc-card li {
    margin-bottom: 0.4rem;
}

.privacy-toc-card a {
    color: #1864ab;
    text-decoration: none;
}

.privacy-toc-card a:hover {
    text-decoration: underline;
}

.privacy-section-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    padding: 1.5rem 1.75rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    scroll-margin-top: 96px;
}

.privacy-section-card h2 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1864ab;
    margin-bottom: 0.85rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e7f5ff;
}

.privacy-section-card p,
.privacy-section-card li {
    color: #495057;
    line-height: 1.65;
}

.privacy-section-card .table {
    font-size: 0.875rem;
    margin-bottom: 0;
}

.privacy-section-card .table thead th {
    background: #f1f3f5;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .privacy-layout {
        grid-template-columns: 1fr;
    }

    .privacy-toc-sticky {
        position: static;
    }
}
