.cookie-policy-page{}

.cp-hero-inner{display:flex;justify-content:center}
.cp-hero-text{max-width:720px;text-align:center;display:flex;flex-direction:column;gap:16px}
.cp-lead{max-width:520px;margin-inline:auto}
.cp-sub{max-width:600px;margin-inline:auto}

.cp-section{border:var(--border-strong)}
.cp-narrow{max-width:700px}
.cp-medium{max-width:860px}

.cp-card-grid > *{min-width:0}
.cp-card{background:var(--color-surface-card);border:var(--border-strong);box-shadow:var(--shadow-hard);padding:24px;display:flex;flex-direction:column;gap:16px}
.cp-card:hover{background:var(--color-accent);border:var(--border-strong-hover)}

.cp-manage-grid > *{min-width:0}
.cp-box{background:var(--color-surface-card);border:var(--border-strong);box-shadow:var(--shadow-hard);padding:24px;display:flex;flex-direction:column;gap:16px}

.cp-end .center{text-align:center}

@media(max-width:768px){
.cp-hero-text{max-width:100%}
.cp-lead,.cp-sub{max-width:100%}
.cp-narrow,.cp-medium{max-width:100%}
}
