/**
 * File: assets/css/frontend/pages/company/privacy-policy.css
 * Purpose: Styles the complete premium first-party HyperDAF Privacy Policy experience and reading tools.
 * Scope: .hdf-privacy-page only.
 * Related PHP: src/Frontend/Pages/Company/PrivacyPolicyRenderer.php
 * Related JS: assets/js/frontend/pages/privacy-policy.js
 * Package: HyperDAF Pro
 */
.hdf-privacy-page{--hdf-privacy-text:var(--hdf-color-text-primary);--hdf-privacy-muted:var(--hdf-color-text-secondary);--hdf-privacy-border:var(--hdf-color-border);--hdf-privacy-accent:var(--hdf-color-primary-strong);--hdf-privacy-soft:var(--hdf-color-surface-selected);position:relative;overflow-x:clip;padding:clamp(1.25rem,3.5vw,2.75rem) max(1rem,3vw);background:var(--hdf-color-surface-muted);color:var(--hdf-privacy-text)}
.hdf-privacy-page*,.hdf-privacy-page*::before,.hdf-privacy-page*::after{box-sizing:border-box}
.hdf-privacy-page__inner{width:min(100%,var(--hdf-privacy-max-width,1280px));margin-inline:auto;min-width:0}
.hdf-privacy-progress{position:fixed;z-index:80;top:0;right:0;left:0;height:3px;background:transparent;pointer-events:none}
.admin-bar .hdf-privacy-progress{top:32px}
.hdf-privacy-progress span{display:block;width:0;height:100%;background:var(--hdf-privacy-accent);transition:width .1s linear}
.hdf-privacy-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(17rem,.55fr);gap:clamp(1.25rem,3vw,2rem);align-items:stretch;margin-bottom:var(--hdf-privacy-section-gap,24px);padding:clamp(1.5rem,3.5vw,2.65rem);border:1px solid var(--hdf-privacy-border);border-radius:var(--hdf-privacy-card-radius,16px);background:linear-gradient(135deg,var(--hdf-color-surface),var(--hdf-color-surface-subtle));overflow:hidden}
.hdf-privacy-page.is-surface-elevated .hdf-privacy-hero,.hdf-privacy-page.is-surface-elevated .hdf-privacy-section,.hdf-privacy-page.is-surface-elevated .hdf-privacy-toc{border-color:var(--hdf-color-border-strong);background:var(--hdf-color-surface)}
.hdf-privacy-eyebrow{margin:0 0 .75rem;color:var(--hdf-privacy-accent);font-size:.76rem;font-weight:800;letter-spacing:.075em;text-transform:uppercase}
.hdf-privacy-hero h1{max-width:16ch;margin:0;font-size:clamp(2.2rem,4.3vw,4.15rem);line-height:1.02;letter-spacing:-.045em}
.hdf-privacy-hero__intro{max-width:48rem;margin:1rem 0 0;color:var(--hdf-privacy-muted);font-size:clamp(.98rem,1.5vw,1.12rem);line-height:1.72}
.hdf-privacy-hero__identity{display:flex;align-items:center;gap:.8rem;margin-top:1.25rem}
.hdf-privacy-hero__identity>span{display:grid;flex:0 0 auto;width:2.8rem;height:2.8rem;place-items:center;border-radius:.85rem;background:var(--hdf-privacy-soft);color:var(--hdf-privacy-accent)}
.hdf-privacy-hero__identity .hdf-icon{width:1.35rem;height:1.35rem}
.hdf-privacy-hero__identity>div{display:grid;gap:.12rem;min-width:0}
.hdf-privacy-hero__identity small{color:var(--hdf-privacy-muted);font-size:.68rem;text-transform:uppercase;letter-spacing:.05em}
.hdf-privacy-hero__identity strong{font-size:.9rem}
.hdf-privacy-hero__identity em{color:var(--hdf-privacy-muted);font-size:.76rem;font-style:normal;line-height:1.45}
.hdf-privacy-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.35rem}
.hdf-privacy-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.85rem;padding:.72rem 1rem;border:1px solid var(--hdf-privacy-border);border-radius:.72rem;background:var(--hdf-color-surface);color:var(--hdf-privacy-text);font:inherit;font-size:.82rem;font-weight:800;text-decoration:none;cursor:pointer}
.hdf-privacy-button .hdf-icon{width:1rem;height:1rem}
.hdf-privacy-button.is-primary{border-color:var(--hdf-privacy-accent);background:var(--hdf-privacy-accent);color:var(--hdf-color-text-inverse)}
.hdf-privacy-button:hover,.hdf-privacy-button:focus-visible{border-color:var(--hdf-color-primary-hover);background:var(--hdf-color-primary-hover);color:var(--hdf-color-text-inverse)}
.hdf-privacy-status{display:grid;align-content:start;gap:1rem;min-width:0;padding:1.1rem;border:1px solid var(--hdf-privacy-border);border-radius:calc(var(--hdf-privacy-card-radius,16px) - 3px);background:var(--hdf-color-surface)}
.hdf-privacy-status__head{display:flex;align-items:center;gap:.75rem}
.hdf-privacy-status__head>span{display:grid;width:2.65rem;height:2.65rem;place-items:center;border-radius:.8rem;background:var(--hdf-privacy-soft);color:var(--hdf-privacy-accent)}
.hdf-privacy-status__head .hdf-icon{width:1.25rem;height:1.25rem}
.hdf-privacy-status__head>div{display:grid;gap:.15rem;min-width:0}
.hdf-privacy-status__head small{color:var(--hdf-privacy-accent);font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.hdf-privacy-status__head strong{font-size:.96rem;overflow-wrap:anywhere}
.hdf-privacy-status dl{display:grid;gap:.65rem;margin:0}
.hdf-privacy-status dl>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;padding-top:.65rem;border-top:1px solid var(--hdf-privacy-border)}
.hdf-privacy-status dt{color:var(--hdf-privacy-muted);font-size:.7rem}
.hdf-privacy-status dd{margin:0;font-size:.72rem;font-weight:800;text-align:right}
.hdf-privacy-status>a{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.7rem .8rem;border-radius:.65rem;background:var(--hdf-privacy-soft);color:var(--hdf-privacy-accent);font-size:.76rem;font-weight:800;text-decoration:none}
.hdf-privacy-status>a .hdf-icon{width:.9rem;height:.9rem}
.hdf-privacy-layout{display:grid;grid-template-columns:var(--hdf-privacy-toc-width,280px) minmax(0,var(--hdf-privacy-content-width,860px));gap:var(--hdf-privacy-section-gap,24px);align-items:start;justify-content:center;min-width:0}
.hdf-privacy-page.is-layout-document .hdf-privacy-layout{grid-template-columns:minmax(0,var(--hdf-privacy-content-width,860px))}
.hdf-privacy-toc{display:grid;gap:.75rem;min-width:0;padding:1rem;border:1px solid var(--hdf-privacy-border);border-radius:var(--hdf-privacy-card-radius,16px);background:var(--hdf-color-surface)}
.hdf-privacy-page.has-sticky-toc .hdf-privacy-toc:not(.is-inline){position:sticky;top:calc(var(--hdf-header-sticky-offset,0px) + 1rem);max-height:calc(100vh - var(--hdf-header-sticky-offset,0px) - 2rem);overflow:auto}
.hdf-privacy-toc.is-inline{margin-bottom:var(--hdf-privacy-section-gap,24px)}
.hdf-privacy-toc__head{display:flex;align-items:center;gap:.65rem;padding:.2rem .25rem .75rem;border-bottom:1px solid var(--hdf-privacy-border)}
.hdf-privacy-toc__head>span{display:grid;width:2rem;height:2rem;place-items:center;border-radius:.55rem;background:var(--hdf-privacy-soft);color:var(--hdf-privacy-accent)}
.hdf-privacy-toc__head .hdf-icon{width:1rem;height:1rem}
.hdf-privacy-toc__head strong{font-size:.82rem}
.hdf-privacy-toc ol{display:grid;gap:.2rem;margin:0;padding:0;list-style:none;counter-reset:privacy-toc}
.hdf-privacy-toc li{counter-increment:privacy-toc;min-width:0}
.hdf-privacy-toc a{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.55rem;align-items:center;padding:.58rem .62rem;border-radius:.58rem;color:var(--hdf-privacy-muted);font-size:.74rem;line-height:1.35;text-decoration:none}
.hdf-privacy-toc a .hdf-icon{width:.92rem;height:.92rem;color:var(--hdf-privacy-accent)}
.hdf-privacy-toc a:hover,.hdf-privacy-toc a:focus-visible,.hdf-privacy-toc a.is-active{background:var(--hdf-privacy-soft);color:var(--hdf-privacy-text)}
.hdf-privacy-toc__request{justify-content:space-between!important;margin-top:.25rem;border-top:1px solid var(--hdf-privacy-border);border-radius:0!important;padding-top:.85rem!important;color:var(--hdf-privacy-accent)!important;font-weight:800}
.hdf-privacy-document{display:grid;gap:var(--hdf-privacy-section-gap,24px);min-width:0;counter-reset:privacy-section}
.hdf-privacy-section{scroll-margin-top:calc(var(--hdf-header-sticky-offset,0px) + 1.25rem);min-width:0;padding:clamp(1.15rem,2.5vw,1.7rem);border:1px solid var(--hdf-privacy-border);border-radius:var(--hdf-privacy-card-radius,16px);background:var(--hdf-color-surface);counter-increment:privacy-section}
.hdf-privacy-page.is-accent-emphasized .hdf-privacy-section{border-top:3px solid var(--hdf-privacy-accent)}
.hdf-privacy-section__head{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.9rem;align-items:start;margin-bottom:1.1rem}
.hdf-privacy-page.has-no-section-icons .hdf-privacy-section__head{grid-template-columns:minmax(0,1fr)}
.hdf-privacy-section__icon{display:grid;width:2.55rem;height:2.55rem;place-items:center;border-radius:.78rem;background:var(--hdf-privacy-soft);color:var(--hdf-privacy-accent)}
.hdf-privacy-section__icon .hdf-icon{width:1.15rem;height:1.15rem}
.hdf-privacy-section__head h2{display:flex;align-items:baseline;gap:.55rem;margin:0;font-size:clamp(1.3rem,2vw,1.75rem);line-height:1.18;letter-spacing:-.025em}
.hdf-privacy-page.has-section-numbers .hdf-privacy-section__head h2::before{content:counter(privacy-section,decimal-leading-zero);color:var(--hdf-privacy-accent);font-size:.68rem;font-weight:800;letter-spacing:.04em}
.hdf-privacy-section__head p{max-width:52rem;margin:.45rem 0 0;color:var(--hdf-privacy-muted);font-size:.88rem;line-height:1.68}
.hdf-privacy-commitments{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}
.hdf-privacy-commitments article,.hdf-privacy-info-card,.hdf-privacy-retention article,.hdf-privacy-cookie-grid article{min-width:0;padding:1rem;border:1px solid var(--hdf-privacy-border);border-radius:calc(var(--hdf-privacy-card-radius,16px) - 4px);background:var(--hdf-color-surface-subtle)}
.hdf-privacy-commitments article>span,.hdf-privacy-info-card>span{display:grid;width:2.3rem;height:2.3rem;place-items:center;margin-bottom:.7rem;border-radius:.68rem;background:var(--hdf-privacy-soft);color:var(--hdf-privacy-accent)}
.hdf-privacy-commitments .hdf-icon,.hdf-privacy-info-card .hdf-icon{width:1.05rem;height:1.05rem}
.hdf-privacy-commitments h3,.hdf-privacy-info-card h3,.hdf-privacy-retention h3,.hdf-privacy-cookie-grid h3{margin:0;font-size:.88rem;line-height:1.35}
.hdf-privacy-commitments p,.hdf-privacy-info-card p,.hdf-privacy-retention p,.hdf-privacy-cookie-grid p{margin:.45rem 0 0;color:var(--hdf-privacy-muted);font-size:.77rem;line-height:1.62}
.hdf-privacy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}
.hdf-privacy-grid.is-compact{grid-template-columns:repeat(2,minmax(0,1fr))}
.hdf-privacy-info-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.8rem;align-items:start}
.hdf-privacy-info-card>span{margin:0}
.hdf-privacy-callout{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.75rem;align-items:start;margin-top:.9rem;padding:.9rem;border:1px solid color-mix(in srgb,var(--hdf-privacy-accent) 22%,var(--hdf-privacy-border));border-radius:calc(var(--hdf-privacy-card-radius,16px) - 4px);background:var(--hdf-privacy-soft)}
.hdf-privacy-callout>.hdf-icon{width:1.15rem;height:1.15rem;color:var(--hdf-privacy-accent)}
.hdf-privacy-callout strong{font-size:.8rem}
.hdf-privacy-callout p{margin:.3rem 0 0;color:var(--hdf-privacy-muted);font-size:.76rem;line-height:1.62}
.hdf-privacy-callout.is-warning{border-color:color-mix(in srgb,var(--hdf-color-warning) 35%,var(--hdf-privacy-border));background:color-mix(in srgb,var(--hdf-color-warning) 7%,var(--hdf-color-surface))}
.hdf-privacy-callout.is-positive{border-color:color-mix(in srgb,var(--hdf-privacy-accent) 32%,var(--hdf-privacy-border))}
.hdf-privacy-retention{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}
.hdf-privacy-security{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.85rem;align-items:start;margin-top:.9rem;padding:1rem;border-radius:calc(var(--hdf-privacy-card-radius,16px) - 4px);background:linear-gradient(135deg,var(--hdf-privacy-soft),var(--hdf-color-surface-subtle))}
.hdf-privacy-security>span{display:grid;width:2.55rem;height:2.55rem;place-items:center;border-radius:.72rem;background:var(--hdf-color-surface);color:var(--hdf-privacy-accent)}
.hdf-privacy-security .hdf-icon{width:1.2rem;height:1.2rem}
.hdf-privacy-security h3{margin:0;font-size:.9rem}
.hdf-privacy-security p{margin:.4rem 0 0;color:var(--hdf-privacy-muted);font-size:.78rem;line-height:1.65}
.hdf-privacy-rights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin:0;padding:0;list-style:none}
.hdf-privacy-rights li{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.55rem;align-items:start;padding:.72rem;border:1px solid var(--hdf-privacy-border);border-radius:.65rem;background:var(--hdf-color-surface-subtle);color:var(--hdf-privacy-muted);font-size:.76rem;line-height:1.55}
.hdf-privacy-rights .hdf-icon{width:1rem;height:1rem;color:var(--hdf-privacy-accent)}
.hdf-privacy-request{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;margin-top:1rem;padding:1rem;border:1px solid color-mix(in srgb,var(--hdf-privacy-accent) 25%,var(--hdf-privacy-border));border-radius:calc(var(--hdf-privacy-card-radius,16px) - 4px);background:var(--hdf-privacy-soft)}
.hdf-privacy-request>div{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.75rem;align-items:start;min-width:0}
.hdf-privacy-request>div>span{display:grid;width:2.5rem;height:2.5rem;place-items:center;border-radius:.7rem;background:var(--hdf-color-surface);color:var(--hdf-privacy-accent)}
.hdf-privacy-request h3{margin:0;font-size:.9rem}
.hdf-privacy-request p{margin:.35rem 0;color:var(--hdf-privacy-muted);font-size:.76rem;line-height:1.6}
.hdf-privacy-request small{display:block;color:var(--hdf-privacy-muted);font-size:.7rem;line-height:1.55}
.hdf-privacy-cookie-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}
.hdf-privacy-text-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:.9rem;color:var(--hdf-privacy-accent);font-size:.78rem;font-weight:800;text-decoration:none}
.hdf-privacy-text-link .hdf-icon{width:.9rem;height:.9rem}
.hdf-privacy-contact-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}
.hdf-privacy-contact-card>div{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.7rem;align-items:start;min-width:0;padding:.8rem;border:1px solid var(--hdf-privacy-border);border-radius:.7rem;background:var(--hdf-color-surface-subtle)}
.hdf-privacy-contact-card>div>span{display:grid;width:2.2rem;height:2.2rem;place-items:center;border-radius:.65rem;background:var(--hdf-privacy-soft);color:var(--hdf-privacy-accent)}
.hdf-privacy-contact-card .hdf-icon{width:1rem;height:1rem}
.hdf-privacy-contact-card small{display:block;color:var(--hdf-privacy-muted);font-size:.66rem;text-transform:uppercase;letter-spacing:.05em}
.hdf-privacy-contact-card a,.hdf-privacy-contact-card p{display:block;margin:.24rem 0 0;color:var(--hdf-privacy-text);font-size:.78rem;line-height:1.55;overflow-wrap:anywhere;text-decoration:none}
.hdf-privacy-contact-card>.hdf-privacy-button{align-self:center}
.hdf-privacy-editor-content{min-width:0;padding:clamp(1.1rem,2.5vw,1.6rem);border:1px solid var(--hdf-privacy-border);border-radius:var(--hdf-privacy-card-radius,16px);background:var(--hdf-color-surface)}
.hdf-privacy-editor-content>:first-child{margin-top:0}.hdf-privacy-editor-content>:last-child{margin-bottom:0}
.hdf-privacy-editor-content p,.hdf-privacy-editor-content li{color:var(--hdf-privacy-muted);line-height:1.72}
.hdf-privacy-footer-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:var(--hdf-privacy-section-gap,24px);padding:1rem 1.15rem;border:1px solid var(--hdf-privacy-border);border-radius:var(--hdf-privacy-card-radius,16px);background:var(--hdf-color-surface)}
.hdf-privacy-footer-actions>div{display:flex;align-items:center;gap:.65rem;min-width:0}
.hdf-privacy-footer-actions>div>span{display:grid;width:2.2rem;height:2.2rem;place-items:center;border-radius:.65rem;background:var(--hdf-privacy-soft);color:var(--hdf-privacy-accent)}
.hdf-privacy-footer-actions .hdf-icon{width:1rem;height:1rem}
.hdf-privacy-footer-actions p{display:grid;gap:.1rem;margin:0;min-width:0}.hdf-privacy-footer-actions strong{font-size:.8rem}.hdf-privacy-footer-actions small{color:var(--hdf-privacy-muted);font-size:.68rem}
.hdf-privacy-footer-actions>a{color:var(--hdf-privacy-accent);font-size:.76rem;font-weight:800;text-decoration:none;white-space:nowrap}
.hdf-privacy-page a:focus-visible,.hdf-privacy-page button:focus-visible{outline:3px solid var(--hdf-color-focus);outline-offset:3px}
.hdf-privacy-page__fallback{max-width:900px}.hdf-privacy-page__fallback .hdf-company-content{min-width:0}
@media(max-width:72rem){.hdf-privacy-layout{grid-template-columns:minmax(0,1fr)}.hdf-privacy-toc:not(.is-inline){position:static!important;max-height:none!important}.hdf-privacy-toc:not(.is-inline) ol{grid-template-columns:repeat(2,minmax(0,1fr))}.hdf-privacy-hero{grid-template-columns:minmax(0,1fr) minmax(16rem,.5fr)}}
@media(max-width:52rem){.hdf-privacy-hero{grid-template-columns:minmax(0,1fr)}.hdf-privacy-status{grid-template-columns:minmax(0,1fr)}.hdf-privacy-commitments{grid-template-columns:minmax(0,1fr)}.hdf-privacy-grid,.hdf-privacy-retention,.hdf-privacy-rights,.hdf-privacy-cookie-grid,.hdf-privacy-contact-card{grid-template-columns:minmax(0,1fr)}.hdf-privacy-request{grid-template-columns:minmax(0,1fr)}.hdf-privacy-request>.hdf-privacy-button{width:100%}.hdf-privacy-toc:not(.is-inline) ol{grid-template-columns:minmax(0,1fr)}}
@media(max-width:40rem){.hdf-privacy-page{padding-inline:.75rem}.hdf-privacy-hero,.hdf-privacy-section,.hdf-privacy-toc,.hdf-privacy-footer-actions{padding:1rem;border-radius:calc(var(--hdf-privacy-card-radius,16px) - 3px)}.hdf-privacy-hero h1{font-size:clamp(2rem,10vw,2.7rem)}.hdf-privacy-actions{display:grid;grid-template-columns:minmax(0,1fr)}.hdf-privacy-button{width:100%}.hdf-privacy-section__head{grid-template-columns:minmax(0,1fr)}.hdf-privacy-section__icon{width:2.35rem;height:2.35rem}.hdf-privacy-info-card{grid-template-columns:minmax(0,1fr)}.hdf-privacy-footer-actions{align-items:flex-start;flex-direction:column}.hdf-privacy-footer-actions>a{white-space:normal}.admin-bar .hdf-privacy-progress{top:46px}}
@media(prefers-reduced-motion:reduce){.hdf-privacy-progress span{transition:none}}
@media print{.hdf-site-header,.hdf-site-footer,.hdf-privacy-progress,.hdf-privacy-actions,.hdf-privacy-toc,.hdf-privacy-footer-actions,.hdf-privacy-status>a,.hdf-privacy-request>.hdf-privacy-button{display:none!important}.hdf-privacy-page{padding:0;background:var(--hdf-color-surface)}.hdf-privacy-page__inner{width:100%}.hdf-privacy-hero,.hdf-privacy-section,.hdf-privacy-editor-content{break-inside:avoid;box-shadow:none}.hdf-privacy-layout{display:block}.hdf-privacy-document{display:block}.hdf-privacy-section{margin-bottom:1rem}}
