/* Shared styling for the legal policy pages (privacy / terms / cookies). Neutral,
   readable, self-contained — matches the estimator's cream/navy feel without the app. */
* { box-sizing: border-box; }
body { margin: 0; background: #f6f2ea; color: #26314f; font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; line-height: 1.62; }
.pol-head { background: #0f1f3c; color: #fff; padding: 22px 20px; }
.pol-head-in { max-width: 820px; margin: 0 auto; display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.pol-brand { font-weight: 800; letter-spacing: .2px; font-size: 18px; }
.pol-brand span { color: #d9a441; }
.pol-nav a { color: #cdd6e6; text-decoration: none; font-size: 14px; margin-left: 16px; }
.pol-nav a:hover { color: #fff; }
.pol-wrap { max-width: 820px; margin: 0 auto; padding: 32px 20px 64px; }
.pol-wrap h1 { font-size: 30px; margin: 8px 0 4px; color: #0f1f3c; }
.pol-eff { color: #5c6270; font-size: 14px; margin: 0 0 8px; }
.pol-intro { background: #fff; border: 1px solid #e9e4d8; border-radius: 12px; padding: 16px 18px; margin: 18px 0 26px; }
.pol-wrap h2 { font-size: 20px; margin: 30px 0 8px; color: #172a4e; }
.pol-wrap h3 { font-size: 16px; margin: 18px 0 6px; color: #26314f; }
.pol-wrap p, .pol-wrap li { font-size: 15.5px; }
.pol-wrap ul { padding-left: 22px; }
.pol-wrap li { margin: 5px 0; }
.pol-wrap a { color: #0e6b78; }
.pol-callout { background: #fff7e6; border: 1px solid #e6d9b0; border-radius: 10px; padding: 12px 14px; font-size: 15px; color: #5c4a16; margin: 14px 0; }
.pol-note { color: #8a5f15; background: #fff3cd; border-radius: 8px; padding: 8px 12px; font-size: 13.5px; display: inline-block; }
.pol-foot { border-top: 1px solid #e2ddd0; margin-top: 40px; padding-top: 20px; color: #5c6270; font-size: 13.5px; }
.pol-foot a { color: #0e6b78; margin-right: 14px; }
.pol-contact { background: #fff; border: 1px solid #e9e4d8; border-radius: 12px; padding: 14px 18px; margin-top: 8px; }
@media (max-width: 560px){ .pol-wrap h1{font-size:25px} .pol-nav a{margin-left:10px} }
