.privacy-page {
    color: #172033;
    background: #fff;
    font-family: inherit;
    line-height: 1.7;
}

.privacy-page *,
.privacy-page *::before,
.privacy-page *::after { box-sizing: border-box; }

.privacy-page a { color: #1d4ed8; text-decoration: underline; text-underline-offset: 3px; }
.privacy-page a:hover { color: #1e40af; }
.privacy-page a:focus-visible { outline: 3px solid #f97316; outline-offset: 3px; }

.privacy-shell { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }

.privacy-hero {
    padding: 160px 0 88px;
    background: linear-gradient(145deg, #eff6ff 0%, #fff 64%);
    border-bottom: 1px solid #e2e8f0;
}

.privacy-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 750;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.privacy-hero h1 {
    max-width: 820px;
    margin: 0 0 20px;
    color: #0f172a;
    font-size: clamp(38px, 6vw, 66px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.privacy-lead { max-width: 800px; margin: 0; font-size: clamp(18px, 2vw, 21px); color: #334155; }
.privacy-updated { margin: 22px 0 0; font-size: 14px; color: #475569; }

.privacy-promise {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 42px;
}

.privacy-promise div {
    padding: 23px;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    background: rgba(255,255,255,.88);
}

.privacy-promise strong { display: block; margin-bottom: 6px; color: #0f172a; font-size: 16px; }
.privacy-promise span { display: block; color: #475569; font-size: 14px; line-height: 1.55; }

.privacy-layout {
    display: grid;
    grid-template-columns: 236px minmax(0, 1fr);
    gap: 56px;
    padding-top: 64px;
    padding-bottom: 104px;
}

.privacy-toc { align-self: start; position: sticky; top: 28px; }
.privacy-toc h2 { margin: 0 0 16px; color: #0f172a; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }
.privacy-toc ol { list-style: none; padding: 0; margin: 0; border-left: 2px solid #e2e8f0; }
.privacy-toc li { margin: 0; }
.privacy-toc a { display: block; padding: 8px 0 8px 16px; color: #475569; text-decoration: none; font-size: 14px; line-height: 1.35; }
.privacy-toc a:hover, .privacy-toc a:focus-visible { color: #1d4ed8; }

.privacy-content { min-width: 0; }
.privacy-content section { scroll-margin-top: 32px; margin-bottom: 66px; }
.privacy-content section:last-child { margin-bottom: 0; }
.privacy-content h2 { margin: 0 0 20px; color: #0f172a; font-size: clamp(25px, 3vw, 33px); line-height: 1.25; letter-spacing: -.02em; }
.privacy-content h3 { margin: 30px 0 12px; color: #0f172a; font-size: 19px; line-height: 1.35; }
.privacy-content p { margin: 0 0 16px; color: #334155; font-size: 16px; }
.privacy-content ul { margin: 0 0 20px; padding-left: 22px; color: #334155; }
.privacy-content li { margin-bottom: 8px; }
.privacy-content strong { color: #14213d; }

.privacy-note {
    margin: 22px 0;
    padding: 20px 22px;
    background: #eff6ff;
    border-left: 4px solid #2563eb;
    border-radius: 0 12px 12px 0;
}
.privacy-note p:last-child { margin-bottom: 0; }

.privacy-table-wrap { margin: 22px 0; overflow-x: auto; border: 1px solid #dbe3ed; border-radius: 12px; }
.privacy-table { border-collapse: collapse; width: 100%; min-width: 630px; text-align: left; }
.privacy-table th, .privacy-table td { padding: 14px 16px; vertical-align: top; border-bottom: 1px solid #e2e8f0; font-size: 14px; line-height: 1.55; }
.privacy-table th { background: #f1f5f9; color: #0f172a; font-weight: 700; }
.privacy-table tr:last-child td { border-bottom: 0; }
.privacy-table td:first-child { color: #0f172a; font-weight: 650; }

.privacy-contact {
    padding: 28px;
    background: #0f172a;
    border-radius: 18px;
    color: #fff;
}
.privacy-contact h2, .privacy-contact p, .privacy-contact strong { color: #fff; }
.privacy-contact p { color: #dbeafe; }
.privacy-contact a { color: #bfdbfe; }
.privacy-contact a:hover { color: #fff; }

@media (max-width: 900px) {
    .privacy-layout { grid-template-columns: 1fr; gap: 38px; }
    .privacy-toc { position: static; }
    .privacy-toc ol { columns: 2; }
}

@media (max-width: 640px) {
    .privacy-shell { width: min(100% - 36px, 1120px); }
    .privacy-hero { padding: 118px 0 56px; }
    .privacy-promise { grid-template-columns: 1fr; gap: 12px; }
    .privacy-promise div { padding: 18px; }
    .privacy-layout { padding-top: 45px; padding-bottom: 70px; }
    .privacy-toc ol { columns: 1; }
    .privacy-content section { margin-bottom: 52px; }
    .privacy-contact { padding: 23px; }
}
