/* ========================================================
   PRIVACY POLICY PAGE (MODULAR SCOPED STYLESHEET)
   Scoped under #privacy-page to guarantee zero style collisions.
   Standard Media Portal 1080px (Main 750px + Sidebar 300px + Gap 30px)
   ======================================================== */

#privacy-page {
    margin-top: 1.25rem;
    margin-bottom: 3.5rem;
}

#privacy-page.layout-two-column > .row {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    margin-left: 0;
    margin-right: 0;
}

#privacy-page .layout-main {
    flex: 1 1 0;
    min-width: 0;
    max-width: 750px;
    padding-left: 0;
    padding-right: 0;
}

#privacy-page .layout-sidebar {
    flex: 0 0 300px;
    width: 300px;
    padding-left: 0;
    padding-right: 0;
}

#privacy-page .sticky-sidebar {
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
}

/* Breadcrumbs */
#privacy-page .privacy-breadcrumb {
    margin-bottom: 1rem;
}

#privacy-page .privacy-breadcrumb .breadcrumb {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0.8125rem;
    font-weight: 500;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#privacy-page .privacy-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "/" !important;
    color: #94a3b8 !important;
    padding: 0 0.5rem !important;
}

#privacy-page .privacy-breadcrumb .breadcrumb-item a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.15s ease;
}

#privacy-page .privacy-breadcrumb .breadcrumb-item a:hover {
    color: #ed1c24;
}

#privacy-page .privacy-breadcrumb .breadcrumb-item.active {
    color: #0f172a;
    font-weight: 600;
}

/* Header */
#privacy-page .privacy-header {
    margin-bottom: 1.75rem;
    padding-bottom: 0.85rem;
    border-bottom: 2px solid #f1f5f9;
}

#privacy-page .privacy-kicker {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #ed1c24;
    margin-bottom: 0.35rem;
}

#privacy-page .privacy-main-title {
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.25;
    color: #0f172a;
    margin: 0 0 6px 0;
    position: relative;
    padding-left: 14px;
}

#privacy-page .privacy-main-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    border-radius: 2px;
    background: #ed1c24;
}

#privacy-page .privacy-subtitle {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0;
    padding-left: 14px;
}

/* Document Content */
#privacy-page .privacy-body {
    font-size: 1rem;
    line-height: 1.8;
    color: #27272a;
}

#privacy-page .privacy-intro-box {
    background: #f8fafc;
    border-left: 4px solid #21409a;
    border-radius: 6px;
    padding: 18px 22px;
    margin-bottom: 2rem;
    font-size: 0.95rem;
    line-height: 1.75;
    color: #334155;
}

#privacy-page .privacy-section {
    margin-bottom: 2rem;
}

#privacy-page .privacy-section-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 10px 0;
    position: relative;
    padding-left: 10px;
    border-left: 3px solid #ed1c24;
}

#privacy-page .privacy-body p {
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
    #privacy-page.layout-two-column > .row {
        flex-direction: column !important;
        gap: 40px !important;
    }
    #privacy-page .layout-main { max-width: 100% !important; }
    #privacy-page .layout-sidebar { flex: 0 0 100% !important; width: 100% !important; }
    #privacy-page .sticky-sidebar { position: static !important; }
}
