/* Page styles: privacy */
.policy-layout { display:grid; grid-template-columns:260px 1fr; gap:40px; align-items:start; }
.policy-sidebar { position:sticky; top:88px; }
.policy-nav { background:#fff; border-radius:14px; box-shadow:0 3px 14px rgba(0,0,0,.08); overflow:hidden; }
.policy-nav-head { background:#5c1414; padding:16px 20px; color:#fff; font-size:14px; font-weight:700; }
.policy-nav-head span { color:#f5a623; }
.policy-nav-item { display:flex; align-items:center; gap:9px; padding:12px 18px; border-bottom:1px solid #f5f5f5; cursor:pointer; font-size:13px; color:#555; font-weight:500; transition:.2s; }
.policy-nav-item:hover { background:#fdf7f7; color:#5c1414; border-left:3px solid #f5a623; font-weight:600; }
.policy-nav-item i { color:#f5a623; width:16px; text-align:center; }
.policy-update { background:#fdf7f7; border-radius:10px; padding:14px 16px; margin-top:18px; font-size:12px; color:#888; display:flex; gap:10px; align-items:flex-start; }
.policy-update i { color:#f5a623; margin-top:2px; }
/* Main content */
.policy-content h2 { font-size:22px; font-weight:800; color:#5c1414; margin:36px 0 14px; padding-left:14px; border-left:4px solid #f5a623; scroll-margin-top:90px; }
.policy-nav-item { text-decoration:none; }
html { scroll-behavior:smooth; }
.policy-content h2:first-child { margin-top:0; }
.policy-content p { font-size:14px; color:#555; line-height:1.9; margin-bottom:14px; }
.policy-content ul { padding-left:22px; margin-bottom:14px; }
.policy-content li { font-size:14px; color:#555; line-height:1.8; margin-bottom:6px; }
.policy-content a { color:#f5a623; font-weight:600; }
.policy-content strong { color:#5c1414; }
.policy-highlight { background:#fff8e1; border-radius:12px; padding:16px 20px; margin:20px 0; border-left:4px solid #f5a623; }
.policy-highlight p { margin:0; font-size:13px; color:#555; }
.info-box { background:#e8f5e9; border-radius:12px; padding:16px 20px; margin:20px 0; border-left:4px solid #27ae60; display:flex; gap:12px; align-items:flex-start; }
.info-box i { color:#27ae60; font-size:18px; margin-top:2px; flex-shrink:0; }
.info-box p { margin:0; font-size:13px; color:#555; }
@media(max-width:900px){ .policy-layout{grid-template-columns:1fr;} .policy-sidebar{position:static;} }
