/* legal-page стили (отдельные страницы /privacy /cookie /terms) */
html.legal-page,html.legal-page body{margin:0;padding:0;background:#fff;color:#222;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;line-height:1.6;}
html.legal-page main{max-width:880px;margin:0 auto;padding:24px 20px 60px;}
html.legal-page h1{color:#003366;margin:24px 0 16px;font-size:28px;}
html.legal-page .legal-header{background:#003366;color:#fff;padding:14px 20px;}
html.legal-page .legal-header .brand{color:#fff;text-decoration:none;font-weight:600;}
html.legal-page article{white-space:pre-wrap;font-size:15px;}
html.legal-page .legal-footer{background:#003366;color:#fff;padding:18px 16px;text-align:center;font-size:13px;line-height:1.6;}
html.legal-page .legal-footer a{color:#fff;text-decoration:none;margin:0 4px;}

/* cookie-баннер */
#ct-cookie-banner{position:fixed;left:16px;right:16px;bottom:16px;max-width:640px;margin:0 auto;background:#003366;color:#fff;padding:14px 18px;border-radius:8px;box-shadow:0 6px 24px rgba(0,0,0,.2);z-index:99999;font-size:14px;line-height:1.5;display:none;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;}
#ct-cookie-banner.tcb-visible{display:block;}
#ct-cookie-banner .tcb-inner{display:flex;flex-wrap:wrap;gap:12px;align-items:center;}
#ct-cookie-banner .tcb-text{flex:1 1 280px;}
#ct-cookie-banner .tcb-text a{color:#fff;text-decoration:underline;}
#ct-cookie-banner .tcb-actions{display:flex;gap:8px;flex-wrap:wrap;}
#ct-cookie-banner button{padding:8px 14px;border:0;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;}
#ct-cookie-banner .tcb-accept{background:#fff;color:#003366;}
#ct-cookie-banner .tcb-decline{background:rgba(255,255,255,.15);color:#fff;}
