.bot-privacy-page { background: #0a0015; color: #ede9f5; font-family: "Segoe UI", system-ui, sans-serif; }
.bot-privacy-page * { box-sizing: border-box; }
.bot-policy-hero { max-width: 1240px; margin: 0 auto; padding: 150px 24px 44px; }
.policy-eyebrow { color: #d8b4fe; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.bot-policy-hero h1 { font-size: clamp(2.25rem, 6vw, 4rem); line-height: 1.15; margin: 18px 0; color: #fff; }
.bot-policy-hero > p { font-size: 1.1rem; max-width: 720px; color: #c9bdd9; line-height: 1.7; }
.policy-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 24px; color: #bfb0d2; font-size: .9rem; }
.bot-policy-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 36px; max-width: 1240px; margin: 0 auto 64px; padding: 0 24px; align-items: start; }
.policy-sidebar { position: sticky; top: 90px; padding: 20px; border: 1px solid #513166; border-radius: 16px; background: #170c24; max-height: calc(100vh - 115px); overflow-y: auto; }
.policy-sidebar summary { font-weight: 700; color: #f1dcff; cursor: pointer; }
.policy-sidebar ol { padding-left: 20px; margin-top: 18px; }
.policy-sidebar li { padding: 5px 0; color: #a997bb; font-size: .86rem; line-height: 1.5; }
.bot-policy-content { min-width: 0; }
.bot-policy-content a, .policy-sidebar a { color: #dfbaff; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.bot-policy-content a:hover, .policy-sidebar a:hover { color: #fff; }
.bot-privacy-page a:focus-visible, .bot-privacy-page summary:focus-visible, .policy-table-scroll:focus-visible { outline: 3px solid #f0abfc; outline-offset: 4px; border-radius: 3px; }
.bot-policy-section, .policy-callout { border: 1px solid #513166; background: #170c24; border-radius: 16px; padding: 28px; margin-bottom: 24px; }
.bot-policy-section { scroll-margin-top: 100px; }
.policy-callout { background: linear-gradient(120deg, #321346, #251039); border-color: #b373d9; }
.bot-policy-content h2 { margin: 0 0 18px; color: #f4e7ff; font-size: 1.5rem; line-height: 1.4; }
.bot-policy-content h3 { margin: 26px 0 12px; color: #dfbaff; font-size: 1.13rem; line-height: 1.5; }
.bot-policy-content p, .bot-policy-content li, .bot-policy-content dd, .bot-policy-content address { line-height: 1.85; font-size: .98rem; overflow-wrap: anywhere; }
.bot-policy-content p { margin: 12px 0; }
.bot-policy-content ul, .bot-policy-content ol { padding-left: 24px; margin: 16px 0; }
.bot-policy-content li { margin: 10px 0; }
.bot-policy-content strong { color: #fff; }
.bot-policy-content address { font-style: normal; background: #21122f; border-left: 3px solid #c084fc; padding: 18px; margin: 20px 0; }
.bot-policy-content code { background: #11091b; border: 1px solid #604173; border-radius: 6px; padding: 3px 7px; color: #f5d0fe; font-size: .92em; white-space: nowrap; }
.policy-controls dt { font-weight: 700; margin-top: 22px; }
.policy-controls dd { margin: 10px 0 18px; }
.policy-table-scroll { overflow-x: auto; margin: 24px 0; border: 1px solid #513166; border-radius: 10px; }
.policy-table-scroll table { width: 100%; min-width: 540px; border-collapse: collapse; text-align: left; font-size: .9rem; line-height: 1.7; }
.policy-table-scroll caption { text-align: left; padding: 14px 16px; color: #d8b4fe; font-weight: 700; background: #251337; }
.policy-table-scroll th, .policy-table-scroll td { padding: 16px; border-top: 1px solid #513166; vertical-align: top; overflow-wrap: anywhere; }
.policy-table-scroll thead th { background: #251337; color: #fff; }
.policy-table-scroll tbody th { width: 25%; font-weight: 600; color: #e9d5ff; }
.policy-table-scroll tr:nth-child(even) { background: #1e102c; }
.policy-contact-card { border-radius: 12px; border: 1px solid #79558f; padding: 20px; background: #241333; margin-top: 22px; }
.policy-contact-card h3 { margin-top: 0; }
.bot-policy-content .policy-endnote { color: #bca8cd; margin-top: 24px; font-size: .85rem; }
.policy-skip-link { position: fixed; top: -100px; left: 16px; z-index: 10000; padding: 12px 18px; background: #fff; color: #190727; border-radius: 6px; }
.policy-skip-link:focus { top: 16px; }
@media (max-width: 950px) {
    .bot-policy-layout { grid-template-columns: minmax(0, 1fr); gap: 24px; }
    .policy-sidebar { position: static; max-height: none; }
    .policy-sidebar ol { columns: 2; column-gap: 30px; }
    .policy-sidebar li { break-inside: avoid; }
}
@media (max-width: 560px) {
    .bot-policy-hero { padding: 110px 16px 30px; }
    .bot-policy-layout { padding: 0 16px; }
    .bot-policy-section, .policy-callout { padding: 20px 16px; }
    .bot-policy-content h2 { font-size: 1.3rem; }
    .policy-sidebar ol { columns: 1; }
    .policy-meta { display: grid; gap: 8px; }
}
@media print {
    .bot-privacy-page { background: white; color: black; }
    .bot-privacy-page .navbar, .bot-privacy-page .navbar-mobile, .policy-sidebar, .policy-skip-link, .bot-privacy-page footer { display: none !important; }
    .bot-policy-hero { padding: 0 0 20px; }
    .bot-policy-layout { display: block; padding: 0; margin: 0; }
    .bot-policy-section, .policy-callout, .policy-contact-card { background: white; border-color: #999; padding: 16px; border-radius: 0; }
    .bot-policy-content h2, .bot-policy-content h3, .bot-policy-content strong, .bot-policy-content a, .bot-policy-hero h1, .policy-eyebrow, .policy-meta, .bot-policy-hero > p { color: black; }
    .bot-policy-content h2, .bot-policy-content h3 { break-after: avoid; }
    .policy-table-scroll { overflow: visible; border-color: #999; }
    .policy-table-scroll table { min-width: 0; font-size: 9pt; }
    .policy-table-scroll th, .policy-table-scroll td { border-color: #999; color: black; padding: 8px; }
    .policy-table-scroll thead th, .policy-table-scroll caption, .policy-table-scroll tr:nth-child(even), .bot-policy-content address { background: white; color: black; }
    .bot-policy-content code { color: black; background: white; border-color: #999; }
    .bot-policy-content p, .bot-policy-content li, .bot-policy-content dd { font-size: 10pt; line-height: 1.6; }
}
